@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    overflow: hidden;
    font-family: "Istok Web", sans-serif;
    position: relative;
    min-height: 100vh;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

html {
    overflow-x: hidden;
}

li {
    list-style: none;
}

figure {
    margin: 0;
}

div,
ul,
li,
p,
form,
h5,
h6,
h4,
h3,
h2,
h1,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: .4s all;
    display: inline-block;
}

span {
    display: inline-block;
}

/* input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

::-webkit-scrollbar{
    width: 9px;
}

::-webkit-scrollbar-track{
    background: rgba(170, 168, 168, 0.185);
}
::-webkit-scrollbar-thumb{
    background:  linear-gradient(black, #FFA537 );
    background:  #FFA537;
    border-radius: 10px;
} */

section,
footer {
    position: relative;
}

.content {
    flex: 1;
}

/* ====================== */
h1 {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    text-shadow: 6px 6px 3px rgba(0, 0, 0);
}

h2 {
    font-size: 70px;
    font-weight: 700;
    color: #0F1B81;
}

h3 {
    font-size: 60px;
    font-weight: 700;
    color: #0F1B81;
}

h4 {
    font-weight: 700;
}

p {
    color: #000;
    font-size: 17px;
    line-height: 30px;
}

.bttn {
    position: relative;
    color: #0F1B81;
    font-size: 17px;
    font-weight: 700;
    transition: 0.5s all;
}

.bttn:hover {
    transform: translateY(-3px);
}

.bttn::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 14px;
    width: 100%;
    background: url(../images/carv-blu.png)no-repeat center / contain;
}

.cmn-sec {
    padding: 50px 0;
}


/* header */
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

.toggle-icon {
    display: none;
}

.header-sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

a.logo img {
    width: 120px;
}

.nav_list li a {
    color: #fff;
}

