/* ### Headings, Call-to-actions, Header Navigation */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

/* ### Body */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* font-family: 'Open Sans', sans-serif; */
:root{
--Very-Dark-Blue: hsl(243, 87%, 12%);
--Desaturated-Blue: hsl(238, 22%, 44%);
--Bright-Blue: hsl(224, 93%, 58%);
--Moderate-Cyan: hsl(170, 45%, 43%);
--Light-Grayish-Blue: hsl(240, 75%, 98%);
--Light-Gray: hsl(0, 0%, 75%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
header{
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 2px solid green; */
    padding: 4rem;
}

ul{
}
header ul li{
    display: inline-block;
    padding: 1.5rem;
}
ul li a{
    text-decoration: none;
    color: var(--Desaturated-Blue);
    font-size: small;
    font-weight: 700;
}
main{
    /* padding: 4rem; */
}
.first{
    height: 80vh;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;

}
.f_left{
    height: inherit;
    width: 50vw;
    /* border: 2px solid aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.f_left h1{
    color: var(--Very-Dark-Blue);
}
.f_left p{
    margin: 3rem 3rem 3rem 0;
    color: var(--Very-Dark-Blue);
    font-family: 'Open Sans', sans-serif;
}
.f_left .f_left_whole_button{
    width: 100%;
    height: 3rem;
    /* background-color: aqua; */
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.f_left_whole_button input{
    height: 2rem;
    width: 50%;
    padding: 1rem;
    font-size: small;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid;
}
input:invalid{
    border: 1px solid red;
}
input:focus{
    outline: none;
    border: 2px solid black;
    background-color: rgb(240, 240, 240);
    font-weight: 700;
}
.f_left_whole_button .btn{
    width: 25%;
    height: 2rem;
    margin: 1rem;
    background-color: var(--Bright-Blue);
    color: var(--Light-Grayish-Blue);
    box-shadow: 1px 1px 5px black;
    font-size: small;
    box-shadow: none;
    border: 2px solid rgb(109, 109, 109);
    border-radius: 2px;
}
.btn:hover{
    background-color: rgb(62, 62, 255);
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    border: 2px solid black;
    /* box-shadow: none; */
}
.f_right{
    height: inherit;
    width: 50vw;
    /* border: 2px solid blue; */
}
.f_right img{
    height: inherit;
}
.second{
    /* padding-top: 5rem; */
    height: 90vh;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(./images/bg-curve-desktop.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 4rem;
}
.s_left{
    height: inherit;
    width: 50vw;
    /* border: 2px solid aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.s_left h1{
    color: var(--Very-Dark-Blue);
    margin-bottom: 1rem;
}
.s_left p{
    margin: .6rem .6rem .6rem 0;
    color: var(--Very-Dark-Blue);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.s_left a{
    /* border: 2px solid red; */
    display: flex;
    color: var(--Moderate-Cyan);
    font-size: 15px;
}
.s_left a:hover{
    color: rgb(0, 219, 219);
}
/* .s_left span:hover{
    color: aqua;
} */
.s_left .quotebox{
    height: 14rem;
    width: 23rem;
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    margin-top: 3rem;
    box-shadow: 0 0 10px rgb(209, 209, 209);
}
.s_left .quotebox_bottom{
    margin: 1rem 0rem ;
    display: flex;
    height: 2rem;
}
.quotebox_bottom img{
    height: inherit;
    border-radius: 50%;
}
.quotebox_bottom_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: .5rem;
}
.quotebox_bottom h6{}
.quotebox_bottom p{
    font-size: 10px;
    margin: 0;
}
.s_right{
    height: inherit;
    width: 50vw;
    /* border: 2px solid blue; */
}
.s_right img{
    height: inherit;
}
.bottom{
    height: 30vh;
    background-color: var(--Desaturated-Blue);
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom .left{
    width: 30vw;
    color: var(--Light-Grayish-Blue);
}
.bottom .left h3{
    margin: 1rem 0rem;
}
.bottom .left p{
    font-size: 12px;
    margin: 1rem 0rem;
}
.bottom .right{
    width: 30vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* border: 2px solid red; */
    gap: 1rem;
}
.bottom .right input{
    height: 2rem;
    padding: 1rem;
    color: var(--Light-Gray);
}
.bottom .right button{
    height: 2rem;
    width: 13rem;
    background-color: var(--Bright-Blue);
    color: var(--Light-Grayish-Blue);
    font-size: 12px;
    font-weight: 700;
}
footer{
    padding: 4rem;
    height: 40vh;
    background-color: var(--Very-Dark-Blue);
    display: flex;
    justify-content: space-between;
}
footer .left #fyloimg{
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(320deg) brightness(103%) contrast(101%);
}
footer .phone{
    display: flex;
    padding: 1rem 0rem;
    font-size: 14px;
    color: var(--Light-Grayish-Blue);
}
.phone img{
    height: 1rem;
    margin-right: 1rem;
}
footer .email{
    display: flex;
    font-size: 14px;
    color: var(--Light-Grayish-Blue);
}
.email img{
    height: 1rem;
    margin-right: 1rem;
}
footer .center{
    /* border: 2px solid; */
    height: 10rem;
    width: 40rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 20rem;
}
.box{
    width: 10rem;
    display: flex;
    gap: 1rem;
}
.box ul li{
    list-style-type: none;
    margin: 1rem 0rem;
    color: var(--Light-Grayish-Blue);
    font-size: 14px;
}
.pnglogo{
    height: 1rem;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(320deg) brightness(103%) contrast(101%);
    /* border: 1px solid rgb(237, 219, 219); */
    border-radius: 50%;
}
.pnglogo:hover{
    filter: invert(21%) sepia(62%) saturate(2660%) hue-rotate(212deg) brightness(92%) contrast(94%);
}