﻿


a {
    text-decoration: none;
}

.flex-center {
    display: flex;
    justify-content: center;
}


.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    justify-content: space-between;
}


@media (max-width:768px) {
    .p-10-res {
        padding: 10%;
    }

    .p-15-res {
        padding: 15%;
    }

    .p-20-res {
        padding: 20%;
    }

    .p-25-res {
        padding: 25%;
    }
}


#components-reconnect-modal {
    display: none !important;
}

.header-blue {
    background: linear-gradient( 135deg, #e5e5e5, #ffffff);
    /* overflow: hidden; */
    position: relative;
    background-color: #000000;
    min-height: 100vh;
}

@media (min-width:768px) {
    .header-blue {
        min-height: calc(120vh + -10px);
    }
}

.header-blue .navbar {
    background: transparent;
    /* padding-top: .75rem; */
    /* padding-bottom: .75rem; */
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    padding: 0px;
    border-top: 1px solid rgb(255 255 255 / 14%);
    direction: rtl;
    background: #fff;
}

@media (min-width:768px) {
    .header-blue .navbar {
        /* padding-top: 1rem; */
        /* padding-bottom: 1rem; */
    }
}

.header-blue .navbar .navbar-brand {
    font-weight: bold;
    color: inherit;
    margin-left: 0;
    float: right;
    margin-right: 0px;
}

    .header-blue .navbar .navbar-brand:hover {
        color: #f0f0f0;
    }

.header-blue .navbar .navbar-collapse {
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: .5rem;
    direction: ltr;
}

.header-blue .navbar .navbar-toggler {
    border: 0;
    background: linear-gradient(-315deg, #000 0%, #000000a3 74%);
    padding: 8px 9px;
}

@media (max-width:768px) {
    .header-blue .navbar .navbar-collapse {
        margin-top: .5rem;
        background-color: #00243a;
        padding: 20px;
        border-radius: 10px;
        overflow: hidden;
        border: 0px;
        text-align: center;
    }

        .header-blue .navbar .navbar-collapse span .login {
            padding-top: 10px;
            display: inline-block;
        }
}

@media (min-width:768px) {
    .header-blue .navbar .navbar-collapse {
        border-color: transparent;
        margin: 0;
        background: #000;
        border-radius: 200pc;
    }
}

.navbar .navbar-collapse span .login {
    color: #d9d9d9;
    margin-right: 1rem;
    text-decoration: none;
    margin-left: 1rem;
}

    .navbar .navbar-collapse span .login:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 12pt;
}

.header-blue .navbar .navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}

    .header-blue .navbar .navbar-toggler:hover, .header-blue .navbar-toggler:focus {
        background: none;
    }

.header-blue .navbar .navbar-nav a.active, .header-blue .navbar .navbar-nav > .show .dropdown-item {
    font-weight: 400;
    background: none;
    box-shadow: none;
    color: rgb(255 255 255 / 86%);
    font-size: 13pt;
    font-weight: 300;
}

