@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,800&display=swap');

*{
     margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

.container{
        background: rgba(0,0,0,0.7)url(./images/bg.jpeg);
        background-size: cover;
        background-position: center;
        background-blend-mode: darken;
        height: 100vh;
        width: 100vw;
        position: relative ;
        overflow-x: hidden;
}

header{
    display: none;
}

@media (max-width: 700px) {
    header{
        position: absolute;
        text-align: center;
        font-size: 28px;
        margin-left: 40px;
        color: aliceblue;
        margin-top: 20px;
        letter-spacing: 8px;
        display: block;

    }
}


.contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px white solid;
    border-width: ;
    position: absolute;
    width: 95%;
    top: 17%;
    left: 2%;
    padding-top: 30px;
    color: #b3935e;
}

.btn-2{
    display: none;
}
.btn-3{
    display: none;
}

@media (max-width: 700px) {
    .btn-2{
        display: block;
        position: absolute;
        right: 0;
        margin-top: 70px;
        margin-right: 8px;
    }

    .btn-3{
        display: block;
    }
}

@media (max-width: 700px){
    .nav-links{
        position: absolute;
        background-color:  #b7b5b7;
        height: 82vh;
        width: 180px;
        top: 0;
        left: -200px;
        z-index: 2;
        transition: 1s;
    }   

    .nav-links ul{
        list-style: none;
    }

    .nav-links ul li a{
       line-height: 100px;
       text-transform: uppercase;
       list-style: none;
       color: #b3935e;
       font-size: 16px;
       text-decoration: none;
    }

}   


.nav-links li a{
    color: #b3935e;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-links li{
    margin-left: 12px;
    list-style: none;
}
   
@media (max-width: 700px) {
    .barbers{
        display: none;
    }

    .book
    {
        display: none;
    }
}


main h2{
    position: absolute;
    top: 50%;
    left: 3%;
    font-size: 2rem;
    color: whitesmoke;

}

main h1{
    position: absolute;
    top: 50%;
    left: 12%;
    font-size: 50px;
    color: whitesmoke;
    text-transform: uppercase;
}

.book{
    cursor: pointer;
}


@media (max-width: 700px) {


    main h2{
        display: block;
        top: 30%;
        left: 70%;
    }
    main h1 {
        display: block;
        top: 40%;
        left: 26%;
        font-size: 40px;
        text-align: end;
        color: #fff;
    }
}

.buttons{
    position: absolute;
    display: flex;
    width: 500px;
    top: 87%;
    left: 3%;
    justify-content: space-between;
    cursor: pointer;
}

.btn-x{
    margin-top: 12px;
}
.buttons .btn-i{
    display: flex;
    font-size: 10px;
    font-weight: 900;
    width: 200px;
    justify-content: space-between;
    padding: 20px 50px 20px 20px;
    background: whitesmoke;
    color: black;
    text-transform: uppercase;
    border-radius: 30px;
    cursor: pointer;
}
.buttons .btn-ii{
        display: flex;
        font-size: 10px;
        font-weight: 900;
        width: 200px;
        justify-content: space-between;
        padding: 20px 50px 20px 20px;
        background: transparent;
        color: #fff;
        text-transform: uppercase;
        border: 2px solid #fff;
        border-radius: 30px;
        cursor: pointer;
}

.btn-i .btn-y{
    margin-right: -30px;
}

.btn-ii .btn-z {
    margin-right: -30px;
}
@media (max-width: 700px) {
    .buttons {
        position: absolute;
        display: flex;
        width: 308px;
        top: 89%;
        left: 2%;
        justify-content: space-around;
        cursor: pointer;
    }

}

.card{
    position: absolute;
    bottom: 0%;
    right: 0;
    min-height: 350px;
    gap: 35px;
    width: 300px;
    border: #fff 1px solid;
    background-color:rgb(255, 255, 255);
}
.rvw{
    display: flex;
    justify-content: space-between;
    padding: 30px
}
h2{
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 10px;

}
.btn-a{
    padding: 10px;
}

.cstmr{
    display: flex;
    justify-content:left ;
    margin-top: -51px;
}
img{
    padding: 30px;
    border-radius: 50%;
}
.cstmr span{
    text-transform: capitalize;
    margin-left: -60px;
    padding: 45px;
    font-weight: 800;
}
p{
    font-weight: 600;
    margin-left: 30px;
    margin-top: -10px;
    ;
}



.buttons .btn-iii{
    display: flex;
    font-size: 10px;
    font-weight: 900;
    height: 50px;
    width: 200px;
    justify-content: space-between;
    padding: 20px 50px 20px 20px;
    background: url(./images/rvw\ bg.jpeg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    text-transform: uppercase;
    border-radius: 30px;
    cursor: pointer;
    margin-left: 40px;
}


@media (max-width: 700px) {
    .card{
        display: none;
    }

}


.card-2{
    display: none;
}


@media (max-width: 700px) {

    .card-2{
        display: block;

    }

    .btn-iiv{
    position: absolute;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    height: 50px;
    width: 254px;
    margin-top: 20px;
    justify-content: center;
    padding: 20px 50px 20px 20px;
    background: url(./images/rvw\ bg.jpeg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #333;
    text-transform: uppercase;
    border-radius: 30px;
    cursor: pointer;
    margin-left: 40px;
    }
}






