@media (max-width: 991px) {
  .hero-slider {
    padding-top: 80px;
  }
}

.hero-slider .hero-slider-section {
  position: relative;
  height: calc(100dvh - 136px);
}

@media (max-width: 991px) {
  .hero-slider .hero-slider-section {
    height: calc(100dvh - 80px);
  }
}

.hero-slider .hero-slider-section .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slider .hero-slider-section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .hero-slider-section .hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slider .hero-slider-section .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .hero-slider-section .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(70, 109, 121, 0.5);
}

.hero-slider .hero-slider-section .container {
  position: relative;
  z-index: 5;
}

.hero-slider .hero-slider-section .hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-slider .hero-slider-section .hero-content .btn-primary {
  border: 0;
  height: 34px;
  font-size: 12px;
  transition: all .3s ease-in-out;
  padding: 0;
  width: 160px;
}

.hero-slider .hero-slider-section .hero-content .btn-primary .white-arrow {
  margin-left: 7px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all .3s ease-in-out;
}

.hero-slider .hero-slider-section .hero-content .btn-primary:hover {
  transition: all .3s ease-in-out;
  background: #66C4E0;
}

.hero-slider .hero-slider-section .hero-content .btn-primary:hover .white-arrow {
  margin-left: 7px;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
  width: auto;
}

.hero-slider .hero-slider-section .hero-content .btn-primary:hover::before {
  display: none;
}

.hero-slider .hero-slider-section .hero-content .btn-secondary.btn-secondary-white,
.hero-slider .hero-slider-section .hero-content .btn-secondary-white {
  font-size: 12px;
}