@media (min-width: 768px) {
    .header-blue .navbar-nav .nav-link {
        padding-left: .7rem;
        padding-right: .7rem;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
}

@media (min-width: 992px) {
    .header-blue .navbar-nav .nav-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

.btn {
    font-weight: 100;
}


.navbar .navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    background-color: rgba(255, 255, 255, 0.87);
    border-radius: 9px;
    padding: 0px;
    overflow: hidden;
}



.navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item {
    line-height: 2;
    color: #37434d;
    font-size: 11pt;
    text-align: center;
    font-weight: 300;
    border-bottom: 2px solid rgba(139, 139, 139, 0.9);
}

.navbar .dropdown-menu li:nth-last-child(1) .dropdown-item:focus, .navbar .dropdown-menu li:nth-last-child(1) .dropdown-item {
    border-bottom: 0px solid rgba(139, 139, 139, 0.9);
}

.navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover {
    background: #ebeff1;
}

.action-button, .header-blue .action-button:not(.disabled):active {
    border-radius: 40px;
    color: #090909 !important;
    box-shadow: none;
    text-shadow: none;
    padding: 0.15rem 1.2rem;
    background: #fed500;
    transition: background-color 0.25s;
    outline: none;
    border: 0px;
    font-weight: 500;
    font-size: 13pt;
    margin-left: 3vw;
}


.header-blue .navbar .form-inline label {
    color: #d9d9d9;
}

.header-blue .navbar .form-inline .search-field {
    display: inline-block;
    width: 80%;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #ccc;
    box-shadow: none;
    color: inherit;
    transition: border-bottom-color 0.3s;
}

    .header-blue .navbar .form-inline .search-field:focus {
        border-bottom: 1px solid #ccc;
    }

.header-blue .hero {
    margin-top: 100px;
    z-index: 2;
    position: relative;
}


.btn-yellow {
    background: linear-gradient(-315deg, #fbb034 0%, #fd0 74%);
    border-radius: 25px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 12pt;
}

.btn-blue {
    background: linear-gradient(-315deg, #0367b3 0%, #0097b0 74%);
    border-radius: 25px;
    width: 100%;
    font-size: 12pt;
    margin-bottom: 15px;
    color: #fff !important;
    border: 0px;
}

.play-video-header {
    width: 150px;
    display: inline-block;
    position: absolute;
    bottom: 8%;
    left: 24px;
    z-index: 2;
}

    .play-video-header img {
        width: 100%;
    }

@media (max-width:768px) {
    .play-video-header {
        bottom: 15px;
    }
}

.pattern-modiran {
    width: 100%;
}

.header-blue .hero h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:992px) {
    .header-blue .hero h1 {
        margin-top: 190px;
        margin-bottom: 24px;
        line-height: 1.2;
    }
}

.header-blue .hero h2 {
    color: rgba(255,255,255,0.8);
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 37px;
}

.header-blue .phone-holder {
    text-align: right;
}

.header-blue div.iphone-mockup {
    position: relative;
    max-width: 300px;
    margin: 20px;
    display: inline-block;
}

.header-blue .iphone-mockup img.device {
    width: 100%;
    height: auto;
}

.header-blue .iphone-mockup .screen {
    position: absolute;
    width: 88%;
    height: 77%;
    top: 12%;
    border-radius: 2px;
    left: 6%;
    border: 1px solid #444;
    background-color: #aaa;
    overflow: hidden;
    background: url(../../assets/img/screen-content-iphone-6.jpg);
    background-size: cover;
    background-position: center;
}

    .header-blue .iphone-mockup .screen:before {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 70%;
        height: 140%;
        top: -12%;
        right: -60%;
        transform: rotate(-19deg);
        opacity: 0.2;
    }




.ml-auto {
    /*! margin-left: auto !important; */
}


.navbar-dark .navbar-text {
    font-weight: 100;
}


.logo.bg {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.61) 100%);
}

.logo {
    z-index: 6;
    top: 24vh;
    max-width: 500px;
    width: 90%;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: background 5s;
    position: absolute;
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 23vh;
}


.loading {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000133;
    background: linear-gradient(-315deg, #000717 0%, #001137 74%);
    text-align: center;
}

.svglogo {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px;
    width: 40%;
}

    .svglogo path, .svglogo polygon, .svglogo circle {
        stroke-dashoffset: 600;
        stroke-dasharray: 600;
        animation: draw 3s linear;
    }

    .svglogo g {
        fill-opacity: 0;
        animation: fill-in 1s 3s forwards;
    }

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill-in {
    to {
        fill-opacity: 1;
    }
}

#loader {
    position: fixed;
    bottom: 0%;
    right: 50%;
    width: 25px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

    #loader .diamond {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        width: 25px;
        height: 25px;
        border-radius: 2px;
        background: #fcb715;
        background: linear-gradient(-315deg, #fbb034 0%, #fd0 74%);
        -webkit-transform: translateY(0) rotate(-45deg) scale(0);
        -ms-transform: translateY(0) rotate(-45deg) scale(0);
        transform: translateY(0) rotate(-45deg) scale(0);
        -webkit-animation: diamonds 1800ms linear infinite;
        animation: diamonds 1800ms linear infinite;
    }

        #loader .diamond:nth-child(1) {
            -webkit-animation-delay: -1200ms;
            animation-delay: -1200ms;
        }

        #loader .diamond:nth-child(2) {
            -webkit-animation-delay: -2400ms;
            animation-delay: -2400ms;
        }

        #loader .diamond:nth-child(3) {
            -webkit-animation-delay: -3600ms;
            animation-delay: -3600ms;
        }

        #loader .diamond:nth-child(4) {
            -webkit-animation-delay: -4800ms;
            animation-delay: -4800ms;
        }

@-webkit-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(-45deg) scale(1);
        transform: translateY(-50px) rotate(-45deg) scale(1);
    }

    100% {
        -webkit-transform: translateY(-100px) rotate(-45deg) scale(0);
        transform: translateY(-100px) rotate(-45deg) scale(0);
    }
}

@keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(-45deg) scale(1);
        transform: translateY(-50px) rotate(-45deg) scale(1);
    }

    100% {
        -webkit-transform: translateY(-100px) rotate(-45deg) scale(0);
        transform: translateY(-100px) rotate(-45deg) scale(0);
    }
}



.video-wrap {
    position: absolute;
    z-index: 2;
    top: 0px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .video-wrap:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgb(68 4 184);
        z-index: 2;
        mix-blend-mode: color-dodge;
        background: -webkit-linear-gradient(#8904ff7d, #372fffad);
    }

    .video-wrap:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgb(0 20 38 / 46%);
        z-index: 3;
        top: 0px;
    }

    .video-wrap video {
        background-color: #000000;
        width: 125%;
    }

