* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

input,
button {
  border: 0px;
}
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  display: inline-block;
  background-color: transparent;
}

body {
  font-weight: 400;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Regular", sans-serif;
  overflow: hidden;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

@font-face {
  font-family: "FONTSPRING-DEMO-Articulat-CF-Heavy";
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFHeavyRegular.eot");
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFHeavyRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFHeavyRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-ArticulatCFHeavyRegular.woff") format("woff"), url("../fonts/FONTSPRINGDEMO-ArticulatCFHeavyRegular.ttf") format("truetype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFHeavyRegular.svg#FONTSPRINGDEMO-ArticulatCFHeavyRegular") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING-DEMO-Articulat-CF-Bold";
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFBold.eot");
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFBold.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-ArticulatCFBold.woff") format("woff"), url("../fonts/FONTSPRINGDEMO-ArticulatCFBold.ttf") format("truetype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFBold.svg#FONTSPRINGDEMO-ArticulatCFBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING-DEMO-Articulat-CF-Light";
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFLightRegular.eot");
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFLightRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFLightRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-ArticulatCFLightRegular.woff") format("woff"), url("../fonts/FONTSPRINGDEMO-ArticulatCFLightRegular.ttf") format("truetype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFLightRegular.svg#FONTSPRINGDEMO-ArticulatCFLightRegular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFMediumRegular.eot");
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFMediumRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFMediumRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-ArticulatCFMediumRegular.woff") format("woff"), url("../fonts/FONTSPRINGDEMO-ArticulatCFMediumRegular.ttf") format("truetype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFMediumRegular.svg#FONTSPRINGDEMO-ArticulatCFMediumRegular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFNormalRegular.eot");
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFNormalRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFNormalRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-ArticulatCFNormalRegular.woff") format("woff"), url("../fonts/FONTSPRINGDEMO-ArticulatCFNormalRegular.ttf") format("truetype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFNormalRegular.svg#FONTSPRINGDEMO-ArticulatCFNormalRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING-DEMO-Articulat-CF-Regular";
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFRegular.eot");
  src: url("../fonts/FONTSPRINGDEMO-ArticulatCFRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-ArticulatCFRegular.woff") format("woff"), url("../fonts/FONTSPRINGDEMO-ArticulatCFRegular.ttf") format("truetype"), url("../fonts/FONTSPRINGDEMO-ArticulatCFRegular.svg#FONTSPRINGDEMO-ArticulatCFRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ct-area {
  background: url(../images/banner01.png) no-repeat left center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .ct-area {
    background: url(../images/banner01.png) no-repeat center left -5rem;
  }
}
@media (max-width: 575px) {
  .ct-area {
    background: url(../images/banner01.png) no-repeat center left -20rem;
  }
}
.ct-area .box {
  padding: 10rem 10rem 7rem;
  position: relative;
}
@media (max-width: 1700px) {
  .ct-area .box {
    padding: 10rem 5rem 7rem;
  }
}
@media (max-width: 1650px) {
  .ct-area .box {
    padding: 10rem 0 7rem;
  }
}
@media (max-width: 992px) {
  .ct-area .box {
    padding: 10rem 0 3rem;
  }
}
.ct-area .box h1 {
  color: #FFF;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Light";
  font-size: 275px;
  font-weight: 300;
  line-height: 277px;
  letter-spacing: 5.777px;
}
@media (max-width: 1500px) {
  .ct-area .box h1 {
    font-size: 250px;
    line-height: 252px;
  }
}
@media (max-width: 1400px) {
  .ct-area .box h1 {
    font-size: 225px;
    line-height: 227px;
  }
}
@media (max-width: 1150px) {
  .ct-area .box h1 {
    font-size: 200px;
    line-height: 204px;
  }
}
@media (max-width: 992px) {
  .ct-area .box h1 {
    font-size: 150px;
    line-height: 152px;
  }
}
@media (max-width: 767px) {
  .ct-area .box h1 {
    font-size: 115px;
    line-height: 117px;
  }
}
@media (max-width: 575px) {
  .ct-area .box h1 {
    font-size: 70px;
    line-height: 72px;
  }
}
.ct-area .box .bot {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ct-area .box .bot {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ct-area .box .bot h2 {
  color: #FFF;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Light";
  font-size: 275px;
  font-weight: 300;
  line-height: 277px;
  letter-spacing: 5.777px;
}
@media (max-width: 1500px) {
  .ct-area .box .bot h2 {
    font-size: 250px;
    line-height: 252px;
  }
}
@media (max-width: 1400px) {
  .ct-area .box .bot h2 {
    font-size: 225px;
    line-height: 227px;
  }
}
@media (max-width: 1150px) {
  .ct-area .box .bot h2 {
    font-size: 200px;
    line-height: 204px;
  }
}
@media (max-width: 992px) {
  .ct-area .box .bot h2 {
    font-size: 150px;
    line-height: 152px;
  }
}
@media (max-width: 767px) {
  .ct-area .box .bot h2 {
    font-size: 115px;
    line-height: 117px;
  }
}
@media (max-width: 575px) {
  .ct-area .box .bot h2 {
    font-size: 70px;
    line-height: 72px;
  }
}
.ct-area .box .bot p {
  color: #9D9D9D;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.399px;
  padding: 0 0 0 5rem;
}
@media (max-width: 992px) {
  .ct-area .box .bot p {
    padding: 0 0 0 2rem;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .ct-area .box .bot p {
    padding: 0;
  }
}
.ct-area .box .img-hold img {
  position: absolute;
  top: 7%;
  left: 40%;
  right: 0;
  content: "";
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 1400px) {
  .ct-area .box .img-hold img {
    width: 300px;
  }
}
@media (max-width: 1150px) {
  .ct-area .box .img-hold img {
    width: 250px;
  }
}
@media (max-width: 992px) {
  .ct-area .box .img-hold img {
    left: 32%;
  }
}
@media (max-width: 575px) {
  .ct-area .box .img-hold img {
    left: 20%;
    width: 200px;
  }
}
.ct-area .box .img-hold img:hover {
  transform: rotate(12deg);
}

.f-area {
  margin: 0 0 7rem;
  padding: 0 10rem;
}
@media (max-width: 1700px) {
  .f-area {
    padding: 0 5rem 0;
  }
}
@media (max-width: 1280px) {
  .f-area {
    padding: 0 1rem 0;
  }
}
@media (max-width: 575px) {
  .f-area {
    padding: 0;
  }
}
.f-area .f-box {
  fill: rgba(255, 255, 255, 0.34);
  filter: drop-shadow(0px 0px 171.7px rgba(0, 0, 0, 0.15));
  -webkit-backdrop-filter: blur(56.9000015259px);
  backdrop-filter: blur(56.9000015259px);
  padding: 10rem 4rem 10rem;
  background: #fff;
  border-radius: 25px 25px;
  box-shadow: 0 0 25px #D9D9D9;
}
@media (max-width: 1150px) {
  .f-area .f-box {
    padding: 5rem 2rem 5rem;
  }
}
@media (max-width: 575px) {
  .f-area .f-box {
    padding: 3rem 1rem;
  }
}
.f-area .f-box h2 {
  color: #494949;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 50px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.874px;
  text-transform: capitalize;
  margin: 0 0 5px;
  text-align: center;
}
.f-area .f-box h2 span {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1500px) {
  .f-area .f-box h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.f-area .f-box p {
  color: #888;
  text-align: center;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.365px;
  margin: 0 0 1.5rem;
}
@media (max-width: 1500px) {
  .f-area .f-box p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  .f-area .f-box p {
    font-size: 18px;
    line-height: 20px;
  }
}
.f-area .f-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .f-area .f-box ul {
    margin: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .f-area .f-box ul {
    flex-direction: column;
  }
}
.f-area .f-box ul li {
  margin: 0 2rem 0 0;
}
@media (max-width: 575px) {
  .f-area .f-box ul li {
    margin: 0 0 10px;
  }
}
.f-area .f-box ul li:last-child {
  margin: 0;
}
.f-area .f-box ul li a {
  color: #5E5E5E;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.f-area .f-box ul li a img {
  margin: 0 5px 0 0;
}
@media (max-width: 1150px) {
  .f-area .f-box ul li a {
    font-size: 18px;
    line-height: 20px;
  }
}
.f-area .f-box input {
  border-radius: 12px;
  border: 1px solid #D3D3D3;
  padding: 15px 25px;
  color: #121212;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.185px;
}
.f-area .f-box input:focus {
  box-shadow: none;
}
.f-area .f-box textarea {
  border-radius: 12px;
  border: 1px solid #D3D3D3;
  padding: 15px 25px;
  color: #121212;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.185px;
}
.f-area .f-box textarea:focus {
  box-shadow: none;
}
.f-area .f-box .s-btn {
  border-radius: 12px;
  background: url(../images/bg01.png) no-repeat;
  background-size: 100%;
  width: 100%;
  padding: 20px 15px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 1900px) {
  .f-area .f-box .s-btn {
    background-size: cover;
  }
}

.faq-area {
  padding: 0 10rem 7rem;
}
@media (max-width: 1700px) {
  .faq-area {
    padding: 0 5rem 7rem;
  }
}
@media (max-width: 1280px) {
  .faq-area {
    padding: 0 1rem 5rem;
  }
}
@media (max-width: 575px) {
  .faq-area {
    padding: 0 0 3rem;
  }
}
.faq-area h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
@media (max-width: 1900px) {
  .faq-area h2 {
    font-size: 75px;
    line-height: 77px;
  }
}
@media (max-width: 1500px) {
  .faq-area h2 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 1400px) {
  .faq-area h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1200px) {
  .faq-area h2 {
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 575px) {
  .faq-area h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
.faq-area p {
  color: #A7A7A7;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.67px;
  margin: 0 0 40px;
}
@media (max-width: 1500px) {
  .faq-area p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .faq-area p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px;
  }
}
.faq-area .accordion .accordion-item {
  border-bottom: 1px solid #727272;
}
.faq-area .accordion .accordion-item .accordion-header button {
  padding: 25px 0;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 1600px) {
  .faq-area .accordion .accordion-item .accordion-header button {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1400px) {
  .faq-area .accordion .accordion-item .accordion-header button {
    font-size: 20px;
    line-height: 24px;
    padding: 18px 0;
  }
}
.faq-area .accordion .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}
.faq-area .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
  border: none;
}
.faq-area .accordion .accordion-item .accordion-body {
  padding: 0 0 15px;
  color: #A7A7A7;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.67px;
}
@media (max-width: 1500px) {
  .faq-area .accordion .accordion-item .accordion-body {
    font-size: 20px;
    line-height: 25px;
  }
}

.our-top {
  padding: 7rem 0 5rem;
  text-align: center;
}
@media (max-width: 1280px) {
  .our-top {
    padding: 7rem 0 2rem;
  }
}
.our-top h1 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
@media (max-width: 1900px) {
  .our-top h1 {
    font-size: 75px;
    line-height: 77px;
  }
}
@media (max-width: 1500px) {
  .our-top h1 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 1400px) {
  .our-top h1 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1200px) {
  .our-top h1 {
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 767px) {
  .our-top h1 {
    margin: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .our-top h1 {
    font-size: 45px;
    line-height: 47px;
  }
}
.our-top p {
  color: #A7A7A7;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 27px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.67px;
}
@media (max-width: 1400px) {
  .our-top p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .our-top p {
    font-size: 20px;
    line-height: 22px;
  }
}

.tab-area {
  margin: 0 0 10rem;
  padding: 0 10rem;
}
@media (max-width: 1700px) {
  .tab-area {
    padding: 0 5rem;
  }
}
@media (max-width: 1200px) {
  .tab-area {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .tab-area {
    margin: 0 0 5rem;
  }
}
@media (max-width: 575px) {
  .tab-area {
    margin: 0 0 2rem;
    padding: 0;
  }
}
.tab-area .nav {
  justify-content: center;
  margin: 0 0 7rem;
}
@media (max-width: 1700px) {
  .tab-area .nav {
    margin: 0 0 4rem;
  }
}
@media (max-width: 767px) {
  .tab-area .nav {
    margin: 0 0 2rem;
  }
}
.tab-area .nav .nav-item .nav-link {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.788px;
  text-transform: uppercase;
  padding: 18px 40px;
  background: none;
  border-radius: 44px;
}
.tab-area .nav .nav-item .nav-link:hover {
  background: #ECF4C5;
}
@media (max-width: 1400px) {
  .tab-area .nav .nav-item .nav-link {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1150px) {
  .tab-area .nav .nav-item .nav-link {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .tab-area .nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
}
.tab-area .nav .nav-item:nth-child(2) .nav-link:hover {
  background: #F3DCF6;
}
.tab-area .nav .nav-item:nth-child(3) .nav-link:hover {
  background: #C5F1FB;
}
.tab-area .nav .nav-item:nth-child(4) .nav-link:hover {
  background: #D4DDFF;
}
.tab-area .nav .nav-item:nth-child(5) .nav-link:hover {
  background: #FFD4C1;
}
.tab-area .nav .nav-item:last-child .nav-link:hover {
  background: #D5EFD0;
}
.tab-area .tab-content .tab-pane ul {
  display: flex;
}
@media (max-width: 575px) {
  .tab-area .tab-content .tab-pane ul {
    flex-wrap: wrap;
  }
}
.tab-area .tab-content .tab-pane ul li {
  padding: 0 7px;
}
@media (max-width: 575px) {
  .tab-area .tab-content .tab-pane ul li {
    padding: 0;
    margin: 0 0 10px;
  }
}
.tab-area .tab-content .tab-pane ul li .img-hold {
  overflow: hidden;
  border-radius: 40px 40px;
}
@media (max-width: 992px) {
  .tab-area .tab-content .tab-pane ul li .img-hold {
    border-radius: 20px 20px;
  }
}
.tab-area .tab-content .tab-pane ul li .img-hold img {
  transition: all 1s ease-in-out;
}
.tab-area .tab-content .tab-pane ul li .img-hold:hover img {
  transform: scale(1.05, 1.05);
}

.bg {
  background: url(../images/banner02.png) no-repeat center center;
  padding: 5rem 10rem 15rem;
  background-size: cover;
}
@media (max-width: 1700px) {
  .bg {
    padding: 5rem 5rem 15rem;
  }
}
@media (max-width: 1500px) {
  .bg {
    padding: 5rem 5rem 6rem;
  }
}
@media (max-width: 1280px) {
  .bg {
    padding: 5rem 1rem 6rem;
  }
}
@media (max-width: 575px) {
  .bg {
    padding: 5rem 0 6rem;
  }
}
.bg .pri-area .t-area {
  padding: 5rem 0 5rem;
}
@media (max-width: 1400px) {
  .bg .pri-area .t-area {
    padding: 5rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .bg .pri-area .t-area {
    padding: 2rem 0 2rem;
  }
}
.bg .pri-area .t-area h1 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
@media (max-width: 1900px) {
  .bg .pri-area .t-area h1 {
    font-size: 85px;
    line-height: 87px;
  }
}
@media (max-width: 1400px) {
  .bg .pri-area .t-area h1 {
    font-size: 70px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .bg .pri-area .t-area h1 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 992px) {
  .bg .pri-area .t-area h1 {
    margin: 0 0 15px;
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 767px) {
  .bg .pri-area .t-area h1 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .bg .pri-area .t-area h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
.bg .pri-area .t-area p {
  color: #A7A7A7;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.67px;
}
@media (max-width: 992px) {
  .bg .pri-area .t-area p {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .bg .pri-area .t-area p br {
    display: none;
  }
}
@media (max-width: 992px) {
  .bg .pri-area .t-area p {
    font-size: 18px;
    line-height: 25px;
  }
}
.bg .pack-area h5 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 5rem;
}
@media (max-width: 1900px) {
  .bg .pack-area h5 {
    font-size: 85px;
    line-height: 87px;
  }
}
@media (max-width: 1400px) {
  .bg .pack-area h5 {
    font-size: 70px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .bg .pack-area h5 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 992px) {
  .bg .pack-area h5 {
    margin: 0 0 2rem;
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 575px) {
  .bg .pack-area h5 {
    font-size: 40px;
    line-height: 42px;
    margin: 0;
  }
}
.bg .pack-area h5 span {
  font-family: "Poppins", sans-serif;
}
.bg .pack-area .main-bar {
  height: 100%;
}
@media (max-width: 767px) {
  .bg .pack-area .main-bar {
    flex-wrap: wrap;
  }
}
.bg .pack-area .main-bar .nav {
  width: 40%;
  margin: 4rem 0 0;
}
@media (max-width: 1280px) {
  .bg .pack-area .main-bar .nav {
    margin: 2rem 0 0;
  }
}
@media (max-width: 767px) {
  .bg .pack-area .main-bar .nav {
    width: 100%;
  }
}
.bg .pack-area .main-bar .nav .nav-link {
  padding: 18px 30px;
  background: none;
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 37px;
  font-weight: 500;
  line-height: 39px;
  text-transform: capitalize;
  text-align: left;
  border-radius: 50px 50px;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .bg .pack-area .main-bar .nav .nav-link {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .bg .pack-area .main-bar .nav .nav-link {
    font-size: 22px;
    line-height: 24px;
    padding: 15px 15px;
    margin: 0 0 20px;
  }
}
.bg .pack-area .main-bar .nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(21.5582809448px);
          backdrop-filter: blur(21.5582809448px);
}
.bg .pack-area .main-bar .tab-content {
  width: 60%;
  height: 100%;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(21.5582809448px);
          backdrop-filter: blur(21.5582809448px);
  padding: 5rem 5rem 0;
}
@media (max-width: 1400px) {
  .bg .pack-area .main-bar .tab-content {
    padding: 2rem 4rem 0;
  }
}
@media (max-width: 767px) {
  .bg .pack-area .main-bar .tab-content {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .bg .pack-area .main-bar .tab-content {
    padding: 2rem 3rem 0;
  }
}
.bg .pack-area .main-bar .tab-content .tab-pane .t-area h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Bold";
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
  margin: 0 0 50px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .t-area h2 {
    margin: 0 0 25px;
  }
}
@media (max-width: 992px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .t-area h2 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .t-area h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
.bg .pack-area .main-bar .tab-content .tab-pane .t-area ul {
  margin: 0 0 3rem;
}
.bg .pack-area .main-bar .tab-content .tab-pane .t-area ul li {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  text-transform: capitalize;
  margin: 0 0 12px;
  position: relative;
}
.bg .pack-area .main-bar .tab-content .tab-pane .t-area ul li::before {
  position: absolute;
  top: 15px;
  left: -25px;
  right: auto;
  bottom: auto;
  content: "";
  background: #000;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
@media (max-width: 1400px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .t-area ul li {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .t-area ul li {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .t-area ul li {
    font-size: 20px;
    line-height: 24px;
  }
}
.bg .pack-area .main-bar .tab-content .tab-pane .t-area ul li span {
  font-family: "Poppins", sans-serif;
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 82px;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .btn-area h3 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 992px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .btn-area h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .btn-area h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area a {
  font-size: 25px;
  border-radius: 70px;
  border: 1px solid #000;
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  text-transform: capitalize;
  line-height: 27px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s;
  width: 8.5em;
  height: 2.5em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .btn-area a {
    font-size: 20px;
    line-height: 22px;
  }
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transform: translateY(150%);
  border-radius: 100%;
  left: calc((var(--n) - 1) * 50%);
  transition: 0.4s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area a span:nth-child(1) {
  --n: 1;
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area a img {
  position: absolute;
  visibility: hidden;
  transition: 0.2s;
  transform: translateX(0);
  opacity: 0;
  width: 18px;
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area a:hover {
  color: #fff;
  width: 10em;
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area a:hover span {
  transform: translateY(0) scale(2);
}
.bg .pack-area .main-bar .tab-content .tab-pane .btn-area a:hover img {
  transform: translateX(5.8rem);
  visibility: visible;
  width: 18px;
  opacity: 1;
}
@media (max-width: 992px) {
  .bg .pack-area .main-bar .tab-content .tab-pane .btn-area a:hover img {
    transform: translateX(5rem);
    width: 18px;
  }
}

.ser-area {
  padding: 10rem 10rem 5rem;
}
@media (max-width: 1700px) {
  .ser-area {
    padding: 10rem 5rem 5rem;
  }
}
@media (max-width: 1200px) {
  .ser-area {
    padding: 7rem 1rem 5rem;
  }
}
@media (max-width: 767px) {
  .ser-area {
    padding: 7rem 1rem 2rem;
  }
}
.ser-area h1 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 20px;
}
@media (max-width: 1900px) {
  .ser-area h1 {
    font-size: 75px;
    line-height: 77px;
  }
}
@media (max-width: 1500px) {
  .ser-area h1 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 1400px) {
  .ser-area h1 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1200px) {
  .ser-area h1 {
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 575px) {
  .ser-area h1 {
    font-size: 45px;
    line-height: 47px;
  }
}
.ser-area p {
  color: #A7A7A7;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.67px;
}
@media (max-width: 1500px) {
  .ser-area p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .ser-area p {
    margin: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .ser-area p {
    font-size: 18px;
    line-height: 25px;
  }
}

.four-block {
  padding: 5rem 10rem;
}
@media (max-width: 1700px) {
  .four-block {
    padding: 0 5rem 5rem;
  }
}
@media (max-width: 1200px) {
  .four-block {
    padding: 0 1rem 2rem;
  }
}
.four-block .box {
  border-radius: 42px;
  background: #F3DCF6;
  padding: 30px 30px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .four-block .box {
    border-radius: 30px;
  }
}
.four-block .box h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 42px;
  font-weight: 500;
  line-height: 45px;
  text-transform: capitalize;
  margin: 0 0 3rem;
}
@media (max-width: 1150px) {
  .four-block .box h2 {
    margin: 0 0 2rem;
    font-size: 35px;
    line-height: 37px;
  }
}
@media (max-width: 575px) {
  .four-block .box h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.four-block .box .img-hold {
  text-align: center;
}
@media (max-width: 1400px) {
  .four-block .box .img-hold img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .four-block .box .img-hold img {
    height: auto;
  }
}
.four-block .box.extra h2 {
  margin: 0 0 2.5rem;
}

.why-area {
  padding: 0 10rem 5rem;
}
@media (max-width: 1700px) {
  .why-area {
    padding: 0 5rem 5rem;
  }
}
@media (max-width: 1280px) {
  .why-area {
    padding: 0 1rem 5rem;
  }
}
@media (max-width: 767px) {
  .why-area {
    padding: 1rem 0 2rem;
  }
}
.why-area h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
@media (max-width: 1900px) {
  .why-area h2 {
    font-size: 75px;
    line-height: 77px;
  }
}
@media (max-width: 1500px) {
  .why-area h2 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 1400px) {
  .why-area h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1200px) {
  .why-area h2 {
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 575px) {
  .why-area h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
.why-area p {
  color: #A7A7A7;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.67px;
  margin: 0 0 5rem;
}
@media (max-width: 1500px) {
  .why-area p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .why-area p {
    margin: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .why-area p {
    font-size: 18px;
    line-height: 25px;
  }
}
.why-area .block {
  background: url(../images/bg02.png) no-repeat;
  background-size: 100%;
  padding: 30px 30px;
  border-radius: 25px 25px;
  height: 100%;
}
@media (max-width: 1200px) {
  .why-area .block {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  .why-area .block {
    margin: 0 0 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .why-area .block {
    padding: 4rem 30px 4rem;
  }
}
@media (max-width: 575px) {
  .why-area .block {
    padding: 2rem 20px 2rem;
  }
}
.why-area .block .img-box {
  margin: 0 0 30px;
}
@media (max-width: 1500px) {
  .why-area .block .img-box {
    margin: 0 0 20px;
  }
}
@media (max-width: 1400px) {
  .why-area .block .img-box img {
    width: 40px;
  }
}
.why-area .block h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 43px;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: -0.173px;
  text-transform: capitalize;
  margin: 0 0 25px;
}
@media (max-width: 1800px) {
  .why-area .block h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1200px) {
  .why-area .block h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
.why-area .block p {
  color: #878787;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Light";
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.539px;
  margin: 0;
}
@media (max-width: 1500px) {
  .why-area .block p {
    font-size: 18px;
    line-height: 25px;
  }
}
.why-area .block.bg01 {
  background: url(../images/bg03.png) no-repeat;
  background-size: 100%;
}
.why-area .block.bg02 {
  background: url(../images/bg04.png) no-repeat;
  background-size: 100%;
}

.vis-area {
  padding: 0 10rem 10rem;
}
@media (max-width: 1200px) {
  .vis-area {
    padding: 0 5rem 8rem;
  }
}
@media (max-width: 767px) {
  .vis-area {
    padding: 0 1rem 4rem;
  }
}
.vis-area .img-box {
  text-align: center;
}

.top-area {
  padding: 10rem 10rem 30rem;
  background: url(../images/banner03.png) no-repeat top -12rem center;
  background-size: 100%;
}
@media (max-width: 1700px) {
  .top-area {
    padding: 10rem 5rem 30rem;
  }
}
@media (max-width: 1600px) {
  .top-area {
    background: url(../images/banner03.png) no-repeat top -10rem center;
  }
}
@media (max-width: 1280px) {
  .top-area {
    background: url(../images/banner03.png) no-repeat top -20rem center;
    padding: 7rem 1rem 25rem;
  }
}
@media (max-width: 992px) {
  .top-area {
    background: url(../images/banner03.png) no-repeat top -15rem center;
    padding: 10rem 1rem 10rem;
  }
}
@media (max-width: 575px) {
  .top-area {
    padding: 6rem 0 10rem;
  }
}
.top-area .img-bars {
  text-align: right;
}
.top-area .img-bars video {
  width: 100%;
  height: 100%;
}
.top-area h1 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Regular";
  font-size: 100px;
  font-weight: 400;
  line-height: 89px;
  letter-spacing: -2px;
  text-transform: capitalize;
}
@media (max-width: 1900px) {
  .top-area h1 {
    font-size: 85px;
    line-height: 87px;
  }
}
@media (max-width: 1400px) {
  .top-area h1 {
    font-size: 70px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .top-area h1 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 992px) {
  .top-area h1 {
    margin: 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .top-area h1 {
    margin: 0 0 4rem;
  }
}
@media (max-width: 575px) {
  .top-area h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
.top-area h1 span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 275;
  line-height: 89px;
  letter-spacing: -2px;
  text-transform: capitalize;
}
@media (max-width: 1900px) {
  .top-area h1 span {
    font-size: 85px;
    line-height: 87px;
  }
}
@media (max-width: 1400px) {
  .top-area h1 span {
    font-size: 70px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .top-area h1 span {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 575px) {
  .top-area h1 span {
    font-size: 45px;
    line-height: 50px;
  }
}

.val-area {
  padding: 0 10rem 7rem;
  margin: -12rem 0 0;
}
@media (max-width: 1700px) {
  .val-area {
    padding: 0 5rem 7rem;
  }
}
@media (max-width: 1280px) {
  .val-area {
    padding: 0 1rem 5rem;
  }
}
@media (max-width: 767px) {
  .val-area {
    margin: -9rem 0 0;
    padding: 0 1rem 2rem;
  }
}
@media (max-width: 575px) {
  .val-area {
    padding: 0 0 2rem;
  }
}
.val-area h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 50px;
}
@media (max-width: 1900px) {
  .val-area h2 {
    font-size: 75px;
    line-height: 77px;
  }
}
@media (max-width: 1500px) {
  .val-area h2 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 1400px) {
  .val-area h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1200px) {
  .val-area h2 {
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 767px) {
  .val-area h2 {
    margin: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .val-area h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
.val-area .box {
  border-radius: 12px;
  background: #F3DCF6;
  padding: 32px 32px;
  box-shadow: 0 0 10px rgba(243, 220, 246, 0.7);
  transition: all 0.3s ease-in-out;
}
.val-area .box.sec {
  box-shadow: 0 0 10px rgba(236, 244, 197, 0.7);
}
.val-area .box.thr {
  box-shadow: 0 0 10px rgba(197, 241, 252, 0.7);
}
.val-area .box.fou {
  box-shadow: 0 0 10px rgba(212, 221, 255, 0.7);
}
.val-area .box:hover {
  transform: scale(1.05, 1.05);
}
.val-area .box:hover:after {
  opacity: 1;
}
.val-area .box .box::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .val-area .box {
    padding: 20px 20px;
  }
}
@media (max-width: 992px) {
  .val-area .box {
    margin: 0 0 20px;
  }
}
.val-area .box img {
  margin: 0 0 70px;
  height: 40px;
}
@media (max-width: 1200px) {
  .val-area .box img {
    margin: 0 0 20px;
  }
}
.val-area .box p {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Regular";
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.629px;
  text-transform: capitalize;
  margin: 0 0 20px;
}
.val-area .box p span {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1200px) {
  .val-area .box p {
    font-size: 25px;
    line-height: 28px;
  }
}
.val-area .box h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 58px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -2.96px;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .val-area .box h3 {
    font-size: 40px;
    line-height: 42px;
  }
}

.wc-area {
  padding: 0 10rem 5rem;
}
@media (max-width: 1700px) {
  .wc-area {
    padding: 0 5rem 5rem;
  }
}
@media (max-width: 1280px) {
  .wc-area {
    padding: 0 1rem 5rem;
  }
}
@media (max-width: 575px) {
  .wc-area {
    padding: 0 0 3rem;
  }
}
.wc-area h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 15px;
}
@media (max-width: 1900px) {
  .wc-area h2 {
    font-size: 75px;
    line-height: 77px;
  }
}
@media (max-width: 1500px) {
  .wc-area h2 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 1400px) {
  .wc-area h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1200px) {
  .wc-area h2 {
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 1200px) {
  .wc-area h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
.wc-area p {
  color: #A7A7A7;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.67px;
}
@media (max-width: 1500px) {
  .wc-area p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .wc-area p {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .wc-area p {
    font-size: 18px;
    line-height: 25px;
  }
}
.wc-area .img-hold {
  text-align: right;
}
@media (max-width: 767px) {
  .wc-area .img-hold {
    text-align: center;
  }
}
.wc-area .img-hold video {
  width: 100%;
  height: 100%;
}

.img-bar {
  padding: 0 10rem 5rem;
}
@media (max-width: 1700px) {
  .img-bar {
    padding: 0 5rem 5rem;
  }
}
@media (max-width: 1280px) {
  .img-bar {
    padding: 0 1rem 5rem;
  }
}
@media (max-width: 575px) {
  .img-bar {
    padding: 0 0 2rem;
  }
}
.img-bar ul {
  display: flex;
}
@media (max-width: 575px) {
  .img-bar ul {
    flex-wrap: wrap;
  }
}
.img-bar ul li {
  padding: 0 20px 0 0;
}
@media (max-width: 992px) {
  .img-bar ul li {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 575px) {
  .img-bar ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}
.img-bar ul li:last-child {
  padding: 0;
}
.img-bar ul li .imgs-hold {
  margin: 0 0 20px;
}
.img-bar ul li .imgs-hold:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .img-bar ul li .imgs-hold {
    margin: 0 0 14px;
  }
}
@media (max-width: 992px) {
  .img-bar ul li .imgs-hold {
    margin: 0 0 10px;
  }
}
.img-bar ul li .img-holds img {
  border-radius: 10px 10px;
}

.cf-area {
  padding: 0 10rem 10rem;
}
@media (max-width: 1700px) {
  .cf-area {
    padding: 0 5rem 7rem;
  }
}
@media (max-width: 1280px) {
  .cf-area {
    padding: 0 1rem 5rem;
  }
}
@media (max-width: 575px) {
  .cf-area {
    padding: 0 0 4rem;
  }
}
.cf-area h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 88px;
  font-weight: 500;
  line-height: 90px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
@media (max-width: 1900px) {
  .cf-area h2 {
    font-size: 75px;
    line-height: 77px;
  }
}
@media (max-width: 1500px) {
  .cf-area h2 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media (max-width: 1400px) {
  .cf-area h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1200px) {
  .cf-area h2 {
    font-size: 55px;
    line-height: 57px;
  }
}
@media (max-width: 575px) {
  .cf-area h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
.cf-area p {
  color: #A7A7A7;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Normal";
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.67px;
  margin: 0 0 10rem;
}
@media (max-width: 1500px) {
  .cf-area p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .cf-area p {
    margin: 0 0 3rem;
  }
}
@media (max-width: 575px) {
  .cf-area p {
    font-size: 18px;
    line-height: 25px;
  }
}
.cf-area .cf-slider .slick-slide {
  opacity: 0.3;
  filter: blur(3.4000000954px);
}
.cf-area .cf-slider .slick-slide.slick-current {
  opacity: 1;
  filter: inherit;
}
.cf-area .cf-slider .slick-slide .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cf-area .cf-slider .slick-slide .box .img-hold {
  width: 30%;
  text-align: center;
}
.cf-area .cf-slider .slick-slide .box .img-hold img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cf-area .cf-slider .slick-slide .box .img-hold {
    width: 100%;
  }
  .cf-area .cf-slider .slick-slide .box .img-hold img {
    margin: 0 0 25px;
  }
}
.cf-area .cf-slider .slick-slide .box .text-hold {
  padding: 0 4rem 0 4rem;
  width: 70%;
}
@media (max-width: 1200px) {
  .cf-area .cf-slider .slick-slide .box .text-hold {
    padding: 0 2rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .cf-area .cf-slider .slick-slide .box .text-hold {
    width: 100%;
    padding: 0;
  }
}
.cf-area .cf-slider .slick-slide .box .text-hold h3 {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.cf-area .cf-slider .slick-slide .box .text-hold h3 img {
  margin: 0 7px 0 0;
}
.cf-area .cf-slider .slick-slide .box .text-hold p {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 35px;
}
@media (max-width: 1400px) {
  .cf-area .cf-slider .slick-slide .box .text-hold p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .cf-area .cf-slider .slick-slide .box .text-hold p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px;
  }
}
.cf-area .cf-slider .slick-slide .box .text-hold h4 {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 29px;
  margin: 0 0 35px;
}
@media (max-width: 575px) {
  .cf-area .cf-slider .slick-slide .box .text-hold h4 {
    margin: 0 0 20px;
  }
}
.cf-area .cf-slider .slick-slide .box .text-hold h5 {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.cf-area .cf-slider .slick-dots {
  bottom: -50px;
}
.cf-area .cf-slider .slick-dots li button {
  padding: 0;
  background: #c6c6c6;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
.cf-area .cf-slider .slick-dots li button::before {
  display: none;
}
.cf-area .cf-slider .slick-dots li.slick-active button {
  background: #0047FF;
}

#header {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  padding: 0 10rem;
  z-index: 9;
}
@media (max-width: 1700px) {
  #header {
    padding: 0 5rem;
  }
}
@media (max-width: 1280px) {
  #header {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  #header {
    padding: 0;
  }
}
#header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 18px;
}
#header .header-top .btn-area {
  position: relative;
}
#header .header-top .btn-area a {
  font-size: 30px;
  border-radius: 70px;
  border: 1px solid #000;
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  text-transform: capitalize;
  line-height: 32px;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s;
  width: 6.5em;
  height: 2em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: -28px 0 0;
  position: absolute;
  right: 0;
}
@media (max-width: 992px) {
  #header .header-top .btn-area a {
    font-size: 25px;
    line-height: 27px;
    width: 6em;
  }
}
@media (max-width: 575px) {
  #header .header-top .btn-area a {
    font-size: 18px;
    line-height: 20px;
    margin: -20px 0 0;
  }
}
#header .header-top .btn-area a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transform: translateY(150%);
  border-radius: 100%;
  left: calc((var(--n) - 1) * 50%);
  transition: 0.4s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
#header .header-top .btn-area a span:nth-child(1) {
  --n: 1;
}
#header .header-top .btn-area a img {
  position: absolute;
  visibility: hidden;
  transition: 0.2s;
  transform: translateX(0);
  opacity: 0;
  width: 20px;
}
@media (max-width: 992px) {
  #header .header-top .btn-area a img {
    width: 13px;
  }
}
@media (max-width: 575px) {
  #header .header-top .btn-area a img {
    width: 8px;
  }
}
#header .header-top .btn-area a:hover {
  color: #fff;
  width: 8.5em;
  padding: 0 15px 0 0;
}
@media (max-width: 575px) {
  #header .header-top .btn-area a:hover {
    width: 7em;
  }
}
#header .header-top .btn-area a:hover span {
  transform: translateY(0) scale(2);
}
#header .header-top .btn-area a:hover img {
  transform: translateX(5.2rem);
  visibility: visible;
  width: 18px;
  opacity: 1;
}
@media (max-width: 992px) {
  #header .header-top .btn-area a:hover img {
    transform: translateX(4.5rem);
    width: 13px;
  }
}
@media (max-width: 575px) {
  #header .header-top .btn-area a:hover img {
    transform: translateX(3rem);
    width: 8px;
  }
}
#header .header-top .log-bar a {
  display: block;
}
@media (max-width: 992px) {
  #header .header-top .log-bar {
    margin: 0 5rem 0 0;
  }
}
@media (max-width: 767px) {
  #header .header-top .log-bar img {
    width: 140px;
  }
}
@media (max-width: 767px) {
  #header .header-top .icon-bar img {
    width: 30px;
  }
}
#header .top-nav {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100vh;
  z-index: 9;
  top: -1000px;
}
#header .top-nav.active {
  top: 0;
}
#header .top-nav .top-bars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  margin: 0 0 5rem;
}
#header .top-nav .menu ul li {
  margin: 0 0 30px;
  position: relative;
  padding: 10px 10px 5px 20px;
}
#header .top-nav .menu ul li::before {
  transition: all 0.2s;
  content: "";
  width: 8px;
  height: 100%;
  background: #F3DCF6;
  position: absolute;
  top: 0;
  left: 0;
}
#header .top-nav .menu ul li:hover::before {
  width: 80%;
}
@media (max-width: 992px) {
  #header .top-nav .menu ul li:hover::before {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #header .top-nav .menu ul li:hover::before {
    width: 100%;
  }
}
#header .top-nav .menu ul li:hover a {
  font-size: 85px;
  line-height: 87px;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  #header .top-nav .menu ul li:hover a {
    font-size: 50px;
    line-height: 52px;
  }
}
#header .top-nav .menu ul li:hover img {
  transform: translateX(72rem);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1900px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(72rem);
  }
}
@media (max-width: 1850px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(70rem);
  }
}
@media (max-width: 1800px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(65rem);
  }
}
@media (max-width: 1700px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(60rem);
  }
}
@media (max-width: 1600px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(55rem);
  }
}
@media (max-width: 1500px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(50rem);
  }
}
@media (max-width: 1400px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(45rem);
  }
}
@media (max-width: 1200px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(53rem);
  }
}
@media (max-width: 1150px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(50rem);
  }
}
@media (max-width: 1100px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(45rem);
  }
}
@media (max-width: 992px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(45rem);
  }
}
@media (max-width: 850px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(38rem);
  }
}
@media (max-width: 767px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(40rem);
  }
}
@media (max-width: 710px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(38rem);
  }
}
@media (max-width: 680px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(36rem);
  }
}
@media (max-width: 640px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(34rem);
  }
}
@media (max-width: 610px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(31rem);
  }
}
@media (max-width: 575px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(28rem);
  }
}
@media (max-width: 520px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(26rem);
  }
}
@media (max-width: 490px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(24rem);
  }
}
@media (max-width: 450px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(22rem);
  }
}
@media (max-width: 420px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(20rem);
  }
}
@media (max-width: 390px) {
  #header .top-nav .menu ul li:hover img {
    transform: translateX(19rem);
  }
}
#header .top-nav .menu ul li a {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 67px;
  letter-spacing: -1.579px;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .top-nav .menu ul li a img {
  position: absolute;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(0);
  width: 25px;
  opacity: 0;
  top: 20px;
}
@media (max-width: 992px) {
  #header .top-nav .menu ul li a img {
    top: 10px;
    width: 20px;
  }
}
@media (max-width: 992px) {
  #header .top-nav .menu ul li a {
    font-size: 40px;
    line-height: 42px;
  }
}
#header .top-nav .menu ul li:nth-child(2)::before {
  background: #ECF4C5;
}
#header .top-nav .menu ul li:nth-child(3)::before {
  background: #C5F1FC;
}
#header .top-nav .menu ul li:nth-child(4)::before {
  background: #D2DBFD;
}
#header .top-nav .menu ul li:last-child::before {
  background: #FFAEA3;
}