.head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_bar {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav_bar ul {
    display: flex;
    gap: 30px;
}

.login_btns .pak-btn {
    height: 42px;
    line-height: 46px;
}

.login_btns .pak-btn:hover {
    transform: none;
}

.login_btns .pak-btn:nth-child(1) {
    background: #FEFD19;
    width: 140px;
}

.login_btns .pak-btn:nth-child(2) {
    background: #FFFFFF;
    width: 100px;
}



.nav-bar {
    display: flex;
    gap: 50px;
}

.nav_list {
    display: flex;
    gap: 50px;
}


/* banner-sec */
.banner-sec {
    height: 560px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.banner-sec::before {
    content: "";
    position: absolute;
    bottom: -105px;
    left: 0;
    right: 0;
    width: 100%;
    height: 332px;
    background: url(../images/weav.png)no-repeat center / contain;
    z-index: -1;
}


.banner-content {
    width: 50%;
    margin: 0 auto;
    padding-top: 150px;
    text-align: center;
}

.banner-content span {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.banner-content h1 {}

.banner-content p {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0);
}

.btn_boxes {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.btn_boxes .pak-btn {
    color: #0F1B81;
    box-shadow: 0px 4px 9.3px 0px #535FC4;
}

.btn_boxes .pak-btn:nth-child(1) {
    background: #FC56FF;
}

.btn_boxes .pak-btn:nth-child(2) {
    background: #FEFD19;

}

.btn_boxes .pak-btn:nth-child(3) {
    background: #7DF0FF;
}


/* about-sec */
.about-sec {
    padding: 80px 0 30px;
    z-index: 1;
}

/* party-sec */
.head_cont {
    text-align: center;
    padding-bottom: 20px;
}

.head_cont .blu-pa {
    font-size: 25px;
    font-weight: 700;
    color: #0D77BD;
}

.party-info {
    position: relative;
    border: 6px solid #000;
    border-radius: 0 0 0 29px;
    padding: 25px;
}

.party-info h4 {
    font-size: 70px;
    font-weight: 700;
    color: #0F1B81;
}

.party-info h5 {
    font-size: 38px;
    font-weight: 700;
}

.party-info p {
    font-size: 25px;
    font-weight: 700;
    color: #0F1B81;
}

.pricing-dtls {
    position: absolute;
    top: 0;
    right: 0;
    background: #FF00F0;
    padding: 0 30px 10px;
    border-radius: 0 0 0 30px;
}

.pricing-dtls h4 {
    color: #fff;
}

.pricing-dtls p {
    font-size: 18px;
    color: #fff;
}



/* abut-sec */
.abt-lft p {
    padding-bottom: 20px;
}

.abt-rit {
    position: relative;
    max-width: 470px;
    margin: auto;
}

.abt-rit::before {
    content: "";
    position: absolute;
    bottom: -47px;
    left: -200px;
    height: 230px;
    width: 100%;
    background: url(../images/p.png)no-repeat center / contain;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.abt-rit img {
    max-width: 100%;
    border-radius: 10px;
}



/* event-sec */
.event-sec::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(../images/ev-bg-1.png)no-repeat center / cover;
    z-index: -1;
}

.event-sec::after {
    content: "";
    position: absolute;
    top: 65px;
    right: -596px;
    height: 250px;
    width: 100%;
    background: url(../images/fis.png)no-repeat center / contain;
}

.evnt-info {
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s all;
}

.evnt-info:hover {
    transform: translateY(-3px);

}

.evt-im {
    position: relative;
    overflow: hidden;
}

.evt-im img {
    width: 100%;
    max-width: 100%;
    transition: 0.5s all;
}

.evt-im>img:hover {
    transform: scale(1.2);
    display: block;
}

.evt-cont {
    padding: 10px 15px 30px;
}

.evt-cont h4 {
    color: #000;
}

.evt-cont p {
    padding-bottom: 10px;
}

.prk-nm {
    color: #5A6096;
    padding: 3px 0;
}

.date-in {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 6px 5px 12px;
    border-radius: 10px 0 0 10px;
    color: #003A9A;
}

.date-in h4 {
    font-size: 30px;
    font-weight: 700;
    color: #003A9A;
}

.date-in h5 {
    font-size: 20px;
    font-weight: 700;
    color: #003A9A;
}

.dt-pnk {
    background: #FF00F0;
}

.dt-yel {
    background: #FEFD19;
}

.dt-blu {
    background: #00D3EF;
}


/* package-sec */
.pack_dtls {
    height: 100%;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #35AEFF;
    box-shadow: 0px 16px 26.7px 3px #E7F5FF;
}

.pak-hd {
    padding: 10px 0 5px;
    background: #35AEFF;
}

.pak-hd h4,
.pak-hd p {
    color: #fff;
}

.pk-cont-hd {
    padding-bottom: 20px;
}

.pak-cont {
    padding: 20px 0;
}


.pak-cont .pak-hed {
    font-size: 50px;
    font-weight: 700;
    color: #0F1B81;
}

.pak-cont .rupee-icon {
    font-size: 28px;
    position: relative;
    top: -8px;
    left: 10px;
}

.pak-cont .rupee-icon::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 10px;
    background: #0F1B81;
}


.pak-hd-para {
    color: #35AEFF;
    font-weight: 700;
    line-height: 0;
}

.pak-body {
    padding: 0 50px;
}

.pak-list {
    min-height: 100px;
}

.pak-list li {
    font-size: 17px;
    position: relative;
    padding: 10px 0 10px 70px;
    font-weight: 600;
    text-align: left;
}

/* .pak-list li:last-child {
    padding: 10px 0 0 70px;
} */

.pak-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    height: 100%;
    width: 20px;
    background: url(../images/chk.png) no-repeat center / contain;
}

.pak-list li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #D7E2EA;
}

.pak-btn {
    color: #0F1B81;
    height: 50px;
    width: 180px;
    font-weight: 700;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    margin: 10px 0;
    transition: 0.5s all;
}

.pak-btn:hover {
    transform: translateY(-3px);
    color: #0F1B81;
}

.pak-btn:hover.btn-pnk {
    color: #fff;
}

.btn-pnk {
    background: #FC56FF;
    color: #fff;
}

.btn-pnk {
    background: #FC56FF;
    color: #fff;
}

.btn-yel {
    background: #FEFD19;
}

.btn-sky {
    background: #9AF3FF;
}

.pak-fot-pa {
    color: #5E638F;
    line-height: 26px;
    max-width: 333px;
    margin: auto;
}

.package-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.package-slider .owl-prev {
    width: 64px;
    height: 64px;
    margin-right: 43px;
    float: left;
    border: 1px solid #35AEFF !important;
    border-radius: 50%;
    margin-left: -86px;
}

