@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


body {
   font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5 {
   font-family: "Jost", sans-serif;
}

p {
   font-family: "Jost", sans-serif;
  color: #333743;
}

a {
   font-family: "Jost", sans-serif;
   text-decoration: none;
}

label {
   font-family: "Jost", sans-serif;
}

span {
   font-family: "Jost", sans-serif;
  color: #333743;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
   font-family: "Jost", sans-serif;
}

.section-cls{
    padding: 100px 0;
}

.section-bg-white{
    background-color: #f2f7fa;
}

.box {
  width: 100%;
  height: 12.5rem;
  background-color: blue;
}

.nav-header {
  position: absolute;
  width: 100%;
  height: 5.625rem;
  z-index: 9999;
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 82%) 0%,
    rgb(255 255 255 / 0%) 100%
  );
}

.nav-logo img {
  width: 20rem;
  height: auto;
}

.nav-menu ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #ffffff;
  font-size: 1.25rem;
}
.nav-menu ul li a{
    color: white;
}

.nav-menu {
  display: flex;
  justify-content: end;
  align-content: center;
  align-items: center;
  height: 5.625rem;
}

.nav-menu .dropdown-menu {
  min-width: 4rem !important;
}

.nav-menu .dropdown-menu li{
    font-size: 1rem;
}

.language-title {
  background: transparent;
  border: transparent;
  color: #ffffff;
  border-left: 2px solid #fff;
  border-radius: 0;
  padding: 0;
  line-height: 14px;
  padding: 0 10px;
  font-size: 1.25rem;
}

.language-title:hover {
  background: transparent;
  border: transparent;
   color: #ffffff;
  border-left: 2px solid #fff;
  border-radius: 0;
  padding: 0;
  line-height: 14px;
  padding: 0 10px;
}

.language-title:focus {
  background: transparent;
  border: transparent;
   color: #ffffff;
  box-shadow: none !important;
  border-left: 2px solid #fff;
  border-radius: 0;
  padding: 0;
  line-height: 14px;
  padding: 0 10px;
}

.language-title.show,
.language-title:active {
  background: transparent !important;
  border: transparent !important;
   color: #ffffff;
  border-left: 2px solid #fff !important;
  border-radius: 0;
  padding: 0;
  line-height: 14px;
  padding: 0 10px;
}

.language-title-scroll{
    color: #333;
}
.language-title-scroll:hover{
    color: #333;
}

.language-title-scroll:focus {
  background: transparent;
  border: transparent;
   color: #ffffff;
  box-shadow: none ;
  border-left: 2px solid #fff;
  border-radius: 0;
  padding: 0;
  line-height: 14px;
  padding: 0 10px;
}

.language-title-scroll.show,
.language-title-scroll:active {
  background: transparent;
  border: transparent;
   color: #333;
  border-left: 2px solid #333;
  border-radius: 0;
  padding: 0;
  line-height: 14px;
  padding: 0 10px;
}

.nav-menu .dropdown-menu li a{
    color: #333;
}


.nav-fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    animation: slide-down 0.7s;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background-color: #fff;
    transition: height 40s ease;
    animation: slide-down 0.7s;
    margin:0;
    height:auto !important;
}

