@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Monoton&display=swap");
:root {
  --urbanist: "Urbanist", sans-serif;
  --gto-pr-1: #A249ED;
  --gto-sd-1: #7237E9;
  --gto-h1-color: #1E1C1C;
  --gto-h2-color: #252A4E;
  --gto-p1-color: #141515;
  --gto-gd-1: linear-gradient( 32deg, rgb(162,73,237) 20%, rgb(97,49,232) 100%);
  --gto-gd-2: linear-gradient(90deg, #8F73FF 0%, #5347FF 14.16%, #4471FE 18.04%, #21D3FD 31.29%);
  --gto-gd-3: linear-gradient(90deg, #4400E7 0%, #8514FF 68.92%, #8614FF 100%);
  --gto-gd-4: linear-gradient(86.2deg, #6000E5 0%, #CF00F9 99.67%);
}

body {
  font-family: var(--urbanist);
  font-weight: 400;
  font-style: normal;
  color: #1E1C1C;
  font-size: 18px;
  line-height: 1.66;
}

img, a, button, h1, h2, h3, h4, h5, h6, span, p {
  transition: 100ms ease;
  -webkit-transition: 100ms ease;
  text-decoration: none;
}

.img, img {
  max-width: 100%;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--urbanist);
  color: #1E1C1C;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.66;
  color: #5b5b5b;
}

*::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

/* <<<<<<<    Input Placeholder   >>>>>>>>> */
input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
span.badge-new {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--gto-gd-1);
    z-index: 111;
    color: #fff;
    padding: 7px 25px;
    line-height: normal;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}
input:-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
textarea:-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
textarea:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gto-gd-1);
  border-radius: 30px;
}

/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* <<<<<<<    Margin & Padding     >>>>>>>>> */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/loader.svg") no-repeat center center;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 1200px) {
  .container.gto-container-1 {
    max-width: 1790px;
  }
  .container.gto-container-2 {
    max-width: 1620px;
  }
  .container.gto-container-3 {
    max-width: 1560px;
  }
  .container.gto-container-4 {
    max-width: 1584px;
  }
  .container.gto-container-5 {
    max-width: 1402px;
  }
  .container.gto-container-6 {
    max-width: 1420px;
  }
}
/* <<<<<<<    Declaration   >>>>>>>>> */
.h2-body-bg {
  background: #F2F2F2;
}

.fix {
  overflow: hidden;
}

.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.no-after::after {
  display: none;
}

.p-relative {
  position: relative;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.black-bg {
  background-color: #0D0D0D;
}

.ECF3F4 {
  background-color: #ECF3F4;
}

.tx-split-text {
  text-transform: unset !important;
  letter-spacing: -0.1px;
  overflow: hidden;
}
.tx-split-text .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.gto-header-area {
  /* background: #21274B; */
  background-color: rgb(0 0 0 / 12%) !important;
  backdrop-filter: blur(10px) !important;
  z-index: 3;
  position: relative;
}
.gto-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.gto-header-btn-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}

.gto-menu-btn-1 i {
  color: #fff;
  font-size: 26px;
}

.gto-main-menu-1 .main-navigation .navbar-nav {
  display: inherit;
}
.gto-main-menu-1 .main-navigation .navbar-nav li {
  display: inline-block;
}
.gto-main-menu-1 .main-navigation .navbar-nav li:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-main-menu-1 .main-navigation .navbar-nav li:not(:last-child) {
    margin-right: 30px;
  }
}
.gto-main-menu-1 .main-navigation .navbar-nav li a {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: 400ms ease;
}
.gto-main-menu-1 .main-navigation .navbar-nav li:hover > a {
  color: var(--gto-pr-1);
}

