@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"); /*CSS Table Of Content Starts Here*/
/*
01. General CSS
---------------------------

Section css
---------------------------
*/
/*CSS Table Of Content Ends Here*/
:root {
  --body: #ffffff;
  --pathan: #000;
  --themetext: #354764;
  --darkbg: #08162E;
  --darktheme: #08162E;
  --sectionbg: #F6F7FE;
  --banner: #08162E;
  --white: #FFFFFF;
  --base: #452FF4;
  --basetwo: #005C30;
  --basethree: #6B4A00;
  --danger: #ED5050;
  --themeneed: #A21111;
  --success: #3FCA90;
  --worning: #EDCB50;
  --info: #3F7FCA;
  --quitborder: #DCD8FC;
  --quitcolor: #887AF8;
  --quitibg: #EDEBFD;
  --quitboxbg: #F6F5FE;
  --neutral: #1E1E1F;
  --bgsection: #F6F5FF;
  --sunborder: #CDC7FC;
  --text-base: #41E295;
  --whitebgdark: #ffffff;
  --countptext: #243757;
  --countright: #C2C7D0;
  --dots: #DFE2E6;
  --dotsave: #DFE2E6;
  --subborder: #ECEAFE;
  --box1: #ECEAFE;
  --box2: #E6EFEA;
  --box3: #D9D9D9;
  --fwork: #F5F4FE;
  --robit: #3021AB;
  --boxborder: #B3AAFA;
  --planbuttonborder: #96BCAA;
  --priceborder: #EBEDF0;
  --inborder: #C2B596;
  --footertext: #F5F6F7;
  --intellicon: #FFAF00;
  --inbox1: #DBD7FD;
  --inbox2: #B1F3D4;
  --inbox3: #FFDE96;
  --inbox4: #F0EDE6;
  --coutbg1: #F4F3FE;
  --coutbg2: #F2F7F4;
  --coutbg3: #F2EAEA;
  --coutbg4: #F7F6F2;
  --coubor1: #D99D9D;
  --deeptheme: #B7AEFB;
  --pribox1: #F6F5FE;
  --pribox2: #F2F7F5;
  --pribox3: #FAF3F3;
  --pribox4: #F6E7E7;
  --priboxcolor4: #630A0A;
  --pricloud4: #E7C2C2;
  --priboxicon: #F6E7E7;
  --soc1: #F5F4FE;
  --soc2: #F2F7F4;
  --soc3: #F7F6F2;
  --soc4: #FAF3F3;
  --socbor1: #D2CDFC;
  --socbor2: #C2D8CD;
  --socbor3: #DBD3C2;
  --socbor4: #E8C6C6;
  --facebook: #452FF4;
  --instagram: #005C30;
  --twitter: #6B4900;
  --linkedin: #A21111;
  --thardbox1: #EDEBFD;
  --thardbox2: #F8F2E6;
  --thardbox3: #E8F2ED;
  --thardbox4: #F6E8E8;
  --tharbg1: #F6F5FE;
  --tharbg2: #FFFBF2;
  --tharbg3: #F2F7F5;
  --tharbg4: #FAF3F3;
  --tharbor1: #ECEAFE;
  --tharbor2: #FFF7E6;
  --tharbor3: #E6EFEA;
  --tharbor4: #F6E7E7;
  --casedifrent: #452FF4;
  --suppitems: #fff;
  --subborder: #ECEAFE;
  --accrborder: #F5F6F7;
  --businessbg: #F8F6F2;
  --busnesicon: #F0EDE6;
  --busnesborder: #C2B596;
}

body {
  color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: auto;
  background-color: var(--body);
  font-family: "Josefin Sans", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--neutral);
}

h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 120%;
}

h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 130%;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  font-family: "Josefin Sans", sans-serif;
}

.d1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d2 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d4 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--white);
}

a:hover {
  text-decoration: none;
  color: var(--white);
}

input:focus {
  color: var(--white);
}

input {
  color: var(--white);
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--pragraph-color);
  font-family: "Josefin Sans", sans-serif;
}

