/* FONT FAMILIES IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');
/* cabin  */
/*   font-family: 'Cabin', sans-serif;     */

@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
/*  BELLZA   */
/*      font-family: 'Belleza', sans-serif;   */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*  poppins  */
/*     font-family: 'Poppins', sans-serif;   */
@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
/* font-family: 'Cairo', sans-serif; */

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #0d5189;
  --blue-light: #239bd293;
  --info: rgb(13, 202, 240);
  --info-light: rgba(13, 202, 240, 0.562);
}

body {
  font-family: 'Poppins', sans-serif; 
}

.btn-primary {
  background-color: var(--blue) !important;
  border-radius: 40px;
  padding: 7px 20px !important;
  color: white !important;
  font-size:15px !important;
  border:1px solid var(--blue)  !important;
}

.animate-btn {
  animation-name: captioback;
  animation-delay: 1.2s;

  animation-duration: 1.2s;
  animation-fill-mode: both;
}

/* Utility classes */

h1,
h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 5rem;
}

h3,
h4 {
  font-family: 'Belleza', sans-serif;
  font-size: 3rem;
}

h5,
h6 {
  font-family: 'Belleza', sans-serif;
  font-size: 1.7rem;
}

p {
  font-size: 1rem;
}

ul li {
  list-style: none;

}

