*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fixed{
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;

}
.fixed a{
  width: 50px;
  height: 50px;
  font-size: 50px;
}
.website_body{
    width: 100%;
}

.top{
    width: 100%;
    color: #fff;
    height: 40px;
    background: #01ab6d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}
.top_1{
    width: 94%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.logo{
    width: 220px;
}
.logo img{
    width: 100%;
}
.top1_s1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.top1_box{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0px 10px;
}

.top1_box iconify-icon{
    font-size: 50px;
    margin-right: 10px;
}
.box_contnt h4{
    font-size: 18px;
    font-weight: bold;
}
.hero_box{
    width: 100%;
    position: relative;
}
.hero_img{
    width: 100%;
    height: 300px;
}
.hero_img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero_content{
    top: 40%;
    left: 20%;
    position: absolute;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #0101016f;
}
.section_1{
    display: flex;
    margin: 20px auto;
    width: 90%;
}
.about{
    margin: 40px auto;
    width: 90%;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;

}
.about h2{
    margin: 20px 0px;
}
.section1_img {
    width: 100%;
    margin-right: 15px;
}
.section1_content{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
}
.services{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    gap: 10px;
    flex-wrap: wrap;

}
.service_card{
    border: 2px solid #ccc;
    width: 22%;
    border-radius: 10px;
    background-color: #f1f1f1;
    overflow: hidden;

}
.service_img img{
    width: 100%;
}
.service_content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.service_content a{
    background-color: #e10013;
    padding: 8px 20px;
    border-radius: 25px;
    margin: 10px 0px;
    text-decoration: none;
    list-style: none;
    color: #fff;
}

/* gallery style start */

.swiper {
    margin-top: 20px;
    width: 94%;
    height: 500px;
    border-radius: 8px;
  }
  

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .size_se{
    font-size: 10px;
    font-weight: 500;
  }
  .scroll_gallry{
    position: absolute;
    background: #f29a03;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 5px;
    backdrop-filter: 5px;
    -webkit-backdrop-filter: blur(5px);
    right: 0px;
    bottom: -15px;
    border-radius: 3px;
    color: #fff;
    z-index: 200;
    font-size: 12px;
  
  }
  .scroll_gallry iconify-icon{
    font-size: 12px;
    margin-left: 5px;  
    font-weight: bold;
  }
  .gallery_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px;
    width: 100%;
    height: 90px;
    height: fit-content;
    overflow-x: scroll;
  
  }
  
  .gallery_container::-webkit-scrollbar{
    height: 4px;
  }
  .gallery_container::-webkit-scrollbar-thumb{
    background: linear-gradient(to right ,#2196F3, #ff003c);
    border-radius: 50px;
  }
  
  .gallery_img {
    flex: 0 0 auto;
    width: 120px;
    height: 80px;
    margin-right: 5px;
    border-radius: 10px;
  }
  
  .gallery_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
  .gallery-container{
    width: 90%;
    display: flex;
    overflow-x: scroll;
    flex-shrink: 0;
    padding: 10px 0;
    margin: 0 auto;
  }
  .heading{
    width: 90%;
    margin: 20px auto;

  }
  .gallery-container .gallery-image{
    width: 130px;
    margin-right: 10px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 5px;
  }
  
  .gallery-image a{
    width: 100%;
    height: 130px;
  }
  
  .gallery-image a img{
    width: 100%;
    height: 130px;
    object-fit: cover;
  
  }
  .footer_box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #2195f321;
    padding: 20px 0px;
    margin-top: 30px;
    padding-top: 50px;
  }
  .footer_box h4{
    font-size: 18px;
    font-weight: bold;
  }
  .social_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 10px 0px;
  }
  .light{
    font-size: 16px;
    color: #0101017d;
    padding: 0px 15px;
    text-align: center;
  }
  .social_btn a{
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .social_btn iconify-icon{
    font-size: 30px;
  }
  @media (max-width: 610px) {
    .swiper {
      height: 180px;
    }
  }
  /* gallery style end */
@media (max-width: 1138px) {
    .top1_s1{
        display: none;
    }
}
@media (max-width: 608px) {
    .hero_content{
        top: 30px;
        left: 10px;
        position: absolute;
        font-size: 40px;
        color: #fff;
        text-align: center;
    }
    .section_1{
        display: flex;
        margin: 20px auto;
        width: 90%;
        flex-direction: column-reverse;
    }
    .section_2{
        flex-direction: column !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
    }
    .section1_img img{
        width: 100%;
        margin-top: 20px;
    }
    .services{
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        margin: 0 auto;
        gap: 5px;
        flex-wrap: wrap;
    
    }
    .service_card{
        border: 2px solid #ccc;
        width: 44%;
        border-radius: 10px;
        background-color: #f1f1f1;
        overflow: hidden;
        text-align: center;
    
    }
}
.contact{
    display:flex;
}
.contact iconify-icon{
    font-size:35px;
}
.contact a{
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: 40px;
    height:40px;
    border-radius: 5px;
  }