.pb__20 {
  padding-bottom: 20px;
}

.pt__20 {
  padding-top: 20px;
}

.pt__15 {
  padding-top: 15px;
}

.pb-250 {
  padding-bottom: 200px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt__60 {
  padding-top: 60px;
}

.pb__60 {
  padding-bottom: 60px;
}

.pt__40 {
  padding-top: 40px;
}

.pb__40 {
  padding-bottom: 40px;
}

.pl__40 {
  padding-left: 40px;
}

.pr__40 {
  padding-right: 40px;
}

.pb__32 {
  padding-bottom: 32px;
}

.mt__60 {
  margin-top: 60px;
}

.mb__60 {
  margin-bottom: 60px;
}

.mb-120 {
  margin-bottom: 200px;
}

.mb24 {
  margin-bottom: 24px !important;
}

.fw500 {
  font-weight: 600 !important;
}

.mb__40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb__40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb__40 {
    margin-bottom: 20px;
  }
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .pt__60 {
    padding-top: 40px;
  }
  .pb__60 {
    padding-bottom: 40px;
  }
  .pl__40 {
    padding-left: 30px;
  }
  .pr__40 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
/*-Responsive-*/
/*-Responsive-*/
.danger {
  color: var(--danger) !important;
}

.theme {
  color: #41E295 !important;
}

.success {
  color: #005C30 !important;
}

.theme2 {
  color: #EDCB50 !important;
}

.title-white {
  color: var(--white);
}

.bgsection {
  background: var(--bgsection);
}

.bgtwo {
  background: rgba(229, 231, 249, 0.7647058824);
}

.darkbg {
  background: var(--darkbg);
}

.bannerbg {
  background: var(--banner);
}

.bg__white {
  background: var(--whitebgdark);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.base {
  color: #452FF4 !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(70, 47, 244, 0.3254901961);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(70, 47, 244, 0.4509803922);
  border-radius: 10px;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 200;
  font-style: normal;
  font-size: 0.9rem;
  color: red;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section__header .sub__stuning {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section__header .sub__stuning .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
}
.section__header .sub__stuning h4 {
  color: var(--base);
  margin-top: 10px;
}
.section__header h2 {
  margin-bottom: 24px;
  color: var(--darktheme);
  font-weight: 800;
}
@media (max-width: 1199px) {
  .section__header h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 500px) {
  .section__header h2 {
    font-size: 1.7rem;
  }
}
.section__header h2 .basecon {
  color: var(--achackcion);
}
.section__header p {
  font-size: 18px;
  color: var(--themetext);
  font-weight: 400;
}
.section__header p .bold {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .section__header p {
    font-size: 1rem;
  }
}

.section__center {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

/*--Section Header End--*/
/*--Section Header End--*/
.header-section {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
}
@media (min-width: 992px) {
  .menu-fixed .header-wrapper .main-menu li a {
    padding: 30px 0;
  }
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .header-wrapper {
    padding: 25px 0;
  }
}
.header-wrapper .logo-menu .logo {
  display: block;
  max-width: 200px;
}
@media (max-width: 1199px) {
  .header-wrapper .logo-menu .logo {
    display: none;
  }
}
.header-wrapper .logo-menu .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .small__logo {
  display: block;
  width: 60px;
  height: 45px;
}
@media (min-width: 1200px) {
  .header-wrapper .small__logo {
    display: none;
  }
}
.header-wrapper .small__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .main-menu {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
}
.header-wrapper .main-menu li a {
  color: var(--text);
  font-weight: 500;
  font-size: rem(18);
  padding: 30px 0px;
  transition: all 0.3s;
  text-transform: capitalize;
}
.header-wrapper .main-menu li a:hover {
  color: var(--success);
}
.header-wrapper .main-menu li a .icons {
  margin-left: 2px;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 14px !important;
  color: var(--base-color);
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li a {
    padding: 8px 10px;
  }
}
.header-wrapper .main-menu li .submenu__recharge {
  height: 350px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__booking {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  height: 380px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__booking li {
  width: 20%;
  padding: 5px 5px;
}
.header-wrapper .main-menu li .submenu__booking li:not(:first-child) {
  border-left: 1px solid var(--base);
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .submenu__booking {
    height: 350px;
    overflow-y: scroll;
  }
  .header-wrapper .main-menu li .submenu__booking li {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .submenu__booking li .mh__img {
    height: 120px !important;
  }
}
.header-wrapper .main-menu li .submenu__element {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  height: 400px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__element li {
  width: 16.6666666667%;
  padding: 5px 5px;
}
.header-wrapper .main-menu li .submenu__element li a:hover {
  color: var(--white) !important;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .submenu__element li {
    width: 100%;
  }
}
.header-wrapper .main-menu li .sub-menu {
  background: var(--white);
  padding: 5px 5px 5px 5px;
  display: none;
  transform: translateY(0px);
  border-left: 4px solid var(--base);
  border-bottom: 4px solid var(--base);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.2s;
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    border-radius: 10px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(40px);
  }
  .header-wrapper .main-menu li .sub-menu li .mh__img {
    display: inline-block;
    width: 100%;
    height: 160px;
    padding: 5px 6px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    background: var(--base);
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: center;
  }
  .header-wrapper .main-menu li .sub-menu li .mh__img img {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .sub-menu li .mh__img {
    font-size: 16px;
    height: 120px !important;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--banner);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  display: block;
  padding: 10px 15px;
  margin: 1px;
  border-radius: 8px;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 0.9rem !important;
}
.header-wrapper .main-menu li .sub-menu li a:hover {
  color: var(--base);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .sub-menu li a {
    padding: 8px 5px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu li .mh__img {
    display: none;
  }
}
.header-wrapper .main-menu li .sub-menu .subtwohober {
  position: relative;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two {
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  transition: all 0.8s;
  box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border-left: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li {
  width: 100%;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li a {
  margin-left: 0px;
  padding: 5px 15px;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li:hover a {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu .subtwohober .sub-two {
    position: initial;
    display: none;
  }
}
.header-wrapper .main-menu li .sub-menu .subtwohober:hover .sub-two {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transform: translateY(0px);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: unset;
}
.header-wrapper .main-menu .block__menus .sub-menu {
  height: 500px;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu .block__menus .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.header-wrapper .main-menu .block__menus .sub-menu li {
  max-width: 20%;
}
.header-wrapper .main-menu .block__menus .sub-menu li a img {
  max-width: 200px;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu .block__menus .sub-menu li a img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .main-menu .block__menus .sub-menu li {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu .block__menus .sub-menu li {
    width: initial;
  }
  .header-wrapper .main-menu .block__menus .sub-menu li a {
    display: block;
  }
}
.header-wrapper .sigin__grp {
  gap: 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .sigin__grp {
    gap: 15px;
  }
  .header-wrapper .sigin__grp .cmn__btn {
    padding: 8px 20px 9px;
  }
  .header-wrapper .sigin__grp .outline__btn {
    padding: 7px 20px 8px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .sigin__grp {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .header-wrapper .sigin__grp .cmn__btn {
    padding: 5px 15px 6px;
    font-size: 14px;
    font-weight: 400;
  }
}
.header-wrapper .sigup__grp {
  gap: 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .sigup__grp .cmn__btn {
    padding: 8px 18px 9px;
  }
  .header-wrapper .sigup__grp .outline__btn {
    padding: 7px 18px 8px;
  }
}
@media (max-width: 575px) {
  .header-wrapper .sigup__grp {
    display: none;
  }
}
.header-wrapper .menu__right__components {
  gap: 0 15px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 0 8px;
  }
}
@media (max-width: 575px) {
  .header-wrapper .menu__right__components .cmn__btn {
    padding: 5px 15px 6px;
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .header-wrapper .main-menu .grid__style {
    position: relative;
  }
  .header-wrapper .main-menu .grid__style .sub-menu {
    top: calc(100% - 0px);
    left: 0;
    width: 250px;
    display: grid;
  }
}
@media screen and (max-width: 991px) {
  .header-wrapper .main-menu {
    position: relative;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    background: var(--banner);
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 7px;
    border: 1px solid var(--border);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
    font-size: 1rem;
  }
  .main-menu li .cmn--btn {
    display: inline-block !important;
    padding: 8px 25px 6px;
  }
  .main-menu li .sub-menu {
    margin: 0px 10px 15px 3px !important;
  }
  .main-menu li .sub-menu li a {
    padding: 8px 7px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 0 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu .active a {
    color: var(--white);
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 1px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white);
  }
  .header-bar span:last-child {
    bottom: 2px;
    background: var(--white);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
}
.header__twostyle {
  background: var(--base);
}
.header__twostyle .header-wrapper .main-menu li a {
  color: var(--white);
}
.header__twostyle .header-wrapper .sigin__grp .cmn__btn {
  background: var(--white);
  color: var(--base);
}
.header__twostyle .header-wrapper .sigin__grp .outline__btn {
  color: var(--white);
  background: var(--base);
  border-color: var(--buttoncolor);
}
.header__twostyle .header-wrapper .sigup__grp .cmn__btn {
  background: #415fe2;
}
.header__twostyle .header-wrapper .sigup__grp .outline__btn {
  color: var(--white);
  border-color: #415fe2;
}
.header__twostyle .header-wrapper .header-bar span {
  background: var(--white);
}

.header__threestyle.menu-fixed {
  background: var(--white);
}
.header__threestyle.menu-fixed .header-wrapper {
  border-bottom: unset;
}

.header__threestyle {
  background: transparent;
}
.header__threestyle .header-wrapper {
  border-bottom: 1px solid var(--bordertwo);
}

.banner__section {
  background: url(../../assets/img/banner/land-hero.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0 160px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .banner__section {
    padding: 60px 0 100px;
  }
}
.banner__section .ban__home1 {
  position: absolute;
  top: 90px;
  left: 0;
}
@media (max-width: 1800px) {
  .banner__section .ban__home1 {
    position: absolute;
    top: -50px;
    right: 0;
  }
}
@media (max-width: 1399px) {
  .banner__section .ban__home1 {
    top: -50px;
    left: -40px;
  }
}
.banner__section .ban__home2 {
  position: absolute;
  top: 90px;
  right: 0;
}
@media (max-width: 1800px) {
  .banner__section .ban__home2 {
    position: absolute;
    top: -50px;
    right: 0;
  }
}
@media (max-width: 1399px) {
  .banner__section .ban__home2 {
    top: -45px;
    right: -40px;
  }
}
.banner__section .ban__home3 {
  position: absolute;
  bottom: 120px;
  left: 0;
}
@media (max-width: 1800px) {
  .banner__section .ban__home3 {
    left: -140px;
  }
}
@media (max-width: 1399px) {
  .banner__section .ban__home3 {
    left: -220px;
  }
}
.banner__section .ban__home4 {
  position: absolute;
  bottom: 120px;
  right: 0;
}
@media (max-width: 1800px) {
  .banner__section .ban__home4 {
    right: -140px;
  }
}
@media (max-width: 1399px) {
  .banner__section .ban__home4 {
    right: -240px;
  }
}
.banner__section .ban__home5 {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1399px) {
  .banner__section .ban__home5 {
    bottom: -80px;
  }
}
@media (max-width: 1199px) {
  .banner__section .ban__home1,
  .banner__section .ban__home2,
  .banner__section .ban__home3,
  .banner__section .ban__home4,
  .banner__section .ban__home5 {
    display: none;
  }
}

.banner__content__wrap {
  position: relative;
  z-index: 1;
}
.banner__content__wrap .banner__content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 1800px) {
  .banner__content__wrap .banner__content {
    max-width: 600px;
  }
  .banner__content__wrap .banner__content h1 {
    font-size: 48px;
  }
  .banner__content__wrap .banner__content h2 {
    font-size: 32px;
  }
}
.banner__content__wrap .banner__content h2 {
  color: var(--success);
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .banner__content__wrap .banner__content {
    margin-bottom: 50px;
  }
  .banner__content__wrap .banner__content h2 {
    font-size: 32px;
  }
  .banner__content__wrap .banner__content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner__content__wrap .banner__content {
    margin-bottom: 40px;
  }
  .banner__content__wrap .banner__content h2 {
    font-size: 28px;
  }
  .banner__content__wrap .banner__content h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .banner__content__wrap .banner__content {
    margin-bottom: 40px;
  }
  .banner__content__wrap .banner__content h2 {
    font-size: 22px;
  }
  .banner__content__wrap .banner__content h1 {
    font-size: 32px;
  }
}
.banner__content__wrap .counting__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 500px) {
  .banner__content__wrap .counting__wrap {
    flex-wrap: wrap;
  }
}
.banner__content__wrap .counting__wrap .counter__items {
  text-align: center;
  border: 1px solid var(--success);
  padding: 20px 5px 8px;
  border-radius: 30px;
  width: 200px;
}
.banner__content__wrap .counting__wrap .counter__items p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .banner__content__wrap .counting__wrap .counter__items p {
    font-size: 16px;
  }
}
.banner__content__wrap .counting__wrap .counter__items .counter__content .cont {
  justify-content: center;
}
.banner__content__wrap .counting__wrap .counter__items .counter__content .cont .odometers {
  color: var(--success);
  font-size: 52px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .banner__content__wrap .counting__wrap .counter__items .counter__content .cont .odometers {
    font-size: 42px;
  }
}
.banner__content__wrap .counting__wrap .counter__items .counter__content .cont .plus__icon {
  color: var(--success);
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .banner__content__wrap .counting__wrap .counter__items .counter__content .cont .plus__icon {
    font-size: 42px;
  }
}
.banner__content__wrap .showcase__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: var(--base);
  max-width: 500px;
  border-radius: 100px;
  margin: 40px auto 0;
  padding: 20px 10px;
}
@media (max-width: 500px) {
  .banner__content__wrap .showcase__wrap {
    flex-wrap: wrap;
  }
}
.banner__content__wrap .showcase__wrap .showcase__items {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.banner__content__wrap .showcase__wrap .showcase__items img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fz-52 {
  font-size: 52px;
  font-weight: 700;
  color: var(--success);
}
@media (max-width: 991px) {
  .fz-52 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .fz-52 {
    font-size: 36px;
  }
}

.preloader__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.938);
  position: fixed;
  width: 100%;
  height: 100%;
}
.preloader__wrap .preloader__box {
  position: relative;
  z-index: 1;
}
.preloader__wrap .preloader__box .circle {
  animation: round2 4s linear infinite;
}
.preloader__wrap .preloader__box .recharge {
  position: absolute;
  top: 10px;
  left: 45%;
  transform: translateX(-50%);
  opacity: 0;
  animation: city 3s linear infinite;
}
.preloader__wrap .preloader__box .pretext {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: var(--base);
  margin-top: 10px;
  display: block;
}

@keyframes round2 {
  100% {
    transform: rotate(-40deg);
  }
}
@keyframes city {
  100% {
    top: 30px;
    opacity: 1;
  }
}
.component__ready {
  position: relative;
  overflow: hidden;
}
.component__ready .section__header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 70px;
}
@media (max-width: 991px) {
  .component__ready .section__header {
    margin: 0 auto 50px;
  }
}
.component__ready .vector1 {
  position: absolute;
  top: 60px;
  left: 60px;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1399px) {
  .component__ready .vector1 {
    top: 5px;
    left: 5px;
  }
}
@media (max-width: 991px) {
  .component__ready .vector1 {
    width: 70px;
  }
  .component__ready .vector1 img {
    width: 100%;
  }
}
.component__ready .vector2 {
  position: absolute;
  top: 100px;
  right: 100px;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1399px) {
  .component__ready .vector2 {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .component__ready .vector2 {
    width: 70px;
  }
  .component__ready .vector2 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .component__ready .vector2 {
    width: 40px;
    top: 10px;
    right: 10px;
  }
}
.component__ready .vector__element {
  position: absolute;
  top: 0;
  left: 0;
}

.component__items {
  display: flex;
  align-items: center;
  gap: 16px;
}
.component__items .d4 {
  color: var(--base);
  font-size: 38px;
}
.component__items .cont .text1 {
  font-size: 18px;
  color: var(--themetext);
  text-transform: capitalize;
}

.common__stuning {
  position: relative;
  overflow: hidden;
}
.common__stuning .stuing__1 {
  position: absolute;
  right: 0;
  top: 30px;
}
.common__stuning .stuing__2 {
  position: absolute;
  left: 0;
  top: 30px;
}
.common__stuning .stuing__3 {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.common__stuning .stuing__4 {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.common__stuning .section__header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}
.common__stuning .section__header .sub__stuning {
  justify-content: center;
  margin-bottom: 20px;
}
.common__stuning .section__header .sub__stuning h4 {
  font-size: 21px;
}

.common__box {
  position: relative;
  z-index: 1;
  text-align: center;
}
.common__box .case {
  font-size: 24px;
  font-weight: 600;
  color: var(--base);
  border-radius: 2px;
  padding: 8px;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  background: var(--white);
}

.home__boxcustomiz .home__box {
  height: 250px;
}
.home__boxcustomiz .home__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home__box {
  position: relative;
  padding: 15px;
  border-radius: 5px;
  background: var(--white);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home__box img {
  width: 100%;
}
.home__box .demo__page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  border-radius: 5px;
  background: rgba(41, 52, 80, 0.544);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
}
.home__box .demo__page span {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  border: 1px solid var(--success);
  background: var(--success);
  border-radius: 5px;
  padding: 8px 20px 10px;
}
.home__box:hover .demo__page {
  top: 0;
  left: 0;
}

.sectionbg {
  background: var(--sectionbg);
}

.layout__item {
  background: var(--white);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  margin: 20px 0;
}

.feature__section {
  background: #090A11;
}
.feature__section .section__header {
  text-align: center;
}
.feature__section .section__header .sub__stuning {
  justify-content: center;
}

.feature__items {
  background: var(--banner);
  padding: 30px 10px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.4s;
}
.feature__items .content__box {
  max-width: 330px;
  margin: 0 auto;
}
.feature__items .icon {
  margin-bottom: 18px;
}
.feature__items .content h4 {
  color: var(--white);
  margin-bottom: 12px;
}
.feature__items .content p {
  color: #ACA9BB;
  font-size: 16px;
  transition: all 0.4s;
}
.feature__items:hover {
  background: var(--base);
}
.feature__items:hover P {
  color: var(--white);
}

.elit__content .section__header h2 .difarent {
  color: var(--base);
}

.elit__thumb {
  width: 100%;
}
.elit__thumb img {
  width: 100%;
}

.rady__thumb {
  width: 100%;
}
.rady__thumb img {
  width: 100%;
}

.customization__thumb {
  width: 100%;
}
.customization__thumb img {
  width: 100%;
}

.footer__section {
  padding: 30px 0 28px;
}
.footer__section .footer__content p {
  text-align: center;
  font-size: 18px;
  color: var(--themetext);
}
.footer__section .footer__content p a {
  color: var(--success);
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  border-radius: 5px;
  padding: 10px 25px 11px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
  color: var(--white);
  text-transform: capitalize;
  position: relative;
  background: var(--success);
  overflow: hidden;
}
.cmn--btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.cmn--btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0px;
  height: 0px;
  background: #41E295;
  transition: all 0.5s;
}
.cmn--btn:hover span {
  color: #091E42;
}
.cmn--btn:hover::before {
  width: 100%;
  height: 100%;
}

.border__btn {
  background: transparent;
  border: 1px solid var(--success);
  color: var(--themetext);
  transition: all 0.4s;
}
.border__btn:hover {
  border-color: #41E295;
}

/*--Button Area End--*/
/*--Button Area End--*//*# sourceMappingURL=main.css.map */