@media only screen and (max-width: 1200px) {
    .video-wrap video {
        width: 150%;
    }
}

@media only screen and (max-width: 991px) {
    .video-wrap video {
        width: 250%;
    }
}

@media only screen and (max-width: 768px) {
    .video-wrap video {
        width: 354%;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 86%);
    display: inline-block;
    line-height: 16px;
    font-size: 12pt;
    transition: border-bottom 300ms;
    border-bottom: 3px solid transparent;
    font-weight: 300;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        border-bottom: 3px solid #fed500;
    }

a.dropdown-toggle.nav-link {
}

.bg-header {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(/images/back.jpg);
    background-color: #FFFFFF;
    opacity: 1;
}

.ClassyCountdown-wrapper {
    direction: ltr;
}

    .ClassyCountdown-wrapper .ClassyCountdown-value {
        color: rgb(255 255 255 / 75%);
        font-size: 15pt !important;
        font-weight: 300;
    }




#countdown-container {
    position: relative;
    max-width: 315px;
    margin: auto;
    margin-top: 20px;
}

.counter-lable {
    color: #afc0c8;
    font-weight: 400;
    font-size: 1.2em;
    display: none;
}


#info {
    min-height: 100vh;
}

    #info h3 {
        color: #0c3eb9;
        font-size: 14pt;
        margin-bottom: 20px;
        box-shadow: 0px 0px 10px #c4c4c4;
        display: inline-block;
        padding: 10px 25px;
        border-radius: 100px;
    }

.sub-title-section {
    color: #0c3eb9;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-left: 51px;
    background-image: url(/images/title-pattern.svg);
    background-repeat: no-repeat;
    background-position: left;
}


#section-award {
    background-color: #fff;
}

.blur-hover-sec2 {
    text-align: center;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    background: radial-gradient(100% 100% at 0% 0%, rgb(208 217 226 / 20%) 0%, rgb(208 217 226 / 20%) 100%);
    box-shadow: inset 5px -5px 250px rgb(255 255 255 / 2%), inset -5px 5px 4px rgb(255 255 255 / 10%);
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(3px);
    border: 2px solid #ffffff73;
    border-radius: 53px;
    width: 55%;
    height: 60%;
    position: absolute;
    right: 15px;
    top: 0%;
}


.event-title {
    font-size: 21pt;
    font-weight: 900;
    background: -webkit-linear-gradient(#8904FF, #372FFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    margin-top: 15px;
}

.border-h4 {
    color: #372fff;
    font-size: 14pt;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #c4c4c4;
    display: inline-block;
    padding: 4px 17px;
    border-radius: 100px;
    background: #fff;
    margin-top: 0px;
}

.info-item {
    display: flex;
    border: solid #c3cbd6;
    border-radius: 30px;
    margin-top: 20px;
}

.info-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .info-item-img img {
        height: 70px;
    }

.info-item-content {
    padding: 10px;
    padding-top: 28px;
    padding-left: 0px;
}

    .info-item-content h5 {
        font-weight: 700;
        font-size: 16pt;
    }

    .info-item-content p {
        font-size: 12pt;
    }


@media (max-width:768px) {
    #info {
        background-image: inherit;
    }

    .event-title {
        font-size: 16pt;
        margin-bottom: 0px;
    }
}

.award-item {
    height: 150px;
}

.cat-title-pattern {
    width: 9px;
    position: absolute;
    top: 25%;
    left: -45px;
    display: none;
}

.event-description {
    color: #000000;
    font-size: 12pt;
    line-height: 37px;
    font-weight: 400;
    letter-spacing: 0px;
    padding-right: 0%;
    text-align: justify;
    margin-bottom: 0px;
}

@media (max-width:768px) {
    .award-item {
        height: 95px;
        margin-bottom: 100px;
    }

    .event-description {
        padding-right: 0%;
    }
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#events .slick-list {
    padding-bottom: 15px;
    padding-top: 15px;
}

#mentors .slick-list {
    padding-bottom: 15px;
    padding-top: 15px;
}


.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: right;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: left;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.sponsors-slider .slick-initialized .slick-slide {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}



.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}




#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        left: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-left: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-right: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: right;
        margin-left: 10px;
    }


#reviews {
    position: relative;
}



    #reviews .carousel-item p, #reviews .carousel-item small {
        color: #000000;
    }