a {
  text-decoration: none !important;
  color: var(--blue);
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.fs-6 {
  font-size: 0.8rem !important;
}

/* ________________________________ NAVBAR SECTION ____________________________________ */

.navbar{
  background: transparent ;
}
.navbar .navbar-brand img{
width: 10rem;
transition: all 0.3s linear;
z-index: 2;
}
@media (max-width:768px) {
  .navbar .navbar-brand img{
    width: 8rem;
    
    }
}

.navbar .toggle_btn i{
  font-size: 200%;
  cursor: pointer;
}
/* ________________________________ SIDEBAR SECTION ____________________________________ */

.sidebar_sec{
  position: fixed;
  top: 0;
  left: -300px;
  background:linear-gradient( #0d518941, #0d51894b) ;
  backdrop-filter: blur(4px);
  width: 300px;
  height: 100vh;

  z-index: 2222;
}
.sidebar_sec i.fa-xmark{
  cursor: pointer !important;
}
.sidebar_content ul li h5{
color: white;
font-size: 25px;
font-weight: 600;
letter-spacing: 1px;
}
.sidebar_content ul li{
  margin-bottom: 20px ;
  transition: all 0.3s linear;
}
.sidebar_content ul li a{
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
 
}
.sidebar_content ul li:not(:first-child):hover{
  transform: scale(1.1);
}
/* ________________________________ HERO SECTION ____________________________________ */
.carousel-sec .video-container{
  width: 100%;
  /* height: 100; */
  height: 670px;
  overflow: hidden;
  position: relative;
  
  /* z-index: -1; */
}

.carousel-sec .video-container video{
  height: 670px;
  object-fit: cover;

}
.carousel-sec .video-container .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( #0d5189b2, #06080891) ;
  /* z-index: 22; */
}
.hero_sec .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient( #239bd2,  #239bd26e) ; */
}
.carousel-sec .content{
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-sec .slider::before{
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 300px;
  height: 100%;
  background: linear-gradient(  #06080827,#0d518928) ;
  
}
@media (max-width:768px){

  .carousel-sec .slider .headings h4{
    font-size: 34px;
  }
  .carousel-sec .slider::before{
    left: 35%;
    width: 140px;
  }
}
.carousel-sec .hero_cards .main_heading h5{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  /* white-space: pre-wrap; */
}
.all_cards .card{
  transition: all 0.3s linear;
  cursor: pointer;
  animation: hero_cards_anime 2s infinite;
}
.all_cards .card:nth-child(2){
  animation-delay: 1000ms;
}
.all_cards .card:nth-child(3){
  animation-delay: 500ms;
}
.all_cards .card:nth-child(4){
  animation-delay: 1500ms;
}
.all_cards .card:hover{
animation-play-state: paused;
transform: scale(0.9);
}
.all_cards .card-img-overlay{
  background:linear-gradient( #0608081c,#0d5189)  ;
  
}
.all_cards .card-img-overlay .card-title{
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width:768px) {
  .all_cards .card-img-overlay .card-title{
    font-size: 14px;
    white-space: pre-wrap;
  }

}
.all_cards .shadow{
  box-shadow: 0px 0px 10px 0px #0d5189b4 !important;
}

@keyframes hero_cards_anime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }

}


/* ________________________________ CATEGORY SLIDER SECTION ____________________________________ */
.category-sec {
  padding: 6rem auto 3rem auto;
  /* background-color: red; */

}
.carousel-sec .content .slider .headings{
  animation: slide 10s infinite;
}
.carousel-sec .content .slider .headings h4{
  margin: 0;
  padding: 0 30px 0 0;
  
  white-space: nowrap;
}

.category-sec .slick-list {
  height: 20rem;
}

.category-sec .sliderct .slidect1 {
  background-image: url(../img/catslide-1.jpg);
  width: 240px !important;
  height: 240px;
  margin: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-sec .sliderct .slidect2 {
  background-image: url(../img/catslide-2.jpg);
  width: 240px !important;
  height: 240px;
  margin: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-sec .sliderct .slidect3 {
  background-image: url(../img/catslide-3.jpeg);
  width: 240px !important;
   height: 240px;
  margin: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-sec .sliderct .slidect4 {
  background-image: url(../img/catslide-4.jpeg);
  width: 240px !important;
   height: 240px;
  margin: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-sec .sliderct .slidect5 {
  background-image: url(../img/catslide-5.jpeg);
  width: 240px !important;
   height: 240px;
  margin: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-sec .sliderct .slidect6 {
  background-image: url(../img/catslide-6.jpeg);
  width: 240px !important;
   height: 240px;
  margin: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-sec .sliderct .slidect7 {
  background-image: url(../img/catslide-7.jpeg);
  width: 240px !important;
  height: 240px;
  margin: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.category-sec .sliderct .slidect{
  position: relative;
  z-index: -2;
  overflow: hidden;
}
.category-sec .sliderct .slidect .ct-name{
  position: absolute;
  bottom: 10px;
 background-color: #00000059;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  /* left: 45%; */
  color: #fff;
  z-index: 22;
}

@media screen and (max-width:768px) {
  .category-sec .sliderct .slidect {
    width:140px !important;
    height: 140px !important;

  }
  .category-sec .sliderct .slidect .ct-name{
    font-size: 11px;
  }
  .category-sec .slick-list {
    height: 11rem;
  }

}

/* ________________________________ PRODUCTS SECTION ____________________________________ */
.products-sec .card-body p {
  font-size: 15px;
  line-height: 1.3;
  /* color: #1b6b91; */
  
}
/* .products-sec .card-img-overlay .tag{
  position: absolute;
  font-family: sans-serif;
  top: 10px;
  font-size: 11px;
  background-color: var(--blue);
  padding: 2px 8px;
  border-radius: 15px;
  left: 10px;

} */

.box {
  font-family: 'Gloock', serif;
  text-align: center;
  /* border-radius: 5px;  */
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.box:before {
  content: "";
  background: linear-gradient(var(--blue), var(--info-light));
  width: 100%;
  height: 100%;
  /* border-radius: 5px; */
  transform-origin: 50% 100%;
  transform: translateX(100%)translateY(0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.35s;
  transition: all 0.35s ease-in-out;
}

.box:hover:before {
  opacity: 0.7;
  animation: imghvr-lightspeed-in-left .4025s ease-in forwards;
  animation-duration: 0.35s;
}

.box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card .card-body span:nth-child(1){
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color:var(--blue);
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
}
.card .card-body span:nth-child(3){
  font-size: 10px;
  font-weight: 100;
  color:var(--blue);
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
  text-decoration: underline;
}

.box-content {
  color: #fff;
  width: 100%;
  opacity: 0;
  transform: translateX(50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.35s ease-in-out;
}

.box:hover .box-content {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.box:hover .card-img-overlay {
  visibility: hidden;
}

.box .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 3px;
}

.box .post {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform-origin: top center;
  transform: scaleY(0);
  position: absolute;
  left: 10px;
  top: 10px;
  transition: all 0.3s ease 0.2s;
}

.box:hover .icon {
  transform: scaleY(1);
}

.box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.box .icon li a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  display: block;
  transition: all 0.35s;
}

.box .icon li a:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--info);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 1px rgba(255, 255, 255, 0.5);
}

@keyframes imghvr-lightspeed-in-left {
  0% {
    transform: translateX(100%) translateY(0) skewX(-20deg);
  }

  50% {
    transform: translate(0, 0) skewX(-20deg);
  }

  75% {
    transform: translate(0, 0) skewX(10deg);
  }

  100% {
    transform: translate(0, 0) skewX(0);
  }
}

@media only screen and (max-width:990px) {
  .box {
    margin: 0 0 30px;
  }
}

.card-img-overlay {
  /* background-color: rgba(0, 0, 0, 0.6); */
  transition: all 0.3s linear;
}

.card-img-overlay h3 {
  font-size: 1.4rem;
  text-transform: uppercase;

}

/* ________________________________ WELCOME SECTION ____________________________________ */
.welcome-sec .col-md-5 {
  background-image: url(../img/wlecome-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.welcome-sec .welcome-content {
  padding: 4rem;
  color: white;
}

.welcome-sec .welcome-content a {
  color: white;
  border: 2px solid white;
  padding: 0.5rem 1.7rem;
}


/* __________________________________________________ Footer SECTION___________________________________*/


.footer .footer_logo p{
  white-space: nowrap;
  font-size: 11px;
}

.footer_logo img{
  width: 9rem;
}
@media (max-width:768px) {
  .footer_logo img{
    width: 6rem;
  }
}
.footer_address h5{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
}
.footer_address h6{
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
}

.phone_number span{
  color: white ;
  font-size: 12px;
}
.phone_number span a{
  color: #fff;
}
.email_address a{
  color: #fff;
  font-size: 12px;
}
.footer .social_icons i{
  color: #fff;
  margin: 20px 5px 10px 5px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.footer .social_icons i:hover{
  transform: scale(1.08);
}
.footer .nav_links ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
  row-gap: 10px;
}

.footer .nav_links ul li a{
  color: #ffffff75;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s linear;
}
.footer .nav_links ul li a:hover{
  color: #fff;
}
.footer .footer_lower_link ul {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  text-align: center;
}
.footer .footer_lower_link ul  li a{
  color: white;
  font-size: 13px;
  text-transform: capitalize;
}
/*  ALL BANNER IMAGE   */

.hero_sec .video_container::after{
  content: "";
  width: 100%;
  height: 100%;
  /*background:linear-gradient(#0990cea9, #0990ce2d) ;*/
  
}
.hero_sec .video_container .video_content h4{
  font-size: 50px !important;
}
@media screen and (max-width:768px) {
  .hero_sec .video_container .video_content h4{
    font-size: 30px !important;
  }
}