/* 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 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;
    padding: 0 30px;
}

.serviceBox:before {
    content: "";
    background-color: #dddddd;
    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: 19px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
}

.key_wrapper {
    background-color: #f7f3cd;
    margin: 10px 0;
    padding: 40px 0;
}

.serviceBox_key .description {
    color: #000;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
}

.theme_wrapper{
    padding: 60px 0;
}


.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 .edition_inner {
      background: #fff;
    border-radius: 10px;
    padding: 25px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 60px 0;
}

.edition_wrapper .edition_inner h3 {
       text-align: center;
    font-size: 40px;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    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: 30px 0;
}

.powerded_wrapper h2 {
    text-align: center;
    font-weight: 600;
    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.2;
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    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(270deg, #bb0b02, #ea620d);
    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;

}

.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;
    width: 50%;
    margin: 0 auto;
    margin: 30px auto;
    background: linear-gradient(230deg, #FCF1F9 0%, #FFFFFF 100%) !important;
}

.info h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
}

.info a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .header_top_inner {
        padding: 15px 0;
    }

    .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;
    }
}