@import url("https://fonts.googleapis.com/css2?family=Thasadith:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Helvetica:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Patua+One&display=swap');
@import url("./bootstrap.min.css");

body{
    letter-spacing: 1.5px;
}
  
nav {
    overflow: hidden;
    display: flex;
    width: 100%;    
    display: flex;
    justify-content:space-between;
    background-color: rgba(0,0,0,0.3) ;
    padding: 0.8% 8% 1.5% 0%;
}

.sticky {
    position: fixed;
    width: 100%;
}

.navpad{
    padding-top: 5%;
}

nav .logo{
    padding-left:10%; 
    font-family: "Quicksand";
    font-size: 35px;
    font-weight: bold;
}

nav .logo a{
    font-size: 30px;
    color: white;
    text-decoration: none;
   
}
  
nav .menu-items ul {
    display: flex;
    align-items: center ;
}

nav .menu-items ul li {
    font-size: 20px;
    list-style: none;
    padding-top: 13px;
}       

nav .menu-items ul li a{
    text-align: center;
    padding: 24px;
    font-family: "Thasadith";
    font-weight: bold;
    color: white;
    text-decoration: none;
}

nav .menu-items li a:hover{
    text-decoration: underline;
}

nav .menu-items li .active{
    text-decoration: underline;
}

.toggle-button{
    position: fixed;
    top: 3%;
    right: 4%;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    width: 30px;
    height: 30px;
}

.toggle-button .bar{
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}



@media(max-width:990px){
    
    nav{
        background-color:rgba(0,0,0,0.3) ;
    }

    .toggle-button{
        display: flex;
    }

    .menu-items{
        display: none;
    }

    nav{
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-items ul{
        flex-direction: column;
        margin-left: 10%;
    }

    .menu-items li{
        margin: 4%;
        width: 103%;
    }

    .menu-items.active {
        display: flex;
    }

    nav .menu-items .active{
        text-decoration: underline;
    }

}

.content1{
    background-image: url(backg2.jpeg);
    background-size: 100% 100%;
}

.content{
    padding: 3% 10% 8% 9.5%;
}

.ques1 h1{
    color: white;
    font-family: "Helvetica";
    font-size: 40px;
    font-weight: bold;
    padding-top: 8%;
}

.ques1 p{
    color: white;
    font-size: 23px;
    padding-right: 25%;
    padding-bottom: 2%;
}

.ques2{
    background-image: url(backg7.jpg);
    background-size: 100% 100%;
    padding: 7% 10% 5% 9.5%;
}

.ques2 h1{
    font-weight: bold;
    padding-bottom: 1%;
}

.ques2 h3{
    font-weight: bold;
    padding-bottom: 3%;
}

.ques2 ul{
    font-size: 23px;
    padding-left: 1.5%;
}

.ques2 ul li{
    font-family: monospace;
    padding-bottom: 2%;
}

.ques2 ul a{
    color: #000;
}

.ques2 p{
    padding-top: 1%;
}

.footer-basic {
    padding-top: 5%;
    padding:40px 0;
    background-color:#282d32;
    color:#4b4c4d;
}
  
.footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    font-family: "Helvetica";
    line-height:1.6;
    margin-bottom:0;
}
  
.footer-basic li {
    padding:0 10px;
}
  
.footer-basic ul a {
    color:white;
    text-decoration:none;
    opacity:0.5;
}
  
.footer-basic ul a:hover {
    opacity:1;
}
  
.footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:grey;
    margin-bottom:0;
}
