@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Outfit:wght@700&family=Poppins:wght@400;500;600&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root{
    /* Primary */
    --Very-Dark-Blue: hsl(243, 87%, 12%);
    --Desaturated-Blue: hsl(238, 22%, 44%);
    /* Accent */
    --Bright-Blue: hsl(224, 93%, 58%);
    --Moderate-Cyan: hsl(170, 45%, 43%);
    /* Neutral */
    --Light-GrayishBlue: hsl(240, 75%, 98%);
    --Light-Gray: hsl(0, 0%, 75%);
}
h1,h2,h3,h4{
     font-family: "Raleway", serif;
}
body{
    /* heading*/
    
    font-family: "Raleway", serif;
    font-size: 14px;
}
.container{
    margin: 0 5rem;

}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
#navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}
#navbar ul{
    display: flex;

}
#navbar ul li a{
    margin: 0 30px;
    color: var(--Very-Dark-Blue);
    font-family: "Open Sans", serif;
    color: var(--Desaturated-Blue);

}
#home .row, #team .row,#sigh-in .row{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 60px;
    padding: 8rem 0;

}
#home .row .col h1{
    font-size: 34px;
    line-height: 1.4;
}
#home .row .col input{
   padding: 10px 15px;  
   width: 300px;
   margin-right: 15px;  
}
#home .row .col .btn{
    padding: 10px 0;
    background-color: var(--Bright-Blue);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    width: 150px;
}
#home .row .col p{
    margin: 30px 0;
    line-height: 1.5;
    color: var(--Desaturated-Blue);
    padding-right: 75px;
}
#home .row img ,#team .row img{
    max-width: 100%;

}
#team{

    background:url('images/bg-curve-desktop.svg') no-repeat center center/cover;
}
#team .row h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
   

}
#team .row .col>p{
    color: var(--Desaturated-Blue);
    margin: 20px 0;
    padding-right: 70px;
    font-size: 14px;
}
#team .row .col a{
    color: var(--Moderate-Cyan);
    border-bottom: 1px solid var(--Moderate-Cyan);
    font-weight: 600;
    padding-bottom: 2px;    
}
#team .row .col .box{
    background-color:#fff ;
    border: 1px solid var(--Light-Gray);
     box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    margin-top: 40px;
    border-radius: 6px;
    width: 350px;
    padding: 30px 50px 30px 30px;
}
#team .row .col .box p{
    font-size: 11px;
    line-height: 1.5;
    color: var(--Desaturated-Blue);
    margin: 15px 0;
}
#team .row .col .box .avatar{
    display: flex;
    align-items: center;
   
}
#team .row .col .box .avatar h3{
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}
#team .row .col .box .avatar p{
    font-size: 10px;
    margin-top: 1px;

}
#team .row .col .box .avatar img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
#sigh-in{
    background-color: var(--Desaturated-Blue);
}
#sigh-in .row{
    padding: 6rem 0;

}
#sigh-in .row .col-1 h2{
    font-size: 32px;
    color: var(--Light-GrayishBlue);
    margin-bottom: 25px;

}
#sigh-in .row .col-1 p{
    color: var(--Light-Gray);
    font-family: "Open Sans", serif;
    font-weight: 500;
    margin-right: 7rem;
}
#sigh-in .row .col-2 input{
    display: block;
    padding: 20px;
    width: 90%;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-sizing: 2px 2px 10px rgba(0,0,0,0.15);
}
#sigh-in .row .col-2 .btn{
    padding: 15px 20px;
    background-color: var(--Bright-Blue);
    border: none;
    color: #fff;
    box-sizing: 2px 2px 10px rgba(0,0,0,0.15);
    cursor: pointer;

}
#footer{
    background-color: var(--Very-Dark-Blue);
    color: var(--Light-Gray);
    padding: 5rem 0;
}
#footer .row{
    display: grid;
    grid-template-columns: 2fr repeat(3,1fr);
}
#footer .logo-white{
    margin-bottom: 16px;
}
#footer .row .col-1 .col-info{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
#footer .row .col-2 ul li a,
#footer .row .col-3  ul li a{
    display: block;
    margin-bottom: 8px;

}
#footer .row .col-1 .col-info img{
    margin-right: 10px;
}
#footer .row{
    margin-bottom: 15px;
}
#footer .row a{
    color: var(--Light-Gray);
}
#footer .row .col-4 i{
    border: 1px solid var(--Light-Gray);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.4;
    margin: 0 10px;
}
@media (max-width:1000px){
    #home .row, #team .row,#sigh-in .row{
        grid-template-columns: 1fr;
    }
    #home .row, #team .row{
        display: flex;
        flex-direction: column-reverse;
    }
    #home .row h1,
    #home .row p,
    #team .row h2,
    #sigh-in {
        text-align: center;
        
    }
    #home .row .col input{
        width: 100%;
        margin-bottom: 15px;

    }
    #home .row .col .btn{
        width: 100%;
    }
    #team{
        background: url(images/bg-curve-mobile.svg) center center/cover no-repeat;
    }
    #team .row h2{
        margin-top: 30px;
        font-size: 25px;
    }
    #team .row .col .box{
        margin: 2rem auto 0;
        width: 300px;
        padding: 20px;
    }
    #team .row .col a{
        margin-left: 245px;

    }
    #sigh-in .row .col-1 p{
        margin-right: 0;
    }
    #sigh-in .row .col-2 input{
        width: 100%;
        margin: 30px 0 15px;
    }
    #sigh-in .row .col-2 .btn{
        width: 100%;
    }
    #footer .row{
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    #footer .row .col-4{
        margin: auto;
    }
}
@media (max-width: 650px){
    #navbar img{
        width: 80px;
    }
    .container{
        margin: 0 16px;
    }
    #navbar ul li a{
        margin: 0 10px;
        font-size: 14px;
    }
    #home .row h1{
        font-size: 25px;
        margin-top: 30px;
    }
    #team .row .col > p,
    #home .row .col p{
        text-align: center;
        padding: 0;
    }
    #team .row .col a{
        margin-left: 170px;
    }
}