*{
        margin: 0;
        padding: 0;
    }
    body{
        background-image: url('images/bg.jpg');
        background-size: cover;
        background-attachment: fixed;
    }
    .nav1{
    color: white;
    display: flex;
    width: 1533px;
    height: 65px;
    margin-top: -10%;
    position: fixed;
    z-index: 1000;
    display: flex;
    margin-top: 0%;
    /* border: solid 2px yellow; */
}
.nav1.scrolled {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.3s, backdrop-filter 0.3s;
}
.nav1 h3{
    width: 105px;
    padding-left: 40px;
    display: flex;
    padding-top: 23px;
    left: 52%;
    /* border: solid 2px lightcoral; */
}
.nav1 a{
    text-decoration: none;
    color: white;
    display: flex;
}
.nav1 img{
    height: 18px;
    width: 18px;
    padding-right: 10px;
    /* border: solid 2px lightblue; */
}

.underline{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.underline::after{
    content: "";
    position: absolute;
    left: 37px;
    bottom: 10px;
    width: 0;
    height: 4px;
    border-radius: 5px;
    background-color: rgb(204,94,246);
    transition: 0.3s ease-in;
}
.underline:hover::after{
    width: 65%;
}
.menu-toggle {
  display: none;
  font-size: 30px;
  color: white;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
  cursor: pointer;
}
.bgc {
    display: none; /* Hidden by default */
    background-color: #1c182f;                   
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

/* Mobile view nav */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .nav1 {
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.85);        
    width: 100%;
    position: fixed;
    z-index: 1000;
  }

  .nav1.show {
    display: flex;
    height: 210px;
    padding-right: 210px;
  }

  .nav1 h3 {
    padding: 15px 0;
    justify-content: center;
  }

  .nav1 a {
    justify-content: center;
    width: 100%;
  }
  .nav-container, .nav1, .underline{  
    align-items: center;          
    margin-right: 420px;
  }
  .nav1 h3.underline::after {
      display: none !important; 
  }
  .bgc {
        display: block; 
  }
}
    
    .container1 h1{
        color: white;
        width: 400px;
        margin-top: 100px;
        margin-left: 640px;
    }
    .container1 h3{
        color: white;
        width: 400px;
        margin-top: 20px;
        margin-left: 575px;
    }
    .container2{
        display: flex;
        flex-wrap: wrap;
    }
    .container2 .box1{
        height: 580px;
        width: 500px;
        margin-top: 80px;
        margin-left: 200px;
        border-radius: 10px;
        transition: transform 0.3s;
        box-shadow: 0px 0px 5px 5px rgb(204,94,246);
    }
    .innerbox1{
        height: 540px;
        width: 460px;
        margin-top: 18px;
        margin-left: 18px;
    }
    .innerbox1 img{
        height: 200px;
        width: 460px;
    }
    .innerbox1 h2{
        color: white;
        margin-top: 20px;
        margin-left: 130px;
    }
    .innerbox1 p{
        color: white;
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.5;
    }
    .innerbox1 .mini{
        height: 20px;
        width: 20px;
        padding-right: 8px;
    }
    .innerbox1 button {
        color: white;
        margin-top: 35px;
        margin-left: 170px;
        background-color: rgb(204,94,246);
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        border-radius: 5px;
        border: none
    }
    .container2 .box2{
        height: 580px;
        width: 500px;
        margin-top: 80px;
        margin-left: 150px;
        border-radius: 10px;
        transition: transform 0.3s;
        box-shadow: 0px 0px 5px 5px rgb(204,94,246);
    }
    .innerbox2{
        height: 540px;
        width: 460px;
        margin-top: 18px;
        margin-left: 18px;
    }
    .innerbox2 img{
        height: 200px;
        width: 460px;
    }
    .innerbox2 h2{
        color: white;
        margin-top: 20px;
        margin-left: 130px;
    }
    .innerbox2 p{
        color: white;
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.5;
    }
    .innerbox2 .mini{
        height: 20px;
        width: 20px;
        padding-right: 8px;
    }
    .innerbox2 button {
        color: white;
        margin-top: 35px;
        margin-left: 170px;
        background-color: rgb(204,94,246);
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        border-radius: 5px;
        border: none
    }
    .container2 .box3{
        height: 580px;
        width: 500px;
        margin-top: 80px;
        margin-left: 520px;
        border-radius: 10px;
        transition: transform 0.3s;
        box-shadow: 0px 0px 5px 5px rgb(204,94,246);
    }
    .innerbox3{
        height: 540px;
        width: 460px;
        margin-top: 18px;
        margin-left: 18px;
    }
    .innerbox3 img{
        height: 200px;
        width: 460px;
    }
    .innerbox3 h2{
        color: white;
        margin-top: 20px;
        margin-left: 130px;
    }
    .innerbox3 p{
        color: white;
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.5;
    }
    .innerbox3 .mini{
        height: 20px;
        width: 20px;
        padding-right: 8px;
    }
    .innerbox3 button {
        color: white;
        margin-top: 35px;
        margin-left: 170px;
        background-color: #cc5ef6;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        border-radius: 5px;
        border: none;
    }
    .box1:hover, .box2:hover, .box3:hover{
        transform: scale(1.050);
        cursor: pointer;
    }
    a{
        text-decoration: none;
    }
    a button:hover{
        background-color: rgb(152, 0, 212);
        cursor: pointer;
    }
    .container3{
      display: flex;
      margin-top: 6%;
      height: 60px;
      justify-content: space-around;
      background-color: black; 
      margin-top: 200px;
    }
    .container3 .one, .two, .three {
      display: flex;
      justify-content: center;   
      align-items: center;        
      text-align: center;
      font-size: 17px;
      color: white;
    }
    .container3 .one{
      width: 250px;
      margin-right: 5%;
    }
    .container3 .two{
      width: 250px;
    }
    .container3 .three {
      width: 300px;
      margin-left: 5%;
    }
    .container3 h4 {
      padding: 0;
      margin: 0;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #b148c9;
        border-radius: 10px;
        border: 2px solid #312958;
        background-clip: padding-box;
    }

    * {
        scrollbar-width: thin;
        scrollbar-color: #b148c9 #312958;
    }
    
    /* Mobile Responsive Styles */
     @media (max-width: 768px) {
        .menu-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    cursor: pointer;
    padding: 8px;
  }

  .menu-toggle img {
    height: 30px;
    width: 30px;
    transition: all 0.3s ease;
  }

  .close-icon {
    position: absolute;
    top: 8px;
    right: 8px;
  }
        
        .nav1.show {
            display: flex;
            padding-top: 10px;
            padding-right: 8px;
        }
        
        .nav1 h3 {
            width: 100%;
            padding: 15px 0;
            justify-content: center;
            padding-left: 0;
        } 
        
        .underline::after {
            left: 50%;
            transform: translateX(-50%);
        } 
        
        /* Adjust content for mobile */
        .container1 h1, 
        .container1 h3 {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        .container1{
            margin-bottom: 60px;
        }
        
        .container2 {
            flex-direction: column;
            align-items: center;
        }
        
        .container2 .box1, 
        .container2 .box2, 
        .container2 .box3 {
            width: 90%;
            margin: 40px auto;
            height: auto;
        }
        
        .innerbox1, 
        .innerbox2, 
        .innerbox3 {
            width: 90%;
            margin: 20px auto;
            height: auto;
        }
        
        .innerbox1 img, 
        .innerbox2 img, 
        .innerbox3 img {
            width: 100%;
            height: auto;
        }
        
        .innerbox1 h2, 
        .innerbox2 h2, 
        .innerbox3 h2 {
            margin-left: 0;
            text-align: center;
        }
        
        .innerbox1 button, 
        .innerbox2 button, 
        .innerbox3 button {
            margin-left: auto;
            margin-right: auto;
        }
        
        .container3 {
            flex-direction: column;
            padding: 20px 0;
            margin-top: 80px;
        }
        
        .container3 .one, 
        .container3 .two, 
        .container3 .three {
            width: 100%;
            margin: 10px 0;
        }
        .container3 .three{
            padding-bottom: 30px;
        }
        .underline img{
            height: 18px;
            width: 18px;
        }
        
    }