@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Collegiate+One&family=Anton&family=Bebas+Neue&family=Fascinate&family=Kdam+Thmor+Pro&family=Lobster&family=Monoton&family=Oswald:wght@300&family=PT+Serif&family=Roboto+Condensed:wght@300&family=Rubik+Distressed&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.senm-head {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 60px;
    box-shadow: 0 0 5px black;
}

.div-senm-head {
    justify-content: space-between;
    display: flex;
    padding: 0 10px;
    background: goldenrod;
    height: 100%;
}



.senm-head .div-senm-head .logo .div-logo {

    font-family: sans-serif;
    font-size: 55px;
}
.senm-head .div-senm-head .logo .div-logo #div-logo-qa {

   color: goldenrod;
   text-shadow: 0 0 5px navy;
   font-family:roboto;
}

.senm-head .div-senm-head .search {
    margin-top: auto;
    margin-bottom: auto;
}

.senm-head .div-senm-head .search .div-search {
    display: flex;
}

.senm-head .div-senm-head .search .div-search .searchInput {
    width: 400px;
    padding: 10px 15px;
    font-size: 18px;
    border: transparent;
    margin-right: 1px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.senm-head .div-senm-head .search .div-search .submitSearch {
    padding: 0px 5px;
    font-size: 18px;
    border: transparent;
    box-shadow: 0 0 3px black;
    border-radius: 3px;
    background: darkblue;
    color: white;
    cursor: pointer;
}

.senm-head .div-senm-head .search .div-search .submitSearch:hover {

    background: rgb(93, 93, 242);

}

.premium  {
    margin-top: auto;
    margin-bottom: auto;
    
    position: relative;
}

.premium button {
    margin-right: 5px;
    padding:  4px;
    border-radius: 3px;
    border: transparent;
    font-family: oswald;
}

 #home {
    background: linear-gradient(rgb(0,100,0,0.9),rgba(0,100,0,0.9)),url(./images/home.jpg);
    background-size: 100% 100%;
    color: white;
    box-shadow: 0 0 2px black;
    font-size: 18px;
    cursor: pointer;
    
}
 #home a{
    color: white;
   
}

 #home:hover{
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3)),url(./images/home.jpg);
  

}
 #home:hover a{
    color: lightblue;
    font-weight: 800;

}

 #login {
    background: linear-gradient(rgb(0,0,128,0.9),rgba(0,100,128,0.9)),url(./images/home.jpg);
    background-size: 100% 100%;
    color: white;
    box-shadow: 0 0 2px black;
    font-size: 18px;
    cursor: pointer;
    
}
 #login a{
    color: white;
   
}

 #login:hover{
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3)),url(./images/home.jpg);
  

}
 #login:hover a{
    color: lightblue;
    font-weight: 800;

}
 #register {
    background: linear-gradient(rgb(0,0,0,0.1),rgba(0,0,0,0.5)),url(./images/home.jpg);
    background-size: 100% 100%;
    color: white;
    box-shadow: 0 0 2px black;
    font-size: 18px;
    cursor: pointer;
    
}
 #register a{
    color: white;
   
}

 #register:hover{
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3)),url(./images/home.jpg);
  

}
 #register:hover a{
    color: lightblue;
    font-weight: 800;

}

.head-icon{
    font-size: 1.2em
}
 

#premium{
    background: linear-gradient(rgb(218,165,32,0.8),rgba(218,165,32,0.8)),url(./images/premium.jpg);
    background-size: 100% 100%;
    color: white;
    box-shadow: 0 0 3px black;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding: 4px;
    font-weight: 600;
    font-family: oswald;
    float: right;
}

 #premium:hover{
    background: linear-gradient(rgba(0,128,0,0.4),rgba(0,0,0,0.5)),url(./images/premium.jpg);
    color: goldenrod;
    font-weight: 800;
}
   .pilot{
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
   z-index: 100;
   background: white;
   display: none;
   border-radius: 7px;
   box-shadow: 0 0 7px;
    
}
 