.carousel-indicators button {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    transition: 600ms !important;
    position: relative;
    opacity: 1 !important;
    display: none;
    border: 0 !important;
    box-shadow: 0px 0px 4px #000;
}

    .carousel-indicators button:before {
        position: absolute;
        width: 94%;
        height: 94%;
        content: "";
        left: 3%;
        top: 3%;
        border-radius: 50%;
        z-index: 1;
        border: 1px solid #ffffffa8;
    }

    .carousel-indicators button img {
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .carousel-indicators button.active {
        width: 180px !important;
        height: 180px !important;
        border-radius: 50%;
        display: inline-block;
    }

        .carousel-indicators button.active::after {
            content: "";
            width: 16px;
            height: 16px;
            position: absolute;
            border-radius: 50%;
            bottom: -27px;
            border: 2px solid #fff;
            left: 0px;
            right: 0px;
            z-index: 99999;
            margin: auto;
            background-color: #000;
        }


        .carousel-indicators button.active img {
        }


.carousel-indicators {
    align-items: center;
    position: relative;
    height: 140px;
}


.carousel-item .item-content {
    background-color: rgb(69 69 69 / 15%);
    border-radius: 10px;
    padding: 30px 15px;
    margin-top: 45px;
    background: url(/images/bg-pattern.png);
    background-position: top;
}

#reviews h3 {
    color: #fff;
    text-align: center;
    font-size: 17pt;
    margin-bottom: 61px;
    font-weight: 300;
}




#section-news {
    position: relative;
    /*background-image: url(/images/bg-box.jpg);*/
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 100vh;
}


    #section-news .container {
        max-width: 1140px;
    }

.news-item-large {
    position: relative;
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
}

.coverimg {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

    .coverimg::before {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.news-item-large .news-date {
    line-height: 54px;
}

.news-item-large .coverimg {
    margin-bottom: 15px;
}

    .news-item-large .coverimg::before {
        padding-bottom: 50%;
    }

.news-item-large .covercontent:before {
}

.news-item-large .covercontent {
}

.news-item-large h3 {
    font-size: 14pt;
    font-weight: bold;
}

.news-item-large p {
    text-align: justify;
    line-height: 35px;
    font-size: 11pt;
    font-weight: 400;
    color: #606060;
}

.news-item-small {
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 15px;
    border-radius: 20px;
    border: 1px solid #b5b5b5;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

    .news-item-small h4 {
        color: #0f3673;
        font-weight: 500;
        line-height: 35px;
        font-size: 11pt;
        margin-bottom: 0px;
    }



.more-news {
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 13pt;
    margin-bottom: 40px;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 23px;
    font-weight: 500;
    background: linear-gradient(-180deg,#8904FF 0%, #372FFF 100%);
}

.btn-news {
    background: -webkit-linear-gradient(#8904FF, #372FFF);
    border-radius: 25px;
    font-size: 12pt;
    color: #fff !important;
    border: 0px;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration: none !important;
}


.news-logo {
    position: absolute;
    z-index: 2;
    width: 124px;
    display: none;
}



#reasons {
}

.large-img-reasons {
    width: 100%;
}


.small-img-reasons {
    width: 100%;
}

#reasons2 {
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(/images/bg-r.png);
    background-size: cover;
}

.large-img-reasons {
    width: 100%;
}


.small-img-reasons {
    width: 100%;
}



@media (min-width:768px) {

    .large-img-reasons {
        display: block;
    }


    .small-img-reasons {
        display: none;
    }
}


@media (max-width:768px) {
    .news-item-small .coverimg {
        margin-bottom: 15px;
    }

    .carousel-indicators button {
        display: none;
    }

        .carousel-indicators button.active {
            display: inline-block;
        }

    .large-img-reasons {
        display: none;
    }


    .small-img-reasons {
        display: block;
    }
}


#services h3 {
    color: #1c5091;
    font-size: 20pt;
    text-align: left;
}


#services {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.service-img {
    width: 100%;
    transition: transform 300ms;
    transform: scale(1);
}

@media (max-width:768px) {
    .service-img {
        width: 50%;
    }
}

.service-img:hover {
    transform: scale(1.05);
}


#sponsors {
    padding-top: 80px;
    padding-bottom: 80px;
}

    #sponsors h3 {
        background: -webkit-linear-gradient(#8904FF, #372FFF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 25pt;
        text-align: revert;
        FONT-WEIGHT: 900;
        margin-top: 15px;
    }

    #sponsors p {
        text-align: center;
        color: #000;
        width: 180px;
        display: none;
    }

    #sponsors a {
        text-decoration: none !important;
    }

.sponsor-img {
    margin-bottom: 15px;
    transition: 300ms;
    padding: 15px;
    opacity: 0.9;
    width: 85px;
    filter: grayscale(1);
}

    .sponsor-img:hover {
        filter: grayscale(0);
        opacity: 1;
        transform: scale(2.5);
        z-index: 2;
        position: relative;
    }


#section-events {
    position: relative;
    background-image: url(/images/bg-events.svg);
    background-size: 137%;
    background-position: -61% -32%;
    background-repeat: no-repeat;
}

.events-item-large {
    position: relative;
}