.hero-slider .hero-slider-section h5 {
  text-align: center;
  font: normal normal normal 18px/24px Jost;
  letter-spacing: -0.04px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.hero-slider .hero-slider-section p {
  max-width: 470px;
  margin: 0 auto 36px;
  text-align: center;
  font: normal normal 300 16px/21px Jost;
  letter-spacing: -0.03px;
  color: #FFFFFF;
}

.MX320 {
  max-width: 320px;
}

.mx840 {
  max-width: 840px;
  margin: 0 auto 40px;
}

@media (max-width: 991px) {
  .mx840 {
    margin-bottom: 80px;
  }
}

.affordable-premium-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.affordable-premium-section {
  background: url("../../images/home-assets/background-shape.png") no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 160px 0 120px 0;
  padding-bottom: 151px;
  position: relative;
}

@media (max-width: 991px) {
  .affordable-premium-section {
    padding: 60px 30px 10px 30px;
    background: none;
    background-color: #3b65a2;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .affordable-premium-section {
    margin: 60px 0 120px 0;
  }
}

@media (max-width: 991px) {
  .affordable-premium-section .section-heading {
    color: #fff;
    margin-bottom: 30px;
  }
}

.affordable-premium-section .minus-marg {
  position: relative;
  top: -60px;
}

@media (max-width: 991px) {
  .affordable-premium-section .minus-marg {
    position: static;
  }
}

.affordable-premium-section p {
  max-width: 930px;
  margin: 0 auto 30px;
  text-align: center;
  font: normal normal normal 16px/21px Jost;
  letter-spacing: -0.03px;
  color: #FFFFFF;
}

.affordable-premium-section p:first-child {
  padding-top: 60px;
}

@media (max-width: 1199px) {
  .affordable-premium-section p {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .affordable-premium-section p {
    padding: 0;
  }
}

.affordable-premium-section .degree-list {
  list-style: none;
  margin: 50px 0 30px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.affordable-premium-section .degree-list li {
  width: calc(20% - 20px);
  min-width: 218px;
  min-height: 170px;
  background: #2a5a94;
  border: 1px solid #66C4E0;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  z-index: 1;
}

.affordable-premium-section .degree-list li:nth-child(3) {
  margin-right: 20%;
}

@media (max-width: 1199px) {
  .affordable-premium-section .degree-list li:nth-child(3) {
    margin-right: 0;
  }
}

.affordable-premium-section .degree-list li:nth-child(4) {
  margin-left: 22%;
}

@media (max-width: 1199px) {
  .affordable-premium-section .degree-list li:nth-child(4) {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .affordable-premium-section .degree-list li {
    width: calc(25% - 20px);
  }
}

@media (max-width: 767px) {
  .affordable-premium-section .degree-list li {
    width: 100%;
    text-align: center;
  }
}

.affordable-premium-section .degree-list li .circle-bg {
  position: relative;
  margin-bottom: 32px;
}

.affordable-premium-section .degree-list li .circle-bg span {
  width: 44px;
  height: 44px;
  background: #66C4E0;
  opacity: 0.35;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 767px) {
  .affordable-premium-section .degree-list li .circle-bg span {
    margin-left: -30px;
  }
}

.affordable-premium-section .degree-list li .circle-bg img {
  position: absolute;
  left: 10px;
}

@media (max-width: 767px) {
  .affordable-premium-section .degree-list li .circle-bg img {
    left: 50%;
    margin-left: -30px;
  }
}

.affordable-premium-section .degree-list li h4 {
  text-align: left;
  font: normal normal 500 15px/19px Jost;
  letter-spacing: -0.03px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {
  .affordable-premium-section .degree-list li h4 {
    text-align: center;
  }
}

.affordable-premium-section .btn-absolute {
  position: absolute;
  bottom: -20px;
  right: 100px;
}

@media (max-width: 1199px) {
  .affordable-premium-section .btn-absolute {
    position: absolute;
    bottom: -60px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.BringVov {
  background: url("../../images/home-assets/bring-bg.png") no-repeat;
}

.swiper-navigation-icon {
  width: 0 !important;
}

.swiper-button-prev {
  left: auto;
  right: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  top: -40px !important;
}

.common-card {
  padding: 40px 40px;
  height: 370px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.common-card .ac-text {
  position: absolute;
  bottom: 30px;
  transition: all .3s ease-in-out;
}

.common-card .ac-text p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
  display: none;
}

.common-card .ac-text .btn-primary {
  display: none;
}

.common-card .ac-text .img-ac {
  position: relative;
  right: -26px;
  bottom: 10px;
}

.common-card:hover .ac-text {
  position: absolute;
  bottom: 30px;
}

.common-card:hover .ac-text p {
  display: block;
}

.common-card:hover .ac-text .btn-primary {
  display: block;
}

.common-card:hover .ac-text .img-ac {
  position: relative;
  right: -26px;
  bottom: 10px;
}

.common-card .heading-horizontal {
  text-align: left;
  font: normal normal bold 55px/46px Jost;
  letter-spacing: -0.11px;
  color: #1E247D;
  text-transform: uppercase;
  opacity: 0.04;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  left: 30px;
}

.common-card .heading-vertical {
  text-align: left;
  font: normal normal bold 55px/46px Jost;
  letter-spacing: -0.11px;
  color: #1E247D;
  text-transform: uppercase;
  opacity: 0.04;
  white-space: nowrap;
  position: absolute;
  bottom: 384px;
  left: -332px;
  transform: rotate(-90deg);
}

.common-card h3 {
  text-align: left;
  font: normal normal 600 22px/24px Jost;
  letter-spacing: -0.04px;
  color: #1E247D;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

.common-card .text-left-bottom {
  position: absolute;
  bottom: 40px;
  transition: all .3s ease-in-out;
}

.common-card .img-top-right {
  position: absolute;
  top: 20px;
  right: 0;
  transition: all .3s ease-in-out;
}

.common-card .img-bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all .3s ease-in-out;
}

.common-card .img-bottom-right-minus {
  position: absolute;
  bottom: 0px;
  right: -10px;
  transition: all .3s ease-in-out;
}

.common-card .img-bottom-left {
  position: absolute;
  bottom: 0px;
  left: 20px;
  transition: all .3s ease-in-out;
}

.ac-hover h3 {
  position: absolute;
  bottom: 20px;
}

.ac-hover p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
}

.ac-hover p, .ac-hover .btn-absolute {
  display: none;
  z-index: 1;
  position: relative;
}

.ac-hover .img-top-right {
  top: 60px;
}

.ac-hover:hover h3 {
  bottom: 150px;
}

.ac-hover:hover p {
  display: inline-block;
  position: absolute;
  bottom: 70px;
}

.ac-hover:hover .img-top-right {
  top: -50px;
}

.ac-hover:hover .btn-absolute {
  bottom: 0;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 250px;
}

.freezers-hover p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
}

.freezers-hover p, .freezers-hover .btn-absolute {
  display: none;
  z-index: 1;
  position: relative;
}

.freezers-hover:hover p {
  display: inline-block;
}

.freezers-hover:hover .img-bottom-right {
  bottom: -80px;
}

.freezers-hover:hover .btn-absolute {
  bottom: 0;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 250px;
}

.zoom-hover p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
}

.zoom-hover p, .zoom-hover .btn-absolute {
  display: none;
  z-index: 1;
  position: relative;
}

.zoom-hover:hover p {
  display: inline-block;
}

.zoom-hover:hover .img-bottom-right-minus {
  bottom: -20px;
  right: -60px;
  transform: scale(1.1);
}

.zoom-hover:hover .btn-absolute {
  bottom: 0;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 250px;
}

.consumer-hover p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
}

.consumer-hover p, .consumer-hover .btn-absolute {
  display: none;
  z-index: 1;
  position: relative;
}

.consumer-hover:hover p {
  display: inline-block;
}

.consumer-hover:hover .img-bottom-right {
  bottom: -40px;
}

.consumer-hover:hover .btn-absolute {
  bottom: 0;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 250px;
}

.gray-card {
  background: transparent linear-gradient(180deg, #E3E9F7 0%, #DBECFB 47%, #D8EEFC 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
}

.pink-card {
  background: transparent linear-gradient(140deg, #FAE2E2 0%, #FAD6FA 34%, #FFE1EB 62%, #90D4EE 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
}

.sky-card {
  background: transparent linear-gradient(180deg, #D7F8FF 0%, #DDEBEE 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
}

.product-confidence {
  background: linear-gradient(90deg, rgba(30, 36, 125, 0) 0%, rgba(102, 196, 224, 0.18) 100%);
  border-radius: 0px 264px 264px 0px;
}

@media (max-width: 991px) {
  .product-confidence {
    background: none;
  }
}

.product-confidence .left-right-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .product-confidence .circleimg {
    margin-bottom: 30px;
  }
}

.right-section-right {
  padding-right: 30px;
}

.mximg {
  max-width: 484px;
}

.left-half-circle {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}

.right-half-circle {
  position: absolute;
  right: 0;
  top: -20%;
  z-index: -1;
}

.right-half-circle-two {
  position: absolute;
  right: 0;
  top: -70%;
  z-index: -1;
}

.sm-shape {
  position: absolute;
  right: -24px;
  top: -20px;
  width: 74px;
  height: 74px;
  z-index: -1;
}

.sm-shape-two {
  position: absolute;
  right: -24px;
  top: 50px;
  width: 74px;
  height: 74px;
  z-index: -1;
}

@media (max-width: 991px) {
  .sm-shape-two {
    right: -20px;
    top: 10px;
  }
}

.sm-shape-btm {
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 74px;
  height: 74px;
  z-index: -1;
}

@media (max-width: 991px) {
  .sm-shape-btm {
    right: -10px;
    bottom: 10px;
  }
}

.sm-shape-three {
  position: absolute;
  left: -30px;
  top: -16px;
  width: 74px;
  height: 74px;
  z-index: -1;
}

@media (max-width: 991px) {
  .sm-shape-three {
    left: -10px;
    top: -10px;
  }
}
