:root{
  --color1: #250B38;
  --color2: #4A4B4F;
  --color3: #642F8A;
  --color4: #5215BE;
  --color5: #747474;
  --color6: #898989;
  --white2: #F9F6FF;
  --purple : #6D3DC4;
  --color-pink: #D714D7;
}
*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: "Product-Sans-Bold-Italic";
  src: url("../fonts/Product-Sans-Bold-Italic.woff");
}
@font-face {
  font-family: "Product-Sans-Bold";
  src: url("../fonts/Product-Sans-Bold.woff");
}
@font-face {
  font-family: "Product-Sans-Italic";
  src: url("../fonts/Product-Sans-Italic.woff");
}
@font-face {
  font-family: "Product-Sans-Regular";
  src: url("../fonts/Product-Sans-Regular.woff");
}
@font-face {
  font-family: "Product-Sans-Light";
  src: url("../fonts/Product-Sans-Light.woff");
}
@font-face {
  font-family: "Product-Sans-Medium";
  src: url("../fonts/Product-Sans-Medium.woff");
}

body{
  font-family: "Product-Sans-Regular" !important;
  background-color: #fff;
}

.ps-bold-italic{
  font-family: "Product-Sans-Bold-Italic";
}
.ps-bold{
  font-family: "Product-Sans-Bold";
}

.ps-italic{
  font-family: "Product-Sans-Italic";
}

.ps-regular{
  font-family: "Product-Sans-Regular";
}
.ps-light{
  font-family: "Product-Sans-Light";
}
.ps-medium{
  font-family: "Product-Sans-Medium";
}
.text-white{
  color: #fff;
}
.text-pink{
  color: var(--color-pink);
}

.mb-0{
  margin-bottom: 0px !important;
}
.mt-24{
  margin-top: 24px;
}
.mt-40{
  margin-top: 40px;
}

.btn-prime{
  padding: 22px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  background: var(--color-pink);
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  text-decoration: none;
  max-height: 55px;
  border: 1px solid var(--color-pink);
  cursor: pointer;
  outline: none;
  font-family: "Product-Sans-Medium";
}


.section{
  padding: 120px 0px;
  position: relative;
}
.section_title{
  font-size: 38px;
  color: var(--color1);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.38px;
  margin-bottom: 24px;
  font-family: "Product-Sans-Bold";
}

.inner_section{
  position: relative;
  z-index: 1;
}

/******* banner section **********/
.banner_wrap{
  padding: 40px 0px 0px 0px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner_wrap:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 1446px;
  opacity: 0.2;
  background: #AB5EFF;
  filter: blur(277px);
  -webkit-filter: blur(277px);
  -moz-filter: blur(277px);
  -ms-filter: blur(277px);
  width: 100%;
  max-width: 1446px;
  height: 100%;
  max-height: 713px;

}

.banner_wrap:after{
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 1095px;
  height: 100%;
  max-height: 928px;
  border-radius: 1095px;
  opacity: 0.2;
  background: #1AAAFB;
  filter: blur(277px);
  -webkit-filter: blur(277px);
  -moz-filter: blur(277px);
  -ms-filter: blur(277px);
}

