body {
    background-color: navy;
    background-image: url('/static/img/bodybgg.png');
    background-size: cover;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
header {
    background-color: white;
    height: 60px;
    width: 102%;
    position:fixed;
    top: -1px;
    left: -1px;
    right: -1px;
    margin-bottom: 5px;
}
.logo {
    float:left
}
.logo > img {
    width: 55px;
    margin-left: 25px;
}
.navs {
    float:right;
}
.logo h1 {
    color: navy;
    padding-left: 20px;
}
.navs nav {
    margin-top: 15px;
    margin-right: 50px;

}
.navs nav a {
    padding: 3px;
    text-decoration: none;
    color: navy;
    font-weight: bolder;
}
.navs nav button {
    color: white;
    background-color: navy;
    border-radius: 10px;
}
main {
    margin:10%;
}
.why-us {
    background-color: whitesmoke;
    color: navy;
    margin: 10px;
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 30px;
}
.services {
    background-color: rgb(25, 181, 209);
    background-image: url('/static/img/ourservice.jpg');
    background-size: 100%;
    color: white;
    margin: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 30px;
}
#id fa {
    width: 60px;
    height: 40px;
    color: white;
}
.vid {
    width: 600px;
}

.intro {
    background-image: url('/static/img/introbg.jpg');
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 30px;
    padding: 15px;

}


.intro p {
    text-align: center;
}
.u-btn button {
    width: 150px;
    height: 35px;
    font-size: 25px;
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: darkorange;
    background-color: rgba(241, 235, 235, 0.692);
    color: navy;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    padding-bottom: 20px;
    
    margin: 3px;
}
.wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.service {
    margin: 3px;
    background-color: rgba(105, 105, 105, 0.651);
    border-style: solid;
    border-width: 2px;
    border-color: navy;
    border-radius: 12px;
}
.plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.one {
    margin: 3px;
    border: 2px solid navy;
    padding: 5px;
    border-radius: 10px;
}
.faq {
    display: flex;
    justify-content: space-between;
}
.fagvid {
    margin-top: 10px;
    float: left;
}
.questions {
    float: right;
    background-color: whitesmoke;
    color: navy;
    margin: 5px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 30px;
}
.ppxlogo  {
    margin: 8px;
}
.links {
    margin: 8px;
}
.serv {
    margin: 8px;
}
.contact {
    margin: 8px;
}
.foot {
    display: flex;
    justify-content: space-between;
    background-color: whitesmoke;
    color: navy;
    margin: 10px;
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 30px;
    
}

.developer {
    align-items: center;
    background-color: whitesmoke;
    border-radius: 45px;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}
.developer a {
    color: green;
    text-decoration: none;
}

#whatsapp {
    width: 200%;
    color: green;
    
  }
  
  #wa {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 5;
    width:80px;
    align-items: center;
    background-color: whitesmoke;
    border-radius: 45px;
    padding: 10px;
    
  }
  
  #wa > a {
    color: green;
    text-decoration: none;
    align-items: center;
  }
@media screen and (max-width:700px) {
    body {
        background-color: navy;
        background-image: url('/static/img/bodybgg.png');
        background-size: cover;
        color: white;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    main {
        position: relative;
        top: 70px;
    }
    .faq {
        display: block;
    }
        
    header {
        background-color: white;
        height: 60px;
        width: 102%;
        position:fixed;
        top: -1px;
        left: -1px;
        right: -1px;
        margin-bottom: 5px;
        z-index: 10;
    }
    .logo {
        float:left
    }
    .logo > img {
        width: 55px;
        
    }
    .navs {
        float:right;
        margin-right: 10%;
    }
    .logo h1 {
        color: navy;
        padding-left: 20px;
    }
    .navs nav {
        margin-top: 15px;
        margin-right: 5px;
    
    }
    .navs nav a {
        padding: 2px;
        text-decoration: none;
        color: navy;
        font-weight: bolder;
    }
    .navs nav button {
        color: white;
        background-color: navy;
        border-radius: 10px;
    }
    main {
        margin:0;
    }
    .why-us {
        background-color: whitesmoke;
        color: navy;
        margin: 10px;
        padding: 15px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .services {
        background-color: rgb(208, 232, 236);
        color: navy;
        margin: 12px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .vid {
        width: 300px;
        margin-left: 6%;
        border: 5px groove navy;
    }
    
    .intro {
        background-image: url('/static/img/introbg.jpg');
        background-size: cover;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px;
    
    }
    
    
    .intro p {
        text-align: center;
    }
    .u-btn button {
        width: 150px;
        height: 35px;
        font-size: 25px;
        border-radius: 15px;
        border-style: solid;
        border-width: 2px;
        border-color: navy;
        background-color: rgba(241, 235, 235, 0.692);
        color: navy;
        font-family: 'Times New Roman', Times, serif;
        text-align: center;
        padding-bottom: 20px;
        
        margin: 3px;
    }
    .wrap {
        display: block;
        justify-items: center;
    }
    .service {
        margin: 2px;
        background-color: rgba(105, 105, 105, 0.651);
        border-style: solid;
        border-width: 2px;
        border-color: navy;
        border-radius: 12px;
    }
    .plans {
        display: block;
        justify-content: center;
    }
    .one {
        margin: 3px;
        border: 2px solid navy;
        padding: 5px;
        border-radius: 10px;
    }
    .faq {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .questions {
        background-color: whitesmoke;
        color: navy;
        margin: 3px;
        padding: 10px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .ppxlogo  {
        margin: 4px;
        
    }
    .links {
        margin: 4px;
    }
    .serv {
        margin: 4px;
    }
    .contact {
        margin: 4px;
    }
    .foot {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-color: whitesmoke;
        color: navy;
        margin: 5px;
        padding: 10px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 30px;
        
    }
    .links {
        margin: 3px;
        border: 3px solid navy;
        padding: 4px;
    }
    .developer {
        align-items: center;
        background-color: whitesmoke;
        border-radius: 45px;
        padding: 5px;
        font-size: 12px;
        text-align: center;
    }
    .developer a {
        color: green;
        text-decoration: none;
    }
    #whatsapp {
        width: 200%;
        color: green;
        
      }
      
    #wa {
        position: fixed;
        bottom: 20px;
        right: 10px;
        z-index: 5;
        width:60px;
        align-items: center;
        background-color: whitesmoke;
        border-radius: 45px;
        padding: 10px;
        
      }
      
    #wa > a {
        color: green;
        text-decoration: none;
        align-items: center;
      }
}