/* 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; */
}

html,
body {
    width: 100%;
}

.header_top_inner {
    padding: 15px;
}

.content_typo {
    color: #0097d4;
    font-size: 27px;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
}

.banner {
    width: 100%;
}

.about p {
    font-size: 20px;
    color: #000;
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 500;
}

.about_btn a {
    font-weight: 600;
    margin: 0 auto;
    background: #0097d4;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    padding: 10px 50px;
}

.theme_wrapper .col-5-custom {
    width: 20%;
    margin: 20px 0;
}

body {
    background: url(../assets/full-bg.webp);
}

.wrap-souvtitle {
    text-align: center;
    padding: 28px;
}

: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: 17rem;
    padding: 0 30px;
}

.serviceBox:before {
    content: "";
    background-color: #f7f3cd;
    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: left;
}

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

.serviceBox_key .description {
    color: #000;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
}

.key_theme {
    padding: 20px 0;
    /* border-top:4px solid #c4268c; */
    position: relative;
}

.key_theme:first-child:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 6px;
    background: linear-gradient(270deg, #bb0b02, #ea620d);
    top: 0px;
    left: 0;
}

.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: #0097d4;
    border-radius: 10px;
    padding: 25px 0;
}

.edition_wrapper .edition_inner h3 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding: 30px 0 0;
}

.edition_btn a {
    color: rgb(0 151 212);
    background: #fff;
}

.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: #0097d4 !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: #364588;
    padding: 20px 0;
}

.footer_links_inner {
    display: flex;
    justify-content: space-around;
}

.express a {
    border: 5px solid #4d7776;
    padding: 13px 36px 13px 36px;
    color: #4d7776;
    text-decoration: none;
    font-size: 23px;
    border-radius: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.express {
    text-align: center;
}

.footer_links_inner a {
    text-decoration: none;
}

.footer_links_inner .fb {
    display: flex;
    align-items: center;
}

.footer_links_inner .fb p {
    font-size: 20px;
    margin: 0;
    padding: 0 10px;
    color: #fff;
}

.service-icon img {
    width: 75px;
    height: auto;
}

.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 rgb(0 151 212 / 32%);
    padding: 30px;
    text-align: center;
    margin: 30px auto;
    background: linear-gradient(230deg, #FCF1F9 0%, #FFFFFF 100%) !important;
    border-radius: 10px;
    border: 1px solid #0097d4;
}

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

.info a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}


.custom-btn {
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-2 {
  background: #004dff;
  background: linear-gradient(0deg, #004dff 0%, #004dff 100%);
  border: none;
}

.btn-2:before {
  height: 0%;
  width: 2px;
}

.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}


@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;
    }
    .wrap-souvtitle h2 span{
            padding: 10px 15px !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 15px;
    }

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

    .content_typo {
        font-size: 19px;
        line-height: 25px;
        width: 100%;
    }
}


.souvnor-theme-wrap img {
    width: 80px;
    height: auto;
}

.souvnor-theme-wrap {
    padding: 12px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 18px;
}

.wrap-souvtitle h2 span {
       text-align: center;
    font-size: 25px;
    font-weight: 900;
    background: linear-gradient(45deg, #011272, #0fb1e0, #5cf8ce);
    width: fit-content;
    padding: 20px 40px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #0000002e;
    overflow: hidden;
}

.souvnor-theme-wrap p {
    font-size: 19px;
    padding: 10px 0;
    font-weight: 600;
}

#souvinor-theme h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 900;
    background: linear-gradient(45deg, #011272, #0fb1e0, #5cf8ce);
    width: fit-content;
    margin: 0 auto 50px;
    padding: 20px 40px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #0000002e;
    overflow: hidden;
}

#main-attreaction h2{
      text-align: center;
    font-size: 25px;
    font-weight: 900;
    background: linear-gradient(45deg, #011272, #0fb1e0, #5cf8ce);
    width: fit-content;
     padding: 20px 40px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #0000002e;
    overflow: hidden;
}

#main-attreaction{
    background: #364588;
    padding: 40px 0;
}

.attraction img {
    width: 100%;
    border-radius: 20px;
}

.wrap-pointers ul li {
  font-size: 21px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 10px 0;
}

.wrap-pointers {
    padding-top: 47px;
    padding-right: 43px;
}

.wrap-speaker h3 {
    color: #4d7776;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}

.wrap-speaker img {
    width: 100%;
    margin-bottom: 32px;
}

.wrap-speaker p {
    font-size: 15px;
}

section#pastspeaker {
    padding-top: 81px;
}

.wrap-speaker {
    text-align: center;
}

section#gallery {
    padding-top: 67px;
}

.marquee-content {
    display: flex;
    animation: scrolling 10s linear infinite;
    overflow: hidden;
}

.marquee-item {
    flex: 0 0 16vw;
    margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /*   margin: 0 2vw; */
}

.marquee-item img {
    display: block;
    width: 100%;
    /*   padding: 0 20px; */
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

.wrap-speaker a {
    background: #4d7776;
    color: white;
    padding: 13px 18px 14px 17px;
    border-radius: 15px;
    text-decoration: none;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #364588 !important;
    text-align: center;
    margin: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-nav {
    display: inline-flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}

.nav-link {
    margin: 0 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-light .navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    background: linear-gradient(90deg, #ffffff 25%, #f0f0f0 50%, #ffffff 75%);
    background-size: 200% auto;
    color: #fff; /* fallback */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 2s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.navbar-light .navbar-toggler{
    background-color: #fff;
}