.btn-purchase {
  padding: 12px 30px;
  background: var(--gto-gd-1);
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s transform ease-out;
}
.btn-purchase::after {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.btn-purchase:hover {
  color: var(--gto-h1-color);
  transform: scale(1.05);
  will-change: transform;
}
.btn-purchase:hover::after {
  transform: translate(0, 0);
}

.gto-heading-1 {
  font-family: var(--urbanist);
  color: var(--gto-h1-color);
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.gto-heading-2 {
  font-family: var(--urbanist);
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 0;
}

.gto-para-1 {
  font-family: var(--urbanist);
  color: #4F4E54;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.gto-para-2 {
  font-family: var(--urbanist);
  color: #4F4E54;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.gto-para-3 {
  font-family: var(--urbanist);
  color: 60D37;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}

.gto-title-1 {
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  font-family: var(--urbanist);
  text-transform: capitalize;
  color: var(--gto-h1-color);
  margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-title-1 {
    font-size: 62px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-title-1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .gto-title-1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-title-1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.gto-title-2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.16;
  font-family: var(--urbanist);
  text-transform: capitalize;
  color: var(--gto-h1-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-title-2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-title-2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .gto-title-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-title-2 {
    font-size: 40px;
  }
}

.gto-title-3 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.15;
  font-family: var(--urbanist);
  text-transform: capitalize;
  color: var(--gto-h1-color);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-title-3 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-title-3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-title-3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .gto-title-3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-title-3 {
    font-size: 40px;
  }
}

.gto-title-4 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.55px;
  font-family: var(--urbanist);
  text-transform: capitalize;
  color: var(--gto-h1-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-title-4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-title-4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .gto-title-4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-title-4 {
    font-size: 40px;
  }
}

.gradient-text-1 {
  background: var(--gto-gd-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradient-text-2 {
  background: var(--gto-gd-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradient-text-3 {
  background: var(--gto-gd-4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gto-hero-area {
  background: #060D37;
  overflow: hidden;
  /* position: relative; */
  margin-top: -96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-hero-area {
    padding: 125px 0;
  }
}
@media (max-width: 767px) {
  .gto-hero-area {
    padding: 100px 0;
  }
}
.gto-hero-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-top: -196px;
}
@media (max-width: 767px) {
  .gto-hero-shape-1 {
    display: none;
  }
}
.gto-hero-shape-2 {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .gto-hero-shape-2 {
    display: none;
  }
}
.gto-hero-shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .gto-hero-shape-3 {
    display: none;
  }
}
.gto-hero-carve-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  left: 50px;
  animation: hero-carve 30s linear infinite;
}
@media (max-width: 767px) {
  .gto-hero-carve-wrap {
    display: none;
  }
}
.gto-hero-carve-img-2 {
  transform: translateX(-8px);
}
.gto-hero-container {
  margin-left: auto;
  max-width: 1620px;
  padding: 0 18px;
}
.gto-hero-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 175px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gto-hero-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-hero-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-hero-wrap {
    display: flex;
    gap: 0px;
  }
}
.gto-hero-left {
  width: 46%;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-hero-left {
    width: 100%;
    padding-left: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-hero-left {
    width: 100%;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-hero-left {
    width: 78% !important;
  }
}
@media (max-width: 767px) {
  .gto-hero-left {
    width: 100%;
    padding-left: 0;
  }
}
.gto-hero-bg-1 {
  position: absolute;
  z-index: -1;
  top: -75px;
  right: -70px;
}
@media (max-width: 767px) {
  .gto-hero-bg-1 {
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .gto-hero-logo {
    max-width: 150px;
  }
}
.gto-hero-heading {
  font-weight: 900;
  font-size: 80px;
  line-height: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-hero-heading {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .gto-hero-heading {
    font-size: 34px;
    line-height: 32px;
  }
}
.gto-hero-heading .gradient-text {
  color: #ee4619;
}
.gto-hero-btn-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-hero-btn-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .gto-hero-btn-wrap {
    flex-wrap: wrap;
  }
  
  .gto-demo-title-wrap {
    padding-top: 85px!important;
  }
}
.gto-hero-right {
  display: flex;
  justify-content: end;
  gap: 18px;
  width: 45%;
  height: 830px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-hero-right {
    display: flex;
    height: 200px;
    position: absolute;
  }
}
.gto-hero-right .item-1 {
  animation: slidedown 20s linear infinite;
  justify-content: start;
}
.gto-hero-right .item-2 {
  animation: slideup 20s linear infinite;
  justify-content: end;
}
.gto-hero-bg-item {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@keyframes slideup {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes slidedown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes hero-carve {
  0% {
    transform: translateY(-90%);
  }
  100% {
    transform: translateY(0%);
  }
}
.btn-primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 19px 35px;
  background: var(--gto-gd-1);
  border-radius: 50px;
}
.btn-primary span {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.2s transform ease-out;
}
@media (max-width: 767px) {
  .btn-primary span {
    font-size: 15px;
  }
}
.btn-primary i {
  font-size: 18px;
  color: #fff;
  transition: 0.2s transform ease-out;
}
.btn-primary::after {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.btn-primary:hover {
  color: #fff;
  transform: scale(1.05);
  will-change: transform;
}
.btn-primary:hover::after {
  transform: translate(0, 0);
}
.btn-primary:hover span {
  color: var(--gto-h1-color);
}
.btn-primary:hover i {
  color: var(--gto-h1-color);
}
@media (max-width: 767px) {
  .btn-primary {
    padding: 12px 25px;
    gap: 8px;
  }
}

.btn-light {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 19px 35px;
  background: transparent;
  border: 1.5px solid #FFFFFF;
  border-radius: 50px;
  transition: 600ms ease;
}
.btn-light span {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 600ms ease;
}
@media (max-width: 767px) {
  .btn-light span {
    font-size: 15px;
  }
}
.btn-light i {
  font-size: 18px;
  color: #fff;
  transition: 600ms ease;
}
.btn-light::after {
  background: var(--gto-gd-1);
  border-radius: 50px;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.btn-light:hover {
  transform: scale(1.05);
  will-change: transform;
  border-color: var(--gto-gd-1);
}
.btn-light:hover::after {
  transform: translate(0, 0);
}
.btn-light:hover span {
  color: #fff;
}
.btn-light:hover i {
  color: #fff;
}
@media (max-width: 767px) {
  .btn-light {
    padding: 12px 25px;
    gap: 8px;
  }
}

.gto-feature-area {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.gto-feature-area .gto-biman-img {
  position: absolute;
  left: 0;
  top: 136px;
  transform: translateX(-300px);
  transition: all 6000ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .gto-feature-area .gto-biman-img {
    display: none;
  }
}
.gto-feature-area:is(.active) .gto-biman-img {
  transform: translateX(0px);
}
.gto-feature-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 93px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-feature-wrap {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gto-feature-wrap {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.gto-feature-item {
  width: 40%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-feature-item {
    width: 42%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-feature-item {
    width: 100%;
  }
}
.gto-feature-free {
  padding: 10px 25px;
  background: var(--gto-gd-1);
  border-radius: 26px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
}
.gto-feature-divider {
  width: 100%;
  height: 1px;
  background: #020615;
  opacity: 0.5;
  margin-bottom: 20px;
}
.gto-feature-subtitle {
  font-family: "Inter";
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.gto-feature-price {
  font-weight: 800;
}
.gto-feature-cont {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 128px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-feature-cont {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-feature-cont {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gto-feature-cont {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .gto-feature-img-1 {
    max-width: 100px;
  }
}

.gto-demo-area {
  padding-bottom: 130px;
  overflow: hidden;
}
.gto-demo-feature {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-demo-feature {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-demo-feature {
    flex-wrap: wrap;
    border-radius: 100px 100px 0px 0px;
    gap: 35px;
  }
}
.gto-demo-feature-wrap {
  background: var(--gto-gd-3);
  border-radius: 205px 205px 0px 0px;
  padding: 55px 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-demo-feature-wrap {
    border-radius: 120px 120px 0px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-demo-feature-wrap {
    border-radius: 100px 100px 0px 0px;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .gto-demo-feature-wrap {
    border-radius: 60px 60px 0px 0px;
    gap: 35px;
  }
}
.gto-demo-feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gto-demo-feature-item .gto-heading-2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .gto-demo-feature-item .gto-heading-2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
  }
}
.gto-demo-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.gto-demo-title {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .gto-demo-title {
    font-size: 25px;
    line-height: 36px;
  }
}
.gto-demo-wrap {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #F5F5F7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-demo-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gto-demo-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 40px 20px;
  }
}
.gto-demo-title-wrap {
  position: relative;
  padding-top: 167px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gto-demo-number {
  position: absolute;
  font-family: "Livvic";
  font-weight: 900;
  font-size: 400px;
  text-align: center;
  background: linear-gradient(90deg, rgba(68, 0, 231, 0.08) 0%, rgba(123, 0, 254, 0.08) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  top: 0;
}
@media (max-width: 767px) {
  .gto-demo-number {
    font-size: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-demo-number {
    font-size: 275px;
  }
}
.gto-demo-content {
  position: relative;
}
.gto-demo-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .gto-demo-shape-1 {
    display: none;
  }
}
.gto-demo-card {
  border: 1px solid rgba(6, 13, 55, 0.1);
  padding: 35px 35px 25px 35px;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .gto-demo-card {
    max-width: 550px;
    margin: 0 auto;
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-demo-card {
    padding: 35px 35px 25px 35px;
  }
}
.gto-demo-card:nth-child(1) {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
@media (max-width: 767px) {
  .gto-demo-card:nth-child(1) {
    border: 1px solid rgba(6, 13, 55, 0.1);
  }
}
.gto-demo-card:nth-child(2) {
  border-right: 0;
  border-bottom: 0;
  background: #F5F5F7;
}
@media (max-width: 767px) {
  .gto-demo-card:nth-child(2) {
    border: 1px solid rgba(6, 13, 55, 0.1);
  }
}
.gto-demo-card:nth-child(3) {
  border-right: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-demo-card:nth-child(3) {
    background: #F5F5F7;
  }
}
@media (max-width: 767px) {
  .gto-demo-card:nth-child(3) {
    border: 1px solid rgba(6, 13, 55, 0.1);
  }
}
.gto-demo-card:nth-child(4) {
  border-right: 0;
  border-bottom: 0;
  background: #F5F5F7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-demo-card:nth-child(4) {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .gto-demo-card:nth-child(4) {
    border: 1px solid rgba(6, 13, 55, 0.1);
  }
}
.gto-demo-card:nth-child(5) {
  border-right: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-demo-card:nth-child(5) {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .gto-demo-card:nth-child(5) {
    border: 1px solid rgba(6, 13, 55, 0.1);
  }
}
.gto-demo-card:nth-child(6) {
  border-right: 0;
  background: #F5F5F7;
}
@media (max-width: 767px) {
  .gto-demo-card:nth-child(6) {
    border: 1px solid rgba(6, 13, 55, 0.1);
  }
}
.gto-demo-card:nth-child(7) {
  border-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-demo-card:nth-child(7) {
    background: #F5F5F7;
  }
}
@media (max-width: 767px) {
  .gto-demo-card:nth-child(7) {
    border: 1px solid rgba(6, 13, 55, 0.1);
  }
}
.gto-demo-card:nth-child(8) {
  background: #F5F5F7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-demo-card:nth-child(8) {
    background: #fff;
    border-right: 0;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .gto-demo-card:nth-child(8) {
    border: 1px solid rgba(6, 13, 55, 0.1);
  }
}
.gto-demo-card-img-wrap {
  position: relative;
}
.gto-demo-card-img-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(43, 42, 48, 0.12);
  top: 30px;
  right: -30px;
  z-index: 1;
  transform: translate(-15px, -15px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .gto-demo-card-img-shape {
    transform: translate(-8px, -8px);
    top: 15px;
    right: -15px;
  }
}
.gto-demo-card-img {
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}
.gto-demo-card-cont {
  margin-top: 24px;
  background-color: #F5F0FE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 10px 12px 10px 20px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gto-demo-card-cont {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-demo-card-cont {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gto-demo-card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .gto-demo-card-title {
    font-size: 20px;
  }
}
.gto-demo-card-btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .gto-demo-card-btn-wrap {
    gap: 10px;
  }
}
.gto-demo-card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 13px 20px;
  border-radius: 100px;
  border: 1px solid #8a2be2;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .gto-demo-card-btn {
    padding: 10px 12px;
  }
}
.gto-demo-card-btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease;
  color: #6000E5;
}
.gto-demo-card-btn i {
  color: #6000E5;
  font-size: 12px;
  transition: all 0.4s ease;
}
.gto-demo-card-btn:hover {
  background: #fff;
  color: #4400E7;
  text-fill-color: #4400E7;
  -webkit-text-fill-color: #4400E7;
}
.gto-demo-card-btn:hover span {
  color: #4400E7;
}
.gto-demo-card-btn:hover i {
  color: #4400E7;
}
.gto-demo-card:hover .gto-demo-card-img {
  box-shadow: 12px 12px 50px rgba(0, 0, 0, 0.6);
  transform: translate(-15px, -15px);
}
@media (max-width: 767px) {
  .gto-demo-card:hover .gto-demo-card-img {
    transform: translate(-8px, -8px);
  }
}
.gto-demo-card:hover .gto-demo-card-img-shape {
  opacity: 1;
  visibility: visible;
}
.gto-demo-card:hover .gto-demo-card-cont {
  background: #fd7e14;
  padding: 10px 16px;
  border-radius: 8px;
}
.gto-demo-card:hover .gto-demo-card-title {
  color: #fff;
  text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
}
.gto-demo-card:hover .gto-demo-card-btn {
  color: #4400E7;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.gto-demo-card:hover .gto-demo-card-btn span {
  color: #fff;
}
.gto-demo-card:hover .gto-demo-card-btn i {
  color: #fff;
}
.gto-demo-card-coming {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gto-demo-card-coming-wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.gto-demo-card-coming-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(86.2deg, #6000E5 0%, #CF00F9 99.67%);
  opacity: 0.05;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-demo-card-coming-wrap {
    height: 450px !important;
  }
}
@media (max-width: 767px) {
  .gto-demo-card-coming-wrap {
    height: 300px;
  }
}
.gto-demo-card-coming-text {
  font-family: "Monoton";
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-demo-card-coming-text {
    font-size: 55px;
    line-height: 70px;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-demo-card-coming-text {
    font-size: 55px !important;
    line-height: 70px !important;
    padding: 0 30px !important;
  }
}
@media (max-width: 767px) {
  .gto-demo-card-coming-text {
    font-size: 40px;
    line-height: 62px;
    padding: 0px 20px;
  }
}
.gto-demo-card-coming-btn {
  margin-top: 29px;
  width: 100%;
  display: block;
  background: #F5F0FE;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  padding: 13px 10px;
  background: linear-gradient(90deg, #4400E7 0%, #7B00FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 1px solid #8a2be2;
  transition: all 0.4s ease;
}
.gto-demo-card-coming-btn:hover {
  background: var(--gto-gd-1);
  color: #fff;
  text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
}

.gto-cta-area {
  padding-top: 120px;
  height: 825px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-cta-area {
    height: auto;
    padding: 100px 0;
  }
}
.gto-cta-subtitle {
  padding: 8px 20px;
  gap: 10px;
  background: linear-gradient(90deg, rgba(68, 0, 231, 0.2) 0%, rgba(123, 0, 254, 0.2) 100%);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.gto-cta-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 823px;
  margin: 0 auto;
}
.gto-cta-heading-wrap .gto-title-3 {
  color: #fff;
  text-align: center;
  margin: 15px 0 50px 0;
}
.gto-cta-btn-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .gto-cta-btn-wrap {
    flex-direction: column;
  }
}

.gto-video-popup-wrap {
  margin-top: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 7, 26, 0.4);
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gto-video-popup-wrap .gto-plybtn {
  position: absolute;
}
.gto-video-popup-wrap .gto-plybtn .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gto-gd-1);
  border-radius: 100%;
  color: #fff;
  font-size: 40px;
  animation: gto-plybtn 3s infinite ease;
}
@media (max-width: 767px) {
  .gto-video-popup-wrap .gto-plybtn .icon {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
.gto-video-popup-img {
  border-radius: 20px;
}

@keyframes gto-plybtn {
  0% {
    outline: 0px solid rgba(85, 90, 241, 0);
  }
  50% {
    outline: 15px solid rgba(6, 13, 55, 0.1);
  }
  100% {
    outline: 0px solid rgba(85, 90, 241, 0);
  }
}
.gto-builder-area {
  padding-top: 492px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-builder-area {
    padding-top: 380px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-builder-area {
    padding-top: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-builder-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-builder-area {
    padding-bottom: 100px;
  }
}
.gto-builder-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.gto-builder-container {
  max-width: 1632px;
  padding-left: 30px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-builder-container {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.gto-builder-wrap {
  display: flex;
  align-items: center;
  gap: 57px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-builder-wrap {
    flex-direction: column;
  }
}
.gto-builder-wrap .gto-title-3 {
  margin-bottom: 25px;
}
.gto-builder-left {
  max-width: 555px;
}
.gto-builder-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 555px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-builder-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .gto-builder-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gto-builder-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gto-builder-list-item span {
  font-size: 20px;
  line-height: 26px;
  color: #1E1C1C;
}
.gto-builder-right {
  position: relative;
}
.gto-builder-ele-img {
  position: absolute;
  bottom: 42px;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-builder-ele-img {
    max-width: 90px;
    bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-builder-ele-img {
    max-width: 80px;
    bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-builder-ele-img {
    max-width: 80px !important;
    bottom: 25px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-builder-ele-img {
    max-width: 80px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gto-builder-ele-img {
    max-width: 55px;
    bottom: 12px;
  }
}
.gto-builder-wor-img {
  position: absolute;
  top: 60px;
  right: 75px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-builder-wor-img {
    top: 37px;
    right: 49px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-builder-wor-img {
    top: 40px;
    right: 50px;
    max-width: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-builder-wor-img {
    top: 23px;
    right: 31px;
    max-width: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-builder-wor-img {
    top: 23px !important;
    right: 31px !important;
    max-width: 65px !important;
  }
}
@media (max-width: 767px) {
  .gto-builder-wor-img {
    top: 11px;
    right: 15px;
    max-width: 37px;
  }
}

.gto-subtitle-wrap {
  padding: 8px 20px;
  background: linear-gradient(90deg, rgba(68, 0, 231, 0.08) 0%, rgba(123, 0, 254, 0.08) 100%);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.gto-buy-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-buy-area {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .gto-buy-area {
    padding: 100px 0;
  }
}
.gto-buy-bg-2 {
  position: absolute;
  z-index: 1;
  top: -28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-buy-bg-2 {
    display: none;
  }
}
.gto-buy-wrap {
  background: rgba(255, 255, 255, 0.45);
  padding: 120px 148px 178px;
  border-radius: 100%;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-buy-wrap {
    background: rgba(255, 255, 255, 0);
    padding: 0;
  }
}
.gto-buy-heading-wrap {
  max-width: 774px;
  margin: 0 auto;
  text-align: center;
}
.gto-buy-heading-wrap .gto-title-3 {
  margin-top: 15px;
}
.gto-buy-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .gto-buy-content {
    margin-top: 60px;
  }
}
.gto-buy-item .gto-heading-1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-top: 25px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .gto-buy-item .gto-heading-1 {
    font-size: 20px;
    margin-top: 12px;
  }
}
.gto-buy-item:hover .gto-buy-icon-wrap img {
  transform: rotateY(180deg);
}
.gto-buy-item:hover .gto-heading-1 {
  color: #4400E7;
}
.gto-buy-icon-wrap {
  width: 226px;
  height: 226px;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .gto-buy-icon-wrap {
    border-radius: 30px;
  }
}
.gto-buy-icon-wrap img {
  transition: all 0.4s ease;
}

.gto-woo-area {
  position: relative;
  overflow: hidden;
  padding: 110px 0 119px 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .gto-woo-area {
    padding: 100px 0;
  }
}
.gto-woo-area:is(.active) .gto-woo-shape-1 {
  transform: translate(0px);
}
.gto-woo-area:is(.active) .gto-woo-shape-2 {
  transform: translate(0px);
}
.gto-woo-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translate(-108px, -80px);
  transition: all 6000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-woo-shape-1 {
    display: none;
  }
}
.gto-woo-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  transform: translate(198px, 160px);
  transition: all 6000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-woo-shape-2 {
    display: none;
  }
}
.gto-woo-container {
  max-width: 1648px;
  padding: 0 43px 0 43px;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-woo-container {
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gto-woo-container {
    padding: 0 12px;
    margin: 0 auto;
  }
}
.gto-woo-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-woo-wrap {
    flex-direction: column;
    gap: 50px;
  }
}
.gto-woo-left {
  max-width: 538px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-woo-left {
    width: 100%;
  }
}
.gto-woo-left .gto-para-2 {
  color: #FFFFFF;
}
.gto-woo-subtitle {
  align-items: center;
  padding: 8px 20px;
  background: linear-gradient(90deg, rgba(68, 0, 231, 0.2) 0%, rgba(123, 0, 254, 0.2) 100%);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.gto-woo-title {
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 25px;
}
.gto-woo-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.gto-woo-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gto-woo-list-item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
.gto-woo-right {
  position: relative;
}
.gto-woo-side-img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-woo-side-img-1 {
    max-width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-woo-side-img-1 {
    max-width: 200px !important;
  }
}
@media (max-width: 767px) {
  .gto-woo-side-img-1 {
    max-width: 120px;
  }
}
.gto-woo-side-img-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-woo-side-img-2 {
    max-width: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-woo-side-img-2 {
    max-width: 150px !important;
  }
}
@media (max-width: 767px) {
  .gto-woo-side-img-2 {
    max-width: 90px;
  }
}
.gto-woo-img {
  z-index: 1;
}

.gto-desti-area {
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gto-desti-area {
    padding: 100px 0;
  }
}
.gto-desti-shape-1 {
  position: absolute;
  width: 680px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(97.31deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
  opacity: 0.08;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gto-desti-shape-1 {
    max-width: 580px;
  }
}
.gto-desti-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-desti-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .gto-desti-wrap {
    padding: 0 12px;
  }
}
.gto-desti-left {
  max-width: 800px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gto-desti-left {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .gto-desti-left {
    display: none;
    align-items: center;
  }
}
.gto-desti-slide {
  display: flex;
  width: 1966px;
  gap: 26px;
  animation: slide 30s linear infinite;
}
.gto-desti-img-wrap img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.gto-desti-right {
  display: flex;
  align-items: center;
  gap: 110px;
  max-width: 1061px;
}
.gto-desti-content {
  max-width: 521px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gto-desti-content {
    max-width: 440px;
  }
}
.gto-desti-content .gto-title-3 {
  margin-bottom: 25px;
}
.gto-desti-btn-wrap {
  margin-top: 50px;
  display: flex;
}
.gto-desti-img-2-wrap img {
  border-radius: 12px 0 0 0;
  box-shadow: -40px 47px 0px 0px rgba(89, 57, 198, 0.1098039216);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-desti-img-2-wrap {
    display: none;
  }
}

@keyframes slide {
  0% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(0%);
  }
}
.gto-diff-area {
  background: #EAE3FF;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px){
  .gto-diff-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gto-diff-area {
    padding: 45px 0;
  }
}
.gto-diff-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2329px;
  background: #E2DAFE;
  bottom: -448px;
  left: 0;
  z-index: 1;
  clip-path: circle(50% at 50% 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .gto-diff-area::after {
    display: none;
  }
}
.gto-diff-container {
  max-width: 1643px;
  padding: 0 38px;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-diff-container {
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gto-diff-container {
    padding: 0 12px;
    margin: 0 auto;
  }
}
.gto-diff-wrap {
  display: flex;
  align-items: center;
  gap: 112px;
  position: relative;
  z-index: 2;
}
.gto-diff-left {
  max-width: 696px;
}
.gto-diff-right {
  display: flex;
  align-items: center;
  gap: 19px;
  height: 706px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .gto-diff-right {
    display: none;
  }
}
.gto-diff-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gto-diff-item-1 {
  animation: diff-slideup 65s linear infinite;
  justify-content: start;
}
.gto-diff-item-2 {
  animation: diff-slidedown 40s linear infinite;
  justify-content: end;
}

@keyframes diff-slidedown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(34%);
  }
}
@keyframes diff-slideup {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-40%);
  }
}
.gto-ready-area {
  padding: 100px 0;
}
.gto-ready-area:is(.active) .gto-ready-img-1 {
  transform: translateY(0px);
}
.gto-ready-area:is(.active) .gto-ready-img-2 {
  transform: translate(0px);
}
.gto-ready-area:is(.active) .gto-ready-img-3 {
  transform: scale(1) rotate(0deg);
}
.gto-ready-area:is(.active) .gto-ready-img-4 {
  transform: translate(0px);
}
.gto-ready-wrap-1 {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-ready-wrap-1 {
    flex-direction: column;
  }
}
.gto-ready-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gto-ready-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
.gto-ready-img-1 {
  transform: translateY(400px);
  transition: all 1000ms ease;
}
.gto-ready-img-2 {
  transform: translate(260px, 208px);
  transition: all 1000ms ease;
  transition-delay: 0.4s;
}
.gto-ready-img-3 {
  transform: scale(0.3) rotate(80deg);
  transition: all 1000ms ease;
  transition-delay: 0.7s;
}
.gto-ready-img-4 {
  transform: scale(0.3) rotate(-80deg);
  transition: all 1000ms ease;
  transition-delay: 1s;
}
.gto-ready-item-1 {
  background: linear-gradient(90deg, rgba(143, 115, 255, 0.15) 0%, rgba(83, 71, 255, 0.15) 45.27%, rgba(68, 113, 254, 0.15) 57.66%, rgba(33, 211, 253, 0.15) 100%), #FFFFFF;
  border-radius: 20px;
  padding: 45px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 30%;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-ready-item-1 {
    width: 38%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-ready-item-1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gto-ready-item-1 {
    padding: 30px 20px;
  }
}
.gto-ready-item-1 .gto-ready-cont {
  max-width: 345px;
  margin: 0 auto;
}
.gto-ready-item-1 .gto-para-2 {
  margin-bottom: 29px;
}
.gto-ready-item-1 .gto-ready-img {
  max-width: 236px;
  margin: 0 auto;
}
.gto-ready-item-2 {
  background: linear-gradient(97.31deg, rgba(235, 92, 24, 0.15) 0%, rgba(249, 80, 85, 0.15) 45.72%, rgba(202, 45, 184, 0.15) 100%), #FFFFFF;
  border-radius: 20px;
  display: flex;
  padding: 53px 0 0 60px;
  width: 70%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-ready-item-2 {
    width: 65%;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-ready-item-2 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-ready-item-2 {
    flex-direction: column;
    gap: 30px;
    padding: 35px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .gto-ready-item-2 {
    padding: 30px 20px;
  }
}
.gto-ready-item-2 .gto-ready-cont {
  max-width: 414px;
  margin-top: 30px;
}
.gto-ready-item-2 .gto-ready-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gto-ready-item-2 .gto-ready-img {
    max-width: 510px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-ready-item-2 .gto-ready-img {
    position: static;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .gto-ready-item-2 .gto-ready-img {
    position: static;
    max-width: 280px;
  }
}
.gto-ready-wrap-2 {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-ready-wrap-2 {
    flex-direction: column;
  }
}
.gto-ready-item-3 {
  width: 50%;
  background: linear-gradient(90deg, rgba(0, 243, 141, 0.15) 0%, rgba(0, 158, 255, 0.15) 100%), #FFFFFF;
  border-radius: 20px;
  padding: 40px 45px 38px 48px;
  display: flex;
  align-items: start;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-ready-item-3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gto-ready-item-3 {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }
}
.gto-ready-item-3 .gto-ready-cont {
  margin-top: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-ready-item-3 .gto-ready-img {
    max-width: 200px;
  }
}
.gto-ready-item-4 {
  width: 50%;
  background: linear-gradient(0deg, #EBE7F8, #EBE7F8), #FFFFFF;
  border-radius: 20px;
  padding: 35px 45px 35px 40px;
  display: flex;
  align-items: start;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-ready-item-4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gto-ready-item-4 {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }
}
.gto-ready-item-4 .gto-ready-cont {
  margin-top: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-ready-item-4 .gto-ready-img {
    max-width: 200px;
  }
}

.gto-inner-area {
  padding: 65px 0 110px 0;
}
@media (max-width: 767px) {
  .gto-inner-area {
    padding: 0px 0 100px 0;
  }
}
.gto-inner-title-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.gto-inner-number {
  position: absolute;
  top: 0;
  font-family: "Livvic";
  font-style: normal;
  font-weight: 900;
  font-size: 280px;
  line-height: 100px;
  text-align: center;
  color: #E9E1F7;
  z-index: -1;
}
@media (max-width: 767px) {
  .gto-inner-number {
    font-size: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-inner-number {
    font-size: 275px;
  }
}
.gto-inner-wrap {
  margin-top: 51px;
  display: flex;
  gap: 30px;
  width: 3810px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-inner-wrap {
    width: 3500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-inner-wrap {
    width: 2650px;
  }
}
@media (max-width: 767px) {
  .gto-inner-wrap {
    width: 2050px;
    gap: 15px;
  }
}
.gto-inner-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .gto-inner-item {
    gap: 15px;
  }
}
.gto-inner-item img {
  box-shadow: 0px 0px 30px 2px rgba(4, 1, 17, 0.08);
  border-radius: 10px;
}

@keyframes inner-slide {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.gto-perfect-area {
  padding: 120px 0 60px 0;
  height: 782px;
}
@media (max-width: 767px) {
  .gto-perfect-area {
    padding: 100px 0 60px 0;
    height: auto;
  }
}
.gto-perfect-header-wrap {
  text-align: center;
  max-width: 888px;
  margin: 0 auto;
}
.gto-perfect-header-wrap .gto-title-3 {
  max-width: 734px;
  margin: 0 auto;
  color: #fff;
}
.gto-perfect-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.gto-perfect-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gto-perfect-list-item span {
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
.gto-perfect-img {
  margin-top: 60px;
}

.gto-subtitle-2 {
  padding: 8px 20px;
  gap: 10px;
  background: linear-gradient(90deg, rgba(68, 0, 231, 0.2) 0%, rgba(123, 0, 254, 0.2) 100%);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
}

.gto-client-area {
  padding: 456px 0 120px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-client-area {
    padding: 270px 0 120px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-client-area {
    padding: 170px 0 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-client-area {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .gto-client-area {
    padding: 100px 0;
  }
}
.gto-client-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .gto-client-header {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-client-header {
    padding: 0;
  }
}
.gto-client-header .gto-para-2 {
  margin-bottom: 20px;
}
.gto-client-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 50px;
  height: 848px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-client-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-client-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
    height: 848px !important;
  }
}
@media (max-width: 767px) {
  .gto-client-wrap {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-client-wrap {
    padding: 0;
  }
}
.gto-client-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.gto-client-card {
  box-shadow: 0px 5px 30px rgba(0, 7, 26, 0.08);
  border-radius: 10px;
  padding: 28px 22px 25px 22px;
}
.gto-client-auth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gto-client-review {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.gto-client-review i {
  font-size: 18px;
  color: #FFB820;
}
.gto-client-item-1 {
  animation: client-slideup 30s linear infinite;
  justify-content: start;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-client-item-1 {
    animation: client-slideup 30s linear infinite !important;
  }
}
@media (max-width: 767px) {
  .gto-client-item-1 {
    animation: none;
    padding: 5px 0;
  }
}
.gto-client-item-2 {
  animation: client-slidedown 80s linear infinite;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-client-item-2 {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .gto-client-item-2 {
    display: none;
  }
}
.gto-client-item-3 {
  animation: client-slideup 30s linear infinite;
  justify-content: start;
}
@media (max-width: 767px) {
  .gto-client-item-3 {
    display: none;
  }
}
.gto-client-item-4 {
  animation: client-slidedown 80s linear infinite;
  justify-content: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-client-item-4 {
    display: none;
  }
}

@keyframes client-slidedown {
  0% {
    transform: translateY(-70%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes client-slideup {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-20%);
  }
}
.gto-speed-area {
  padding: 90px 0 76px 0;
  position: relative;
  background: linear-gradient(90deg, rgba(69, 0, 231, 0.06), rgba(123, 0, 254, 0.06));
  margin-top: 250px;
}
.gto-speed-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.gto-speed-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.gto-speed-heading-wrap {
  max-width: 885px;
  margin: 0 auto;
  text-align: center;
}
.gto-speed-heading-wrap .gto-para-2 {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 30px;
}
.gto-speed-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gto-speed-wrap {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .gto-speed-wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.gto-speed-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gto-speed-item-icon {
  position: absolute;
  top: 120px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #4F4E54;
}
@media (max-width: 767px) {
  .gto-speed-item-icon {
    font-size: 16px;
    top: 66px;
  }
  .gto-speed-area {
    margin-top: 0px!important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-speed-item-icon {
    font-size: 18px;
    top: 120px;
  }
}
.gto-speed-item-text {
  position: absolute;
  bottom: 120px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #4F4E54;
}
@media (max-width: 767px) {
  .gto-speed-item-text {
    font-size: 16px;
    bottom: 74px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gto-speed-item-text {
    font-size: 18px;
    bottom: 120px;
  }
}
.gto-speed-item input {
  font-family: "Urbanist";
  font-weight: 900;
  font-size: 80px;
  line-height: 70px;
  text-align: center;
}

.gto-support-area {
  padding-top: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gto-support-area {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-support-area {
    padding-bottom: 100px;
  }
}
.gto-support-wrap {
  display: flex;
  align-items: center;
  gap: 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-support-wrap {
    flex-direction: column;
    gap: 60px;
  }
}
.gto-support-left {
  max-width: 563px;
}

.gto-help-area {
  padding: 130px 0 187px 0;
  position: relative;
}
.gto-help-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-help-wrap {
    flex-direction: column;
  }
}
.gto-help-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gto-help-item .gto-heading-1 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .gto-help-item .gto-heading-1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.gto-help-item .gto-para-2 {
  color: #fff;
  font-weight: 500;
  opacity: 0.7;
  text-align: center;
  transition: all 0.4s ease;
}
.gto-help-item .gto-para-2:hover {
  opacity: 1;
}

.gto-marque-area {
  padding: 110px 0;
  margin-top: -130px;
  position: relative;
  z-index: 5;
}
.gto-marque-wrap {
  margin-top: -220px;
  display: flex;
  align-items: center;
  transform: rotate(-2deg);
  height: 150px;
  width: 5930px;
}
.gto-marque-item {
  margin-left: -5px;
  height: 150px;
  padding: 0 20px;
  background: #060D37;
  display: flex;
  align-items: center;
  gap: 50px;
  animation: marque-slide 50s linear infinite;
}
.gto-marque-heading-1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
  background: linear-gradient(45deg, #FFD600 8.39%, #FF0100 50%, #D800B9 91.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gto-marque-heading-2 {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
  background: linear-gradient(86.2deg, #6000E5 0%, #CF00F9 99.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gto-marque-heading-3 {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
  background: linear-gradient(90deg, #00F38D 0%, #009EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gto-marque-bg {
  margin-left: -20px;
  width: 106%;
  height: 150px;
  background: linear-gradient(90deg, #4400E7 0%, #7B00FE 100%);
  transform: rotate(2deg);
}

@keyframes marque-slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.gto-footer-area {
  padding-top: 146px;
  position: relative;
  background: #F3EFFF;
  margin-top: -40px;
}
.gto-footer-area:is(.active) .gto-footer-img-1 {
  transform: translateX(0px);
}
.gto-footer-area:is(.active) .gto-footer-pass-img {
  transform: translateX(0px);
}
.gto-footer-img-1 {
  position: absolute;
  left: 0;
  mix-blend-mode: luminosity;
  transform: translateX(-400px);
  transition: all 6000ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gto-footer-img-1 {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .gto-footer-img-1 {
    max-width: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gto-footer-img-1 {
    max-width: 260px;
    top: 65px;
  }
}
@media (max-width: 767px) {
  .gto-footer-img-1 {
    display: none;
  }
}
.gto-footer-pass-img {
  position: absolute;
  right: 0;
  mix-blend-mode: luminosity;
  filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.15));
  bottom: 150px;
  transform: translateX(300px);
  transition: all 6000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-footer-pass-img {
    max-width: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-footer-pass-img {
    display: none;
  }
}
.gto-footer-wrap {
  max-width: 622px;
  margin: 0 auto;
  text-align: center;
}
.gto-footer-wrap .gto-title-1 {
  margin: 30px 0;
}
.gto-footer-wrap .gto-title-1 .gradient-text {
  color: #4400E7;
}
.gto-footer-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 90px;
  height: 80px;
  align-items: center;
}
.gto-footer-divider {
  width: 100%;
  height: 1px;
  background: #01062E;
  opacity: 0.1;
}
.gto-footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gto-footer-bottom-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.gto-footer-disc {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #01062E;
  margin-bottom: 0;
  opacity: 0.8;
}
.gto-footer-disc i {
  color: #C62828;
  font-size: 17px;
}
.gto-footer-social-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gto-footer-social-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(68, 0, 231, 0.2), rgba(123, 0, 254, 0.2));
  border-radius: 100%;
  transition: all 0.4s ease;
}
.gto-footer-social-link i {
  color: #4400E7;
  font-size: 18px;
  display: flex;
  transition: all 0.4s ease;
}
.gto-footer-social-link:hover {
  transform: scale(0.9);
  background-color: #4400E7;
}
.gto-footer-social-link:hover i {
  color: #fff;
}
.gto-footer-cp {
  font-size: 20px;
  line-height: 40px;
  color: #1E1C1C;
  opacity: 0.8;
  margin-bottom: 0;
}

.footer-buy-btn .btn-e-colorful {
  max-width: 35px;
  display: none;
}
.footer-buy-btn:hover {
  border: 1px solid #4400E7;
}
.footer-buy-btn:hover .btn-e-white {
  display: none;
}
.footer-buy-btn:hover .btn-e-colorful {
  display: block;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}

.mobile_menu_content .dropdown:after {
  display: none;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--urbanist);
  text-transform: capitalize;
  padding: 10px 30px 10px 0 !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a:hover {
  color: var(--h1-pr-color);
}

.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #fff;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--h1-pr-color);
  background-color: transparent;
}

.mobile_menu .dropdown {
  position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #4400E7;
  font-size: 20px;
  position: absolute;
}

.mobile_menu .mobile-search-bar {
  margin-bottom: 40px;
}

.mobile_menu .mobile-search-bar input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #616161;
  background-color: transparent;
}

.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}

.mobile_menu .bi-mobile-header-social {
  margin-top: 40px;
}

.mobile_menu .bi-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}

.mobile_menu .bi-mobile-header-social a:hover {
  color: var(--base-color);
}

.mobile_menu_content {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mobile_menu_content::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 5px;
  opacity: 0;
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
  opacity: 0;
}
.mobile_menu_content::-webkit-scrollbar-thumb:hover {
  background: var(--clr-theme-secondary);
}

.btn-purchase-small {
  padding: 8px 22px;
  background: var(--gto-gd-1);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s transform ease-out;
}
.btn-purchase-small::after {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.btn-purchase-small:hover {
  color: var(--gto-h1-color);
  transform: scale(1.05);
  will-change: transform;
}
.btn-purchase-small:hover::after {
  transform: translate(0, 0);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 0;
  height: 60px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 20px 20px 0px 0px;
  z-index: 5;
  background: var(--gto-gd-1);
  opacity: 1;
  visibility: visible;
  transition: all 300ms linear;
  font-size: 20px;
  text-align: center;
  color: #fff;
  transform: translateY(80px);
}

.scroll-top-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  padding-top: 16px;
}
.scroll-top-wrap .icon-2 {
  font-size: 16px;
  position: absolute;
  left: 33%;
  bottom: 22%;
  transform: translate(-50%, -50%);
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*# sourceMappingURL=main.css.map */