#footer {
  padding: 0 10rem;
}
@media (max-width: 1700px) {
  #footer {
    padding: 0 5rem;
  }
}
@media (max-width: 1280px) {
  #footer {
    padding: 0 1rem 0;
  }
}
@media (max-width: 575px) {
  #footer {
    padding: 0;
  }
}
#footer .top-bar {
  border-radius: 40px;
  background: #000;
  padding: 0 3rem 0 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5rem;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  #footer .top-bar {
    padding: 0 3rem 0 3rem;
  }
}
@media (max-width: 767px) {
  #footer .top-bar {
    border-radius: 20px 20px;
    padding: 0 1.5rem 0 1.5rem;
    margin: 0 0 3rem;
  }
}
#footer .top-bar h2 {
  background: linear-gradient(260deg, #FFE4B9 5.39%, #E8B7FF 59.38%, #79E6FF 96.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  font-size: 146px;
  font-style: normal;
  font-weight: 500;
  line-height: 148px;
  text-transform: capitalize;
  width: 55%;
}
@media (max-width: 1900px) {
  #footer .top-bar h2 {
    font-size: 130px;
    line-height: 137px;
  }
}
@media (max-width: 1800px) {
  #footer .top-bar h2 {
    font-size: 100px;
    line-height: 102px;
  }
}
@media (max-width: 1500px) {
  #footer .top-bar h2 {
    font-size: 85px;
    line-height: 87px;
  }
}
@media (max-width: 1400px) {
  #footer .top-bar h2 {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #footer .top-bar h2 {
    font-size: 55px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  #footer .top-bar h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  #footer .top-bar h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
#footer .top-bar .img-box {
  position: relative;
  z-index: 1;
  margin: -9rem 0 0;
  width: 45%;
}
@media (max-width: 1400px) {
  #footer .top-bar .img-box {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  #footer .top-bar .img-box {
    margin: -6rem 0 0;
  }
}
@media (max-width: 992px) {
  #footer .top-bar .img-box {
    margin: -4rem 0 0;
  }
}
@media (max-width: 575px) {
  #footer .top-bar .img-box {
    margin: -2rem 0 0;
  }
}
#footer .top-bar .img-box::before {
  position: absolute;
  top: 0;
  left: auto;
  right: 3rem;
  bottom: auto;
  content: "";
  background: url(../images/banner04.png) no-repeat;
  width: 650px;
  height: 750px;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1550px) {
  #footer .top-bar .img-box::before {
    top: -2rem;
    right: 1rem;
    width: 600px;
    height: 700px;
  }
}
@media (max-width: 1300px) {
  #footer .top-bar .img-box::before {
    width: 550px;
    height: 650px;
  }
}
@media (max-width: 1280px) {
  #footer .top-bar .img-box::before {
    top: -1rem;
    right: 3rem;
  }
}
@media (max-width: 1200px) {
  #footer .top-bar .img-box::before {
    right: 1rem;
  }
}
@media (max-width: 1100px) {
  #footer .top-bar .img-box::before {
    width: 500px;
    height: 550px;
  }
}
@media (max-width: 992px) {
  #footer .top-bar .img-box::before {
    width: 350px;
    height: 450px;
  }
}
@media (max-width: 767px) {
  #footer .top-bar .img-box::before {
    width: 300px;
    height: 400px;
    right: -1rem;
  }
}
@media (max-width: 767px) {
  #footer .top-bar .img-box::before {
    width: 200px;
    height: 300px;
    right: 0;
  }
}
#footer .top-bar .img-box video {
  width: 100%;
  height: 100%;
  transform: scale(1.24);
}
@media (max-width: 575px) {
  #footer .top-bar .img-box video {
    transform: scale(1.3);
  }
}
#footer .bot-area {
  margin: 0 0 15px;
}
#footer .bot-area h2 {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Bold";
  font-size: 35px;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 25px;
}
#footer .bot-area ul li {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  #footer .bot-area ul li {
    margin: 0 0 12px;
  }
}
#footer .bot-area ul li:last-child {
  margin: 0;
}
#footer .bot-area ul li a {
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Regular";
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1800px) {
  #footer .bot-area ul li a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  #footer .bot-area ul li a {
    font-size: 18px;
    line-height: 22px;
  }
}
#footer .bot-area ul li a img {
  margin: 0 0 0 5px;
}
#footer .bot-area ul.add-area li p {
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1800px) {
  #footer .bot-area ul.add-area li p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  #footer .bot-area ul.add-area li p br {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer .bot-area ul.add-area li p {
    font-size: 18px;
    line-height: 22px;
  }
}
#footer .bot-area ul.add-area li a {
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1800px) {
  #footer .bot-area ul.add-area li a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #footer .bot-area ul.add-area li a {
    font-size: 18px;
    line-height: 22px;
  }
}
#footer .bot-area ul.add-area li:nth-child(2) {
  margin: 0 0 5px;
}
#footer .bot-area .btn-area {
  display: flex;
  margin: 0 0 10px;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  #footer .bot-area .btn-area {
    align-items: center;
    margin: 40px 0 10px;
  }
}
#footer .bot-area .btn-area p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}
#footer .bot-area .btn-area a {
  font-size: 45px;
  border-radius: 70px;
  border: 1px solid #000;
  color: #000;
  font-family: "FONTSPRING-DEMO-Articulat-CF-Medium";
  text-transform: capitalize;
  line-height: 47px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s;
  width: 6.5em;
  height: 2em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
}
@media (max-width: 1800px) {
  #footer .bot-area .btn-area a {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  #footer .bot-area .btn-area a {
    font-size: 35px;
    line-height: 37px;
  }
}
#footer .bot-area .btn-area a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transform: translateY(150%);
  border-radius: 100%;
  left: calc((var(--n) - 1) * 50%);
  transition: 0.4s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
#footer .bot-area .btn-area a span:nth-child(1) {
  --n: 1;
}
#footer .bot-area .btn-area a img {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  transform: translateX(0);
}
#footer .bot-area .btn-area a:hover {
  color: #fff;
  width: 8em;
  padding: 0 15px 0 0;
}
#footer .bot-area .btn-area a:hover span {
  transform: translateY(0) scale(2);
}
#footer .bot-area .btn-area a:hover img {
  transform: translateX(8rem);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1900px) {
  #footer .bot-area .btn-area a:hover img {
    transform: translateX(7.5rem);
  }
}
@media (max-width: 992px) {
  #footer .bot-area .btn-area a:hover img {
    transform: translateX(6.5rem);
  }
}/*# sourceMappingURL=main.css.map */