.site_logo{
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner_text{
  max-width: 900px;
  margin: 90px auto 0px;
  text-align: center;
  position: relative;
  padding: 0px 15px;
  z-index: 1;
}

.banner_title{
  color: var(--color1);
  text-align: center;
  font-family: "Product-Sans-Bold";
  font-size: 84px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -2.52px;
}
.banner_sub_text{
  max-width: 640px;
  margin: 40px auto 0px;
}
.banner_h2{
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.504px;
  color: var(--color1);
}
.sm-p-text{
  color:  var(--color2);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.288px;
  margin-top: 32px;
}

.banner_sub_text .btn-prime{
  min-width: 200px;
}
.banner_sub_text .btn-prime:hover{
  color: #FFF;
  text-decoration: none;
}

.banner_log_left{
  position: absolute;
  left: 0px;
  bottom: -5px;
}

.banner_log_right{
  position: absolute;
  right: 0px;
  bottom: -5px;
}

.banner_figure{
  width: 100%;
  max-width: 370px;
  height: 100%;
  max-height: 370px;
}
.banner_figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/********** New beginning ************/

.text-section {
  margin-bottom: 40px;
  padding-right: 30px;
}
.text-section p {
  margin-bottom: 20px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.image-grid-col{
  display: grid;
  gap: 15px;
}
.image-grid-fig{
  border-radius: 24px;
  overflow: hidden;
}
.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 992px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}



.section-text-md{
  color: var(--color1);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.667%;
  letter-spacing: 0.24px;
  font-family: "Product-Sans-Regular";
}
.section-text-sm{
  color: var(--color1);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 142.857%;
  letter-spacing: 0.14px;

}

/************* awaits you *************/
.awaits_you{
  background-color: var(--white2);
  overflow: hidden;
}
.awaits_you .section_title{
  text-align: center;
  position: relative;
}
.aw_services{
  position: relative;
}
.au-services-ul {
  padding: 0;
  display: flex;
  max-width: 770px;
  margin: 60px auto;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.es-li {
  list-style: none;
}
.service-tag {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 74px;
  background: #FFF;
  box-shadow: 0px 16px 34px 0px rgba(0, 0, 0, 0.02);
}
.tag-text {
  color: var(--color1);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.18px;
  font-family: "Product-Sans-Regular";
}
.no_intermediar{
  color: var(--color3);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.24px;
  position: relative;
  font-family: "Product-Sans-Regular";
}

.wave_top{
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.wave_top img{
  width: 100%;
}
.wave_bottom{
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.wave_bottom img{
  width: 100%;
}

.awaits_you .inner_section::before{
  content: '';
  opacity: 0.8;
  background: #F9F6FF;
  filter: blur(62px);
  -webkit-filter: blur(62px);
  -moz-filter: blur(62px);
  -ms-filter: blur(62px);
  max-width: 891px;
  width: 100%;
  height: 100%;
  max-height: 383px;
  flex-shrink: 0;
  display: block;
  min-height: 383px;
  position: absolute;
}

/********** our expertise ************/

.about_our_expertise{
  max-width: 900px;
  margin: 60px auto 0px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 24px;
  align-items: stretch;
}
.grid > .grid_col {
  border-radius: 24px;
  overflow: hidden;
}

.grid > .grid_col img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid_figure{
  position: relative;
  height: 100%;
  max-height: 370px;
}
.info_content{
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px;
}
.info_inner {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(7px);
  padding: 12px;
}
.crt_name{
  color: var(--color1);
  font-family: "Product-Sans-Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.18px;
  margin-bottom: 6px;
}
.crt_designation{
  color: var(--color1);
  font-family: "Product-Sans-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.12px;
  margin-bottom: 6px;
}
.crt_post{
  color: var(--color5); 
  font-family: "Product-Sans-Light";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}

/*********** subscription section *************/
.subscription_section{
  background-color: var(--purple);
  overflow: hidden;
}
.subscription_section .inner_section::before {
  content: '';
  opacity: 1;
  background: #6D3DC4;
  filter: blur(167.5px);
  -webkit-filter: blur(131px);
  -moz-filter: blur(167.5px);
  -ms-filter: blur(167.5px);
  max-width: 659px;
  width: 100%;
  height: 100%;
  max-height: 438px;
  flex-shrink: 0;
  display: block;
  min-height: 438px;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
}
.subscription_section .section_title{
  position: relative;
  color: #F9F6FF;
}
.subscription_section .no_intermediar{
  position: relative;
  color: #F9F6FF;
}
.subscriptionCard{
  position: relative;
  max-width: 480px;
  margin: 32px auto 0px;
}

.subc_wave_top{
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.subc_wave_top img{
  width: 100%;
}
.subc_wave_bottom{
  position: absolute;
  bottom: -40px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.subc_wave_bottom img{
  width: 100%;
}
.subscription_form {
  position: relative;
}
.subscription_form input{
  padding: 8px 150px 8px 24px;
  color: var(--color6); 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 0%;
  letter-spacing: 0.14px;
  width: 100%;
  border-radius: 74px;
  background: #FFF;
  border: 1px solid transparent;
  height: 58px;
  outline: none;
}

.subscription_form .btn-prime{
  position: absolute;
  right: 5px;
  height: 42px;
  top: 6px;
  font-weight: 400;
  line-height: 1;
}

/*********** subscription section end *************/




/********* footer *********/
.footer{
  padding: 60px 0px;
}
.mailTo{
  color: var( --color4);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.34px;
  text-decoration: none;
}
.mailTo{
  color: var( --color4) !important;
  text-decoration: none !important;
}
.social_ul {
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 16px 0px 32px;
}
.copyRight{
  color: var(--color1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
}
.footer_logo img{ 
  width: 100%;
  max-width: 320px;
}

/*********** end footer **************/





figure {
  margin: 0 !important;
}

.buttonUp{
  display: flex;
  background-color: var(--color-pink);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.buttonUp svg {
  transform: rotate(180deg);
}
.buttonUp.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 2201px) {
  .banner_wrap{
    height: 70vh;
  }
  .banner_log_left{
    left: 20vw;
  }
  .banner_log_right {
    right: 20vw;
  }
  .banner_text{
    margin-top: 120px;
  }
}

@media screen and (min-width: 4001px) {
  .banner_wrap{
    height: 50vh;
  }
  .banner_log_left{
    left: 30vw;
  }
  .banner_log_right {
    right: 30vw;
  }
  .banner_text{
    margin-top: 320px;
  }
}

@media screen and (min-width: 1601px) and (max-width: 2200px) {
  .banner_text{
    height: calc(100vh - 156px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .banner_text{
    height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .banner_title{
    font-size: 72px;
  }
  .banner_sub_text{
    max-width: 580px;
  }
  .banner_figure{
    max-width: 300px;
  }
  .banner_h2{
    font-size: 42px;
  }
  .mailTo{
    font-size: 27px;
  }
  .banner_text{
    height: calc(100vh - 65px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .banner_title{
    font-size: 70px;
  }
  .banner_sub_text{
    max-width: 580px;
  }
  .banner_figure{
    max-width: 250px;
  }
  .banner_h2{
    font-size: 40px;
  }

  .banner_text{
    height: calc(100vh - 65px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }

}

@media screen and (min-width: 993px) and (max-width: 1023px) {
  .banner_wrap{
    padding: 40px 0px 130px 0px;
    height: auto;
  }
  .banner_title{
    font-size: 50px;
    letter-spacing: -0.8px;
  }
  .banner_h2{
    font-size: 35px;
  }
  .sm-p-text{
    font-size: 20px;
  }
  .banner_text{
    margin-top: 70px;
  }
  .banner_sub_text{
    margin-top: 40px;
  }
  .banner_figure{
    max-width: 250px;
  }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner_wrap{
    height: calc(100vh - 165px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 40px; */
    padding-top: 0px;
  }
  .banner_title{
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .banner_h2{
    font-size: 32px;
  }
  .sm-p-text{
    font-size: 20px;
  }
  .banner_text{
    margin-top: 50px;
  }
  .banner_sub_text{
    margin-top: 30px;
  }

  .section{
    padding: 60px 0px;
  }

  .banner_figure{
    max-width: 200px;
  }

  .section_title{
    font-size: 32px;
  }
  .section-text-md{
    font-size: 19px;
  }


  .mailTo{
    font-size: 27px;
  }
  .footer{
    padding: 40px 0px;
  }

}


@media screen and (max-width: 767px) {
  
  .banner_wrap{
    padding: 40px 0px 130px 0px;
    height: auto;
    background-image: url('../images/banner-background.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
  }

  .banner_title{
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .banner_h2{
    font-size: 32px;
  }
  .banner_wrap::before{
    top: -220px;
    display: none;
  }
  .banner_wrap:after{
    top: -220px;
    opacity: 0.7;
    display: none;
  }
  .sm-p-text{
    font-size: 20px;
  }
  .banner_text{
    /* margin-top: 50px; */
    height: calc(100vh - 195px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }
  .banner_sub_text{
    margin-top: 30px;
  }

  .section{
    padding: 60px 0px;
  }

  .banner_figure{
    max-width: 180px;
  }

  .section_title{
    font-size: 28px;
  }
  .section-text-md{
    font-size: 19px;
  }
  .au-services-ul{
    gap: 15px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .service-tag{
    padding: 15px 20px;
  }

  .tag-text{
    font-size: 16px;
  }
  .no_intermediar{
    font-size: 16px;
  }
  .our_expertise {
    padding: 60px 0px;
  }


  .grid{
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
  .social_links {
    margin-top: 30px;
  }
  .mailTo{
    font-size: 25px;
  }
  .footer{
    padding: 40px 0px;
  }


}

@media screen and (max-width: 590px) {
  .banner_figure{
    max-width: 150px;
  }
  .banner_h2 {
    font-size: 30px;
  } 
  .footer_logo img {
    max-width: 260px;
  }

}

@media screen and (max-width: 460px) {
  .banner_wrap{
    padding: 40px 0px 130px 0px;
    height: auto;
  }
  .banner_title{
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .banner_h2{
    font-size: 26px;
  }
  .sm-p-text{
    font-size: 15px;
  }
  .banner_text{
    margin-top: 50px;
  }
  .banner_sub_text{
    margin-top: 30px;
  }

  .section{
    padding: 60px 0px;
  }

  .banner_figure{
    max-width: 110px;
  }

  .section_title{
    font-size: 26px;
  }
  .section-text-md{
    font-size: 17px;
  }
  .au-services-ul{
    gap: 15px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .service-tag{
    padding: 15px 20px;
  }

  .tag-text{
    font-size: 16px;
  }
  .no_intermediar{
    font-size: 16px;
  }
  .our_expertise {
    padding: 60px 0px;
  }


  .grid{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .social_links {
    margin-top: 30px;
  }
  .mailTo{
    font-size: 25px;
  }
  .footer{
    padding: 40px 0px;
  }

}