.senmBody {
    width: 100%;
    background: linear-gradient(rgb(0, 0, 139,0.6),rgb(20, 52, 164,0.2),rgb(0, 0, 139,0.9)),url(images/cpaimg.jpg);background-size: cover;background-position: center;

}

.senmBody .div-senmBody {
    text-align: center;
    padding-top: 100px;
    color: black;
}

.senmBody .cpa {
    text-align: center;
    padding: 30px;
    font-size: 25px;
}

.senmBody .cpa p {
    color: white;

}

.senmBody .cpa h1 {
    color: goldenrod;
    margin-bottom: 10px;
}

.senmBody .cpa-q {
    width: 100%;

}

.senmBody .cpa-q .div-cpa-q {

    width: 90%;
    margin: auto;
  

}

.senmBody .cpa-q .div-cpa-q button {

    padding: 3px 5px;
    margin: 5px;
    border: none;
    background: transparent;

}

#sections {
    border: none;
    background: transparent;
}

.section {
   border-radius: 30px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 1px;    
   text-align: center;
   background: rgba(255,255,255,0.9);
   width: 40%;
}


.section button{
    cursor: pointer;
    color: darkblue;
}
.section button:hover{
    color: goldenrod;
}

.section button ul {
   
   
    border-radius: 3px;
    margin-top: 5px;
    display: none;
   font-size: 20px;
  
   list-style: none;

}

.section button ul li {
    width: 70px;
    height: 35px;
    color: white;
    padding: 5px;
    background-color: navy;
    cursor: pointer;
    margin: 1px;
}
.section button ul li:hover {
    background: goldenrod;
    color: white;
}

.section button ul ol {
    display: none;
    position: absolute;
    margin-top: 7px;
    margin-left: -25px;
    border: 1px solid lightgray;
    padding: 2px;
    border-radius: 3px;
    background-color: white;
    list-style: none;
   
}
.section button ul ol li{
    width: 100px;
    padding: 5px;
    background: goldenrod;
    margin-bottom: 0px;
   
}
.section button ul ol li a{
    color: white;  
}
.section button ul li:hover ol{
    display: block;
   
}
.section button ul ol li:hover{
    background: white;
    

}
.section button ul ol li:hover a{
    color: navy;
}
#div-logo-senm-a{
    font-size: 30px;
    margin-top: auto;
    margin-bottom: auto;
    color: rgb(234, 246, 250);
    text-shadow: 0 0 3px black;
    font-family: bebas;
    display: none;
}

@media all and (min-width:1200px) {
    .section button ul {
      
       margin-left: -80px;
    
    }
}

@media all and (min-width:1100px) {
    .section button ul {
      
        margin-left: -80px;
     
     }

}

@media all and (max-width:1099px) {

    .senm-head{
        height: 50px;
    }
    .div-logo img{
      width: 60px;
        height: 50px;
    }
    .div-logo {
      display: flex;
    }
    #div-logo-senm-a{
        display: block;
        margin-left: 20px;
    }
    .section button{
      
        width: 100%;
     }
     
    .section button ul {
    overflow-x: scroll;
    width: 95%;
    position: relative;
     height: 210px;
     

    }
    .section button ul li{
        margin-bottom: 10px;
        
    }
    .section button ul li lo{
        z-index: 1000;
        position: relative;
    }
    
    
}
@media screen and (max-width: 768px) {
    .home-nav-keys {
       display: none;
    }   
    .premium button {
        all: unset !important;
        display: inline-block !important;
    }
    
    /* Apply your desired styles fresh */
    .premium button#home, 
    .premium button#login, 
    .premium button#register {
        background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05)) !important;
        backdrop-filter: blur(4px) !important;
        border: none !important;
        padding: 4px !important;
        border-radius: 3px !important;
        margin-right: 5px !important;
    }

    #div-logo-senm-a{
        font-size: 20px;
    }
}