.small-coverimg {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 0px;
    border: 4px solid #a6a8ab;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.coverimg::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: linear-gradient(0deg, rgba(0,152,255,1) 0%, rgba(9,9,121,0) 43%, rgba(0,212,255,0) 100%);
    opacity: 0.6;
}

#events {
    overflow: hidden;
}


#mentors {
    overflow: hidden;
}





#events .container {
}


.teacher-icon {
    width: 25px;
    display: inline-block;
}

.coverimg-width {
    width: 160px;
    display: inline-block;
    padding: 0px;
}

footer {
    color: #fff;
    background-image: url('/images/iranshahr/shape.png');
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    font-weight: 300 !important;
    background-color: #0f1134 !important;
}

.logo-hamrah {
    max-width: 350px;
    width: 90%;
}

.f-logo {
    width: 250px;
    margin-bottom: 20px;
}

footer h6 {
    border-bottom: 3px solid #fed500;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14pt;
}

footer a {
    text-decoration: none !important;
    font-size: 15pt;
}

.footer-item {
    margin-bottom: 15px;
}

    .footer-item i {
        font-size: 12pt;
        color: #edc700;
        margin-right: 5px;
    }


    .footer-item img {
        margin-right: 20px;
        width: 27px;
    }

    .footer-item span {
        margin-right: 30px;
    }

    .footer-item a {
    }

        .footer-item a img {
            width: 25px;
            margin-right: 10px;
        }

#footer-socials a i {
    text-decoration: none !important;
    font-size: 15pt;
}

.text-left {
    text-align: right;
}

.bg-yellow {
    background: linear-gradient(-315deg, #fbb034 0%, #fd0 74%);
    font-weight: 300;
    color: #000;
}

.image img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto !important;
}

.image {
    text-align: center;
    display: inline-block;
}

.form-control {
    font-weight: 300;
    font-size: 11pt;
    border-radius: 100px;
    padding: 10px 20px;
    border: 0;
}

#banners {
    background-color: #ebebeb;
}

.banner-item {
}

    .banner-item img {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

.just-pc {
}

.just-mobile {
    display: none;
}

.sponsors-container {
    direction: rtl;
}

@media screen and (max-width:768px) {
    .just-pc {
        display: none;
    }

    .just-mobile {
        display: inline-block;
    }

    .header-blue .hero h2 {
        color: rgba(255,255,255,0.8);
        font-size: 16px;
        margin-bottom: 9px;
        font-weight: 500;
        line-height: 30px;
    }

    .event-description {
        font-size: 12pt;
    }

    #section-counter {
        padding: 20px !important;
        padding-bottom: 0px !important;
        padding-top: 30px !important;
    }

    .news-item-small h4 {
        font-size: 10pt;
        text-align: justify;
    }

    #section-counter .item-counter img {
        width: 39px !important;
    }

    .title-counter-box h3 {
        font-size: 16pt;
    }

    .news-item-small {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .news-item-small h4 {
            color: #0f3673;
            font-weight: 500;
            line-height: 20px;
            font-size: 10pt;
            margin-bottom: 0px;
            text-align: justify;
        }

    .btn-news {
        font-size: 10pt;
        padding: 5px 15px;
        text-align: center;
    }

    .ecosystem-title {
        text-align: center;
    }


    .event-item {
        margin-bottom: 15px;
        margin-top: 0px;
        min-height: 180px;
    }

    .banner-item img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #banners {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #sponsors h3 {
        font-size: 16pt;
    }

    #map {
        height: 170px !important;
    }

    #sponsors p {
        font-size: 10pt;
        width: 110px;
    }

    .sponsor-img {
        padding: 25px;
    }

    .sponsor-img {
        width: 125px;
    }

    #events {
        background-image: none;
    }

    #mentors {
        background-image: none;
    }
}

.text-right {
    text-align: left;
}



#section-media {
    position: relative;
}

    #section-media h3 {
    }

@media (max-width:768px) {
    #section-media {
        background-size: 130%;
    }
}

#section-media .container {
    max-width: 1140px;
}

#sponsors .container {
    max-width: 1140px;
}


.medias {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}

.small-videos {
    flex-direction: column;
    flex: 1;
    display: flex;
    row-gap: 15px;
    column-gap: 15px;
}

.video-item {
    cursor: pointer;
    flex: 1;
    min-height: 100px;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    .video-item::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.6;
    }

.small-videos .video-item h3 {
    position: absolute;
    width: 100%;
    font-size: 12pt;
    color: #fff;
    text-align: center;
    bottom: 5px;
}


