/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f9f9f9;
}

#main-container{
  margin: 0;
  padding: 0;
}

/* section{
  padding: 0;
} */

/* Menu-Section */
/* Header */
header {
  
  
  /* padding: 20px 0; */
}
#nav-bar{
   background: #31025c;
  color: #fff;
  padding: 40px 40px 10px 10px;
  top:0px;
  position: fixed;
  width: 100vw;
  z-index: 50;

  
}
.logo {
  /* display: inline-block; */
  font-size: 24px;
  font-weight: bold;
}
#logo-section{
  width: 200px;
  display: inline-block;
  color: rgb(248, 248, 250);
}
.menu-continer{
  /* width: 600px; */
  display: inline-flex;
  float: right;
}
nav ul {

  list-style: none;
  /* float: right; */
  display: flex;

  gap: 50px;
}

/* li{
  display: flex;
  align-items: end;
} */

nav a {
  color: #fff;
  text-decoration: none;
}
/* home page */

#home {
  /* background-color: red; */
  /* padding: 0px; */
}

#image-container{
  background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../Image/hero-bg.jpg);
  /* background-image: url('../Image/hero-bg.jpg'); */
  top: 20px;
  height: 100%;
  /* width: 100%; */


}
#hero-title{
  height:100px; 
  /* background-color: red;  */
  display: flex;
  align-items: center;
  margin-left: 335px;
}

#image-container-left{
  padding: 20px; 
  height: 260px;
}

#hero-title-desc{
  color: white;
  font-size: larger;
  font-style: italic;
}

/* #hero-gap{
  display: inline;
  background-color: aliceblue;
  width: 200px;
  height: 100%;
} */
#what-we-do{
  /* margin-top: 80px; */
  color: yellow;
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: xx-large;
  
}

/* Hero Section */
#image-container {
  /* background: #0077cc; */
  /* color: white; */
  padding:  0;
  text-align: center;
  height: 100vh;
  width: auto;
}

.hero .btn {
  margin-top: 20px;
  display: inline-block;
  background: #fff;
  color: #0077cc;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}


.hero-image-wrapper{
    display: flex;
    height: 100vh;
    /* width: 100vw;
    margin-top: 0; */
  }
  .hero-main-image{
    width: 100%;
    
  }
  #check1{
    display: flex;
    height: 100vh;
  }

.container {
  width: 90%;
  /* display: flex; */
  /* max-width: 1100px; */
  /* background-color: #31025c; */
  /* margin: auto; */
  padding: 20px 0;
}








/* Services */


#service-container{
  margin-bottom: 30px;
}
.service-title{
  color: #31025c;
  margin-left: 25px;
  margin-bottom: 15px;
}

#services {
  padding: 0 0;
  margin-top: 40px;
  margin-left: 20px;
  background: #fff;
}

.services-grid {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 155px;
}

.service {
  flex: 1;
 
  min-width: 250px;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 8px;
}

/* About */
/* .about {
  background: #e9f5ff;
  padding: 60px 0;
} */
#about-container{
  background: #e9f5ff;
  /* padding: 60px; */
  margin-left: 40px;
  margin-bottom: 25px;
  color: #31025c;;
}

#about-us-block{
  margin-bottom: 20px;
}

#our-mission-title{
  margin-bottom: 20px;
  /* margin-bottom: 4/0px; */
}

/* Contact */

#contact-container{
  margin-left: 35px;
  align-items: center;
}

#contact-title{
  color:#31025c;
  padding: 20,0px;
  margin-bottom: 20px;
}
#contact {
  padding: 60px 0;
  background: #fff;
}




form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
}

form input, form textarea {
  padding: 10px;
  font-size: 16px;
}

form button {
  background: #0077cc;
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
}

/* Footer */
footer {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  height: 100%;
}


  /* body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif;
  } */

  /* .hero {
    height: 100vh;
    overflow: hidden;
  } */

  .swiper {
    height: 100%;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    opacity: 0;
    transform: translateX(100px);
  }

  .swiper-slide-active {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s ease;
  }

  @media screen and (max-width: 900px){
    #main-container{
      /* max-width: 270px; */
      justify-content: center;
      /* gap: 50px; */
      width: 100vw;
      height: auto;
      text-align: center;
        /* padding: 30px 20px 20px; */
        /* flex-direction: column-reverse; */
        /* justify-content: center; */

    }

    #hero-title{
  /* height:100px;  */
  /* background-color: red;  */
  display: flex;
  align-items: center;
  margin-left: 10px;
}

#image-container-left{
  padding: 20px; 
  height: 260px;
}

#hero-title-desc{
  margin-left: 10px;
}
    

#services {
  /* padding: 0 0; */
  margin-top: 10px;
  margin-left: 10px;
  /* background: #fff; */
}

.services-grid {
  /* display: flex; */
  gap: 20px;
  /* flex-wrap: wrap; */
  margin-left: 15px;
  margin-right: 10px;
}
    

    


  }

  /* body.show-mobile-menu header::before{
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(5px);
        background: rgba(0,0,0,0.2);
        
    }

    .nav-bar :where(#menu-close-button,#menu-open-button){
        display: block;
        font-size: var(--font-size-l);

    }

    .nav-bar #menu-close-button{
        position: absolute;
        right: 30px;
        top: 30px;
    }
        
*
    .nav-bar #menu-open-button{
        color: var(--white-color);
    }
    .nav-bar .nav-menu {
        display: block;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        background: var(--white-color);
        transition: left 0.2s ease;

    }

    
    body.show-mobile-menu .nav-bar .nav-menu{
        left: 0;
    }
    

    

    .nav-bar .nav-menu .nav-link {
        color: var(--dark-color);
        display: block;
        margin-top: 17px;

        


    } */

  @media screen and (max-width: 400px) {
    /* #main-container{
      width: 100%;

    } */

    /* #image-container{
      height: auto;
      text-align: center;
      background-color: red;
    } */


    #home-container{
      /* width: 100%; */
      justify-content: center;
    }
    
  }

  

