* {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
#result{
  width: auto;
        height: auto;
        position: absolute;
        left: 13%;
        background: #ff9800cc;
        bottom: 21%;
        color: #fff;
        font-size: 25px;
        padding: 20px;
        z-index: 1;
        border: 1px solid;
        border-radius: 20px;
}

::-webkit-scrollbar {
    width: 20px;

}

::-webkit-scrollbar-thumb {
    background-color: #c9d83e;
    border-radius: 20px;

}

.banner1 {
    width: 100%;
    transition: 0.3s;
    height: 79vh;
    display: flex;
    overflow: hidden;
    background: linear-gradient(#0000004a, black), url('pics/banner.png') center / cover;
}

.banner1 #ghh {
    width: 114%;
    left: -10%;
    position: relative;
    /* height: 616px; */
    animation: slide 2s ease-in-out;

}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.banner1 .sun {
    position: relative;
    top: 19%;
    width: 160%;
    color: #fff;
    left: -43%;
    font-weight: 500;
    text-align: center;
    font-size: 33px;
    line-height: 31px;
}

#maintext {
    position: relative;
    right: 2%;
    width: 187%;
    top: 24%;
    color: #fda700;
    font-size: 46px;

}

.text {
    position: relative;
    width: 82%;
    left: -49px;
    height: 50vh;

}

#surya_image {
    width: 65px;
    left: 63%;
    position: absolute;
    top: 34%;
}


#discripti {


    font-size: 21px;
    margin: 74px;
    text-align: center;
    position: relative;
    top: 16%;
    right: 55%;
    color: #fff;
    text-transform: capitalize;
    width: 141%;
}

#tittle {
    position: absolute;
    bottom: 34%;
    left: 56%;
    font-size: 31px;
    color: #ffd37f;
}

.buttons {
    position: absolute;
    top: 68%;
    left: 53%;

}

.but {
    position: relative;
    width: 110px;
    text-transform: capitalize;
    padding: 12px;
    border-radius: 17px;
    border: none;
    font-weight: 500;
    font-size: 19px;
    background: orange;

}

.but:hover {
    background: linear-gradient(90deg, #efad6c, #c9d83e);
    color: #fff;
}

.banner2 {
    width: 100%;
    /* display: none; */
    /* height: 100px; */
}

/* table td{
    height: 46px;
    text-align: center;
    background: orange;

}
table{
    width: 100%;
} */
.showdata {
    position: relative;
    right: -2%;
    height: 30%;
    width: 51%;
    top: 68%;
    font-size: 15px;
    color: #fff;



}

#sub {
    position: relative;
    left: -4px;
    bottom: 36px;
    padding: 9px;
    text-transform: capitalize;
    background: coral;
    border: none;
    box-shadow: 2px 4px 9px #fff;
}

.container {
    display: flex;
    position: relative;
    width: 80%;
    left: 0%;
    height: 72vh;
    /* background-color: #000; */
    margin: 136px;
}

.frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide {
    transform: translateX(0%);
    display: flex;
    transition: transform 0.5s ease-in-out;

}

.box {
    width: 128%;
    height: 469px;
    padding: 52px;
    background: linear-gradient(rgb(0 0 0 / 77%), rgb(0 0 0 / 76%)), url(pics/banner2.jpg);
    margin: 56px;
    font-size: 27px;
    box-shadow: 20px 30px 20px 30px;
    flex-shrink: 0;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    background-size: cover;
}

.shloka {
    width: 66%;
    padding: 9px;
    margin: 1px;
}

#prev {
    height: 40px;
    background: transparent;
    border: none;
    font-size: 39px;
    position: relative;
    top: 55%;
}

#next {
    height: 40px;
    background: transparent;
    border: none;
    font-size: 39px;
    position: relative;
    top: 55%;
}

#drop {
    width: 101px;
    height: 39px;
    background: orange;
    text-transform: capitalize;
}



.ticker {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #efad6c, #c9d83e);
    color: #000;
    padding: 24px 0;
    white-space: nowrap;
}

.ticker-content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll 18s linear infinite;
    font-weight: bold;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}




#result{
    display: none;
}

#close {
       position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
    color: #000000;
}