.bg-gradient.large-videos .video-item::before {
    background: -webkit-linear-gradient(#8904ff7d, #372fffad);
}

.large-videos .video-item h3 {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 12pt;
    left: 20px;
    top: 20px;
}

.large-videos .video-item {
    background-position: center left;
}

.large-videos {
    row-gap: 15px;
    column-gap: 15px;
    flex: 3;
    display: flex;
    flex-direction: column;
    position: relative;
}

.play-video {
    width: 140px;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.small-videos .play-video {
    width: 60px;
    bottom: auto;
    top: calc(50% - 30px);
    right: 0px;
    margin: auto;
    left: 0px;
}

@media (max-width:768px) {

    .video-item {
        min-height: 250px;
    }

    .homemedias.medias, .medias.videos {
        display: flex;
        flex-wrap: wrap;
        column-gap: 15px;
        height: auto !important;
        padding-left: 40px;
        padding-right: 40px;
        flex-direction: column-reverse;
    }


    .large-videos .video-item h3 {
        position: absolute;
        width: 100%;
        font-size: 12pt;
        color: #fff;
        text-align: center;
        display: inline-block;
        margin-top: auto;
        bottom: 0px;
        height: 30px;
    }
}

@media (max-width: 450px) {
    .video-item {
        min-height: 180px;
    }
}

.event-details {
    border: 1px solid #919191;
    background-color: #f1f2f2;
    border-radius: 20px;
    padding: 20px;
    bottom: 20px;
}

    .event-details img {
        width: 50px;
        display: inline-block;
    }

.event-register-btn {
    display: inline-block;
    padding: 10px 29px;
    background-color: #00aeef;
    border-radius: 26px;
    color: #fff !important;
    font-size: 11pt;
    width: 165px;
    margin-bottom: 15px;
}

.event-login-btn {
    display: inline-block;
    padding: 10px 29px;
    background-color: #18d52d;
    border-radius: 26px;
    color: #fff !important;
    font-size: 11pt;
    width: 165px;
    margin-bottom: 15px;
}


.event-item.single {
    min-height: 260px;
    margin: 0px;
    width: 100%;
}

.event-details p {
    font-weight: bold;
    margin-top: 5px;
}

.container-img {
    display: flex;
    height: 55px;
    align-content: center;
    justify-content: center;
}


.home-logo {
    margin-top: 16vh;
    max-width: 380px;
    width: 100%;
    margin-bottom: 0px;
}

.vector-3dpost {
    max-width: 90%;
}

.btns-header {
    max-width: 525px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.btn-header {
    border-radius: 5px;
    padding: 8px 5px;
    color: #0c3eb9 !important;
    font-size: 9pt;
    width: 100% !important;
    transition: 300ms;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 15px;
    background: #fff;
    max-width: 166px;
}

    .btn-header:hover {
        background-image: linear-gradient(#ffffff, #ffe13a);
    }


#section-video {
    display: flex;
    justify-content: center;
    min-height: 500px;
}

.single-video {
}

    .single-video::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 2;
        background-color: rgb(0 0 0 / 0%);
    }




#section-pavilion {
    position: relative;
    text-align: center;
    padding-top: 0vh !important;
    height: 100vh;
}

    #section-pavilion h4 {
        color: #372fff;
        font-size: 14pt;
        margin-bottom: 20px;
        box-shadow: 0px 0px 10px #c4c4c4;
        display: inline-block;
        padding: 4px 17px;
        border-radius: 100px;
        background: #fff;
        margin-top: 80px;
    }

    #section-pavilion h3 {
        font-weight: 800;
        font-size: 18pt;
        margin-top: 20px;
    }

    #section-pavilion p {
        font-size: 13pt;
        max-width: 800px;
        text-align: justify;
        line-height: 40px;
        display: inline-block;
        margin-top: 10px;
    }

    #section-pavilion::before {
        position: absolute;
        height: 70vh;
        content: "";
        width: 100%;
        top: 0px;
        left: 0px;
        background-image: url(/images/post/pavion-bg.jpg);
        z-index: -1;
        background-size: cover;
    }

@media (max-width: 768px) {
    .single-video {
        border-radius: 20px !important;
    }

    #section-pavilion {
        height: auto;
    }

        #section-pavilion::before {
            height: 80%;
        }
}

.wrapper-slider {
    display: flex;
    flex-wrap: nowrap;
}

.pavilion-item {
    padding: 10px;
    background: -webkit-linear-gradient(#b765fb 40%, #3e49bd);
    border-radius: 15px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 8px #fff inset;
    border: 2px solid #fff;
    position: relative;
    margin-right: 50px;
    text-align: center;
}

    .pavilion-item h6 {
        font-size: 14pt;
        font-weight: 600;
        text-align: justify;
        line-height: 55px;
        display: inline-block;
        margin-top: 4px;
        color: #FFFFFF !important;
    }

    .pavilion-item:before {
        content: "";
        position: absolute;
        width: 3.1px;
        height: 80px;
        bottom: 35px;
        left: 26px;
    }


.pavilion-img {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 60px;
    border-radius: 15px;
    min-width: 290px;
    color: #ffffff;
}

    .pavilion-img img {
        height: 160px;
    }


@media (max-width: 768px) {

    .wrapper-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pavilion-item {
        margin-right: 0px;
        width: 80vw;
        margin-bottom: 20px;
    }

    #section-pavilion p {
        padding: 10px;
    }

    #section-pavilion::before {
        background-size: 300%;
        height: 100%;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #f3f6ff;
    }



    #section-video {
        padding: 40px 0px;
    }
}

