body {
    margin: 0;
    background-image: url(images/riderr.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

* {
    box-sizing: border-box;
}

/* Navigation */
.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar, .footer {
    background-color: #0d2420;
    color: white;
}

.navbar .container-fluid {
    margin-right: 50px;
}


.navbar ul a, .footer ul a {
    color: white;
    text-decoration: none;
}

.navbar ul a:hover, .footer ul a:hover {
    color: #3ed42a;
    border-bottom: 2px solid #ff6a00;
    /* color: #4d7701; */
    /* border-bottom: 2px solid rgb(250, 154, 9);*/  
}

.navbar li:hover {
    color: rgb(255, 255, 255);
}

.navbar-brand img {
    width: 120px;
    margin-left: 50px;
}

/* about us text */
.fronttext {
    font-size: 100px; 
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 30px;
    text-align: center;
    margin-top: 10%;
    color: rgb(248, 248, 248);
    text-shadow: 0 2px 4px black;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 6px solid rgb(248, 248, 248);
}

.frontimage img {
    display: none;
}


/* Information Part */
.aboutcontainer {
    margin-top: 60vh;
    margin-left: 10vw;
    margin-right: 10vw;
    color: #0d2420;
}

.intro {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ff6a00;
}

.title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
}

.caption {
    margin-top: 40px;
}

.text {
    width: 580px;
    text-align: justify;
}

.firstimage img {
    float: right;
    width: 580px;
    margin-top: 50px;
}

.secondcontainer {
    margin-left: 10vw;
    margin-right: 10vw;
    display: flex;
    margin-top: 50px;
}

.secondimage img {
    width: 50%;
    float: left;
}

.text2 {
    text-align: justify;
    width: 50%;
    float: right;
    padding-left: 30px;
}


/* Recommendations */
.accordion {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
}

.accordion h1 {
    text-align: center;
    text-transform: uppercase;
    color: #0d2420;
    padding-bottom: 5vh;
}

.accordion-header button {
    font-size: large;
    text-transform: uppercase;
    font-weight: 600;
}

.accordion-header img {
    width: 30px;
    margin-right: 10px;
}

.accordion-header .culture {
    background: rgb(240,177,17);
    background: linear-gradient(90deg, rgba(240,177,17,0) 0%, rgba(233,246,8,1) 100%);
}

.accordion-header .nature {
    background: rgb(240,177,17);
    background: linear-gradient(90deg, rgba(240,177,17,0) 0%, rgba(25,255,39,1) 100%);
}

.accordion-header .food {
    background: rgb(240,177,17);
    background: linear-gradient(90deg, rgba(240,177,17,0) 0%, rgba(255,65,25,1) 100%);
}

.accordion-header .sea {
    background: rgb(240,177,17);
    background: linear-gradient(90deg, rgba(240,177,17,0) 0%, rgba(25,84,255,1) 100%);
}
.accordion-header .adventure {
    background: rgb(240,177,17);
    background: linear-gradient(90deg, rgba(240,177,17,0) 0%, rgba(255,179,25,1) 100%);
}

.card {
    cursor: pointer;
}


/* Contact us */
.contacts {
    margin-top: 20vh;
}

.maps {
    position: relative; 
}

.formcontainer {
    background-color: #f4f0f4;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 30rem;
    height: 25rem;
}

form .form-control {
    border: none;
    border-bottom: 2px solid #0d2420;
    border-radius: 0;
    margin-bottom: 10px; 
    background-color: #f4f0f4;
}

form textarea {
    resize: none;
    height: 150px;
}

form .btn {
    background-color: #111c1a;
    color: white;
}



/* Footer Start */
.footer {
    padding: 30px 0;
    margin-top: 10vh;
}

.footer ul, .social {
    text-align: center;
}

.footer li {
    padding: 0 12px;
}

.social i {
    font-size: 30px;
    margin: 0 10px;
    color: white;
}

.social .bi-facebook:hover {
    color: #1887f2;
}

.social .bi-instagram:hover {
    color: #c32aa3;
}

.social .bi-twitter:hover {
    color: #1da1f2;
}

.social .bi-github:hover {
    color: #ff2052;
}

.social .bi-google:hover {
    color: #4285f4;
}

.madeby {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}

/* Media Query */

@media screen and (max-width: 420px) {
    .navbar .container-fluid {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 120px;
        margin-left: 50%;
    }
/* about us text */
    .frontimage img {
        display: block;
    }

    .fronttext {
        display: none;
    }

/* Information Part */
    .aboutcontainer {
        margin-top: 10vh;
    }
    
    .text {
        width: 100%;
        text-align: justify;
    }

    .firstimage img {
        width: 300px;
        margin-top: 0;
    }


    .secondcontainer {
        margin-left: 10vw;
        margin-right: 10vw;
        display: flex;
        margin-top: 50px;
    }
    
    .secondimage img {
        width: 330px;
        float: none;
    }
    
    .text2 {
        text-align: justify;
        width: 100%;
        float: none;
        padding-left: 0;
    }

    /* Contact forms */
    .contacts {
        margin-top: 15vh;
    }

    .formcontainer {
        width: 15rem;
        left: 50%;
    }
}