/*
************
*************************

   Template Name: gesto
   Description: ---.
   Author: themexriver
   Version: 1.0

******************************************************* 
*************************************************************** */

@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap");
:root {
    --urbanist: "Urbanist", sans-serif;
    --bungee: "Bungee Shade", sans-serif;
    --black-color: #000000;
    --white-color: #fff;
    --pr-color: #EC4813;
    --sd-4c52e0: #4c52e0;
    --heading-color: #0E191E;
    --para-color: #606364;
    --bcbcbc: #bcbcbc;
    --454545: #454545;
    --484848: #484848;
}


body {
    font-family: var(--urbanist);
    font-weight: 400;
    font-style: normal;
    color: #5b5b5b;
    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: var(--heading-0e191e);
    line-height: 1.18;
    font-weight: 900;
    text-transform: capitalize;
    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: var(--pr-color);
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background-color: var(--pr-color);
    color: white;
    text-shadow: none;
}

::selection {
    background-color: var(--pr-color);
    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;
}

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: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(236, 72, 20) 100%);
    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;
}

.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;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

@media (min-width: 1200px) {
    .container.h1-container {
        max-width: 1750px;
    }
}

/* <<<<<<<    Declaration   >>>>>>>>> */

.fix {
    overflow: hidden;
}

.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;
}

.reveal-type {
    text-transform: unset !important;
    letter-spacing: -0.5px;
}

.reveal-type .line .word .char:nth-child(1) {
    text-transform: capitalize !important;
}

.reveal-type-2 {
    text-transform: lowercase !important;
    letter-spacing: -0.7px;
}

.split-in-right {
    text-transform: unset !important;
    letter-spacing: -0.5px;
}

.split-in-right-hero {
    text-transform: unset !important;
    letter-spacing: -0.5px;
}

.split-in-left {
    text-transform: unset !important;
    letter-spacing: -0.5px;
}

.split-in-down {
    text-transform: unset !important;
    letter-spacing: -0.5px;
}

.split-in-down .split-line {
    overflow: hidden;
}

.split-in-scale {
    text-transform: unset !important;
    letter-spacing: -0.5px;
}

.split-in-scale .split-line {
    overflow: hidden;
}

.split-in-rotate {
    text-transform: unset !important;
    letter-spacing: -0.5px;
}

.split-in-rotate .split-line {
    overflow: hidden;
}

.mobile_menu_button {
    width: 95px;
    height: 60px;
    background-color: var(--pr-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .mobile_menu_button {
        width: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mobile_menu_button {
        width: 158px;
    }
}

.mobile_menu_button .icon {
    width: 24px;
    height: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
}

.mobile_menu_button .icon .icon-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--white-color);
    transition: 500ms ease-in-out;
}

.mobile_menu_button .text {
    font-family: var(--ss4);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: capitalize;
}

.mobile_menu_button:hover .icon {
    animation: h1-menu-rotated 2s ease-in-out infinite;
}

.mobile_menu_button:hover .icon .icon-dot:nth-child(1) {
    transform: translate(2px, 2px);
}

.mobile_menu_button:hover .icon .icon-dot:nth-child(3) {
    transform: translate(-2px, 2px);
}

.mobile_menu_button:hover .icon .icon-dot:nth-child(7) {
    transform: translate(2px, -2px);
}

.mobile_menu_button:hover .icon .icon-dot:nth-child(9) {
    transform: translate(-2px, -2px);
}

@keyframes h1-menu-rotated {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 360deg;
    }
}

.gto-btn-2 {
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    background-color: var(--pr-color);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--urbanist);
    text-transform: uppercase;
    color: #fff;
    padding: 21px 35px;
    border-radius: 30px;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    cursor: pointer;
}

.gto-btn-2::after {
    background-color: var(--heading-color);
    border-radius: 30px;
    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;
}

.gto-btn-2 .icon-1 {
    margin-left: 5px;
    rotate: -45deg;
    transition: 400ms ease;
}

.gto-btn-2 .icon-2 {
    margin-right: 4px;
    font-size: 16px;
    transition: 400ms ease;
}

.gto-btn-2 .icon-img {
    margin-right: 5px;
}

.gto-btn-2:is(.footer) {
    padding: 16px 35px;
    border: 1px solid transparent;
}

.gto-btn-2:is(.footer):hover {
    border: 1px solid var(--pr-color);
}

