*{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0%;
}
.container-subs{
    width: 100%;
    background-color: rgba(250, 235, 215, 0.503);
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
    padding: 0px 0px;
    height: max-content;
}
.subs-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    width: 35vw;
}
.subs-1 div{
    display: flex;
    flex-direction: column;
    justify-content: start;
    float: left;
}
.subs-1 h1{
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.subs-1 h3{
    color: grey;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.subs-2 span{
    background-color: #00ac4e;
    width: 200px;
    padding: 10px 10px;
    border-radius: 50px;
    text-align: center;
    color: white;
    font-weight: 900;
}
.subs-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
}
.subs-2 div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 0px 0px;
    height: max-content;
    text-align: center;
}
.subs-2 input{
    width: 350px;
    height: 33px;
    border-radius: 50px;
    padding-left: 20px;
    padding: 8px 8px 8px 20px;
    font-size: 0.9rem;
    border: none;
    outline-style: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.subs-2 form div {
    flex-direction: row;
    position: relative;
    padding-bottom: 15px;
}
.subs-2 form div button{
    position: absolute;
    right: -10px;
    top: 47%;
    transform: translateY(-50%);
    padding: 8px 12px;
    cursor: pointer;
    z-index: 1;
    height: 49px;
    width: 90px;
    background-color: #00ac4e;
    border: none;
    border-radius: 0px 50px 50px 0px;
    color: white;
    font-size: 1.2rem;
}
.container-footer-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: max-content;
    width: 100%;
    background-color: #d3dbe4;
}
.footer-sub-div{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: start;
    padding: 50px 30px;
    width: 80%;
}
.sub-under-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.sub-under-div h3{
    color: #2b5648;
    font-weight: 600;
}
.sub-under-div a{
    text-decoration: none;
    color: #6e8e7d;
    transition: 0.3s ease;
}
.div-last{
    padding: 10px 0px;
    font-size: 0.8rem;
    color: #c0bfbf;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.div-last a{
    color: rgb(192, 191, 191);
    text-decoration: none;
    transition: 1s ease;
    font-weight: lighter;
}
.div-last a:hover{
    text-decoration: underline;
}
.sub-under-div a:hover{
    color:#05d161;
}
.footer-followus-div{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    font-size: 13px;
    color: #2b5648;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.followus-div-sub{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.followus-img-div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 0px;
    width: 100%;
    height: 100%;
}
.followus-img-div a{
    height: max-content;
}




@media only screen and (max-width: 992px){
    .container-subs{
        display: flex;
        flex-direction: column;
        padding: 20px 0px;
    }
    .subs-1{
        width: 80%;
        display: flex;
        justify-content: center;
        gap: 20px;
        height: max-content;
        text-align: center;
    }
    .subs-2{
        height: 200px;
    }
    .footer-sub-div{
        display: flex;
        justify-content: space-around;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        gap: 20px;
    }
    .sub-under-div{
        text-wrap: nowrap;
        width: 320px;
    }
    
}

@media only screen and (max-width: 768px) {
    .container-subs{
        display: flex;
        flex-direction: column;
        padding: 20px 0px;
    }
    .subs-1{
        width: 80%;
        display: flex;
        justify-content: center;
        gap: 20px;
        height: max-content;
        text-align: center;
    }
    .subs-2{
        height: 200px;
    }
    .footer-sub-div{
        display: flex;
        justify-content: space-around;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        gap: 20px;
    }
    .sub-under-div{
        text-wrap: nowrap;
        width: 320px;
    }
}
@media only screen and (max-width: 600px){
    .div-last{
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 480px) {
    .container-subs{
        display: flex;
        flex-direction: column;
    }
    .subs-1{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 70%;
        text-align: center;
        font-size: 0.8rem;
        gap: 20px;
        padding: 15px 0px 15px 0px;
    }
    .subs-1 div{
        width: 100%;
    }
    .subs-2{
        text-align: center;
    }
    .footer-sub-div{
        display: flex;
        flex-direction: column;
        padding: 0px 0px 20px 0px;
    }
    .sub-under-div h1{
        font-size: 1.3rem;
    }
    .sub-under-div{
        padding: 20px 0px 20px 0px;
    }
    .div-last{
        font-size: 0.5rem !important;
    }
}