@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Josefin+Sans:ital,wght@0,400;1,100&family=Josefin+Slab:wght@500&family=Koulen&family=Macondo&display=swap');

*{
    margin: 0;
    padding: 0px;
    /* background-color: red; */
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

header{
    width: 100vw;
    height: 120vh;
    background-image:linear-gradient(rgba(0, 0 ,0 ,  0.3) ,rgba(0 , 0 , 0 , 0.3)) ,  url("Images/teahub.io-high-resolution-hd-wallpapers-896020.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

nav{
    width: 100vw;
    height: 15vh;
    background-color: rgba(0 , 0 , 0 , 0.3);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    position: fixed;
}

nav .logo
{
    width: 25%;
    text-align: center;
    /* background-color: yellow; */
}

nav .menu{
    width: 40%;
    /* background-color: red; */
    display: flex;
    justify-content: space-around;
}

nav .menu a{
    width: 25%;
    text-decoration: none;
    color: white;
}

nav .menu a:hover{
    color: aqua;
}

main{
    width: 100%;
    height: 85vh;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}


section h3{
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px black;
    /* color: white; */
}

section h1{
    margin: 30px 0 20px 0px;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 2px 1px 5px black;
    text-transform: uppercase;
}

section p{
    font-size: 25px;
    word-spacing: 2px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 1px black;
}

section a{
    padding: 12px 30px;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .5s;
}

.btnone{
    margin-top: 20px;
    color: black;
    background-color: white;
}

.btnone:hover{
    color: white;
    background-color: black;
}

.btntwo{
    color: black;
    background-color: aquamarine;
}

.btntwo:hover{
    color: white;
    background-color: black;
}

.change_content:after{
    content: '';
    animation: changeText 10s infinite linear;
    color: aqua;
}

@keyframes changeText {
    0%{
        content: "Delhi";
    }
    20%{
        content: "Agra";
    }
    35%{
        content: "Kerala";
    }
    60%{
        content: "Mumbai";
    }
    80%{
        content: "Haryana";
    }
    100%{
        content: "Belgavi";
    }
}


.container{
    padding-top: 120px;
    /* background-color: red; */
    background: url("Images/wall2.jpg");
    width: 100vw;
    /* height: 126vh; */
    /* background-color: red; */
}

.cards-1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    /* background-color: yellow; */
    padding-top: 50px;
    height: 100vh;
    margin: 10px;
    border-radius: 20px;
}



.gallary img
{
    width: 25vw;
    height: 25vw;
    border-radius: 10px;
    opacity: 0.6;
}

.gallary img:hover
{
    box-shadow: 5px 10px 8px 10px #000000;
    opacity: 1;
}

.container h1{
    letter-spacing: 5px;
    height: 10px;
    text-shadow: 1px 2px 2px black;
    color: aqua;
    font-size: 40px;
}

.cards-1 button{
    margin-top: 30px;
    padding: 15px 25px;
    background-color: aqua;
    color: black;
    border-radius: 5px;
    border: none;
    letter-spacing: 2px;
}
.cards-1 button:hover{
    background-color: black;
    color: white;
    transition: all 0.7s;
}

.about{
    background-color: red;
    width: 100vw;
    height: 103vh;
    background: url("Images/Aboutimg.jpg") no-repeat;
    background-size: cover;
}

.aboutme{
    width: 20vw;
    height: 70vh;
    border: 1.5px solid black;
    padding-top: 5px;
    margin-left: 590px;
    border-radius: 20px;
    color: black;
}
.aboutme:hover{
    border: 3px solid white;
    color: white;
    background-color: black;
    transition: all 5s;
}

#picc{
    height: 200px;
    width: 200px;
    border: 1px solid white;
    border-radius: 10px;
}

.aboutme{
    padding: 0px 15px;
    line-height: 22px;
}

.about h1{
    letter-spacing: 5px;
    height: 5px;
    color: aqua;
    font-size: 40px;
    font-size: 100;
}


.contact{
    background: url("Images/contact.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
}

.contact .icon{
    width: 100px;
    height: 100px;
    border: 4px solid white;
    border-radius: 50%;
    background-color: black;
}

.contact .icon:hover{
    background-color: orange;
    border-color: black;
}


.share{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.foot{
    text-align: center;
    background-color: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 50;
    letter-spacing: 3px;
    animation: Foot 7s linear 0s infinite alternate;
    font-weight: 800;
    font-size: 30px;
}

@keyframes Foot {
    0%{
        background-color: white;
        color: black;
    }50%{
        background-color: black;
        color: white;
    }100%{
        background-color: white;
        color: black;
    }
}
