/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); font-family: 'Poppins', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

body {
  font-family: "Nunito", sans-serif;
}

img {
    width: 100%;
    height: auto;
}

.container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
  max-width: 1440px; width:calc(100% - 20px);
} 

.cursor-pointer{
  cursor: pointer !important;
}

.link{
  color: #f26841 !important;
}

hr{
  border-color: #9c9c9c;
}

b, strong {
  font-weight: 700;
}

.small, small {
  font-size: .775em;
}

.vh-75{
  height: 75dvh;
}


.fw-200{
  font-weight: 200 !important;
}
.fw-300{
  font-weight: 300 !important;
}
.fw-400{
  font-weight: 400 !important;
}
.fw-500{
  font-weight: 500 !important;
}
.fw-600{
  font-weight: 600 !important;
}
.fw-700{
  font-weight: 700 !important;
}
.fw-800{
  font-weight: 800 !important;
}
.fw-900{
  font-weight: 900 !important;
}


.fs-7{
  font-size: 0.9rem !important;
}


.text-grey{
  color: #B4B2B4 !important; 
}
.text-secondary{
  color: #162E4C !important
}
.text-success{
  color: #27BA5C !important
}


.seashell_bg{
  background-color: #FFFBF8 !important;
}
.magnolia_bg{
  background-color: #F7F4F9 !important;
}
.aliceBlue_bg{
  background-color: #EEF9FD !important;
}
.azure_bg{
  background-color: #F9FAFA !important;
}
.floralWhite_bg{
  background-color: #FFFBF5 !important;
}
.bg-success{
  background-color: #27BA5C !important;
}
.bg-primary{
  background-color: #f26841 !important;
}


.solitude_bg{
  background-color: #F0F4FF !important;
}
.floralWhite_bg{
  background-color: #FFF7EC !important;
}


.border-primary{
  border-color: #f26841 !important;
}


h1, .h1 {
  font-size: 36px;
  font-weight: 700;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 26px;
  font-weight: 700;
}

h4, .h4 {
  font-size: 22px;
  font-weight: 700;
}

h5, .h5 {
  font-size: 20px;
  font-weight: 700;
}

h6, .h6 {
  font-size: 20px;
  font-weight: 700;
}


p {
  font-size: 18px;
  margin-bottom: 18px;
}

p:last-child {
  margin-bottom: 0;
}

.list {
  padding-left: 1.2rem;
  margin-bottom: 12px;
  position: relative;
}

.list li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 3px;
}






.card-video{
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.video-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 70px;
  height: 70px;
  z-index: 5;
}




.all_card {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 2px 2px 12px #21252929;
  background: #fff;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.all_card a{
  text-decoration: none;
  color: #333333;
}

.all_card .article_caption {
  padding: 1rem;
}

  .all_card .blog_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  color: #333333;
  font-size: 1.3rem;
  font-weight: 600 !important;
  margin-bottom: 15px;
}

.all_card:hover .blog_title{
color: #f26841;
}

.all_card .btn.btn-link {
  background: none !important;
  text-decoration: none;
  border: none;
  color: #f26841;
  font-size: 18px;
  padding: 0;
  box-shadow: none !important;
  font-weight: bold;
}
  









@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    width:calc(100% - 50px);
  } 
  .desktop-none{
    display: none !important;
  }
  

}

@media (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    max-width: 1320px;
  }
}

@media (max-width: 1200px) {
  

}

@media (max-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 992px;
  }
  .mobile-none{
    display: none !important;
  }



  h1, .h1 {
    font-size: 28px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 22px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .list li {
    font-size: 16px;
  }
 
  

}


@media (max-width: 767px) {
  
 

}

@media (max-width: 575px) {

 


}