.package-slider .owl-next {
    width: 64px;
    height: 64px;
    float: right;
    border: 1px solid #35AEFF !important;
    border-radius: 50%;
    margin-right: -86px;
}

.package-slider .owl-nav .owl-next span,
.package-slider .owl-nav .owl-prev span {
    font-size: 40px;
    color: #35AEFF;
    font-weight: 500;
}

/* gall-sec */
.gall-sec {
    padding-bottom: 30px;
}

/* .gall-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/gal-lf.png)no-repeat center / cover;
} */

.gall-in img {
    max-width: 100%;
    height: 300px;
    margin: 10px 0;
    border-radius: 20px;
    object-fit: cover;
    transition: 0.5s all;
    overflow: hidden;
}

/* new-sec */
.new-sec {
    padding-bottom: 140px;
}

.new-sec::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(../images/nw-bg.png)no-repeat center / cover;
    z-index: -1;
}

.new-sec::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -596px;
    height: 250px;
    width: 100%;
    background: url(../images/fis.png)no-repeat center / contain;
}

.attra-cont img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.yt-icn.yt-icn.yt-icn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90px;
    height: 90px;
}

.new-popup iframe {
    width: 100%;
    height: 300px;
}

.new-popup .modal-dialog {
    max-width: 600px;
}

.new-popup .modal-header {
    border-bottom: none;
    padding: 15px 10px 0;
}

/* timing-sec */
.timimg-sec {
    padding: 110px 0 30px;
}

.timimg-sec::before {
    content: "";
    position: absolute;
    top: -228px;
    left: 0;
    right: 0;
    width: 100%;
    height: 332px;
    background: url(../images/weav.png)no-repeat center / contain;
}

.time-list {
    width: 80%;
    padding-top: 30px;
}

.time-list li {
    font-size: 18px;
    padding: 10px;
    color: #000;
    border-radius: 0 16px 8px 0;
}

.time-list li span {
    color: #0D77BD;
    font-weight: 700;
    padding-right: 10px;
}

.time-list li:nth-child(odd) {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #35AEFF 130.34%);
}

.tim-im iframe {
    height: 320px;
    width: 100%;
    border: 4px solid #35AEFF !important;
    border-radius: 20px;
}

/* footer */
.footer {
    padding: 30px 0;
    position: relative;
    background-color: #202070b8;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/foot-bg.jpg)no-repeat center /cover;
    z-index: -1;
}

.foot-cont h4 {
    color: #35AEFF;
    padding-bottom: 10px;
}

.foot-list li a {
    color: #fff;
    transition: 0.5s all;

}

.foot-list li a:hover {
    transform: translateX(2px);
    opacity: 0.5;
}

.foot-contact li a:hover {
    transform: none;
    opacity: 1;
}