@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
#result{
  width: auto;
        height: auto;
        position: absolute;
        left: 13%;
        background: #ff9800cc;
        bottom: 21%;
        color: #fff;
        font-size: 25px;
        padding: 20px;
        z-index: 1;
        border: 1px solid;
        border-radius: 20px;
}


    #sub {
    position: relative;
        left: 74%;
        width: 24%;
        bottom: 529px;
        padding: 6px;
        text-transform: capitalize;
        background: coral;
        border: none;
        box-shadow: 2px 4px 9px #fff;
    }

    #drop {
        width: 101px;
        height: 39px;
        position: relative;
        background: orange;
        text-transform: capitalize;
        left: -24%;
        top: 54px;
    }

    .banner1 {
        height: auto;
        min-height: 100vh;
        flex-direction: column;
        justify-content: center;
        padding: 20px 15px 40px;
        box-sizing: border-box;
    }

    .banner1 #ghh {
        width: 100%;
        max-width: 320px;
        left: 0;
        top: 0;
        height: auto;
        margin: 0 auto;
    }

    .text {
        position: static;
        width: 100%;
        height: auto;
        left: 0;
        text-align: center;
        padding: 10px 0;
    }

    .banner1 .sun {
        position: static;
        width: 100%;
        left: 0;
        font-size: 24px;
        line-height: 1.3;
        margin-top: 10px;
    }

    #maintext {
        position: static;
        right: 0;
        width: 100%;
        top: 0;
        font-size: 32px;
        text-align: center;
        margin-top: 8px;
    }

    #surya_image {
        width: 56px;
        left: 50%;
        display: none;
        top: auto;
        bottom: 18px;
        transform: translateX(-50%);
    }

    #discripti {
        position: static;
        width: 100%;
        margin: 12px 0 0;
        right: 0;
        top: 0;
        font-size: 18px;
        line-height: 1.5;
    }

    #tittle {
        position: static;
        left: 0;
        bottom: 0;
        font-size: 22px;
        margin-top: 10px;
        text-align: center;
    }

    .buttons {
        position: static;
        left: 0;
        top: 0;
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: center;
        gap: 10px;
        margin-top: 14px;
        /* margin-left: 64px; */
    }

    .but {
        width: 100px;
        padding: 10px;
        font-size: 16px;
    }

    .showdata {
        position: static;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin-top: 16px;
        font-size: 14px;
    }

    .container {
        width: 100%;
        height: auto;
        margin: 30px 0;
        padding: 0 10px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
    }

    .frame {
        width: 100%;
        height: auto;
    }

    .slide {
        flex-direction: column;
        gap: 12px;
    }

    .box {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 24px;
        font-size: 20px;
        box-shadow: none;
        box-sizing: border-box;
    }

    .shloka {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #prev,
    #next {
        position: static;
        top: 0;
        margin: 0 0 10px;
        display: none;
        font-size: 28px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    ::-webkit-scrollbar {
        width: 20px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #c9d83e;
        border-radius: 20px;
    }

    .banner1 {
        width: 100%;
        transition: 0.3s;
        height: 79vh;
        display: flex;
        overflow: hidden;
        background: linear-gradient(#0000004a, black), url('pics/banner.png') center / cover;
    }

    .banner1 #ghh {
        width: 114%;
        left: -10%;
        position: relative;
        animation: slide 2s ease-in-out;
    }

    .banner1 .sun {
        position: relative;
        top: 19%;
        width: 160%;
        color: #fff;
        left: -56%;
        font-weight: 500;
        text-align: center;
        font-size: 33px;
        line-height: 31px;
    }

    #maintext {
        position: relative;
        right: 10%;
        width: 187%;
        top: 24%;
        color: #fda700;
        font-size: 39px;
    }

    .text {
        position: relative;
        width: 82%;
        left: -85px;
        height: 50vh;
    }

    #surya_image {
        width: 65px;
        left: 66%;
        position: absolute;
        top: 36%;
    }

    #discripti {
        font-size: 15px;
        margin: 74px;
        text-align: center;
        position: relative;
        top: 16%;
        right: 61%;
        color: #fff;
        text-transform: capitalize;
        width: 141%;
    }

    #tittle {
        position: absolute;
        bottom: 34%;
        left: 56%;
        font-size: 31px;
        color: #ffd37f;
    }

    .buttons {
        position: absolute;
        top: 68%;
        left: 53%;
    }

    .but {
        position: relative;
        width: 110px;
        text-transform: capitalize;
        padding: 12px;
        border-radius: 17px;
        border: none;
        font-weight: 500;
        font-size: 19px;
        background: orange;
    }

    .but:hover {
        background: linear-gradient(90deg, #efad6c, #c9d83e);
        color: #fff;
    }

    .banner2 {
        width: 100%;
        /* display: none; */
    }

    .showdata {
        position: relative;
        right: 0%;
        height: 41%;
        width: 100%;
        top: 64%;
        font-size: 14px;
        color: #fff;
    }

    #sub {
        position: relative;
        left: -22px;
        bottom: 36px;
        padding: 9px;
        text-transform: capitalize;
        background: coral;
        border: none;
        box-shadow: 2px 4px 9px #fff;
    }

    .container {
        display: flex;
        position: relative;
        width: 80%;
        left: 0%;
        height: 72vh;
        margin: 136px;
    }

    .frame {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slide {
        transform: translateX(0%);
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .box {
        width: 128%;
        height: 469px;
        padding: 52px;
        background: linear-gradient(rgb(0 0 0 / 77%), rgb(0 0 0 / 76%)), url(pics/banner2.jpg);
        margin: 56px;
        font-size: 27px;
        box-shadow: 20px 30px 20px 30px;
        flex-shrink: 0;
        display: flex;
        color: #fff;
        flex-wrap: wrap;
        background-size: cover;
    }

    .shloka {
        width: 66%;
        padding: 9px;
        margin: 1px;
    }

    #prev,
    #next {
        height: 40px;
        background: transparent;
        border: none;
        font-size: 39px;
        position: relative;
        top: 55%;
    }

    #drop {
        width: 101px;
        height: 39px;
        background: orange;
        text-transform: capitalize;
    }
}
/* 1366 */

