@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Raleway:wght@400;700&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Open Sans', sans-serif;
    background-color: hsl(218, 28%, 13%);
    color: #fff;
}

li{
    list-style: none;
    margin-right: 56px;
}

header{
    display: flex;
    margin-left: 77px;
    margin-top: 71px;
    margin-bottom: 76px;
    font-family: 'Raleway', sans-serif;
}
.logo{
    width: 181px;
    margin-right: 770px;
}

.header-list{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.nav-link{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.nav-link:hover{
    text-decoration:underline;
    cursor: pointer;
}

@media only screen and (min-width: 1440px) {
    .logo{
        margin-right: 850px;
    }
}



.files{
    min-width: 726;
    display: flex;
    flex-direction: column;
    margin: 0px 364px 0px 364px;
    text-align: center;
    margin-bottom: 165px;
}

.f-p-text{
    margin: 45px 0;
    padding: 0 70px;
    font-size: 18px;
}

.f-button{
    background-color: hsl(198, 60%, 50%);
    padding: 21px 91px;
    border-radius: 35px;
    text-decoration: none;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.f-button:hover{
    background-color: hsl(176, 68%, 64%);
}


@media only screen and (max-width: 1024px) {
    .files{
        margin: 0px 200px 0px 200px;
        margin-bottom: 165px;
    }
    .f-title{
       max-width: 700px;
        font-size: 39px;
    }
    .f-p-text{
        padding: 0 40px;
    }
}

.Features{
    min-width: 726;
    display: flex;
    flex-direction: column;
    margin: 0px 295px 0px 295px;
    text-align: center;
}
.top{
    display: flex;
    flex-direction: row;
    margin-bottom: 98px;
    gap: 154px;
}
.bottom{
    display: flex;
    flex-direction: row;
    gap: 168px;
    margin-bottom: 161px;
}

.cimg{
    width: 84px;
}

.c-title{
    margin-top: 31px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

.c-text{
    font-size: 14px;
}

.access{
    margin-top: 9px;
}

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

    .Features{
        margin: 0px 200px 0px 200px;
    }
    .top{
        gap: 109px;
    }
    .bottom{
        gap: 109px;
    }

    .cimg{
        width: 59.9px;
    }

    .c-title{
        font-size: 11.4px;

    }
    .c-text{
        font-size: 10px;
    }
}

.Stay{
    display: flex;
    margin: 0 80px 140px 80px;
}

.stay-img{
    width: 619px;
    margin-right: 54px;
}

.s-title{
    font-size: 40px;
    padding-right: 100px;
    margin-bottom: 25px;
    margin-top: 128px;
}
.s-text{
    padding-right: 40px;
    font-size: 16px;
    margin-bottom: 24px;
}

.s-link{
    display: flex;
    text-decoration: none;
    color: hsl(198, 60%, 50%);
    border-bottom: 1px solid hsl(198, 60%, 50%);
    width: fit-content;
}

.s-link:hover{
    filter:  brightness(0) invert(1);
}

.s-link-img{
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: 5px;
}

@media only screen and (max-width: 1024px) {
    .Stay{
        margin: 128px 57px 100px 57px;
    }

    .stay-img{
        margin-right: 38px;
    }
    .s-title{
        padding-right: 0;
        font-size: 28px;
        margin-bottom: 18px;
    }

    .s-text{
        padding-right: 0;
        font-size: 11px;
        margin-bottom: 17px;
    }
}


.Team{
    background-image: url(/images/bg-quotes.png);
    background-repeat: no-repeat;
    margin: 0 138px 358px 131px;
    padding-left: 10px;
    padding-top: 36px;
    display: flex;
    gap: 37px;
}

.t-left{
    border-radius: 10px;
    background-color: hsl(219, 30%, 18%);
    overflow: hidden;
    padding-right: 55px;
    padding-top: 34px;
    padding-bottom: 26px;
    padding-left: 25px;
}

.t-center{
    border-radius: 10px;
    background-color: hsl(219, 30%, 18%);
    overflow: hidden;
    padding-right: 55px;
    padding-top: 34px;
    padding-bottom: 26px;
    padding-left: 25px;
}

.t-right{
    border-radius: 10px;
    background-color: hsl(219, 30%, 18%);
    overflow: hidden;
    padding-right: 55px;
    padding-top: 34px;
    padding-bottom: 26px;
    padding-left: 25px;
}

.t-text{
    font-size: 13px;
}

.profile{
    display: flex;
    margin-top: 27px;
}

.pro-img{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.pro-name{
    font-size: 9px;
}

.pro-dis{
    font-size: 7px;
}

@media only screen and (max-width: 1024px) {
    .Team{
        margin: 0 98px 255px 93px;
    }
}


.Sign-In{
    width: 868px;
    padding: 45px 0px 40px;
    background-color: #1c2431;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    bottom: -2570px;
    left: 50%;
    transform: translate(-50%);
}

.sign-title{
    margin-bottom: 27px;
    font-size: 28px;
}
.sign-text{
    font-size: 15px;
    padding:0 65px;
    margin-bottom: 38px;
}

#email{
    border-radius: 35px;
    padding: 21px 328px 21px 40px;
    margin-right: 58px;
}

#button{
    border-radius: 30px;
    padding: 17px 30px;
    color: #fff;
    background-color: hsl(198, 60%, 50%);
}

#button:hover{
    border-color: hsl(176, 68%, 64%);
    background-color: hsl(176, 68%, 64%);
}
.error{
    margin-left: 116px;
    text-align: left;
    color: hsl(0, 100%, 63%);
    font-size: 10px;
}


footer{
    background-color: hsl(216, 53%, 9%);
    padding-top: 200px;
    padding-left: 120px;
    height: 515px;
    padding-right: 25px;
}

.footer-con{
    display: flex;
    margin-top: 35px;
}
.location{
    display: flex;
    flex-direction: row;
    width: 366px;
}
.loc-img{
    width: 18px;
    height: 19px;
    margin-right: 24px;
}
.loc-text{
    padding-right: 100px;
    font-size: 12px;
}

.phone{
    display: flex;
    margin-bottom: 23px;
    margin-right: 141px;
}

.con-img{
    width: 20px;
    height: 20px;
    margin-right: 24px;
}

.con-text{
    font-size: 13px;
}

.email{
    display: flex;
}

.about{
    display: flex;
    gap: 70px;
}

.ul-1{
    font-size: 12px;
}

.ul-2{
    
    font-size: 12px;
}

.about li:hover{
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.icons{
    display: flex;
}

i.fab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: white;
}

.fab:hover {
    border-color: hsl(176, 68%, 64%);
    color: hsl(176, 68%, 64%);
  }
.icon-link{
    margin-left: 11px;
    text-decoration: none;
}

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

 /*header*/

    li{
        margin-right: 15px;
    }
    header{
        margin: 29px 20px 45px 20px;
        padding: 0px;
    }
    .logo{
        width: 80px;
        margin-right: 60px;
    }
    .header-list{
        margin-top: 0;
    }

 /*files*/

    .files{
        margin: 0px 5px;
    }

    .f-img{
        width: 300px;
    }

    .f-title{
        font-size: 22px;
        padding: 0 20px;

    }

    .f-p-text{
        margin: 24px 0 31px;
        padding: 0 60px;
        font-size: 12px;
    }

    .f-button{
        background-color: hsl(198, 60%, 50%);
        padding: 15px 50px;
        font-size: 12px;
    }

 /*features*/

    .Features{
        margin: 130px 0 0 0;
        flex-direction: column;
        padding: 0px 55px;
    }

    .top{
        flex-direction: column;
        gap:50px;
        margin-bottom: 50px;
    }
    .bottom{
        flex-direction: column;
        gap: 50px;
    }

    .access{
        margin-top: 0px;
    }

    .cimg{
        width: 65px;
    }
    .c-title{
        font-size: 13px;
    }
    .c-text{
        font-size: 10px;
        padding: 0 10px;

    }

 /*stay*/

    .Stay{
        flex-direction: column;
        margin: 0px;
        padding: 0 35px;
        margin-bottom: 150px;
    }
    .s-img{
        width: 308px;
        
    }

    .s-title{
        font-size: 15px;
    }
    .s-text{
        font-size: 13px;
        border: none;
    }

    .s-link{
        font-size: 12px;
        border-bottom: 1.5px solid hsl(198, 60%, 50%);
    }

    .s-link-img{
        width: 13px;
        height: 13px;
        margin-top: 2px;
    }

 /*teams*/
 .Team{
    flex-direction: column;
    margin: 300px 15px;
    background-size: 30px;
    padding:20px 0 0 0;
}
.card{
    padding-right: 35px;
}

 /*sign in*/

    .Sign-In{
        max-width:350px;
        padding: 38px 0px 35px;
        background-color: #1c2431;
        border-radius: 10px;
        text-align: center;
        position: absolute;
        bottom: -3200px;
        left: 50%;
        transform: translate(-50%);
    }

    .sign-title{
        font-size: 20px;
        margin-bottom: 23px;
    }
    .sign-text{
        font-size: 15px;
        padding:0 20px;
        margin-bottom: 36px;
    }
    form{
        display: flex;
        flex-direction: column;
        padding: 0 28px;
    }
    #email{
        padding: 17px 145px;
        margin-bottom: 20px;
    }

 /*footer*/

    footer{
        padding: 250px 0 0 26px;
        height: auto;
    }
    .footer-con{
        flex-direction: column;
    }
    .loc-text{
        padding-right: 150px;
        margin-bottom: 20px;
    }

    .email{
        margin-bottom: 88px;
    }

    .about{
        flex-direction: column;
    }

    .ul-1{
        font-size: 15px;
        margin-bottom: 50px;
    }
    .ul-2{
        font-size: 15px;
        margin-bottom: 55px;
    }

    .icons{
        padding: 0 100px;
        margin-bottom: 43px;
    }

    .fa-instagram{
        margin-left: 0px;
    }
}

