 /* Google font */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* golbal */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: whitesmoke;
}


ul {
    list-style: none;
}

li {
    list-style: none;
}

body, html{
   overflow-x:hidden ;
   scroll-behavior: smooth;
}

/* navbar */

.navbar{
    position:absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    color: whitesmoke;
}

.logo{
    margin: 10px;
    color: rgb(255, 255, 255);
    font-size: x-large;
    font-family:sans-serif;
    font-weight: bold;
}


.nav_links {
    display: flex;
    align-items: center;
}

.nav_links li {
    margin: 10px 30px;
    color: whitesmoke;
    font-family:sans-serif;
    font-weight: 900;
}

.nav_links li:hover {
    cursor: pointer;
    transition: 0.3s;
    transform: scale(1.2);
    z-index: 2;
    color: #e28a05;
}

.nav_links a:hover{
    color: #e28a05;
}

.active{
    color: #e28a05;
    font-weight: bold;
}

header{
    width: 100vw;
    height: 100vh;
    background-image: url('./img/Background.png');
    background-position:bottom ;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}



.header-content{
    margin-bottom: 150px;
    color: whitesmoke;
    text-align: center;
}

.header-content h2{
    font-size: 4vmin;
}


.line {
    width: 150px;
    height: 4px;
    background: #e28a05;
    margin: 10px auto;
    border-radius: 5px;
}

.header-content h1{
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ctn{
    padding: 8px 15px;
    background:#e28a05;
    border-radius: 30px;
    color:whitesmoke;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: smaller;
    font-weight: 600;
}

.btn {
    padding: 8px 15px;
    background:#e28a05;
    border-radius: 30px;
    color: azure;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: smaller;
    font-weight: 600;
}

.btn:hover{
    cursor: pointer;
    transition: 0.7s;
    transform: scale(1.3);
    z-index: 2;
    background-color: rgba(25, 59, 65, 0.74);
}

.navbar i {
    position: absolute;
    margin-top: 10px ;
    top: 30px;
    right: 30px;
    width: 40px;
    font-size: larger;
    font-weight: bolder;
    cursor: pointer;
    display: none;
}

/* events */

section{ 
    height: 100vh;
    width: 80%;
    margin: 80px auto;
}

.title {
    text-align: center;
    font-size: 4vmin;
    color: #7c4b00;
}

.row{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.row .col  {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.events .row {
    margin-top: 50px;
}

.events p{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h4 {
    font-size: 3vmin;
    color: #484872;
    margin: 20px auto;
}

.p {
    color:#7c7c7c ;
    padding: 0px 40px ;
}

.events .ctn {
    margin-top: 30px;
}

.explore{
    width: 100%;
    height: 110vh;
    background-image: url('./img/h1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat ;
    display:flex ;
    align-items: center;
}

.explore-content {
    width: 50%;
    padding: 50px;
    color: whitesmoke;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.explore-content h1 {
    font-size: 7vmin;
}

.explore-content .line{
    margin-bottom: 50px;
}

.explore-content p {
    color: white;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.explore-content .ctn {
    margin-top: 40px;
}

.content-col{
    width: 405;
}

.image-col{
    width: 60%;
}


.tours .image-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.tours p{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.image-gallery img{
    width: 200px;
    margin: 10px;
}

.content-col h1{
    font-size: 7vmin;
    color: #e28a05;
}

.content-col .line {
    margin-left: -1px;
}

.content-col p{
    padding: 0;
    margin: 30px auto;
}

.content-col .ctn{
    margin-left: -100px ;
}

.footer{
    height: 25%;
    width: 100%;
    min-height: 100px;
    padding: 20px 80px;
    margin: 0;
    background: rgb(5, 43, 43);
    text-align: center;
}

.footer p{
    color: whitesmoke;
    margin: 20px auto;
    font-family: sans-serif;
    font-weight: 400;

}

/* mobile */

@media(max-width:1300px){
    .image-gallery{
        display: grid;
        justify-items: center;
        align-items: center;
    }

    .row{
        flex-direction: row;
    }

    .image-gallery img{
        width: 90px;
        margin-left: 50px;
    }
}

@media screen and (max-width:850px) {

    .navbar i {
        display: block;
    }
    .navbar{
        padding: 0;
    }

    .logo {
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .nav_links{
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background-color:rgb(16, 24, 27);
        margin-top: -950px;
        transition: all 0.6s ease;
    }

    .mobile-menu {
        margin-top: 0px;
        border-bottom-right-radius: 50%;
        z-index: 0;
        /* border-bottom-left-radius: 50%; */
    }

    .nav_links li {
        margin: 30px auto;
    }

    /* event */

    /* .section{
        height: 100vh;
    } */

    .row{
        flex-direction: column;
    }

    .row .col{
        margin: 20px auto;
    }
    .col img{
        max-width: 100%;
    }

    .explore-content {
        width: 100%;
    }

    .tours .col {
        width: 100%;
    }
    .image-gallery{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-gallery img{
        width: 90px;
    }

    .footer {
        padding: 10px;
    }
}



@media(max-width:580px){
    .image-gallery img{
        width: 80px;
    }
}

@media(max-width:380px){
    .image-gallery img{
        width: 60px;
    }
}
/* animation */

img{
    transition: transform .3s ease;
}

img:hover{
    transform: scale(1.1);
}

.ctn:hover{
    background: rgb(230, 102, 102);
    color: #7c4b00;
    box-shadow: 2px 2px 5px black;
}


