.bgimg {
    background-image: url('../images/home1.jfif');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 690px;
}

.container a {
    font-size: 20px;
}

.navbar-nav {
    margin: 0 20%;
}

.navbar-nav li {
    padding-right: 7%;
    padding-left: 7%;
    font-size: 18px;
}

.activeee {
    text-decoration: underline;
    text-underline-offset: 10px;
}

.explore {
    font-size: 60px;
    font-weight: 400;
}

.explorebtn {
    background-color: rgb(10, 72, 87);
    height: 10%;
    border-radius: 0% !important;
    cursor: pointer;
}

.icon {
    color: white;
}

.headings {
    color: rgb(10, 72, 87);
}

.headings p {
    font-size: 25px;
}

.btn-floating {
    background-color: rgb(10, 72, 87);
    color: white;
    border: 10px solid rgb(10, 72, 87);
    border-radius: 50%;
}

.btn-floating:hover {
    color: whitesmoke;
}

.controls-top {
    margin-left: 90%;
}

.card-title {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.one {
    position: relative;
    height: 60%;
}

.two {
    position: absolute;
    margin-left: 62% !important;
    margin-top: -20% !important;
    height: 45%;
}

.card-img {
    height: 23rem;
}

.arrow {
    margin-top: 70%;
    background-color: rgb(10, 72, 87);
    color: white;
}

.subscribe {
    background-color: rgb(10, 72, 87);
}

.subscribe__input {
    width: 50%;
    height: 2.5rem !important;
    padding-right: .5rem;
    background-color: white;
}

.subs {
    background-color: white;    
    color: rgb(10, 72, 87);
    font-weight: bolder;
    border: none;
    height: 2.5rem !important;
}

/* footer */
.iconss{
    color: rgb(10, 72, 87); ;
}

.copyrights{
    color: lightslategrey;
}
#termsagree{
    cursor: pointer;
}
#termsagree:hover{
    color: rgb(10, 72, 87);
}

/* MEDIA QUERIES */
@media(max-width:670px) {
    .explore {
        font-size: 45px;
    }
}

@media(max-width:550px) {
    .explore {
        font-size: 40px;
    }

    .arrow {
        margin-top: -1% !important;
    }
}

@media(max-width:375px) {
    .explore {
        font-size: 30px;
    }
}

@media(max-width:770px) {
    .navbar {
        background-color: rgb(10, 72, 87) !important;
    }

    .two {
        height: 30%;

    }
}

@media(max-width:985px) {
    .zoom {
        width: 70%;
        height: 85%;
    }

    .two {
        margin-top: -28% !important;
        height: 35%;
        margin-left: 20% !important;
    }

    .one {
        width: 80%;
    }

}

@media(max-width:623px) {
    .experience {
        height: 1000px;
    }
}