* {
    margin: 0px;
    padding: 0px;
}

.young-serif-regular {
    font-family: "Young Serif", serif;
}

.navbar {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.nav_title {
    display: flex;
}

.navbar__title {
    margin-top: 30px;
    font-size: 30px;
    margin-left: 10px;
}

.navbar img {
    width: 100px;
}

.navbar__icon {
    display: flex;
    gap: 20px;
    font-size: 20px;
    align-items: center;

}

.navbar__button {
    background-color: black;
    padding: 10px;
    color: white;
    border-radius: 30px;
    margin-left: 20px;
}

.navbar__button:hover {
    background-color: white;
    color: black;
    border: solid black 1px;
    transition: 2s;
}

.navbar__search {
    display: flex;
    gap: 10px;
    border: black solid 1px;
    padding: 20px;
    border-radius: 30px;
    width: 50%;
}

.navbar__search input {
    border: none;
    font-size: 15px;
    width: 100%;
    background-color: transparent;
}

.navbar__search input:focus {
    outline: none;
}

.section-two {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.section-two img {
    width: 80%;
    height: 600px;
    border-radius: 30px;
}

.section-two__content {
    position: absolute;
    color: white;
    background-color: transparent;
    left: 250px;
    top: 450px;
}

.section-three {
    position: absolute;
    color: white;
    background-color: transparent;
    left: 250px;
    top: 530px;
    background-color: black;
    border: black solid 1px;
    padding: 10px;
    border-radius: 30px;
    animation-name: see;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes see {
    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-20px);
    }

    100%{
        transform: translateY(0px);
    }
    
}

.section-three:hover {
    background-color: white;
    color: black;
    transition: 2s;
    border: solid white 1px;
}


.section-four {
    padding: 20px;
    margin-top: 40px;
}

.up {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card_container {
    display: flex;
    position: relative;
    justify-content: space-around;
}

.card {
    flex-grow: 1;
    flex-basis: 25%;
    margin: 5px;
    position: relative;

}

.card img {
    width: 100%;
    height: 400px;

}

.card-content {
    position: absolute;
    left: 10px;
    bottom: 20px;
    font-size: 16px;
    color: white;
    background-color: rgb(3, 0, 0, 0.1);
}

.card-img img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 430px;
    top: 160px;
}

.section-five {
    display: flex;
    justify-content: center;
}

.section-five__base {
    display: flex;
    background-color: orange;
    height: 600px;
    width: 80%;
    margin: 20px;
    border-radius: 30px;
}


.section-five__base img {
    width: 50%;
    height: 550px;
    margin-top: 30px;
    margin-left: 30px;
}

.section-five_content {
    margin-top: 200px;
    margin-left: 70px;
}

.section-five_one {
    margin-left: 100px;
}

.five-button {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 30px;
    width: 100px;
    margin-left: 250px;
    margin-top: 50px;
    animation-name: button;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes button {
    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-20px);
    }

    100%{
        transform: translateY(0px);
    }
}

.five-button:hover {
    background-color: white;
    border: solid black 1px;
    color: orange;
    transition: 2s;
}

.section-five_content p {
    margin-right: 20px;
}



.section-six{
    padding: 20px;
}

.section-six_sub{
    color: grey;
}


.section-six_container{
    display: flex;
    justify-content: space-around;
}

.six-card{
    flex-grow: 1;
    flex-basis: 25%;
    margin: 10px;
    position: relative;
}

.six-card img{
    width: 100%;
    height: 300px;
}


.six-content{
    margin-top: 10px;
}

.six-like img{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
}


.six-img img{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 420px;
    top: 130px;
}

.foot{
    display: flex;
    justify-content: center;
    position: relative;
    
}

.foot img{
    width: 80%;
    height: 700px;
    border-radius: 30px;
    
}

.foot-one{
    position: absolute;
    left: 250px;   
    bottom: 50px;
    color: white;
}

.foot-two{
    background-color: black;
    width: fit-content;
    padding: 10px;
    border-radius: 30px;
    margin-top: 20px;
}


.foot-two:hover{
    background-color: white;
    color: black;
    border: black solid 1px;
    transition: 2s;
}

.footer{
    position: relative;

}
.footer-one{
    background-color: yellowgreen;
    width: 100%;
    height: 600px;
    margin-top: 30px;
    display: flex;
}

.footer-two{
    color: white;
    padding-left: 30px;
    padding-top: 50px;
    font-size: 20px;
}

.footer-three{
    color: white;
    padding: 50px;
    font-size: 20px;
}

.footer-four{
    color: white;
    position: absolute;
    right: 100px;
    top: 150px;
}

.footer-img img{
    width: 70px;
    position: absolute;
    bottom: 100px;
    left: 30px;
}

.final{
    position: absolute;
    bottom: 150px;
    left: 110px;   
}

.footer-five{
    display: flex;
    position: absolute;
    bottom: 120px;
    gap: 20px;
    left: 110px;
}

.one{
    border-bottom: black solid 1px;
}

.one:hover{
    border-bottom: none
}

.footer-six{
    display: flex;
    position: absolute;
    bottom: 90px;
    gap: 20px;
    left: 110px;
}

.two{
    border-bottom: black solid 1px;
}

.two:hover{
    border-bottom: none
}

.symbol
{
    display: flex;
    gap: 20px;
    position: absolute;
    right: 150px;
    bottom: 120px;
}

.symbol img{
    width: 30px;
    height: 30px;
}

.symbol-inr{
    background-color: white;
    width: fit-content;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
}

.symbol-inr:hover{
    background-color: black;
    color: white;
    transition: 2s;
}

.symbol-inr img{
    width: 20px;
    height: 20px;
}

.symbol-india{
    background-color: white;
    width: fit-content;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    font-size: 20px;
    align-items: center;
    gap: 10px;
}

.symbol-india:hover{
    background-color: black;
    color: white;
    transition: 2s;
}

.symbol-india img{
    width: 20px;
    height: 20px;
}


.symbol-one{
    display: flex;
    gap: 20px;
    position: absolute;
    right: 150px;
    bottom: 170px;
}


@media screen and (max-width:600px) {
    body{
        font-size: 16px;
    }
    .six-card{
        flex-basis: 50%;
    }
    
    .navbar__icon{
        display: none;
    }

    .card{
        flex-basis: 40%;
    }

    .card-img img{
        display: none;
    }

    .six-img img{
        display: none;
    }
}