/*
 Theme Name:   Astra-Child
 Theme URI:    https://sixpl.com/
 Description:  Astra-Child Theme
 Author:       Piyush Singh Chhoker
 Author URI:   https://sixpl.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/
/* ===================Header=============== */
body{
      font-family: "Montserrat", Sans-serif !important; 
}


.logo-class img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

/* =======footer====== */
.footer-logo img {
  width: 100px;
  height: 100px;
  background: #fff;
  object-fit: contain;
  border-radius: 50%;
}

.elementor-element-6ec1429 a {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
}

.elementor-element-9bf26f8 svg {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  padding: 10px;
}

.elementor-element-9bf26f8 li {
  word-break: break-all;
}

.inst-gallery {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}


/* =========hero-section============ */
.hero-slider {
  position: relative;
  z-index: 6;
  height: 600px;
}

.hero-inner {
  height: 100%;
}

.hero-style2 {
  position: relative;
  z-index: 6;
  max-width: 451px;
  padding: 150px 0;
}

.hero-style2 .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 70px;
  display: block;
  margin-top: -0.8rem;
  margin-bottom: 2px;
  line-height: normal;
  font-family: "Montserrat", Sans-serif !important;
}

.th-swiper-custom {
  position: absolute;
  top: 59%;
  margin: 0;
  right: 40px;
  z-index: 9;
  width: 550px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.th-swiper-custom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFFFFF !important;
}

.th-swiper-custom .swiper-pagination-progressbar {
  position: relative;
  background: rgba(255, 255, 255, .2);
  height: 3px;
}

.heroThumbs {
  bottom: 20px;
  max-width: 600px;
  position: absolute !important;
  right: 30px;
  margin-right: 0 !important;
  z-index: 99;
}

.slider-hero-part {
  position: relative;
}

.hero-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 16px;
  cursor: pointer;
}

.hero-card .hero-img {
  position: relative;
  max-width: 168px;
  height: 168px;
  border-radius: 16px;
}

.hero-card img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.hero-inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.hero-style2 .hero-title span {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}

@keyframes slideinup {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slideinup {
  opacity: 0;
  transition: all 0.3s ease;
}

.animate-slideinup {
  animation: slideinup 1s ease forwards;
}

.hero-style2 .hero-desc {
  font-size: 18px;
  color: #fff;
  margin-bottom: 38px !important;
  font-family: "Montserrat", Sans-serif !important;
  margin-top: 20px;
}

.th-swiper-custom .hero-arrow {
  width: 40px;
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.4s ease;
  padding: 0px;
}

.hero-arrow img {
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}

.new-div-img {
  display: none;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
  color: #fff;
}

.hero-card_price {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
}

.hero-card span {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.th-btn.style2 {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.hero-card .th-btn {
  padding: 8px 24px;
  margin-top: 20px;
}

.swiper-pagination-progressbar-fill {
  transform-origin: left center;
}

.hero-inner .container {
  width: 80%;
  margin: 0 auto;
}

.ober-lp {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000085;
  z-index: 1;
}

.hero-style2 a.th-btn {
  color: #FFFFFF;
  background-color: #00314C;
  font-family: "Montserrat", Sans-serif;
  padding: 10px 20px;
  text-decoration: none;
}

/* ==========banner-end========= */
.custom-slider img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.form-section {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner-row {
  width: 48%;
}

.inner-row-full {
  width: 100%;
}

.inner-row-full textarea {
  height: 100px;
}

.input-btn-form input {
  background-color: #00314C;
  font-family: "Montserrat", Sans-serif;
  border-color: #00314C;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #00314C;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 25px;
}

.type-post {
  padding: 15px !important;
  border-radius: 6px;
  background-color: #b2eff1;
}

.type-post img {
  border-radius: 3px !important;
}
/* =========newletter========= */
.new-letter {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.email-new {
  width: 70%;
}
.input-btn-form-1 {
  width: 25%;
}
.input-btn-form-1 input {
  width: 100%;
  background: #dbf1ff;
  color: #000;
  font-family: 'Montserrat';
  border-radius: 50px;
  height: 60px;
}
.email-new input {
  font-family: 'Montserrat';
  border-radius: 50px;
  height: 60px;
  color: #000;
}
#ast-scroll-top {
  background-color: #000000 !important;
  font-size: 15px;
  border-radius: 50% !important;
}
html {
  width: 100%;
  overflow-x: hidden;
}
.entry-content p {
	margin-bottom:10px !important;
}
.custom-banner {
    background-color: #00314C;
    padding: 70px 0;}
    .inner-container {
    width: 90%;
    margin: 0 auto;
}
.inner-container h1{
  color: #fff;
      text-align: center;
    font-family: 'Montserrat';
}
/* ========media------query========== */
@media only screen and (max-width: 992px) {
  .heroThumbs {
    display: none;
  }
  .th-swiper-custom .swiper-pagination-progressbar {
    display: none;
  }
  .th-swiper-custom {
    top: 90%;
    width: 12%;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .th-swiper-custom {
    width: 15%;
    gap: 10px;
  }
  .hero-style2 .hero-title {
    font-size: 50px;
  }
  .inner-row {
    width: 100%;
  }
  .new-letter {
    flex-wrap: wrap;
  }
  .email-new,
  .input-btn-form-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .hero-style2 {
    width: 100%;
    padding: 70px 0;
  }
  .hero-inner .container {
    width: 95%;
  }
  .th-swiper-custom {
    width: 25%;
    gap: 10px;
  }
  .hero-style2 .hero-title {
    font-size: 45px;
  }
  .hero-style2 .hero-title span {
    font-size: 21px;
  }
  .elementor-7 .elementor-element.elementor-element-da70e1f,
  .elementor-7 .elementor-element.elementor-element-d4771b5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .elementor-element-51a8cee {
    width: 35% !important;
  }
}