.pavilion-content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.pavilion-des {
    background: #2f4460;
    border-radius: 30px;
    padding: 20px 42px;
    position: relative;
    color: #fff;
    font-size: 13pt;
    line-height: 35px;
}

    .pavilion-des::before {
        content: "";
        width: 50px;
        height: 50px;
        background: #2f4460;
        transform: rotate(-45deg);
        left: -7px;
        top: calc(50% - 25px);
        z-index: -1;
        position: absolute;
    }


@media (max-width: 768px) {
    .pavilion-des::before {
        left: 0px;
        top: -8px;
        right: 0px;
        margin: auto;
    }
}

#news-slider {
    direction: rtl;
}

.news-item {
    direction: ltr;
    padding: 10px;
    background: #f3f6ff;
    border-radius: 15px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 8px #fff inset;
    border: 2px solid #fff;
    position: relative;
    min-height: 530px;
}

    .news-item:before {
        /*content: "";
        position: absolute;
        width: 3.1px;
        height: 90px;*/
        /* background-color: #ffd500;*/
        /*bottom: 35px;
        right: 30px;
        top: 269px;
        z-index: 2;*/
    }

.news-content {
}

    .news-content h4 {
        color: #000 !important;
        font-size: 14pt;
        text-align: left;
        margin-top: 15px;
        padding-left: 40px;
        font-weight: 600;
        padding-right: 40px;
    }

    .news-content p {
        color: #353535 !important;
        text-align: justify;
        font-size: 12pt;
        padding: 35px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        margin-bottom: 0px;
    }



.news-img {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}

    .news-img::before {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.news-date {
    font-size: 10pt;
    text-align: left;
    display: inline-block;
    padding-bottom: 0;
    color: #686868;
    font-weight: 600;
    margin-bottom: 17px;
    width: 100%;
    padding-left: 40px;
}


.slick-prev {
    border: 0px;
    background: transparent;
    color: transparent;
    width: 85px;
    height: 85px;
    background-image: url(/images/post/left.png);
    position: absolute;
    right: -70px;
    top: calc(50% - 30px);
    background-size: 100%;
}

.slick-next {
    border: 0px;
    background: transparent;
    color: transparent;
    width: 85px;
    height: 85px;
    background-image: url(/images/post/right.png);
    position: absolute;
    left: -70px;
    background-size: 100%;
    top: calc(50% - 30px);
}

#section-speakers {
    background: url(/images/bg-pattern.png);
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
    background-position: top;
}

    #section-speakers .container {
        display: flex;
        flex-wrap: nowrap;
    }

    #section-speakers .event-title {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
    }

    #section-speakers .speaker-item {
        display: flex;
        flex-flow: wrap-reverse;
    }

        #section-speakers .speaker-item img {
            position: relative;
            z-index: 2;
            width: 105px;
            border-radius: 15px;
            height: 105px;
        }

        #section-speakers .speaker-item .speaker-des {
            height: fit-content;
            padding: 11px;
            box-shadow: 0px 0px 20px rgb(255 255 255 / 62%) inset;
            border: 2px solid rgb(255 255 255 / 54%);
            position: relative;
            left: -44px;
            padding-left: 59px;
            border-radius: 1000px;
            z-index: 1;
            background-color: rgb(255 255 255);
            max-width: 280px;
            min-height: 74px;
        }

            #section-speakers .speaker-item .speaker-des .speaker-name {
                font-size: 11pt;
                font-weight: 600;
                margin-bottom: 5px;
            }

            #section-speakers .speaker-item .speaker-des .speaker-job-name {
                font-size: 10pt;
                font-weight: 500;
                margin-bottom: 3px;
            }

    #section-speakers .container {
        max-width: 1140px;
    }

@media (max-width: 768px) {

    .news-item {
        min-height: 600px;
    }

    #section-speakers .speaker-item .speaker-des {
        max-width: 200px;
        min-width: 200px;
    }

    #section-speakers .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #section-speakers .speaker-item {
        margin-bottom: 20px;
    }
}

#event-sliders {
    direction: rtl;
}

#mentor-sliders {
    direction: rtl;
}

.btn-yellow {
}

.btn-event-blue2 {
    background: #2c09ff;
    border-radius: 25px;
    width: 100%;
    font-size: 10pt;
    color: #fff !important;
    padding: 2px 9px;
    border: 0px;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 10px #fff;
    font-weight: 300;
    white-space: nowrap;
}

.btn-event-blue {
    background: #257af2;
    border-radius: 25px;
    width: 100%;
    font-size: 10pt;
    color: #fff !important;
    padding: 2px 9px;
    border: 0px;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 10px #fff inset;
    font-weight: 300;
}