.gto-btn-2:hover {
    color: #fff;
    transform: scale(1.05);
    will-change: transform;
}

.gto-btn-2:hover::after {
    transform: translate(0, 0);
}

.gto-btn-2:hover .icon-1 {
    rotate: 0deg;
}

.gto-btn-2:hover .icon-2 {
    rotate: 45deg;
}

.gto-btn-border {
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    background-color: transparent;
    border: 1px solid var(--pr-color);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--urbanist);
    text-transform: uppercase;
    color: var(--pr-color);
    padding: 21px 35px;
    border-radius: 30px;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    cursor: pointer;
}

.gto-btn-border::after {
    background-color: var(--pr-color);
    border-radius: 30px;
    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;
}

.gto-btn-border .icon-1 {
    margin-left: 5px;
    rotate: -45deg;
    transition: 400ms ease;
}

.gto-btn-border:hover {
    color: #fff;
    transform: scale(1.05);
    will-change: transform;
}

.gto-btn-border:hover::after {
    transform: translate(0, 0);
}

.gto-btn-border:hover .icon-1 {
    rotate: 0deg;
}

.gto-play-btn-5 {
    display: inline-block;
    position: relative;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    text-align: center;
    line-height: 77px;
    background-color: var(--pr-color);
    font-size: 24px;
    color: #fff;
    animation: gto-plybtn-5 5s infinite ease-in-out;
    transition: 400ms ease;
}

.gto-play-btn-5:hover {
    color: var(--pr-color);
    background: var(--heading-color);
}

@keyframes gto-plybtn-5 {
    0% {
        outline: 0px solid rgba(0, 0, 0, 0.6);
    }
    100% {
        outline: 30px solid rgba(0, 0, 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;
    opacity: 1;
    visibility: visible;
    transition: all 300ms linear;
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgb(236, 72, 20) 100%);
    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);
}

.offcanvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(4, 0, 23, 0.8);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: scaleX(0);
    transform-origin: left;
}