@media screen and (max-width:1024px) and (min-width: 1440px) {
    ::-webkit-scrollbar {
        width: 20px;

    }

    ::-webkit-scrollbar-thumb {
        background-color: #c9d83e;
        border-radius: 20px;

    }

    .banner1 {
        width: 100%;
        transition: 0.3s;
        height: 79vh;
        display: flex;
        overflow: hidden;
        background: linear-gradient(#0000004a, black), url('pics/banner.png') center / cover;
    }

    .banner1 #ghh {
        width: 114%;
        left: -10%;
        position: relative;
        /* height: 616px; */
        animation: slide 2s ease-in-out;

    }

    @keyframes slide {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(0%);
        }
    }



    .banner1 .sun {
        position: relative;
        top: 19%;
        width: 160%;
        color: #fff;
        left: -43%;
        font-weight: 500;
        text-align: center;
        font-size: 33px;
        line-height: 31px;
    }

    #maintext {
        position: relative;
        right: -1%;
        width: 187%;
        top: 24%;
        color: #fda700;
        font-size: 39px;

    }

    .text {
        position: relative;
        width: 82%;
        left: -85px;
        height: 50vh;
    }



    #surya_image {
        width: 65px;
        left: 55%;
        position: absolute;
        top: 35%;
    }

    #discripti {


        font-size: 15px;
        margin: 74px;
        text-align: center;
        position: relative;
        top: 16%;
        right: 61%;
        color: #fff;
        text-transform: capitalize;
        width: 141%;
    }

    #tittle {
        position: absolute;
        bottom: 34%;
        left: 50%;
        font-size: 31px;
        color: #ffd37f;
    }

    .buttons {
        position: absolute;
        top: 68%;
        left: 45%;

    }

    .but {
        position: relative;
        width: 110px;
        text-transform: capitalize;
        padding: 12px;
        border-radius: 17px;
        border: none;
        font-weight: 500;
        font-size: 19px;
        background: orange;

    }

    .but:hover {
        background: linear-gradient(90deg, #efad6c, #c9d83e);
        color: #fff;
    }

    .banner2 {
        width: 100%;
        /* display: none; */
        /* height: 100px; */
    }

    /* table td{
    height: 46px;
    text-align: center;
    background: orange;

}
table{
    width: 100%;
} */
    .showdata {
        position: relative;
        right: 0%;
        height: 41%;
        width: 100%;
        top: 64%;
        font-size: 14px;
        color: #fff
    }

    #sub {
        position: relative;
        left: -22px;
        bottom: 36px;
        padding: 9px;
        text-transform: capitalize;
        background: coral;
        border: none;
        box-shadow: 2px 4px 9px #fff;
    }

    .container {
        display: flex;
        position: relative;
        width: 80%;
        left: 0%;
        height: 72vh;
        /* background-color: #000; */
        margin: 136px;
    }

    .frame {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slide {
        transform: translateX(0%);
        display: flex;
        transition: transform 0.5s ease-in-out;

    }

    .box {
        width: 128%;
        height: 469px;
        padding: 52px;
        background: linear-gradient(rgb(0 0 0 / 77%), rgb(0 0 0 / 76%)), url(pics/banner2.jpg);
        margin: 56px;
        font-size: 27px;
        box-shadow: 20px 30px 20px 30px;
        flex-shrink: 0;
        display: flex;
        color: #fff;
        flex-wrap: wrap;
        background-size: cover;
    }

    .shloka {
        width: 66%;
        padding: 9px;
        margin: 1px;
    }

    #prev {
        height: 40px;
        background: transparent;
        border: none;
        font-size: 39px;
        position: relative;
        top: 55%;
    }

    #next {
        height: 40px;
        background: transparent;
        border: none;
        font-size: 39px;
        position: relative;
        top: 55%;
    }







    #drop {
        width: 101px;
        height: 39px;
        background: orange;
        text-transform: capitalize;
    }


}