.nav-menu-scroll ul li a{
    color: #333;
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@keyframes up-down {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    0% {
        opacity: 0.9;
        transform: translateY(-100%);
    }
}


.logo-scroll img {
  filter: brightness(0) invert(0); 
}

.home-banner {
  background-image: url(/assets/image/30587408_7716587.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.home-banner .homme-banner-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: end;
  align-content: center;
  text-align: center;
}

.item-photo {
  display: flex;
  justify-content: flex-start;
}
.item-photo img {
  width: 100%;
}

.service-item-content {
  border-radius: 1.25rem;
  border: 0.25rem solid #ffffff;
  display: flex;
  overflow: hidden;
  background-color: #eff0f5;
  width: 50%;
  flex-wrap: wrap;
}

.service-item {
    width: 50%;
    height: 10rem;
    overflow: hidden;
    border: 2px solid #fff;
    display: grid;
    place-items: center; 
    text-align: center; 
    padding: .9375rem;
    background: linear-gradient(145deg, rgb(4 79 124 / 20%) 0%, rgba(239, 240, 245, 0.71) 60%
60%
);}

.service-item img{
    width: 80px;
    height: auto;
    object-fit: cover;
      transition: transform 0.3s ease;
}
.service-item img:hover {
    transform: scale(1.1); 
}

.service-item label{
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 10px;
}


.home-about{
    width: 100%;
    height: 25rem;
    overflow: hidden;
}

.home-about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.smal-title{
     position: relative;
  display: inline-block;
    font-weight: 600;  
    font-size: 20px;
    line-height: 1.2em;
    color: #333333b5;
}

.smal-title::after {
  content: "";
  display: block;
  width: 100%;
  height: .05rem;
  background-color: #333333b5; 
  margin-top: 5px; 
}

.smal-title span{
    color: #33baec;
}


.home-about-content-link{
    margin-top: 1.5625rem;
}

.home-about-content-link a{
    font-weight: 500;
    color: #33baec;
   background-color: #33baec;
    padding: 15px 25px;
    color:#fff;
}


.home-content-info{
    width: 100%;
    height: 31.25rem;
    overflow: hidden;
}
.home-content-info img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


.home-content-info-paragraf {
    padding: 1.25rem;
    text-align: start;
    align-items: center;
    align-content: center;
    height: 31.25rem;
}

.home-content-link{
    margin-top: 1.25rem;
}

.home-content-link a{
     font-weight: 500;
    color: #33baec;
   background-color: #33baec;
    padding: 15px 25px;
    color:#fff;
}


.home-about-content-title h2{
    font-size: 45px;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #333;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-content-info-paragraf-title h2{
    font-size: 45px;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #333;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.why-are-we{
    text-align: center;
    padding: 15px  0;
}

.why-are-we label{
 position: relative;
  display: inline-block;
    font-weight: 600;  
    font-size: 20px;
    line-height: 1.2em;
    color: #333333b5;
}


.why-are-we label::after {
  content: "";
  display: block;
  width: 100%;
  height: .05rem;
  background-color: #333333b5; 
  margin-top: 5px; 
}

.why-are-we h2{
    margin: 15px 0 0 0;
    font-size: 35px;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #333;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.why-are-we-item{
    display: flex;
}
.why-are-we-item div{
    margin: 0 10px;
}
.why-are-we-item div h4{
     font-family: 'Poppins', sans-serif;
}

.why-are-we-item div i{
    font-size: 2.2rem;
    color: #33baec;
}

.owl-carousel .owl-nav button.owl-next{
        position: absolute;
    top: 40%;
    right: 1%;
    font-size: 1.25rem;
}

.owl-carousel .owl-nav button.owl-next i{
     font-size: 1.25rem;
}

.owl-carousel .owl-nav button.owl-prev{
        position: absolute;
    top: 40%;
    left: 1%;
}

.owl-carousel .owl-nav button.owl-prev i{
     font-size: 1.25rem;
}

.footer{
    background-color: #1e1d22;
    color: #a6a6a6;
}


.soccial-media ul li{
    display: inline-block;
    margin: 0 1rem 0 0;
    font-size: 1.5625rem;
}

.soccial-media ul li a{
    color: #a6a6a6;
}

.footer-info ul li a{
    color: #a6a6a6;
}

.footer-info img{
    width: 18rem;
    margin: 0 0 1.5625rem 0;
}


.footer-list ul li{
    font-size: 1.125rem;
}

.footer-list ul li a{
   color: #a6a6a6;
}



.banner-content {
   height: 18rem;
  background-image: url('/assets/image/banner.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
  overflow: hidden;
}


.banner-title-content{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 18rem;
    z-index: 3;
}

.banner-title-content h2{
    font-size: 3rem;
    color: #ffffff;
}

.about-photo{
    width: 100%;
    height: 31.25rem;
    overflow: hidden;
}

.about-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background-color: white;
    margin: 30px 0 0 0;
}

.blog-card-photo{
    width: 100%;
    height: 15.625rem;
    overflow: hidden;
}

.blog-card-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-content{
    padding: .9375rem;
}
.card-top-ul{
    margin: 15px 0;
}

.card-top-ul li{
    display: inline-block;
    margin: 0 .625rem 0 0;
}

.blog-card-footer{
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.blog-detail-photo{
    width: 100%;
    height: 31.25rem;
    overflow: hidden;
}

.blog-detail-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-content{
    padding: 20px 0 ;
}

.other-blogs-list{
    margin: 40px 0 0 0;
}

.other-blogs-photo{
    width: 100%;
    height: 5rem;
    overflow: hidden;
}
.other-blogs-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-blogs{
    padding: .9375rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.other-blogs-title h4{
    font-size: 1.25rem;
}

.contact-container {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 15px;
    }