.foot-contact li {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.foot-contact li img {
    width: 20px;
    height: 20px;
}

.ph-no {
    color: #FEFD19 !important;
}

.mail-id {
    color: #FF00F0 !important;
}

.foot-copyright p {
    color: #fff;
}

.social-lists {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.social-lists li a {
    border: 1px solid #35AEFF;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    transition: 0.5s all;
}

.social-lists li a:hover {
    background: #fff;
    /* border: 1px solid #fff; */
    color: #35AEFF;
}

.foot-logo {
    max-width: 190px;
}

.foot-logo img {
    max-width: 100%;
}


@media only screen and (max-width: 1560px) {

    h1 {
        font-size: 85px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 22px;
    }

    p {
        font-size: 15px;
        line-height: 26px;
    }

    .bttn {
        font-size: 15px;
    }

    /* header */
    .login_btns .pak-btn {
        height: 36px;
        line-height: 39px;
    }

    .login_btns .pak-btn:nth-child(2) {
        background: #FFFFFF;
        width: 80px;
    }

    /* banner-sec */
    .banner-sec {
        height: 560px;
    }

    .banner-sec::before {
        bottom: -115px;
    }

    .banner-content {}

    .banner-content span {
        font-size: 22px;
    }

    .banner-content p {
        font-size: 30px;
    }

    /* party-sec */
    .head_cont .blu-pa {
        font-size: 18px;
    }

    .party-info h4 {
        font-size: 45px;

    }



    /* about-sec */
    .abt-rit {
        max-width: 420px;
    }

    .abt-rit::before {
        bottom: -40px;
        left: -180px;
        height: 200px;
    }

    /* event-sec */
    /* .evt-cont h4 {
        font-size: 22px;
    } */

    .event-sec::after {
        top: 80px;
        right: -625px;
        height: 160px;
    }

    .prk-nm {
        font-size: 14px;
    }


    .date-in h4 {
        font-size: 25px;
    }

    .date-in h5 {
        font-size: 17px;
    }


    /* pack-sec */
    .pak-cont {
        padding: 10px 0;
    }

    .pak-cont .pak-hed {
        font-size: 40px;
    }

    .pak-cont .rupee-icon {
        font-size: 22px;
        left: 8px;
    }

    .pak-hd-para {
        font-size: 13px;
    }

    .pak-list li {
        font-size: 13px;
        padding: 8px 0 8px 80px;
    }

    .pak-list li::before {
        left: 55px;
        width: 16px;
    }

    .pak-btn {
        height: 40px;
        width: 160px;
        line-height: 43px;
        font-size: 14px;
    }

    .pak-fot-pa {
        font-size: 14px;
        line-height: 20px;
        max-width: 280px;
    }

    /* new-sec */
    .new-sec {
        padding-bottom: 110px;
    }

    .new-sec::after {
        top: 0;
        right: -620px;
        height: 160px;
    }

    /* timing-sec */
    .timimg-sec {
        padding: 80px 0 30px;
    }

    .time-list li {
        font-size: 16px;
    }

    .timimg-sec::before {
        top: -210px;
    }
    /* package */
.package-slider .owl-prev {
    width: 45px;
    height: 45px;
    margin-left: -52px;
}
.package-slider .owl-next {
    width: 45px;
    height: 45px;
    margin-right: -52px;
}
.package-slider .owl-nav .owl-next span, .package-slider .owl-nav .owl-prev span {
    font-size: 30px;
}
}

@media only screen and (max-width: 1390px) {


    .event-sec::after {
        right: -535px;
    }

    .gall-in img {
        height: 250px;
    }

    .time-list li {
        font-size: 14px;
    }

    .new-sec::after {
        top: 0;
        right: -524px;
        height: 160px;
    }

    .banner-sec::before {
        bottom: -120px;
    }

    /* package-sec */
    .package-slider .owl-prev {
        width: 50px;
        height: 50px;
        margin-left: -60px;
    }

    .package-slider .owl-next {
        width: 50px;
        height: 50px;
        margin-right: -60px;
    }

    .package-slider .owl-nav .owl-next span,
    .package-slider .owl-nav .owl-prev span {
        font-size: 33px;
    }
}

@media only screen and (max-width: 1199px) {


    h4 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
        line-height: 25px;
    }

    .login_btns .pak-btn:nth-child(1) {
        width: 120px;
    }

    .pak-btn {
        font-size: 13px;
    }

    .nav_list li a {
        font-size: 13px;
    }

    .btn_boxes {
        gap: 10px;
    }


    .banner-sec {
        height: 500px;
    }

    .banner-sec::before {
        bottom: -128px;
    }


    .abt-rit::before {
        height: 170px;
    }




    .pak-list li::before {
        left: 10px;
        width: 15px;
    }

    .pak-list li {
        padding: 8px 0 8px 30px;
    }

    .pak-fot-pa {
        font-size: 13px;
        line-height: 17px;
        max-width: 250px;
    }

    .package-slider .owl-prev {
        width: 35px;
        height: 35px;
        margin-left: -40px;
    }

    .package-slider .owl-next {
        width: 35px;
        height: 35px;
        margin-right: -40px;
    }

    .package-slider .owl-nav .owl-next span,
    .package-slider .owl-nav .owl-prev span {
        font-size: 23px;
    }


    .event-sec::after,
    .new-sec::after {
        right: -425px;
        height: 150px;
    }

    .timimg-sec::before {
        top: -204px;
    }



    .foot-logo {
        max-width: 150px;
    }

    .foot-list li a {
        font-size: 14px;
    }

    .foot-contact li {
        font-size: 14px;
    }

    .social-lists li a {
        height: 30px;
        width: 30px;
        font-size: 13px;
    }

}

@media only screen and (max-width: 991px) {

    .nav_list {
        display: initial;
        gap: 50px;
    }

    #menu {
        position: fixed;
        width: 320px;
        height: 120vh;
        right: -42px;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        background: #a77474;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }



    #menuToggle {
        position: fixed;
        top: 29px;
        right: 10px;
        z-index: 9999;
        padding: 8px;
        border-radius: 6px;
        color: #000;
        background: #fff;
        box-shadow: 2px 2px 10px #3d3b3b;
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        /* hide this */
        z-index: 2;
        /* and place it over the hamburger */

        -webkit-touch-callout: none;
    }

    /*
         * Just a quick hamburger
         */
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
        margin-bottom: 0;
    }

    /*
         * Transform all the slices of hamburger
         * into a crossmark.
         */
    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #fff;
    }

    /*
         * But let's hide the middle one.
         */
    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
         * Ohyeah and the last one should go the other direction
         */
    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    /*
         * Make this absolute positioned
         * at the top left of the screen
         */
    /* #menu {
        position: absolute;
        width: 300px;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;

        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;

        transform-origin: 0% 0%;
        transform: translate(-100%, 0);

        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    } */

    #menu li {
        padding: 10px 0;
        font-size: 22px;
    }

    /*
         * And let's slide it in from the left
         */
    #menuToggle input:checked~ul {
        transform: none;
    }


    .onclick-menu:focus {
        /* clicking on label should toggle the menu */
        pointer-events: none;
    }

    .onclick-menu:focus .onclick-menu-content {
        /*  opacity is 1 in opened state (see below) */
        opacity: 1;
        visibility: visible;
        display: inherit;
        /* don't let pointer-events affect descendant elements */
        pointer-events: auto;
    }

    .onclick-menu-content {
        /* use opacity to fake immediate toggle */
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.5s;
    }

    .onclick-menu-content li {
        list-style: none;
    }

    .login_btns {
        position: relative;
        right: 50px;
    }




    h1 {
        font-size: 75px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        font-size: 13px;
        line-height: 21px;
    }

    .cmn-sec {
        padding: 20px 0;
    }

    .pak-btn {
        height: 35px;
        width: 140px;
        line-height: 38px;
        font-size: 14px;
    }

    /* banner-sec */
    .banner-sec {
        height: 460px;
    }

    .banner-content {
        width: 70%;
    }

    .banner-sec::before {
        bottom: -138px;
    }

    .banner-content p {
        font-size: 26px;
    }

    .pak-btn {
        font-size: 12px;
    }


    /* about-sec */
    .about-sec {
        padding: 40px 0 30px;
    }

    .abt-rit {
        max-width: 400px;
        margin: 20px auto 0;
    }

    .abt-rit {
        max-width: 400px;
        margin: 20px auto 0;
    }

    .abt-rit::before {
        height: 150px;
    }

    /* event-sec */
    .event-sec::after {
        right: -320px;
        height: 113px;
        top: 45px;
    }

    .evnt-info {
        height: auto;
        margin-bottom: 15px;
    }

    /* package-sec */
    .pack_dtls {
        border-radius: 20px;
    }

    .head_cont .blu-pa {
        font-size: 16px;
    }

    .pak-cont .pak-hed {
        font-size: 32px;
    }

    .pak-body {
        padding: 0 20px;
    }

    .pak-list li {
        font-size: 12px;
        padding: 8px 0 8px 25px;
    }

    .pak-list li::before {
        left: 6px;
        width: 14px;
    }

    .pak-fot-pa {
        font-size: 12px;
        line-height: 16px;
    }

    .package-slider .owl-prev {
        width: 32px;
        height: 32px;
        margin-left: -34px;
    }

    .package-slider .owl-next {
        width: 32px;
        height: 32px;
        margin-right: -34px;
    }

    .package-slider .owl-nav .owl-next span,
    .package-slider .owl-nav .owl-prev span {
        font-size: 22px;
    }

    /* gallery-sec */
    .gall-in img {
        height: 200px;
    }

    .head_cont {
        padding-bottom: 15px;
    }

    .pak-hd-para {
        font-size: 12px;
    }


    /* new-sec */
    .new-sec {
        padding-bottom: 65px;
    }

    .yt-icn.yt-icn.yt-icn {
        width: 60px;
        height: 60px;
    }

    .new-sec::after {
        right: -320px;
        height: 113px;
        top: 7px;
    }

    /* timing-sec */
    .timimg-sec {
        padding: 50px 0 30px;
    }

    .timimg-sec::before {
        top: -90px;
        height: 160px;
    }

    .time-list {
        width: 100%;
        padding: 20px 0;
    }


    /* footer */
    .foot-logo {
        max-width: 110px;
    }

    .foot-cont h4 {
        padding: 10px 0;
    }

    .social-lists {
        margin: 10px 0;
    }


}