.offcanvas-overlay:is(.overlay_open) {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.offcanvas-overlay:is(.visible) {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.offcanvas-overlay:is(.active) {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

/* ======= Text Animation style ======= */

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@keyframes gtp-p1-img {
    0% {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(20px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    75% {
        transform: translate(16px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes text-slide-2 {
    0% {
        translate: 0;
    }
    100% {
        translate: -100%;
    }
}

.txr-img {
    --_g: 10% /45% 45% no-repeat linear-gradient(#000 0 0);
    --m: left var(--_i, 0%) top var(--_g), bottom var(--_i, 0%) left var(--_g), top var(--_i, 0%) right var(--_g), right var(--_i, 0%) bottom var(--_g);
    -webkit-mask: var(--m);
    mask: var(--m);
    filter: grayscale(100%);
    transition: 1000ms ease;
    transition-delay: 1s;
}

.asx-class:is(.active) .txr-img {
    --_i: 10%;
    filter: grayscale(0);
    transform: scale(1.2);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #070D1D;
}

.wavy {
    position: relative;
    -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.wavy span {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 2.9em;
    margin-top: 50%;
    text-transform: uppercase;
    animation: animate 1s ease-in-out infinite;
    animation-delay: calc(0.1s * var(--i));
    font-weight: 700;
}

@keyframes animate {
    0% {
        transform: translateY(0px);
        color: yellow opacity: 0.2;
    }
    20% {
        transform: translateY(-20px);
        color: red;
        opacity: 0.3;
    }
    40%,
    100% {
        transform: translateY(0px);
    }
}

.heading {
    font-family: var(--urbanist);
    color: var(--heading-color);
}

.section-title {
    font-size: 65px;
    line-height: 1.15;
    margin-bottom: 35px;
}

.section-title .th-color {
    color: var(--pr-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .section-title:is(.br-hide) br {
        display: none;
    }
}

.subtitle-1 {
    display: inline-block;
    color: var(--pr-color);
    background-color: rgba(236, 72, 19, 0.1);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.para {
    font-size: 20px;
    line-height: 30px;
    color: var(--para-color);
    font-weight: 500;
}

/*
************
*************************
07. header
******************************************************* 
*************************************************************** */

.header_sticky:is(.sticky) {
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: slideInDown 0.5s;
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
        transform: translateY(-400px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.gto-header-1-area:is(.sticky) {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 999;
}

.transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

.top-header {
    background: #FFFCF9;
    backdrop-filter: blur(15px);
}

.top-header-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .top-header-content {
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.top-header-content .text-item {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    color: #606364;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .top-header-content .text-item {
        text-align: center;
    }
}

.top-header-content .text-item i {
    margin-right: 5px;
    color: var(--pr-color);
}

.top-header-content .text-item span {
    display: inline-block;
    color: var(--pr-color);
    margin-right: 3px;
}

.main-header {
    padding: 15px 0;
}

.main-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-navigation .main-navigation .navbar-nav {
    display: inherit;
}

.main-navigation .main-navigation .navbar-nav li {
    display: inline-block;
    margin: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-navigation .main-navigation .navbar-nav li {
        margin: 0 0px;
    }
}

.main-navigation .main-navigation .navbar-nav li a {
    font-family: var(--urbanist);
    font-size: 18px;
    color: var(--heading-color);
    font-weight: 600;
    text-decoration: none;
    padding: 35px 15px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-navigation .main-navigation .navbar-nav li a {
        padding: 35px 5px;
    }
}

.main-navigation .main-navigation .navbar-nav li a::after {
    content: "";
    position: absolute;
    background-color: var(--pr-color);
    width: 100%;
    height: 40px;
    border-radius: 100%;
    left: 0;
    top: 24px;
    transform: scaleY(0);
    z-index: -1;
    transition: 400ms ease;
}

.main-navigation .main-navigation .navbar-nav li a:hover {
    color: #fff;
}

.main-navigation .main-navigation .navbar-nav li a:hover::after {
    transform: scaleY(1);
}

/* 
header 1
======end====== 
*/

/*
************
*************************
08. mobile-menu
******************************************************* 
*************************************************************** */

.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: #d60606;
    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);
}

.hero-area {
    padding-top: 210px;
}

.hero-title {
    font-size: 80px;
    line-height: 1.12;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.hero-title .th-color {
    color: var(--pr-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-title {
        font-size: 40px;
    }
}

.hero-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

@media (max-width: 767px) {
    .hero-btn-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.hero-img-wrap {
    position: relative;
}

.hero-img-wrap .hero-img-1 {
    width: 100%;
    max-width: 1020px;
    height: 580px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-img-wrap .hero-img-1 {
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .hero-img-wrap .hero-img-1 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .hero-img-wrap .hero-img-1 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 180px;
        width: 280px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-img-wrap .hero-img-1 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 290px;
        width: 100%;
        margin: 0 auto;
    }
}

.hero-img-wrap .hero-img-1 .inner-img-wrap {
    height: 485px;
    overflow: hidden;
    position: absolute;
    left: 130px;
    top: 30px;
    width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-img-wrap .hero-img-1 .inner-img-wrap {
        left: 98px;
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-img-wrap .hero-img-1 .inner-img-wrap {
        height: 325px;
        left: 90px;
        top: 30px;
        width: 75%;
    }
}

@media (max-width: 767px) {
    .hero-img-wrap .hero-img-1 .inner-img-wrap {
        height: 135px;
        overflow: hidden;
        position: absolute;
        left: 37px;
        top: 19px;
        width: 75%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-img-wrap .hero-img-1 .inner-img-wrap {
        height: 235px;
        left: 66px;
        top: 19px;
        width: 75%;
    }
}

.hero-img-wrap .hero-img-1 .inner-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    animation: hero-img-slide 60s infinite;
}

.hero-img-wrap .hero-img-2 {
    width: 100%;
    max-width: 590px;
    height: 435px;
    overflow: hidden;
    position: absolute;
    right: 330px;
    bottom: 150px;
    border-radius: 10px;
    border: 2px solid #F2E3FF;
    filter: drop-shadow(15px 0px 50px rgba(0, 0, 0, 0.15));
    rotate: -10deg;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-img-wrap .hero-img-2 {
        max-width: 280px;
        right: 210px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-img-wrap .hero-img-2 {
        max-width: 210px;
        right: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .hero-img-wrap .hero-img-2 {
        display: none;
    }
}

.hero-img-wrap .hero-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    animation: hero-img-slide 60s infinite;
}

.hero-img-wrap .hero-img-3 {
    width: 100%;
    max-width: 590px;
    height: 435px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    bottom: 60px;
    border-radius: 10px;
    border: 2px solid #F2E3FF;
    filter: drop-shadow(15px 0px 50px rgba(0, 0, 0, 0.15));
    rotate: 12deg;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-img-wrap .hero-img-3 {
        max-width: 280px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-img-wrap .hero-img-3 {
        max-width: 210px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .hero-img-wrap .hero-img-3 {
        display: none;
    }
}

.hero-img-wrap .hero-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    animation: hero-img-slide 60s infinite;
}

@keyframes hero-img-slide {
    0% {
        object-position: top;
    }
    50% {
        object-position: bottom;
    }
    100% {
        object-position: top;
    }
}

.demo-area {
    padding-top: 230px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .demo-area {
        padding-top: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-area {
        padding-top: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .demo-area {
        padding-top: 120px;
    }
}

.demo-wrap {
    position: relative;
}

.demo-wrap .section-title-wrap .section-title {
    margin: 0 auto;
    width: 100%;
    max-width: 990px;
    margin-bottom: 35px;
}

.demo-wrap .demo-counter {
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .demo-wrap .demo-counter {
        top: -140px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-wrap .demo-counter {
        top: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-wrap .demo-counter {
        top: -70px;
    }
}

@media (max-width: 767px) {
    .demo-wrap .demo-counter {
        top: -40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-wrap .demo-counter {
        top: -70px;
    }
}

.demo-wrap .demo-counter .number {
    font-size: 180px;
    font-family: var(--bungee) !important;
    line-height: 1;
    display: block;
    font-weight: 900;
    color: var(--pr-color);
    opacity: 0.12;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .demo-wrap .demo-counter .number {
        font-size: 140px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-wrap .demo-counter .number {
        font-size: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-wrap .demo-counter .number {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .demo-wrap .demo-counter .number {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-wrap .demo-counter .number {
        font-size: 80px;
    }
}

.demo-wrap .demo-counter .number .odometer {
    font-family: var(--bungee) !important;
    line-height: 1 !important;
    font-weight: 400;
    margin-top: -30px;
}

@media (max-width: 767px) {
    .demo-wrap .demo-counter .number .odometer {
        margin-top: -10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-wrap .demo-counter .number .odometer {
        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) {
    .feature-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 40px;
    }
}

.feature-list li {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--heading-color);
    display: inline-block;
}

.feature-list li:not(:last-child) {
    margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .feature-list li:not(:last-child) {
        margin-right: 0px;
    }
}

.feature-list li .icon {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(-3px);
}

.feature-list li .icon svg * {
    fill: var(--pr-color);
}

.feature-list li .icon::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #B7BABC;
    left: -4px;
    top: 4px;
    z-index: -1;
}

.demo-item-wrap .demo-item {
    flex: 0 0 auto;
    position: relative;
    margin-bottom: 50px;
    padding: 0 20px;
    padding-bottom: 15px;
    width: 33%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-item-wrap .demo-item {
        padding: 0 10px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-item-wrap .demo-item {
        padding: 0 10px;
        padding-bottom: 15px;
        width: 49.5%;
    }
}

@media (max-width: 767px) {
    .demo-item-wrap .demo-item {
        padding: 0 10px;
        padding-bottom: 15px;
        width: 100%;
    }
}

.demo-item-wrap .demo-item:is(.big) .main-img {
    height: 560px;
}

.demo-item-wrap .demo-item:is(.md-size) .main-img {
    height: 450px;
}

.demo-item-wrap .demo-item .main-img {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #F4F4F4;
    transition: 400ms ease;
    margin-bottom: 15px;
}

.demo-item-wrap .demo-item .main-img::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(14, 25, 30, 0.36) 0%, rgba(14, 25, 30, 0.36) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 400ms ease;
    opacity: 0;
}

.demo-item-wrap .demo-item .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 10s ease;
}

.demo-item-wrap .demo-item .main-img .btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
}

@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) {
    .demo-item-wrap .demo-item .main-img .btn-wrap {
        height: unset;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .demo-item-wrap .demo-item .main-img .btn-wrap {
        height: unset;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-item-wrap .demo-item .main-img .btn-wrap {
        height: 100%;
        flex-wrap: nowrap;
    }
}

.demo-item-wrap .demo-item .main-img .btn-wrap a {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    transition: 400ms ease;
    opacity: 0;
    visibility: hidden;
}

.demo-item-wrap .demo-item .main-img .btn-wrap a:nth-child(1) {
    transform: translateX(-100px);
}

.demo-item-wrap .demo-item .main-img .btn-wrap a:nth-child(2) {
    transform: translateX(100px);
}

.demo-item-wrap .demo-item .main-img .btn-wrap .gto-btn-2 {
    text-transform: capitalize;
    background: #fff;
    color: #606364;
}

.demo-item-wrap .demo-item .main-img .btn-wrap .gto-btn-2::after {
    background: var(--pr-color);
}

.demo-item-wrap .demo-item .main-img .btn-wrap .gto-btn-2:hover {
    color: #fff;
}

.demo-item-wrap .demo-item .item-name {
    font-size: 26px;
    line-height: 1.61;
    margin-bottom: 0;
    padding-left: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-item-wrap .demo-item .item-name {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .demo-item-wrap .demo-item .item-name {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-item-wrap .demo-item .item-name {
        font-size: 24px;
    }
}

.demo-item-wrap .demo-item .item-number {
    display: block;
    font-size: 64px;
    font-family: var(--bungee);
    line-height: 1;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 20px;
    opacity: 0.1;
    transition: 400ms ease;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-item-wrap .demo-item .item-number {
        font-size: 55px;
        left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-item-wrap .demo-item .item-number {
        font-size: 55px;
        left: 10px;
    }
}

@media (max-width: 767px) {
    .demo-item-wrap .demo-item .item-number {
        font-size: 55px;
        left: 10px;
    }
}

.demo-item-wrap .demo-item:hover .main-img {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
}

.demo-item-wrap .demo-item:hover .main-img::after {
    opacity: 1;
}

.demo-item-wrap .demo-item:hover .main-img img {
    object-position: bottom;
}

.demo-item-wrap .demo-item:hover .main-img .btn-wrap a {
    opacity: 1;
    visibility: visible;
}

.demo-item-wrap .demo-item:hover .main-img .btn-wrap a:nth-child(1) {
    transform: translateX(0px);
}

.demo-item-wrap .demo-item:hover .main-img .btn-wrap a:nth-child(2) {
    transform: translateX(0px);
}

.demo-item-wrap .demo-item:hover .item-number {
    color: var(--pr-color);
    opacity: 1;
}

.revolution-wrap {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1.5fr 0.6fr;
    align-items: center;
    gap: 90px;
    margin-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .revolution-wrap {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .revolution-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.revolution-wrap .free-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: var(--pr-color);
    border-radius: 30px;
    padding: 1px 15px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.revolution-wrap .title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.28;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .revolution-wrap .title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .revolution-wrap .title {
        font-size: 40px;
    }
}

.revolution-wrap .text {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .revolution-wrap .text {
        font-size: 18px;
    }
}

.revolution-wrap .text span {
    color: var(--pr-color);
    margin-right: 8px;
}

.revolution-wrap .pera {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--para-color);
    margin-bottom: 0;
}

.revolution-wrap .icon {
    width: 140px;
    height: 140px;
    border: 5px solid var(--pr-color);
    border-radius: 50%;
    text-align: center;
    line-height: 135px;
    font-size: 50px;
    color: var(--pr-color);
}

.plugin-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.plugin-item-wrap {
    padding: 56px 100px;
    border-radius: 140px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .plugin-item-wrap {
        gap: 30px;
        padding: 56px 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .plugin-item-wrap {
        gap: 30px;
        padding: 56px 60px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .plugin-item-wrap {
        gap: 30px;
        padding: 56px 15px;
        flex-wrap: wrap;
        border-radius: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .plugin-item-wrap {
        gap: 30px;
        padding: 56px 60px;
        flex-wrap: wrap;
        border-radius: 30px;
    }
}

.plugin-item .logo {
    width: 80px;
    flex: 0 0 auto;
}

.plugin-item .name {
    font-size: 24px;
    line-height: 1.41;
    margin-bottom: 0;
    font-weight: 600;
}

.tutorial-img {
    position: relative;
    width: 100%;
    max-width: 1360px;
    margin: auto;
}

.tutorial-img .gto-play-btn-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature-area {
    position: relative;
    overflow: hidden;
}

.feature-area .bg-text {
    font-size: 160px;
    font-weight: 900;
    color: var(--heading-color);
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 2%;
    margin: 0;
    opacity: 0.04;
    animation: f-bg-text 10s linear infinite;
    white-space: nowrap;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .feature-area .bg-text {
        font-size: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .feature-area .bg-text {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area .bg-text {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area .bg-text {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .feature-area .bg-text {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-area .bg-text {
        font-size: 60px;
    }
}

.feature-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 1295px;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .feature-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.feature-item {
    width: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(14, 25, 30, 0.1) inset;
    backdrop-filter: blur(10px);
    align-items: center;
    padding: 50px 40px;
    text-align: center;
}

.feature-item .feature-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--heading-color);
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-item .feature-name {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-item .feature-name {
        font-size: 20px;
    }
}

@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) {
    .elmt-area {
        padding-bottom: 120px;
    }
}

.elmt-wrap {
    width: 100%;
    max-width: 1295px;
    margin: auto;
}

.elmt-wrap .section-title-wrap .para {
    width: 100%;
    max-width: 560px;
}

.elmt-wrap .feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
}

@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) {
    .elmt-wrap .feature-list {
        grid-template-columns: 1fr;
    }
}

.elmt-wrap .feature-list li {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
}

.elmt-wrap .feature-list li .icon {
    margin-right: 5px;
}

.elmt-wrap .feature-list li .icon svg {
    width: 22px;
}

.elmt-wrap .feature-list li .icon svg * {
    fill: var(--heading-color);
}

.elmt-wrap .feature-list li .icon::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #B7BABC;
    left: -4px;
    top: 7px;
    z-index: -1;
}

.elmt-img-wrap {
    margin-right: -280px;
    position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .elmt-img-wrap {
        margin-right: -140px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .elmt-img-wrap {
        margin-right: -40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .elmt-img-wrap {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .elmt-img-wrap {
        margin-top: 50px;
        margin-right: 0px;
    }
}

.elmt-img-wrap .icon {
    position: absolute;
    left: 0;
    bottom: 35px;
}

.inner-page-area {
    position: relative;
    padding-top: 240px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-page-area {
        padding-top: 210px;
    }
}

@media (max-width: 767px) {
    .inner-page-area {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .inner-page-area {
        padding-top: 190px;
    }
}

.inner-page-overflow {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.inner-page-overflow::after {
    content: "";
    width: 300px;
    height: 120%;
    top: -50px;
    left: 0;
    background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 248, 203, 0) 100%);
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .inner-page-overflow::after {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .inner-page-overflow::after {
        width: 100px;
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 248, 203, 0) 100%);
    }
}

.inner-page-overflow::before {
    content: "";
    width: 300px;
    height: 120%;
    top: -50px;
    right: 0;
    background: linear-gradient(270deg, rgb(255, 255, 255) 20%, rgba(255, 248, 203, 0) 100%);
    position: absolute;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-page-overflow::before {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .inner-page-overflow::before {
        width: 100px;
        background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 248, 203, 0) 100%);
    }
}

.inner-page-wrap-1 {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 50px;
    animation: inner-page-slider-left 40s linear infinite;
}

.inner-page-wrap-2 {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    animation: inner-page-slider-right 40s linear infinite;
}

.inner-page-item {
    flex: 0 0 auto;
    width: 450px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /*box-shadow: 0px 0px 30px 2px rgba(4, 1, 17, 0.08);*/
    transition: 400ms ease;
}

.inner-page-counter {
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
}

.inner-page-counter .number {
    font-size: 200px;
    line-height: 1;
    font-weight: 400;
    font-family: var(--bungee);
    color: var(--pr-color);
    opacity: 12%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-page-counter .number {
        font-size: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-page-counter .number {
        font-size: 160px;
    }
}

@media (max-width: 767px) {
    .inner-page-counter .number {
        font-size: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .inner-page-counter .number {
        font-size: 140px;
    }
}

@keyframes inner-page-slider-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes inner-page-slider-right {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.woocom-area {
    background-color: rgba(236, 72, 19, 0.08);
}

.woocom-wrap {
    width: 100%;
    max-width: 1295px;
    margin: auto;
}

.woocom-wrap .section-title-wrap {
    width: 100%;
    max-width: 550px;
}

.woocom-wrap .feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 10px;
}

@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) {
    .woocom-wrap .feature-list {
        grid-template-columns: 1fr;
    }
}

.woocom-wrap .feature-list li {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
}

.woocom-wrap .feature-list li .icon {
    margin-right: 5px;
}

.woocom-wrap .feature-list li .icon svg {
    width: 22px;
}

.woocom-wrap .feature-list li .icon svg * {
    fill: var(--pr-color);
}

.woocom-wrap .feature-list li .icon::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #B7BABC;
    left: -4px;
    top: 7px;
    z-index: -1;
}

.woocom-img-wrap {
    margin-right: -190px;
    position: relative;
}

.woocom-img-wrap .bg-shape {
    display: block;
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: var(--pr-color);
    right: 0;
    top: -60px;
    z-index: -1;
    opacity: 0.12;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .woocom-img-wrap .bg-shape {
        width: 500px;
        height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .woocom-img-wrap .bg-shape {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .woocom-img-wrap .bg-shape {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .woocom-img-wrap .bg-shape {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .woocom-img-wrap {
        margin-right: -140px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .woocom-img-wrap {
        margin-right: -40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocom-img-wrap {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .woocom-img-wrap {
        margin-top: 100px;
        margin-right: 0px;
    }
}

.woocom-img-wrap .popup-1 {
    position: absolute;
    bottom: -20px;
    left: -100px;
}

@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) {
    .woocom-img-wrap .popup-1 {
        width: 30%;
        left: -20px;
    }
}

.woocom-img-wrap .popup-3 {
    position: absolute;
    top: -30px;
    left: 30px;
}

.woocom-img-wrap .popup-2 {
    position: absolute;
    right: 0;
    top: -60px;
}

@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) {
    .woocom-img-wrap .popup-2 {
        width: 30%;
    }
}

.portfolio-content .section-title-wrap {
    width: 100%;
    max-width: 510px;
}

.portfolio-area {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .portfolio-area {
        padding-top: 120px;
        padding-bottom: 70px;
    }
}

.portfolio-area::after {
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    background: #5969FC;
    top: 0;
    left: 0;
    opacity: 0.05;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .portfolio-area::after {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-area::after {
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .portfolio-area::after {
        display: none;
    }
}

.portfolio-item {
    flex: 0 0 auto;
    width: 470px;
    height: 680px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .portfolio-item {
        width: 310px;
        height: 580px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .portfolio-item {
        width: 410px;
        height: 450px;
    }
}

.portfolio-item-wrap {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.portfolio-item-position {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 56%;
    overflow: hidden;
    padding: 50px 0;
    padding-right: 50px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-item-position {
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .portfolio-item-position {
        position: unset;
        transform: unset;
        max-width: 100%;
    }
}

.responsive-area .feature-list {
    text-align: center;
}

.responsive-img-wrap .img {
    width: 100%;
}

.testimonial-area {
    position: relative;
    background-color: var(--white-color);
}

.testimonial-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 360px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.testimonial-title-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    max-width: 1290px;
    margin: auto;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-title-wrap {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-title-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .testimonial-title-wrap .section-title {
        margin-bottom: 0px;
    }
}

.testimonial-wrap {
    display: flex;
    width: 100%;
    gap: 20px;
    overflow: hidden;
    height: 620px;
    padding: 50px;
    max-width: 1370px;
    margin: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .testimonial-wrap {
        display: grid;
        grid-template-columns: 1fr;
        padding: 50px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-wrap {
        display: grid;
        grid-template-columns: 1fr;
        padding: 50px;
    }
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.testimonial-content:is(.t-content-4) {
    justify-content: flex-end;
    animation: slideup 20s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .testimonial-content:is(.t-content-4) {
        display: none;
    }
}

.testimonial-content:is(.t-content-3) {
    justify-content: flex-start;
    animation: slidedown 20s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .testimonial-content:is(.t-content-3) {
        display: none;
    }
}

.testimonial-content:is(.t-content-2) {
    animation: slideup 20s linear infinite;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .testimonial-content:is(.t-content-2) {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-content:is(.t-content-2) {
        display: inline-block;
    }
}

.testimonial-content:is(.t-content-1) {
    animation: slidedown 20s linear infinite;
    justify-content: flex-start;
}

.testimonial-item {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 5px 30px 0px rgba(0, 7, 26, 0.08);
    padding: 25px;
    margin-bottom: 20px;
}

.testimonial-item .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testimonial-item .header .icon {
    flex: 0 0 auto;
}

.testimonial-item .header .name {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-color);
    text-transform: capitalize;
    line-height: 1;
}

.testimonial-item .header .name span {
    display: inline-block;
    font-weight: 400;
    color: #4D515F;
}

.testimonial-item .text {
    font-size: 19px;
    line-height: 160%;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.testimonial-item .ratting-wrap i {
    font-size: 16px;
    color: #FFB820;
}

.testimonial-pera {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--para-color);
    margin-bottom: 0;
}

@keyframes slideup {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes slidedown {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.support-animation {
    overflow: hidden;
}

.support-area {
    border-radius: 0 0 180px 180px;
}

@media (max-width: 767px) {
    .support-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.support-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
    .support-wrap {
        grid-template-columns: 1fr;
    }
}

.support-item {
    text-align: center;
    padding: 95px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-item {
        padding: 95px 15px;
    }
}

@media (max-width: 767px) {
    .support-item {
        padding: 40px 15px;
    }
}

.support-item:not(:last-child) {
    border-right: 1px solid rgba(14, 25, 30, 0.1);
}

@media (max-width: 767px) {
    .support-item:not(:last-child) {
        border-right: none;
    }
}

.support-item .s-logo {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-item .s-logo svg {
        width: 60px;
    }
}

.support-item .s-logo svg * {
    fill: var(--pr-color);
}

.support-item .s-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .support-item .s-title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-item .s-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-item .s-title {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .support-item .s-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .support-item .s-title {
        font-size: 28px;
    }
}

.support-item .s-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--urbanist);
}

.txr-text-slide-area {
    position: relative;
    overflow: hidden;
}

.txr-text-slide-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    animation: inner-page-slider-right 20s linear infinite;
    padding: 60px 0;
}

.txr-text-slide-item {
    font-size: 180px;
    margin-bottom: 0;
    line-height: 1;
    text-transform: capitalize;
    white-space: nowrap;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .txr-text-slide-item {
        font-size: 140px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .txr-text-slide-item {
        font-size: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .txr-text-slide-item {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .txr-text-slide-item {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .txr-text-slide-item {
        font-size: 60px;
    }
}

.txr-text-slide-item:is(.style-1) {
    background: var(--pr-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.txr-text-slide-item:is(.style-2) {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--pr-color);
    color: transparent;
}

.txr-footer-area {
    border-radius: 300px 300px 0 0;
}

@media (max-width: 767px) {
    .txr-footer-area {
        border-radius: 190px 190px 0 0;
    }
}

.txr-footer-top-content .footer-logo {
    margin-bottom: 30px;
}

.txr-footer-top-content .section-title {
    color: #fff;
}

.txr-footer-top-content .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: var(--white-color);
    opacity: 0.7;
    margin-bottom: 43px;
}

.txr-footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.txr-footer-bottom-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .txr-footer-bottom-wrap {
        grid-template-columns: 1fr 0.6fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .txr-footer-bottom-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.txr-footer-bottom-wrap .author-name {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 40px;
    opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .txr-footer-bottom-wrap .author-name {
        text-align: center;
    }
}

.txr-footer-bottom-wrap .author-name i {
    color: var(--pr-color);
}

.txr-footer-bottom-wrap .author-name a {
    color: var(--pr-color);
}

.txr-footer-bottom-wrap .author-name a:hover {
    color: var(--white-color);
}

.txr-footer-bottom-wrap .f-b-social-link {
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .txr-footer-bottom-wrap .f-b-social-link {
        text-align: center;
    }
}

.txr-footer-bottom-wrap .f-b-social-link li {
    list-style: none;
    display: inline-block;
}

.txr-footer-bottom-wrap .f-b-social-link li a {
    position: relative;
    width: 42px;
    height: 42px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    margin: 0 5px;
}

.txr-footer-bottom-wrap .f-b-social-link li a i {
    background: var(--pr-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 500ms;
    position: relative;
    z-index: 1;
}

.txr-footer-bottom-wrap .f-b-social-link li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--pr-color);
    opacity: 0.2;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 500ms;
}

.txr-footer-bottom-wrap .f-b-social-link li a:hover i {
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: var(--white-color);
}

.txr-footer-bottom-wrap .f-b-social-link li a:hover::after {
    opacity: 1;
}

.txr-footer-bottom-wrap .copyright-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: var(--white-color);
    opacity: 0.8;
    display: inline-block;
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .txr-footer-bottom-wrap .copyright-text {
        text-align: center;
    }
}

/*# sourceMappingURL=main.css.map */