.img-zephyr{
   
    padding-top: 20px;
    height: 200px;
    /* background-color: rgb(190, 215, 243); */
    color: #292f4f; 
    /* background-color: #14c4ca; */
    background-color: rgb(17, 118, 212);
}
h4 {
    color: white;
}
.navbar{ 
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    
}


.img-zephyr img{
    padding-top: 15px;
    padding-left: 30px;
}

.img-zephyr p{
    padding-right: 30px;
    font-family: 'Josefin Sans', sans-serif;
    /* color: rgb(17, 118, 212); */
    font-weight: 500;
    color: white;
}

.heading{
    display: flex;
    justify-content: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    margin-top: 10px;
    letter-spacing: 10px;
    font-weight: 600;
}

.desc-1{
    width: 98%;
    display: flex;
    gap: 60px;
    margin-top: 40px;
    margin-left: 30px;
    text-align: center;
    /* font-family: 'Josefin Sans', sans-serif; */
}

.box{
    height: 400px;
    width: 20%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0.2cm;
}



.roll{
    height: 200px;
    width: 100%;
    background-color: rgba(135, 202, 235, 0.685);
    margin-top: 50px;
}

.box .box-head{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    gap: 20px;
    margin-top: 10px;
}

.box-head img{
 margin-top: 10px;
}

.box-head-2 h3{
    color:rgb(30, 129, 220);
    margin: 0px;
    margin-top: 10px;
}

.box-head-2{
    display: flex;
    flex-direction: column;
}

.box-head-2 p{
    font-size: 12px;
}

.box-head-2 p{
    margin-right: 30px;
    color: gray;
}

.elements{
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 15px;
    margin: 20px 0px 0px 26px;
}

.elements a{
    text-decoration: none;
    color: white;
    /* color:rgb(30, 129, 220); */

}

.elements a:hover{
    color:rgb(30, 129, 220);
}
b {
    color:rgb(30, 129, 220);
}

.box-btn{
    display:flex ;
    flex-direction:row ;
    /* font-family: 'Josefin Sans', sans-serif; */
    justify-content: center;
    align-content: end;
}

.box-btn button{
    background-color:rgb(30, 129, 220); 
    color: white;
    padding: 5px 25px;
    border: 0px;
    border-radius: 2px;
    position: absolute;
    top: 60%;
}


.big-box{
    /* height: 700px; */
    width: 70%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0.2cm;
    text-align: start;
   
}

.big-box h2{
    margin-top: 50px;
    margin-left: 30px;
    font-size: 20px;
    /* font-family: 'Poppins', sans-serif; */
}

.big-box p{
    margin-left: 30px;
    margin-right: 30px;
}

.big-box h4{
    /* font-family: 'Poppins', sans-serif; */
    margin-left: 30px;
}


/* media query to make it resposive */

@media (max-width: 767px) {
    .box {
        display: none;
    }
    .navbar img {
        padding-top: 0;
    }
    .desc-1 {
        width: 93%;
        /* margin-left: 0; */
    }
    .desc-11 {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .heading{
        /* color: red; */
        font-size: 20px;
        text-align: center;
    }
    .contac {
        display: none;
    }

    .big-box {
        width: 90%;
        padding-right: 10px;
    }
}


