/* Website Name : Vibrant Gujrat 2024 Edition 
Author : Rohit Goyal
Date : 12 / Dec / 2023 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
}

/* color 1 #233c5d blue;
color 2 #f7941d orange; */

html,
body {
    width: 100%;
}

.header_top_inner {
    padding: 15px;
}

.banner {
    width: 100%;
}

.about {
    padding: 60px 0;
}

.about p {
    font-size: 20px;
    color: #000;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 500;
}

.about_btn a {
    font-weight: 600;
    margin: 0 auto;
    background: linear-gradient(to left, #bb0b02, #ea620d, #ea620d);
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    padding: 7px 50px;
    border-radius: 5px;
}

.theme_wrapper .col-5-custom {
    width: 20%;
    margin: 10px 0;
}

:root {
    --color1: #FE6B02;
    --color2: #f78f40;
}

.serviceBox {
    color: #fe6b02;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 12px 20px 35px;
    position: relative;
    z-index: 1;
    min-height: 12rem;
    margin: 0 0 40px;
    padding: 0 30px;
}

.serviceBox:before {
    content: "";
    background-color: #ffffff;
    border-radius: 20px;
    /* box-shadow: 0 3px 10px rgba(0,0,0,0.5),0 20px 0 var(--color1); */
    position: absolute;
    left: 0;
    top: 53px;
    right: 0;
    bottom: 20px;
    z-index: -1;
}

.serviceBox .service-icon {
    background: #fff;
    font-size: 35px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    position: relative;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    /* background: linear-gradient(to top,transparent 49%,var(--color1) 50%); */
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
    z-index: -1;
}

.serviceBox .service-icon:after {
    /* background: var(--color2); */
    height: 12px;
    width: 150px;
    border-radius: 0;
    transform: translateX(-50%);
    top: 29px;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: -2;
}

.serviceBox .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
}


.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 20px;
    animation: slide 12s linear infinite;
}

.carousel-img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.carousel-img:hover {
    transform: scale(1.05);
}

/* Auto Slide Animation */
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* Zoom Modal */
.zoom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}

.zoom-content {
    width: 70%;
    border-radius: 10px;
}

.past_event {
    padding: 60px 0;
    background: #f0fbff;
}


.past_event h2,
.past_souveniers h2 {
    font-weight: 800;
    margin: 40px auto;
    font-size: 35px;
    text-decoration: none;
    color: #000000;
    padding: 7px 50px;
    border-radius: 5px;
    text-align: center;
}

.past_souveniers {
    background: #fff
}

.col-lg-custom {
    width: 20%;
}

.key_wrapper {
    background-color: #f0fbff !important;
    margin: 10px 0;
    padding: 40px 0;
}

.key_inner li {
    box-shadow: rgb(172 166 166 / 11%) 0px 5px 15px;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 20px;
    list-style: none;
}


.serviceBox_key .description {
    color: #000;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
}

.theme_wrapper {
    padding: 60px 0;
    background: #003d70;
    position: relative;
    z-index: 1;
}

.theme_wrapper::before {
    position: absolute;
    z-index: -1;
    content: '';
    background: url('https://cdn-vg.vibrantgujarat.com/vg_images/home/key-feture-bg-vector.svg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}



.key_theme {
    position: relative;
    border: 1px solid #dcd5d591;
    text-align: center;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    border-radius: 10px;
}


.globals_wrapper {
    max-width: 40px 0;
    text-align: center;
}




.globals_wrapper .global_inner p {
    font-size: 16px;
    font-style: italic;
    color: #000;
    font-weight: 500;
}

/* edition_wrapper */
.edition_wrapper {
    margin: 20px 0;
}

.edition_wrapper .row {
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 28px, transparent 28px) 0% 0% / 30px 30px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 28px, transparent 28px) 100% 0% / 30px 30px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 28px, transparent 28px) 0% 100% / 30px 30px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 28px, transparent 28px) 100% 100% / 30px 30px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 60px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 60px) calc(100% - 4px) no-repeat, conic-gradient(#f58220 0%, #f58220 16.67%, #a6ce39 33.33%, #00a651 50%, #00ade4 66.67%, #0087ca 83.33%, #0060AF 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.edition_wrapper .edition_inner {
    background: url('https://cdn-vg.vibrantgujarat.com/vg_images/overview_assets/VG_Mandala.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 10px;
    padding: 25px 0;
    margin: 30px 0 0;
}

.edition_wrapper .edition_inner h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    font-weight: 800;
    padding: 30px 0 0;
    background-image: linear-gradient(red, blue);
    color: transparent;
    background-clip: text;
}

