@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans", sans-serif;
    margin-top: 0;
}

p {
    font-size: 15px;
}

.p-0 {
    padding: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.main-title {
    margin-bottom: 30px;
}

.main-title h3 {
    color: #020212;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.main-title h3 span {
    position: relative;
    display: inline-block;
}

.main-title h3 span:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FDC300 0%, #E95C0A 100%);
}

.main-title p {
    color: #020212;
    max-width: 720px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.main-title h5 {
    color: #020212;
    max-width: 720px;
    display: inline-block;
    font-weight: 500;
    font-size: 22px;
}

.title-inner h2, .title-inner h3 {
    color: rgba(2, 2, 18, 1);
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
}

.title-margin {
    margin-bottom: 2rem;
}

@media (min-width: 1300px){

    .main-title .w-xl {
        max-width: 1000px;
    }

}

.navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav > li > a:hover, .primary-nav .dropdown-menu a:hover {
    color: #2c62df ;
}

.header-type-classic .navbar-default .primary-navbar-collapse .navbar-nav {
    float: right;
}

.primary-nav .dropdown-menu li.menu-item {
    position: relative;
}

.primary-nav .dropdown-menu li.menu-item .sub-menu {
    position: absolute;
    left: -233px;
    top: 0;
    border-top: 0 !important;
    padding: 8px 22px;
    border-radius: 8px;
    width: 210px;
    list-style: none;
    background: #fff;
    box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    z-index: 9;
}

.primary-nav .dropdown-menu li.menu-item .sub-menu li a {
    display: block;
}

.offcanvas-nav>li>a, .navbar-default .navbar-nav>li>a {
    font-weight: 600;
    font-size: 15px;
}

.homeSLider.mobile {
    display: none;
}

.homeSLider .swiper-slide {
    position: relative;
}

.homeSLider .swiper-slide a {
    position: absolute;
    bottom: 15%;
    left: 6%;
    max-width: 14%;
}

.categories-area {
    padding: 40px 0 40px;
 background: linear-gradient(274.73deg, #FFFBEB -5.18%, #FFFFFF 89.03%);

}

.categories-inner-main {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    row-gap: 30px;
}

.categories-inner-main .categories-card {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.categories-inner-main .categories-card-inner {
    background: linear-gradient(white, white) padding-box, linear-gradient(#FDC300, #E95C0A) border-box;
    border: 2px solid transparent;
    border-radius: 11px;
}

.categories-inner-main .categories-card-inner a {
    background-color: #fff;
    display: block;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.categories-inner-main .categories-card-inner a img {
    max-width: 80px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.categories-inner-main .categories-card-inner a h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.gallery-section {
    padding: 40px 0 30px;
  background: linear-gradient(102.43deg, #FFEDB3 -3.31%, #FCCFB6 103.34%);

}

.gallery-header {
    display: flex;
    gap: 30px;
    padding: 3px 10px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(145, 145, 145, 0.3);
    border-radius: 8px;
}

.gallery-section .gallery-sc-inner h4 {
    color: #999c9e;
    text-align: center;
    font-size: 22px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    background: #FEEFE7;
    margin: 0;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 6px;
}

.gallery-section .gallery-sc-inner h4.active {
    color: #fff;
    background: #005747;
}

.gallery-section  .gallerySlider {
    padding-bottom: 15px;
}

.gallery-section  .videoSlider {
    padding-bottom: 40px;
}

.gallery-section  .gallerySlider .swiper-slide, .gallery-section  .videoSlider .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.gallery-section  .videoSlider .swiper-slide {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (divide 9 by 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.gallery-section  .videoSlider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.our-journey-sc {
    padding: 40px 0 40px;
    background-color: #fff;
}

.our-journey-box {
    /* padding-top: 50px;
    box-shadow: 0 0 10px rgba(94, 94, 94, 0.25); */
}

.counter-box {
   /* background: #FDC30096; */
    display: flex;
    /* border-radius: 16px; */
}

.journey-count {
   display: flex
;
    flex-wrap: wrap;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    justify-content: center;
    row-gap: 30px;
    flex: 1 1 100%;
    padding: 15px;
}

.journey-count .item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 14px;
}

.journey-count .item .item-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.journey-count .item .item-inner img {
    max-width: 60px;
}

.journey-count .item .item-inner h3 {
    font-weight: 700;
    font-size: 26px;
    margin: 15px 0 2px;
    position: relative;
}

.journey-count .item .item-inner h3:after {
    content: '+';
}

.journey-count .item .item-inner h5 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.journey-count:first-child   {
    flex: 0 0 25.333%;
    max-width: 25.333%;
    border-right: 1px solid #a0a0a0;
}

.journey-count:first-child .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.journey-count:first-child .item .item-inner img{
    max-width: 70px;
}

.participated-schools {
    padding: 50px 0;
    background-color: #fff;
}

.participatedSlider {
    padding: 50px 60px;  
    position: relative;
        /* box-shadow: 0 0 5px #FFCA1A; */
    border-radius: 15px;
}

.participatedSlider:before, .participatedSlider:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width:50px;
    background-color: #fff;
    z-index: 9;
}

.participatedSlider:before {
    left: 0;
}

.participatedSlider:after {
    right: 0;
}

.participatedSlider .swiper-slide {
    height: unset;
 background: linear-gradient(127.3deg, rgba(255, 214, 77, 0.9) 29.3%, rgba(248, 144, 84, 0.9) 123.89%);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.participatedSlider .swiper-slide img {
    max-width: 100px;
    border-radius: 50%;
    border:4px solid #005747
}

.participatedSlider .swiper-slide h5 {
    color: #020212;
;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: rgba(52, 52, 52, 1);
    padding: 5px;
    border-radius: 5px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-next {
    right: 15px;
}

.swiper_wrap .swiper-button-prev {
    left: -25px;
}

.swiper_wrap .swiper-button-next {
    right: -25px;
}

.talented-jurries-sc {
    padding: 50px 0;
    background: linear-gradient(to right, #FFEDB3 0%, #FCCFB6 100%);
}

.swiper_wrap {
    position: relative;
}

.talentedJuriesSlider {
    padding: 0 25px 40px;  
    position: relative;
}

.talentedJuriesSlider .swiper-slide {
    height: unset;
    background: linear-gradient(135deg, #FDC300 0%, #E95C0A 100%);    
}

.talentedJuriesSlider .swiper-slide a {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 15px;
}

.talentedJuriesSlider .swiper-slide img {
    height: 200px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    border-radius: 6px;
}

.talentedJuriesSlider .swiper-slide .hover_overlay {
    flex: 1 1 100%;
    padding: 6px 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.talentedJuriesSlider .swiper-slide h5 {
    color: #020212;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}


.winners-sc {
    padding: 50px 0;
    margin-top: 20px;
    background: linear-gradient(to right, #fff 0%, #FFF6DA 100%);
}

.winner-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    justify-content: center;
}

.winner-col {
    padding: 0 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.winners-sc .winners-inner {
    background: linear-gradient(white, white) padding-box, linear-gradient(#FDC300, #E95C0A) border-box;
    border: 3px solid transparent;
    border-radius: 11px;
    text-align: center;
    padding: 15px;
    max-width: 300px;
    margin: auto;
    box-shadow: 0 0 8px rgba(65, 65, 65, 0.25);
}

.winners-sc .winners-inner h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    margin-top: 20px;
}

.winner-explore {
    display: block;
    background: #005747; 
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    text-align: center;
    font-weight: 600;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    text-transform: uppercase;
    box-shadow: 0 0 8px rgba(65, 65, 65, 0.25);
}

.main-footer {
    display: flex; 
    flex-wrap: wrap;
    color: #fff;
}

footer .ft-left {
    padding: 30px 50px;
    background-color: #005747;
    color: #fff;
    flex: 0 0 37%;
    max-width: 37%;
    text-align: justify;
}

footer .ft-left h3, footer .ft-left h4 {
    color: #fff;
}

.newsBlogSlider {
    padding-bottom: 30px;
}

.swiper-buttons-bottom {
    position: relative;
    bottom: -30px;
    z-index: 999;
    max-width: 140px;
}

.swiper-buttons-bottom .swiper-button-next, .swiper-buttons-bottom .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 5px;
    border-radius: 5px;
}

.swiper-buttons-bottom .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-buttons-bottom .swiper-button-prev {
    left: 0px;
}

.swiper-buttons-bottom-2 {
    position: relative;
    bottom: -30px;
    z-index: 999;
    max-width: 100%;
}

.swiper-buttons-bottom-2 .swiper-button-next, .swiper-buttons-bottom-2 .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 5px;
    border: 1px solid rgba(2, 2, 18, 1);
    border-radius: 0;
}

.swiper-buttons-bottom-2 .swiper-button-next:after, .swiper-buttons-bottom-2 .swiper-button-prev:after {
    display: none;
}

.swiper-buttons-bottom-2 .swiper-button-prev {
    left: 0px;
}

.swiper-buttons-bottom-2 .swiper-button-next {
    right: 0px;
}

.ft-right {
    flex: 0 0 63%;
    max-width: 63%;
    background-color: #021a1b;
    padding: 20px 40px;
}

.ft-right .knowledge-partner {
    display: inline-block;
    text-align: left;
}

.ft-right .knowledge-partner p {
    color: #fff;
    margin: 0;
}

.ft-right .knowledge-partner img {
    height: 55px;
}

.ft-right .igdc-logo img {
    height: 70px;
}

.footer-sm  {
    /* margin-top: 30px; */
    margin-bottom: 20px
}

.footer-sm p {
    font-size: 18px;
}

.footer-sm a img {
    height: 22px;
    margin-right: 10px;
}

.subscribe-col {
    margin-top: 40px;
}

.subscribe-col .form-group {
    position: relative;
    margin: 0;
}

.subscribe-col .form-group input {
    font-size: 16px;
}

.subscribe-col .form-group button {
    position: absolute;
    background: linear-gradient(to right, rgba(1, 147, 146, 0.8) 0%, rgba(44, 98, 223, 0.8) 100%);
    right: 0;
    top: 0;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 42px;
}

.subscribe-col .form-group button svg {
   height: 26px;
   
}

.subscribe-col p {
    font-size: 16px;
}

.main-footer hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-top: 1px solid #fff;
}

.ft-contact-info {
    margin-bottom: 20px;
    /* margin-top: 30px; */
}

.ft-contact-info h4 {
    color: #fff;
    font-size: 18px;
}

.ft-contact-info a {
    color: #fff;
    display: block;
    margin: 10px 0;
}

.ft-contact-info a img {
    width: 15px;
    margin-right: 10px;
}

.quick-links {
    margin-top: 10px;
}

.quick-links h4 {
    font-size: 20px;
    color: #fff;
}

.quick-links-inner a {
    display: block;
    padding: 6px 0;
    color: #fff;
    font-weight: 500;
}

/* About Page */

.about-main {
       padding: 50px 0 30px 0;
    background: linear-gradient(to right, #FFFCE5 0%, #FFF5E8 100%);
    margin-top: 50px;
}

.aboutSlider {
    padding-bottom: 50px;
    margin-top: -100px;
    margin-bottom: 20px;
}
.aboutSlider .swiper-slide {
    box-shadow: 0 0 15px #9d9d9d;
}

.about-card {
    padding: 20px;
    background-color: #fff;
    background: linear-gradient(to right, #fff, #fff) padding-box, linear-gradient(to right, #FDC300, #E95C0A) border-box;
    border: 2px solid transparent;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(73, 73, 73, 0.3);
}

.about-card h3 {
    font-weight: 700;
}
.about-card p {
    margin-bottom: 0;
    line-height: 1.4;
}

/* Important Dates */

.dc-international-main {
    padding: 50px 0;
}

.dc-international-main .dc-internation-list {
    display: flex; 
    background: linear-gradient(to right, #fff, #fff) padding-box, linear-gradient(180deg, #FFC61A 0%, #F77E22 104.17%) border-box;
    border: 2px solid transparent;
    margin-top: 30px;
    border: 2px solid transparent;
    margin-top: 30px;
}

.dc-international-main .dc-internation-list .dci-left {
  background: linear-gradient(134.14deg, #FFCA1A -3.93%, #F67023 117.1%);
    flex-shrink: 0;
    width: 30%;
    max-width: 330px;
    padding: 15px;
}

.dc-international-main .dc-internation-list .dci-left h3 {
    font-size: 28px;
    color: #000;
}

.dc-international-main .dc-internation-list .dci-left .card {
    background-color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    margin-top: 10px;
}

.dc-international-main .dc-internation-list .dci-left .card p {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.dc-international-main .dc-internation-list .dci-left .card h5 {
    margin-bottom: 0;
}

.dc-international-main .dc-internation-list .dc-region {
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 100%;
}

/* .dc-international-main .dc-internation-list .dc-region .dcr-top {
    flex: 1 1 100%;
} */

.dc-international-main .dc-internation-list .dc-region h4 {
    font-size: 28px;
}

.dc-international-main .dc-internation-list .dc-region h5 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.dc-international-main .dc-internation-list .dc-region .dcr-bottom {
    flex-shrink: 0;
}

.dc-international-main .dc-internation-list .dc-region .dcr-bottom a {
    color: #fff;
      background: #005747;
    box-shadow: 0px 0px 8.9px 0px #00000040;
    padding: 8px 15px;
    border-radius: 4px;
}

.dc-international-main .dc-internation-list .dc-map {
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.dc-international-main .dc-internation-list .dc-map img {
    max-width: 230px;
}

/* DESIGN CHAMPIONSHIP FAQ's */

.champ-faqs-main {
    padding: 50px 0;
  background: linear-gradient(to right, #FFF0C3 0%, #FFFFE3 100%);
}

.champ-faqs-main .champ-faqs-inner {
    background-color: #fff;
    padding: 25px 30px;
    margin-top: 30px;
    background: linear-gradient(white, white) padding-box, linear-gradient(145deg, #FFD64D, #F89054) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
}

.champ-faqs-main .champ-faqs-inner ul {
    margin: 0;
    padding: 0;
}

.champ-faqs-main .champ-faqs-inner .fancyTabs {
    display: flex;
    flex-wrap: wrap;
}

.champ-faqs-main .champ-faqs-inner .fancyTabs li {
    background: linear-gradient(white, white) padding-box, linear-gradient(145deg, #FFD64D, #F89054) border-box;
    border: 2px solid transparent;
    top: 0;
    border-radius: 10px;
    margin: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0;
}

.champ-faqs-main .champ-faqs-inner .fancyTabs li:last-child {
    margin-right: 0;
}

.champ-faqs-main .champ-faqs-inner .fancyTabs li a {
    background: transparent;
    padding: 15px 10px 15px;
    font-size: 18px;
    color: #020212;
    top: 0;
}

.champ-faqs-main .champ-faqs-inner .fancyTabs li a img {
    height: 90px;
    padding: 12px;
}
.champ-faqs-main .champ-faqs-inner .fancyTabs li.active a .img-faq, .champ-faqs-main .champ-faqs-inner .fancyTabs li:hover a .img-faq {
    background-color: #fff;
    width: 90px;
    height: 90px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
}
.champ-faqs-main .champ-faqs-inner .fancyTabs li a span {
    display: block;
    margin-top: 10px;
    text-wrap: nowrap;
}

.champ-faqs-main .champ-faqs-inner .fancyTabs li.active, .champ-faqs-main .champ-faqs-inner .fancyTabs li:hover {
      background: linear-gradient(145deg, #FFD64D 0%, #F89054 100%);
    /* border: transparent; */
}

.champ-faqs-main .champ-faqs-inner .fancyTabs li.active a, .champ-faqs-main .champ-faqs-inner .fancyTabs li:hover a {
    color: #fff;
}

.champ-faqs-main .fancyTab.active .whiteBlock {
    bottom: 0;
}

.tab-content {
    padding: 10px 20px;
}

.champ-faqs-main .champ-faqs-inner .panel-group {
    padding: 0;
}

.champ-faqs-main .champ-faqs-inner .panel-group .panel {
    padding: 0 30px;
    box-shadow: 0 2px 10px rgba(70, 70, 70, 0.25);
    margin-top: 20px;
    border-radius: 8px;
}

.champ-faqs-main .champ-faqs-inner .panel-group .panel .panel-title {
    background: transparent;
    padding: 15px 0;    
    border-radius: 0;
    margin: 0;
}

.champ-faqs-main .champ-faqs-inner .panel-group .panel .panel-title a {
    color: #020212;
    font-weight: 500;
    position: relative;
    display: block;
    background: url(../img/icons/minus.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 9px right 0px;
    transition: unset;
}

.champ-faqs-main .champ-faqs-inner .panel-group .panel .panel-title a.collapsed {
    background: url(../img/icons/plus.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 3px right 0px;
}


/* .champ-faqs-main .champ-faqs-inner .panel-group .panel .panel-title a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000;
    right: 0;
    top: 0;
} */

.panel-collapse {
    padding-top: 15px;
    border-top: 1px solid rgba(194, 194, 194, 1);
}

.category-top-sc {
    background: linear-gradient(145deg, #FFD64D, #F89054) padding-box;
    border: 2px solid transparent;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
}

.category-top-sc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
   background: linear-gradient(133.78deg, rgba(52, 50, 7, 0.7) -9.38%, rgba(43, 26, 4, 0.7) 105.1%);

}

.category-top-sc .category-thumbs {
    overflow: hidden;
}

.category-top-sc .category-thumbs .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
    opacity: 0.5;
}

.category-top-sc .category-thumbs .swiper-slide-active {
    z-index: 9;
    position: relative;
}

.category-top-sc .swiper-slide {
    height: unset;
}

.category-top-sc .cat-card {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    height: 100%;
}

.category-top-sc .cat-card img {
    max-width: 70px;
}

.category-top-sc .cat-card h3 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 20px;
}

.category-top-sc .cat-card h5 {
   font-size: 14px;
   font-weight: 500;
}

.category-top-sc .cat-card p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.4;
}

.category-top-sc .cat-card .btn {
    background: linear-gradient(to right, #FDC300 0%, #E95C0A 100%);
    box-shadow: none;
    padding: 5px 5px;
    color: #000;
    height: auto;
    border: 0;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.category-top-sc .swiper-button-next, .category-top-sc .swiper-button-prev {
    background: transparent;
    border: 1px solid #fff;
}

@media (min-width: 1024px) {
    .category-top-sc .swiper-button-prev {
        left: 23%;
    }
    
    .category-top-sc .swiper-button-next {
        right: 23%;
    }
}

.category-details {
    position: relative;
    overflow-x: hidden;
}

.category-details .category-details-inner {
    display: none;
    background: #FFFBEE;;
    padding: 40px 50px;
}

.category-details .active {
    display: block;
}


.category-details .category-details-inner hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid rgba(161, 161, 161, 1);
}

.category-details ul {
    margin-left: 25px;
}

.category-details ul li {
    list-style-type: disc;
}

.category-details .the-regional-winner {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.category-details .the-regional-winner h5 {
    flex: 1 1 100%;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    margin: 0;
    border: 1px solid #9A9A9A
}
.category-details .the-regional-winner a {
    flex-shrink: 0;
    padding: 10px 30px;
   background: #005747;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    font-size: 600;
}

.registration-guidelines-main .card {
    padding: 30px 30px;
       background: linear-gradient(#FFF0C3 0%, #FFFFE3 100%);
    margin-bottom: 30px;
}
.registration-guidelines-main .card.bg-yellow {
    background: #FFFBEE !important;
}
.registration-guidelines-main .card h4 {
    font-weight: 600;
    font-size: 22px;
}

.registration-sc {
  
    padding: 30px 0px;
    background: linear-gradient(145deg, #FFD64D 0%, #F89054 100%);
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
        /* text-align: center; */
}

.registration-sc form {
    
    border: 2px solid transparent;
    padding: 30px 50px;
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
    border-image: linear-gradient(180deg, rgba(77, 180, 179, 0.4) 0%, rgba(106, 147, 230, 0.4) 100%) 1;
    border-width: 3px;
    border-style: solid;
       background: rgba(255, 255, 255, 0.2);
}

.registration-sc .form-group {
    margin-bottom: 2rem;
}

.registration-sc .form-group label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 8px;
}

.registration-sc .form-group .form-control {
    border-radius: 5px !important;
    border: 0;
    box-shadow: 0 0 8px rgba(137, 137, 137, 0.25);
}

.btn-submit {
background: rgba(0, 87, 71, 1);
    box-shadow: none;
    padding: 10px 30px;
    color: #fff;
    height: auto;
    border: 0;
    border-radius: 6px;
    min-width: 200px;
    text-align: center;
}

.winner-showcas-sc {
    padding: 30px 0px;
    background: #fffbee;
}

.winners-table {
    background-color: transparent;
    border: 1px solid #9a9a9a;
}

.winners-table thead tr th, .winners-table tbody tr td  {
    border: 1px solid #9a9a9a;
}

.winners-table tbody tr td:first-child {
    text-align: center;
}

.winners-table thead tr th:last-child {
    width: 190px;
}

.view-button {
    background: #005747;
    box-shadow: none;
    padding: 8px 30px;
    color: #fff;
    height: auto;
    border: 0;
    border-radius: 6px;
    text-transform: uppercase;
    text-wrap: nowrap;
}

/* Our Jury */

.our-jury-sc {
    padding: 50px 0;
}

.our-jury-card {
    margin-bottom: 20px;
}

.our-jury-card .card-body {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(114, 114, 114, 0.25);
    text-align: center;
    margin-top: 90px;
}

.our-jury-card .card-body img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-top: -90px;
    border: 5px solid #eee;
}

.our-jury-card .card-body h3 {
    font-size: 18px;
    margin: 15px 0 5px;
}

.our-jury-card .card-body h6 {
    font-size: 12px;
    font-weight: 400;
}

.our-jury-card .card-body .know-more-btn {
    font-size: 14px;
    color: #fff;
    background:#005747;
    display: block;
    padding: 3px 10px;
    border-radius: 4px;
}

/* card view */

.our-jury-card .card-outer {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 20, 38, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    /* transition: all ease-in-out 0.3s; */
}

.our-jury-card.hidden .card-outer {
    opacity: 0;
    visibility: hidden;
}

.our-jury-card.active .card-outer {
    opacity: 1;
    visibility: visible;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    cursor: pointer;
}

.close-btn svg {
    width: 30px;
}

.our-jury-card .card-view {
    background-color: #039096;
    padding-top: 100px;
    max-height: calc(100vh - 40px);
    overflow: auto;
}

.our-jury-card .card-view-inner {
    padding: 15px 80px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(114, 114, 114, 0.25);
    text-align: center;
    max-width: 1000px;
}

.our-jury-card .card-view-inner img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-top: -90px;
    border: 5px solid #eee;
}

.our-jury-card .card-view-inner h3 {
    font-size: 18px;
    margin: 15px 0 5px;
}

.our-jury-card .card-view-inner h6 {
    font-size: 12px;
    font-weight: 400;
}

.our-jury-card .card-view-inner p {
    color: #2c62df;
}

.our-jury-card .prev-jury, .our-jury-card .next-jury {
    background-color: #fff;
    position: absolute;
    top: 49%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 34px;
    border: 0;
    border-radius: 50%;

}

.our-jury-card .prev-jury svg, .our-jury-card .next-jury svg {
    width: 16px;
}

.our-jury-card .prev-jury {
    left: 50px;
}

.our-jury-card .next-jury {
    right: 50px;
}

.theme-main-sc {
    padding: 30px 0 0;
}

.theme-inner  {
    padding: 0 20px 20px 70px;
    box-shadow: 10px 0 14px  rgba(163, 163, 163, 0.25);
    border-radius: 50px 10px 10px 50px;
    position: relative;
    min-height: 143px;
    margin: 30px 0;
}

.theme-inner figure {
    display: flex;
    width: 153px;
    height: 153px;
    background: linear-gradient(white, white) padding-box,linear-gradient(180deg, #FFD64D 0%, #F89054 100%) border-box;
    border: 8px solid transparent;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -5px;
    padding: 15px;
}

.theme-inner .theme-header {
    display: flex;
    align-items: center;
}

.theme-inner .theme-header h3 {
 background: linear-gradient(89.99deg, #FFD64D 0.01%, #F89054 113.13%);
    padding: 10px;
    font-size: 18px;
    flex-shrink: 0;
    min-width: 310px;
    text-align: center;
    color:#020212;
    border-radius: 5px;
}

.theme-inner .theme-header h4 {
    flex: 1 1 100%;
    text-align: center;
}

.theme-inner .theme-text {
    padding-left: 100px;
}

.theme-inner .theme-text p {
    margin: 0;
}

.winner-region-main {
    padding: 30px 0;
}

.custom-tabs ul {
    display: flex;
    margin: 0 -5px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-tabs ul li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    padding: 5px;
}

.custom-tabs ul li a {
      border: 0;
    border-radius: 8px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    transition: all 0.3s linear;
    background: #FFFFFF;
    box-shadow: 0px 0px 22.4px 0px #4E4E4E40;
    border: 2px solid #fff;
}

.custom-tabs ul li.active a, .custom-tabs ul li a:hover {
    background: #FFFBDA;
border: 2px solid #FFFBEC;
   box-shadow: 0px 0px 22.4px 0px #4E4E4E40;

}


.custom-tabs ul li a span {
    white-space: nowrap;
}

.custom-tabs .tab-content {
    margin-top: 30px;
    padding: 0px 30px 30px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #D0CA89 0%, #F1B56B 100%) border-box;
    border: 2px solid transparent;
    border-radius: 5px;
}

.custom-tabs .winners-title {
  background: linear-gradient(90deg, #FFCA1A 0%, #F67023 100%);

    padding: 10px 25px;
    font-size: 18px;
    text-align: center;
    color: #020212;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
}

.custom-tabs .tab-content .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}

.custom-tabs .tab-content .row .Winners_box {
    flex: 0 0 25%;
    max-width: 25%;
} 

.custom-tabs .tab-content .row .Winners_box {
    border-right: 1px solid #8b8b8b;
}
.custom-tabs .tab-content .row .Winners_box:last-child {
    border: 0;
}

.smartclass-card {
    background: linear-gradient(to right, #cafdfc 0%, #bdd3f9 100%);
    border: 1px solid #000000;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 30px 30px 0 !important;
    display: table;
    width: 100%;
}

.smart-custom-sec {
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
    display: table;
    width: 100%;
}

.winners-coming-soon {
    text-align: center;
}

.winners-coming-soon h3 {
    margin: 70px 0 50px;
}

@media (max-width: 1023px) {
    .custom-tabs .tab-content .row .Winners_box {
        flex: 0 0 50%;
        max-width: 50%;
    } 

    .custom-tabs .tab-content .row .Winners_box:nth-child(2) {
        border-right: 0;
    }
    
}

.sweet-alert {
    padding-bottom: 30px;
}

.sweet-alert h2 {
    color: #000;
}

.sweet-alert p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.sweet-alert button {
    background: linear-gradient(to right, rgba(1, 147, 146, 0.8) 0%, rgba(44, 98, 223, 0.8) 100%)!important;
}

@media (max-width: 500px) {
    .gallery-section .gallery-sc-inner h4,
    .about-card h3,
    .dc-international-main .dc-internation-list .dc-region h4,
    .title-inner h2,
    .title-inner h3 {
        font-size: 18px;
    }

    .category-details .category-details-inner {
        padding: 40px 15px;
    }

    .categories-inner-main .categories-card-inner a h4 {
        font-size: 18px;
    }

    .offcanvas-nav .dropdown-menu a {
        text-wrap: wrap;
    }

    .champ-faqs-main .champ-faqs-inner .panel-group .panel {
        padding: 0px 15px;
    }

    .champ-faqs-main .champ-faqs-inner .panel-group .panel .panel-title a.collapsed,
    .champ-faqs-main .champ-faqs-inner .panel-group .panel .panel-title a {
        padding: 0 10px;
    }

    .imp_state {
        max-width: 300px;
    }

    .registration-sc form {
        padding: 20px 15px;
    }

    .btn_ctr {
        text-align: center !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        /* display: none; */
    }
.swiper-pagination{
    display: none !important;
}
    .custom-tabs .tab-content .row .Winners_box {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
    }    
}

.custom-tabs .Winners_box {
    text-align: center;
    margin-top: 20px;
}

.custom-tabs .Winners_box h2 {
    display: inline-block;
    background: #005747;
    border-radius: 40px;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: normal;
    color: #fff;
}

.custom-tabs .Winners_box h3 {
    font-size: 18px;
}

.custom-tabs .Winners_box h4 {
    font-size: 14px;
  background: #F4EECB;
    padding: 6px 5px;
    border-radius: 4px;
    margin: 0;
}

@media (max-width: 1200px){
    footer .ft-left {   
        padding: 20px;
    }

    footer .ft-right {
        padding: 20px;
    } 
}

@media (max-width: 1024px){
    .categories-inner-main .categories-card {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .dc-international-main .dc-internation-list .dci-left h3 {
        font-size: 22px;
    }

    .dc-international-main .dc-internation-list .dc-map {
        max-width: 240px;
    }

    .dc-international-main .dc-internation-list .dc-map img {
        max-width: 100%
    }
}

@media (max-width: 767px){
.journey-count:first-child {
    flex: unset;
    max-width: unset;
    border-right: 0;
    width: 100%;
}
.journey-count h2{
    width: 100%;
    text-align: center;
}
    .sub-menu {
        padding-inline-start: 40px;
    }

    .title-inner h2, .title-inner h3 {
        font-size: 22px;
    }

    .categories-inner-main .categories-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main-title h3 {
        font-size: 20px;
    }

    .homeSLider {
     display: none; 
    }

    .homeSLider.mobile {
        display: block;
    }

    .homeSLider .swiper-slide a {
        bottom: 9%;
        max-width: unset;
        left: 5%;
        background: #fff;
        padding: 5px 15px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }

    .homeSLider .swiper-slide a span {
        background: -webkit-linear-gradient(right, #019392, #2C62DF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 

    }

    .categories-area {
        padding: 20px 0 20px;
    }

    .gallery-section {
        padding: 10px 0 10px;
    }

    .gallery-section .gallerySlider {
        padding-bottom: 40px;
    }   
    

    .our-journey-sc {
        padding: 30px 0 0;
    }

    .our-journey-box {
        box-shadow: none;
        padding-top: 0;
    }

    .counter-box {
        padding: 30px 10px;
        flex-wrap: wrap;
    }

    .journey-count {
        margin: 0;
        padding: 20px 0;
    }

    .journey-count .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }   

   .journey-count:first-child,.journey-count:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #a0a0a0;
    }
.journey-count:first-child{
flex: unset; 
max-width: unset; 
    border-bottom: 1px solid #a0a0a0;
}
    .participated-schools {
        padding: 30px 0;
    }
    
    .talentedJuriesSlider {
        padding: 0px 0px 10px;
        position: relative;
    }

    .swiper_wrap .swiper-button-prev {
        left: -0;
    }
    
    .swiper_wrap .swiper-button-next {
        right: -0;
    }
    
    
    .talented-jurries-sc {
        padding: 20px 0;
    }
    .winners-sc {
        padding: 20px 0;
    }

    .winner-col {
        margin-bottom: 15px;
    }

    footer .ft-left {   
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer .ft-right {
        flex: 0 0 100%;
        max-width: 100%;
    } 

    footer .ft-right .text-right {
        text-align: left;
    }

    /* About  */
    .about-main {
        padding: 20px 0;
        margin: 0;
    }

    .aboutSlider {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    /* Imortant Dates */

    .dc-international-main {
        padding: 20px 0;
    }
    
    .dc-international-main .dc-internation-list {
        flex-wrap: wrap;
    }

    .dc-international-main .dc-internation-list .dci-left {
        width: 100%;
        max-width: 100%;
    }

    .dc-international-main .dc-internation-list .dc-map {
        justify-content: center;
        max-width: 100%;
    }

    .dc-international-main .dc-internation-list .dc-map img {
        justify-content: center;
    }
    
    .champ-faqs-main .champ-faqs-inner {
        padding: 15px;
    }

    .champ-faqs-main .champ-faqs-inner .fancyTabs {
        /* gap: 10px; */
    }

    .champ-faqs-main .champ-faqs-inner .fancyTabs li {
        margin: 0;
        flex: 0 0 calc(50% - 10px);
        max-width: 50%;
        margin: 5px;
    }

    /* Category */


    .category-top-sc {
        padding: 20px 0;
    }

    .category-details .swiper-slide {
        padding: 20px;
    }

    .category-details .the-regional-winner {
        flex-direction: column;
        gap: 10px;
    }

    .theme-inner {
        text-align: center;
        padding: 20px;
        box-shadow: 0 0 14px rgba(163, 163, 163, 0.25);
        border-radius: 8px;
    }

    .theme-inner figure {
        position: relative;
        display: inline-block;
        margin: 20px 0;
    }

    .theme-inner .theme-header {
        flex-direction: column;
    }

    .theme-inner .theme-header h3 {
        width: 100%;
    }

    .theme-inner .theme-text {
        padding-left: 0;
    }
    
 }


 @media (max-width: 500px){
    .categories-inner-main .categories-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .winner-col {
        padding: 0 15px;
        max-width: 100%;
    }
    .journey-count .item {
        padding: 0 8px;
    }

    .journey-count .item .item-inner h5 {
        font-size: 12px;
    }
 }