@media (max-width: 768px) {
    .btn-event-blue {
        margin-bottom: 10px;
    }

    #section-speakers .speaker-item .speaker-des .speaker-name {
        font-size: 11pt;
    }

    #section-speakers .speaker-item .speaker-des .speaker-job-name {
        font-size: 9pt;
    }
}


.btn-event-yellow {
    background: #ffba06;
    border-radius: 25px;
    width: 100%;
    font-size: 10pt;
    color: #000000 !important;
    padding: 2px 9px;
    border: 0px;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 10px #fff;
    /*font-weight: 300;*/
}


.event-item-title {
    color: #000;
    font-size: 14pt;
    text-align: left;
    margin-bottom: 35px;
    font-weight: 600;
    padding-top: 14px;
}


.event-item {
    direction: ltr;
    padding: 10px;
    background: #f3f6ff;
    border-radius: 10px;
    padding-bottom: 0px;
    box-shadow: inset 0 0px 10px #fff, 0px 3px 13px rgba(151, 165, 208, 0.3);
    border: 2px solid #fff;
    position: relative;
    min-height: 140px;
    padding: 15px 15px 39px 15px;
}



.event-btns {
    position: absolute;
    width: 100%;
    bottom: 0px;
}



.event-time {
    margin-bottom: 9px;
    margin-left: 3px;
    font-size: 11pt;
}


.event-title-img {
    display: flex;
}

.event-content img {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
}

.event-content {
    z-index: 1;
    position: absolute;
    bottom: 6px;
    font-size: 10pt;
    font-weight: 500;
}

.event-img {
    width: 95px !important;
    display: inline-block !important;
    height: 95px;
    border-radius: 100%;
    border: 0px;
    background-color: #d9dff3;
}

.event-title-btns {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    width: calc(100% - 75px);
}

.event-lecture {
    text-align: left;
    font-size: 11pt;
}


.top-menu {
    color: #000;
    z-index: 9;
    position: relative;
    font-weight: 400;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 8px #00000070;
}

    .top-menu .container {
        display: flex;
    }

.notif-bar {
    display: flex;
}

.notif-title {
    color: #fed500;
    padding-right: 15px;
    margin-right: 15px;
    font-weight: 300;
    border-right: 4px solid #fed500;
}

.notif-des {
}

.top-menu-left-side {
    margin-left: auto;
}

.top-menu-item {
    font-size: 9pt;
    letter-spacing: 0px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
}

    .top-menu-item i {
        font-size: 12pt;
        color: #3206ef;
        margin-left: 5px;
    }

@media (max-width:760px) {
    .top-menu-left-side {
        width: 100%;
        margin-top: 15px;
        text-align: right;
        border-top: 1px solid rgb(255 255 255 / 14%);
        padding-top: 15px;
    }

    .top-menu .container {
        display: inline-block;
    }
}

.ClassyCountdown-wrapper canvas {
    opacity: 0.9;
}


.header-btns {
    position: absolute;
    bottom: -80px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 175px;
}

@media (max-width:760px) {
    .header-btns {
        display: none;
    }
}

.header-btn {
    width: 150px;
    height: 150px;
    margin: 10px;
    font-size: 15px;
    border-radius: 15px;
    display: flex;
    background: linear-gradient(-180deg, #fff 0%, #fff 100%);
    box-shadow: 0px 0px 7px #161c3638;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    color: #1b3678 !important;
    font-weight: 500;
    transition: 300ms;
}

.border-right-title {
    border-left: 4px solid #000;
    padding-left: 10px;
    line-height: 51px;
    margin-bottom: 15px;
}

.header-btn a {
    display: block;
    color: #0c3eb9 !important;
    padding: 2px;
}

.header-btn img {
    margin-bottom: 10px;
    height: 50px;
}

.header-btn:hover {
    background: -webkit-linear-gradient(#8904FF, #372FFF);
}

    .header-btn:hover img {
        filter: brightness(0) invert(1);
    }

    .header-btn:hover a {
        color: #fff !important;
    }


.sub-title-box {
    color: #372fff;
    font-size: 14pt;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #c4c4c4;
    display: inline-block;
    padding: 4px 30px;
    border-radius: 100px;
    background: #fff;
}

.title-section {
    color: #000;
    display: inline-block;
    font-weight: 600;
    font-size: 25pt;
    margin-bottom: 20px;
}


.sponsors-section {
    background: url(/images/bg-pattern.png);
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
    background-position: top;
}


#carouselExampleCaptions {
    min-height: 415px;
}


carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    fill: #000;
    background-color: #0c3eb9;
    background-position-x: 100%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 10px;
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    fill: #000;
    background-color: #0c3eb9;
    background-position-x: 100%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 10px;
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat;
}
