@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
     font-family: "Roboto", sans-serif;
}

img{
    width: 25px;
}

header{
    background-image: url(images/vault.jpg);
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    
   
    color: #fff;
    padding-top: 0.3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    
    width: 100%;
    align-items: center;
   
    height: 400 px;
      
   
}

.navi{
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
   
    align-items: center;
    margin-bottom: 3rem;
    /* align-items: center; */
}

ul{
    display: flex;
}


.logo{
    text-transform: uppercase;
}

.logo span{
    color:wheat;
    text-decoration: line-through;
}

a{
    color: #fff;
    text-decoration: none ;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

li{
    margin: 0 20px;
    list-style-type: none;
}


.text-container{
    padding: 2.5rem 1rem;
}

h2{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
}

p{
    font-size: 13px;
    margin-bottom: 10px;
}
button{
    padding: 7px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover{
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.section-text{
    padding: 2rem 3rem;
    margin-top: 40px;

}

h4{
    font-size: 27px;
}

.section-text p{
    font-size: 11px;
    text-align: center;
}


/* card */


main{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 1rem 2.5rem;
}


.card{
    padding: 4rem 2rem;
    border: 1px solid #333;
    /* gap:30px; */
    position: relative;
}


.card img{
    position: absolute;
    top: 14px;
    left: 9px;
}

.card-text{
    margin-top: 20px;

    h5{
        font-size: 17px;
        margin-bottom: 7px;
    }

    p{
        font-size: 12px;
        color: #666666;
    }
}


/* why choose us */


.choose-text{
    padding: 2rem 3rem;
    margin-top: 40px;
}


h3{
    font-size: 27px;
    text-align: center;
    font-weight: 400;
}

.choose-text p{
    font-size: 11px;
    text-align: center;
}


.showcase{
    background-color: steelblue;
}



.man-suit{
    display: flex;
     
    padding: 3rem;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.man-text{
    width: 400px;
      h5{
        font-size: 20px;
        margin-bottom: 10px;
    }

    p{
        font-size: 15px;
        font-weight: 200;
    }
}

.suit-img img{
    width: 400px;
}



.meeting{
    display: flex;
     
    padding: 3rem;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.meeting-text{
    width: 400px;
      h5{
        font-size: 20px;
        margin-bottom: 10px;
    }

    p{
        font-size: 15px;
        font-weight: 200;
    }
}

.meeting-img img{
    width: 400px;
}

.writing{
    display: flex;
    
    padding: 3rem;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.writing-text{
    width: 400px;

    h5{
        font-size: 20px;
        margin-bottom: 10px;
    }

    p{
        font-size: 15px;
        font-weight: 200;
    }
}

.writing-img img{
    width: 400px;
}







#y1{
    background-color: #333;
}
#y2{
    background-color: orange;
}
#y3{
    background-color: pink;
}
#y4{
    background-color: aquamarine;
}








