@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

html {
    overflow-x: hidden;
}

body{
    width: 95%;
    margin: 20px auto;
    background-color: rgb(252, 254, 255); /*Main Color*/
    overflow-x: hidden;
}

.logo{
    width: 150px;
    height:100px;
    border-radius: 10px;
}

/* Nav Bar */

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 8vh;
    font-family: 'poppins', sans-serif;
    background-color: rgb(252, 254, 255); /*Main Color*/
}

.nav-links, .nav .nav-links{
    display: flex;
    justify-content: space-around;
    width: 60%;
}

.nav-links li{
    list-style: none;
}

.nav-links li i {
    opacity: .8;
}

.nav-links a{
    text-decoration: none;
    font-weight:500;
    color: black;
    font-size: 20px;
    text-underline-offset: 3px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 3px;
    padding: 5px 7px
}

.nav-links li:last-child {
    color: rgb(255, 157, 0);
}

.nav-links a:hover{
    background-color: #000000;
    color: white;
    transition: all ease-in .2s;
}

/* Nav Link Icon */

nav li {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul i {
    padding-right: 5px;
}


/* Social Icons */

.nav {
    position: relative;
}

.nav a{
    color: black;
}

nav .fb-icon {
    position: absolute;
    top: 44px;
    left: 190px;
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .twitter-icon {
    position: absolute;
    top: 40px;
    left: 220px;
}

nav .instagram-icon {
    position: absolute;
    top: 40px;
    left: 285px;
}

nav .google-icon {
    position: absolute;
    top: 40px;
    left: 252px;
    color: black;
}

nav .google-icon:hover, 
nav .fb-icon:hover, 
nav .instagram-icon:hover, 
nav .twitter-icon:hover {
    opacity: .50;
}

/* Section Specific */

/* Lets Talk Button - Start - */
.section a{
    text-decoration: none;
    background-color: black;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
    border-radius: 3px;
    padding: 5px 20px;
    font-size: x-large;
    color: white;
    margin-bottom: 50px;
    margin-top: 30px;
}

.section a:hover{
    background-color: rgb(254, 174, 0);
    color:black;
    transition: 0.3s ease-in-out;
}
/* Lets Talk Button - End - */

.section{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0;
    border-radius: 3px;
}

.section1{
    background-image: 
    radial-gradient(
        rgba(0, 63, 105, 0.549), 
        rgba(232, 232, 232, 0.824)
    );
    padding: 10px 0;
}

.section2{
    background-image: 
    radial-gradient(
        rgba(237, 237, 237, 0.494), 
        rgba(112, 112, 112, 0.476)
    );
    padding: 20px 0;
    flex-direction: row-reverse;
}

.section3{
    background-image: 
    radial-gradient(
        rgba(243, 243, 134, 0.5), 
        rgba(191, 191, 191, 0.5)
    );
    padding: 40px 0;
}

.section3 iframe{
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
}

.section4{
    background-image: 
    radial-gradient(
        rgba(118, 73, 0, 0.5), 
        rgba(142, 142, 142, 0.5)
    );
    padding: 40px 0;
}

.section5{
    background-image: 
    radial-gradient(
        rgba(164, 255, 53, 0.5), 
        rgba(142, 142, 142, 0.5)
    );
    margin-bottom: 0px;
    padding: 20px 0;
    flex-direction: row-reverse;
}

.section6{
    background-image: 
    radial-gradient(
        rgba(164, 255, 53, 0.5), 
        rgba(142, 142, 142, 0.5)
    );
    margin-bottom: 0px;
    padding: 20px 0;
    flex-direction: row-reverse;
}

.section6 h1 {
    margin-top: 50px;
}

.section img{
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
}

.section h1{
    margin-bottom: 20px;
    text-align: center;
}

.section p{
    text-indent: 3rem;
    font-size: large;
    line-height: 1.75em;
    letter-spacing: 2px;
}

.section li{
    margin-bottom: 9px;
    list-style: none;
    text-align: center;
    font-family: 'poppins', sans-serif;
}

.section i{
    margin-top: 40px;
    margin-bottom: 10px;
}

.textbox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* Bottom Links */

.links{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.links ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.links li{
    list-style: none;
}

.links a{
    text-decoration: none;
    margin: 0 40px;
    font-weight: bolder;
    font-size: 20px;
    color: black;
    text-underline-offset: 5px;
}

.links a:hover{
    opacity: .5;
}

.links p{
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Faq Hero */

.faq-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Cards */

.cards
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    height: 100%;
    background-image: 
    radial-gradient(
        rgba(225, 225, 225, 0.5), 
        rgba(53, 53, 53, 0.179)
    );
    margin-bottom: 40px;
    margin-right: 5px;
    padding: 0 30px;
    padding-bottom: 20px;
    border-radius: 3px;
    border: 2px solid rgb(194, 194, 194);
    box-shadow: 3px 3px 3px rgb(92, 92, 92);
}

.card
{
    height: 80%;
    width: 100%;
    padding: 10px 10px;
    background-image: 
    radial-gradient(
        rgba(176, 207, 246, 0.5), 
        rgba(38, 96, 173, 0.31)
    );
    border: none;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin: 35px 0;
}

.card h3
{
    padding: 10px 0;
    font-size: x-large;
}

.card p{
    font-family: 'poppins', sans-serif;
    font-size: medium;
}

.card1 .card2 .card3 .card4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
}


/* Footer */

footer{
    width: 100%;
    height: 50px;
    background-color: #000000;
    color:white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    border-radius: 3px;
}

/* Burger */

.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: rgb(5, 5, 5);
    transition: all 0.3s ease;
}

@media screen and (max-width: 1024px){

   .nav-links{
    width: 50%;
    background-color: rgb(252, 254, 255);
   }

   body{
    overflow-x: hidden;
   }
}

@media screen and (max-width: 900px){
    
    .section{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
    }

    .section1, .section2, .section3, .section4, .section5, .section6 {
        padding-top: 0;
    }

    .section img{
        height: 20%;
        width: 80%;
        margin-bottom: 20px;
    }

    .section1 img {
        width: 60%;
        height: auto;
    }

    .section2 img {
        width: 50%;
        height: auto;
    }

    .section4 img {
        width: 50%;
        height: auto;
    }
    .section5 img {
        width: 70%;
        height: auto;
    }

    .section6 img {
        width: 50%;
        height: auto;
    }

    iframe {
        margin-bottom: 20px;
    }
    
    body{
        overflow-x: hidden;
    }
   
    .nav-links{
    position: absolute;
    top: 8vh;
    right: 0px;
    height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-color: rgb(252, 254, 255);
    transform: translateX(100%);
    transition: 0.5s ease-in;
    opacity: .9;
   }

   .nav-links li{
    opacity: 0;
   }

   .burger{
    display: block;
   }

    .card{
        padding: 10px 30px;
    }
    .cards{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card2, .card3, .card4 {
        margin-top: -20px;
    }

    .faq-section img {
        width: 70%;
        height: auto;
    }

}

@media screen and (max-width: 768px){
   
    body{
        overflow-x: hidden;
    }
   
    .nav-links{
    position: absolute;
    top: 8vh;
    right: 0px;
    height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-color: rgb(252, 254, 255);
    transform: translateX(100%);
    transition: 0.5s ease-in;
    opacity: .9;
   }

   .nav-links li{
    opacity: 0;
   }

   .burger{
    display: block;
   }

   iframe {
    width: 60%;
   }
    
}

.nav-active{
    transform: translateX(0%);
}

@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
    opacity: 0;
}

.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}