.edition_inner p {
    text-align: center;
    color: #000000;
    margin: 20px 0;

}

.edition_btn a {
    background: linear-gradient(270deg, #c3b74c, #f16245) !important;
    color: #ffffff;
    font-weight: 800;
}

.powerded_wrapper {
    margin: 60px 0 0;
}

.venue_wrapper {
    margin: 60px 0;
    text-align: center;
}

.venue_wrapper .row {
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 28px, transparent 28px) 0% 0% / 30px 30px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 28px, transparent 28px) 100% 0% / 30px 30px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 28px, transparent 28px) 0% 100% / 30px 30px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 28px, transparent 28px) 100% 100% / 30px 30px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 60px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 60px) calc(100% - 4px) no-repeat, conic-gradient(#f58220 0%, #f58220 16.67%, #a6ce39 33.33%, #00a651 50%, #00ade4 66.67%, #0087ca 83.33%, #0060AF 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 30px;
    padding: 20px;
}

.venue_wrapper img,
.venue_wrapper iframe {
    border-radius: 5px;
}

.powerded_wrapper h2 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

/* SLIDER SECTION */

.section-padding_owl {
    margin: 0 auto;

}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    margin: 50px 0;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    /* -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); */
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.1;
}

.screenshot_slider .owl-item.center .item img {
    transform: scale(1.1);
    opacity: 1;
}

.screenshot_slider .owl-nav {
    text-align: center;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #bb0b02 !important;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 15rem;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 15rem;
}

.footer_wrapper .footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_wrapper {
    padding: 20px 0 5px;
}

.footer_wrapper .footer_inner .website h3 {
    font-size: 25px;
    font-weight: 600;
}

.footer_wrapper .footer_inner .hashtag h3 {
    font-size: 30px;
    font-weight: 600;
}

.footer_links {
    background: linear-gradient(red, blue);
    padding: 20px 0;
}

.footer_links_inner {
    display: flex;
    justify-content: space-around;
}

.footer_links_inner .fb {
    display: flex;
    align-items: center;
}

.footer_links_inner .fb p {
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    color: #fff;
}

.service-icon img {
    width: 75px;
    height: auto;
    background: #fff;
    border-radius: 100px;
}

.partner_wrapper {
    padding: 60px 0;
    background: url(https://events.eletsonline.com/euttarpradesh/assets/white_line.webp);
        background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.partner_wrapper h2 {
    font-weight: 600;
    margin: 0 auto 40px;
    font-size: 28px;
    text-decoration: none;
    color: #000000;
    padding: 7px 50px;
    text-align: center;
    border-radius: 5px;
}

.partner_wrapper p {
    text-align: center;
        margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
}

.partner_inner {
    box-shadow: rgb(0 155 212) 0px 2px 4px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
        background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 10px 5px;
        min-height: 185px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}

.pastedition a {
    font-weight: 600;
    margin: 0 auto;
    font-size: 20px;
    text-decoration: none;
    color: #bc0d02;
    padding: 7px 30px;
    border-radius: 5px;
    border: 1px solid #000;
}

.info {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.13);
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    margin: 30px auto;
    border-radius: 20px;
    background: linear-gradient(230deg, #FCF1F9 0%, #FFFFFF 100%) !important;
}


.info a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.info_wrapper h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
    .header_top_inner {
        padding: 15px 0;
    }

    .col-lg-custom {
        width: 50%;
    }

    .key_inner ul {
        padding-left: 0;
    }

    .past_event h2,
    .past_souveniers h2 {
        font-size: 22px;
    }

    .info {
        width: 100%;
    }

    .theme_wrapper .col-5-custom {
        width: 50%;
    }

    .edition_wrapper .edition_inner h3 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .theme_wrapper .col-5-custom {
        width: 100% !important;
    }

    .edition_wrapper .edition_inner h3 {
        font-size: 24px;
        width: 100%;
        padding: 0 15px;
    }

    .about_btn a {
        padding: 10px;
    }

    .footer_links_inner {
        flex-direction: column;
    }

    .footer_wrapper .footer_inner .website h3,
    .footer_wrapper .footer_inner .hashtag h3 {
        font-size: 16px;
    }

    .footer_wrapper .footer_inner {
        justify-content: space-around;
    }

    .footer_links_inner .fb {
        margin: 5px 0;
    }

    .about p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .about_btn {
        padding: 20px 0 !important;
    }

    .theme_wrapper .col-5-custom {
        margin: 10px 0 0;
    }
}