@media only screen and (max-width: 767px) {

    /* bannert-sec */
    .banner-content {
        width: 100%;
    }

    .gall-sec {
        padding-bottom: 10px;
    }

}

@media only screen and (max-width: 575px) {



    h1 {
        font-size: 45px;
    }

    h3 {
        font-size: 22px;
    }

    .bttn {
        font-size: 12px;
    }



    /* header */
    a.logo img {
        width: 80px;
    }

    .nav_list li a {
        font-size: 14px;
    }

    #menuToggle {
        top: 16px;
    }

    #menuToggle span {
        width: 23px;
        height: 2px;
    }

    #menuToggle input:checked~span {
        transform: rotate(45deg) translate(-1px, 1px);
    }

    .login_btns .pak-btn {
        height: 28px;
        line-height: 30px;
    }


    /* banner-sec */
    .banner-sec {
        height: 350px;
    }

    .banner-content {
        padding-top: 100px;
    }

    .banner-content span {
        font-size: 18px;
    }

    .banner-content p {
        font-size: 18px;
    }

    .banner-sec::before {
        bottom: -150px;
    }

    /* about-us */
    .about-sec {
        padding: 20px 0 0;
    }

    .abt-lft p {
        padding-bottom: 2px;
    }

    .abt-rit {
        max-width: 100%;
        margin: 25px auto 0;
    }

    .abt-rit::before {
        height: 60px;
        left: -170px;
    }

    /* events */
    .head_cont .blu-pa {
        font-size: 14px;
    }

    .date-in h4 {
        font-size: 20px;
    }

    .head_cont {
        padding-bottom: 5px;
    }

    .evt-cont p {
        padding-bottom: 0px;
    }

    .evt-cont {
        padding: 10px 10px 22px;
    }

    /* package-sec */
    .pack_dtls {
        width: 75%;
        margin: auto;
    }

    .package-slider .owl-prev {
        margin-left: -5px;
    }

    .package-slider .owl-next {
        margin-right: -5px;
    }

    .new-popup iframe {
        height: 200px;
    }

    /* new-sec */
    .new-sec {
        padding-bottom: 35px;
    }

    .yt-icn.yt-icn.yt-icn {
        width: 40px;
        height: 40px;
    }


    /* timimg-sec */
    .timimg-sec {
        padding: 30px 0 10px;
    }

    .timimg-sec::before {
        top: -94px;
    }

    .time-list {
        padding: 10px 0;
    }

    /* gallery-sec */
    .gall-in img {
        height: 280px;
        margin: 6px 0;
    }


    /* footer */
    .footer {
        padding: 10px 0;
    }

    .foot-logo {
        max-width: 80px;
    }


}

@media only screen and (max-width: 380px) {


    #menuToggle {
        right: 5px;
    }

    .login_btns {
        right: 40px;
    }

    .login_btns .pak-btn:nth-child(1) {
        width: 90px;
        margin: 10px 0;
    }

    .pak-btn {
        font-size: 10px;
    }

    .abt-rit::before {
        height: 50px;
        left: -148px;
        bottom: -30px;
    }


    .banner-sec {
        height: 330px;
    }

    .banner-sec::before {
        bottom: -153px;
    }
}

@media only screen and (max-width: 350px) {


    .login_btns .pak-btn:nth-child(1) {
        width: 80px;
        margin: 10px 0;
    }

    .pak-btn {
        font-size: 9px;
    }

    .abt-rit::before {
        left: -130px;
        bottom: -22px;
    }


    .new-sec {
        padding-bottom: 30px;
    }

    .timimg-sec::before {
        top: -92px;
    }

}