/* ===============
   GLOBAL STYLES
=============== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif !important;
    font-size: 17px;
    color: #141415;
}

#home-html, #how-it-work, #price-html {
    overflow: hidden;
    clear: both;
    position: relative;
}

.container {
    width: 80% !important;
    max-width: 1210px !important;
    margin: 0 auto;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #141415;
}

.btn:focus {
    box-shadow: none !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'Inter', sans-serif;
}

.tools-text, .tools-text a {
    font-size: 15px;
    line-height: 23px;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    color: #677788;
    text-decoration: none;
}

.tools-text a:hover {
    color: #677788;
}

img {
    width: 100%;
    object-fit: cover;
}

section {
    padding: 150px 0 0;
    float: left;
    width: 100%;
    /* overflow-y: hidden;   */
}

@media (max-width: 767px) {
    section {
        padding: 80px 0 0;
    }
}

/*====== Header ======*/
header .container {
    max-width: 90% !important;
    width: 100% !important;
}

header .navbar-toggler-icon {
    background-image: url("img/mobile-menu.html") !important;
}

header .navbar-toggler {
    border: none !important;
    padding-right: 0 !important;
}

header .header-menu a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1d2e40 !important;
    margin: 0 10px;
}

header .get-start,
.form-submit .btn {
    font-family: 'Inter', sans-serif;
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 28px;
    background-color: #F3F4F6;
    color: #141415;
}

header .get-start {
    background-color: #F3F4F6;
    color: #141415;
}

header .get-start:hover, .form-submit .btn:hover {
    background-color: #208737;
    color: #fff !important;
}

header .Support-btn,
header .login {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #141415;
}

header .Support-btn {
    color: #3BB143;
}

header .navbar {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    height: 42px !important;
    width: 42px !important;
}

/* mobile menu */
header .header-menu a.log-in {
    padding-top: 35px;
    border-top: 1px solid #E7EDF6;
    margin-top: 15px;
    padding-bottom: 20px;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #141415;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon4 span:first-child {
    top: 0px;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 12px;
    transform-origin: left center;
    width: 80%;
}

#nav-icon4 span:nth-child(3) {
    top: 24px;
    transform-origin: left center;
    left: 5px;
    width: 80%;
}

#nav-icon4.open span:first-child {
    transform: rotate(45deg);
    top: -1px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0;
}

#nav-icon4.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
    left: 0;
    width: 100%;
}

#nav-icon4 {
    width: 35px;
    height: 27px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

@media (max-width: 480px) {
    .navbar-brand img {
        max-width: 200px !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1450px) {
    .header-btn.d-lg-block {
        display: flex !important;
        align-items: center;
    }

    .login.mx-3 {
        margin-right: 10px !important;
        margin-left: 0 !important;
    }

    header .header-menu a {
        margin: 0 !important;
    }

    .get-start {
        padding: 15px 20px !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1250px) {
    header .navbar-brand {
        flex-basis: 15%;
    }

    .Support-btn img {
        max-width: 24px !important;
    }

    header .header-menu a,
    header .Support-btn, header .login,
    header .get-start, .form-submit .btn {
        font-size: 14px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1320px) {
    .Support-btn span {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-collapse .nav-btn {
        text-decoration: none;
        padding: 7px 0;
    }

    .navbar-toggler {
        padding: 5px;
    }

    header .header-menu {
        text-align: center;
        padding-top: 60px;
    }

    header .header-menu a {
        padding: 15px 10px;
    }

    header .navbar .get-start {
        width: fit-content;
        margin: auto !important;
        padding: 15px 20px !important;
    }

    header .navbar .header-btn {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .navbar-brand img {
        max-width: 150px;
    }
}

/*====== Footer ======*/
.footer {
    width: calc(100% - 20px) !important;
    background-color: #141415;
    border-radius: 30px;
    margin: auto;
    display: flex;
    padding: 70px 0 0;
    margin-bottom: 10px;
}

.footer * {
    color: #fff !important;
}

.footer #btn-footer1,
.footer #btn-footer {
    color: #141415 !important;
    background-color: #fff !important;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 !important;
    border: 1px solid #fff !important;
    margin-right: 7px !important;
    margin-left: 8px !important;
    width: 158px;
}

.footer #btn-footer1 {
    background-color: transparent !important;
    color: #fff !important;
}

.footer #btn-footer:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.footer #btn-footer1:hover {
    background-color: #fff !important;
    color: #141415 !important;
}

.footer .inline-btn {
    margin-top: 30px;
}

.footer .footer-text .footer-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif !important;
    padding-bottom: 35px;
    margin-bottom: 0px !important;
    margin-bottom: 0;
    color: #7D808C !important;
}

.footer .footer-text ul li {
    list-style: none;
    padding-bottom: 25px;
}

.footer .footer-text ul li:last-child {
    padding-bottom: 0;
}

.footer .footer-text p, .footer .footer-text ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 25px !important;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.footer .footer-text ul li a:hover {
    color: #208737 !important;
}

.footer .footer-text {
    max-width: 400px;
}

.footer .email-box {
    background-color: #2B2B2C;
    border-radius: 30px;
    max-width: 400px;
}

.footer .container .border-with-row {
    padding-bottom: 50px;
    padding-top: 70px;
}

.footer .footer-logo img {
    max-width: 119px;
    margin-right: 20px;
}

.footer .footer-social ul {
    display: flex;
    justify-content: flex-start;
}

.footer .footer-social ul li {
    list-style: none;
    margin-right: 10px;
}

.footer .footer-social ul li:last-child {
    margin-right: 0 !important
}

.footer .footer-social ul img {
    max-width: 46px;
}

.footer .footer-copy-right p {
    font-size: 12px;
    line-height: 14px;
}

.email-box input {
    border: 0;
    background: transparent;
    color: #fff !important;
    padding-left: 20px;
}

.email-box input:-webkit-autofill,
.email-box input:-webkit-autofill:hover,
.email-box input:-webkit-autofill:focus,
.email-box input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

.email-box input:focus {
    outline: none;
}

.email-box .button {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    cursor: pointer;
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .footer .container .border-with-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer .container .border-with-row {
        padding: 45px 0;
    }

    .footer-links {
        margin-bottom: 60px !important;
    }
}

@media (max-width: 767px) {
    .footer .copyright-text {
        margin-top: 20px;
    }

    .footer .footer-copy-right p {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .footer .footer-social ul {
        justify-content: center;
    }

    .footer .footer-social ul img {
        max-width: 30px;
    }

    /* .footer .footer-copy-right p,.footer .footer-logo {
      text-align: center;
      padding-bottom: 20px;
    } */
    .footer #btn-footer1, .footer #btn-footer {
        width: 100%;
        margin: 5px 0px !important;
    }
}

/* ===============
 HOME
=============== */
.hero-section {
    padding: 90px 0 !important;
}

.head-text h1 {
    font-family: 'Inter', sans-serif;
    font-size: 76px;
    font-weight: 500;
    line-height: 76px;
    letter-spacing: -2.66px;
    color: #141415;
    max-width: 1000px;
    margin: auto;
}

.head-text h1 span {
    color: #377dff;
}

.head-text p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.36px;
    color: #696C78;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 40px;
}

.head-text .tickets-btn {
    background-color: #3BB143 !important;
    padding: 18px 25px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
}

.head-text .tickets-btn:hover {
    background-color: #fff !important;
    color: #3BB143 !important;
}

@media (max-width: 767px) {
    .head-text h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .container {
        width: 90% !important;
    }

    .hero-section {
        padding: 24px 0 !important;
    }

    .head-text p {
        margin-bottom: 24px;
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    .head-text h1 {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    .head-text p {
        font-size: 20px;
        line-height: 30px;
    }
}

.features-section {
    padding-top: 0 !important;
    padding-bottom: 70px;
}

.hero-feture {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-left: 0;
}

.hero-feture li {
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: #141415;
    margin: 0 15px;
    display: flex;
    align-items: center;
    text-align: left;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 9px 12px;
}

.hero-feture img {
    width: 24px;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .hero-feture {
        flex-wrap: wrap;
    }

    .hero-feture li {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hero-feture li {
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
        margin: 5px 0;
    }

    .features-section {
        padding-bottom: 0;
    }
}

.eventticket-slider {
    padding: 0 0 0 0;
}

.eventticket-slider .carousel-container {
    position: relative;
    width: 100%;
    height: 703px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.eventticket-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.eventticket-slider .mobile {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    pointer-events: none;
    max-width: 347px;
}

.eventticket-slider .splide {
    max-width: 100%;
    margin-top: 110px;
}

.eventticket-slider .splide__slide img {
    width: 100%;
}

@media (max-width: 800px) {
    .eventticket-slider .mobile {
        max-width: 210px;
    }

    .eventticket-slider .carousel-container {
        height: 434px;
    }

    .eventticket-slider .splide {
        margin-top: 68px;
    }
}

.brand-img {
    display: flex;
    justify-content: center;
}

.brand-img img {
    width: 160px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .brand-img img {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .brand-img img {
        width: 70px;
    }
}

.line-row {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}

.more-sale {
    background-color: #F3F4F6;
    border-radius: 30px;
    padding-left: 60px;
    padding-top: 50px;
    overflow: hidden;
}

.more-sale .text-desc {
    max-width: 350px;
    padding: 30px 0 80px;
}

.more-sale .text-desc p {
    margin-bottom: 40px;
}

.more-sale .sale-img {
    padding-right: 0 !important;
    display: flex;
    justify-content: end;
    align-items: end;
}

h2.title36 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -0.36px;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #141415;
}
h3.title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -0.36px;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #141415;
}

.regular-text p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #696C78;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 56px;
}

#btn-round, #btn-round1, #btn-round2, #btn-round3, #btn-round4, #btn-round5 {
    font-family: 'Inter', sans-serif;
    padding: 15px 25px;
    color: #141415 !important;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #141415;
    border-radius: 50px;
    margin: 0 !important;
}

#btn-round:hover, #btn-round1:hover, #btn-round2:hover, #btn-round3:hover, #btn-round4:hover, #btn-round5:hover {
    border-color: #8488EA;
}

@media (max-width: 991px) {
    .more-sale {
        padding: 0;
    }

    .first-img {
        width: 100%;
    }

    .more-sale .text-desc {
        padding: 40px 20px 40px 20px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    h2.title36 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.36px;
    }
    h3.title {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.36px;
    }

    .regular-text p {
        margin-bottom: 35px;
    }

    .more-sale .text-desc p {
        margin-bottom: 30px;
    }
}

.events-grow {
    margin-top: 46px !important;
}

.grawing-event .text-desc {
    background-color: #3BB143;
    padding: 50px;
    border-radius: 30px;
    margin-right: 10px;
    height: 100%;
}

.grawing-event .text-desc p,
.grawing-event .text-desc h2,
.grawing-event .text-desc h3 {
    color: #fff !important;
}

.grawing-event h2 {
    max-width: 250px;
}
.sell-themselves h2 {
    max-width: 200px;
}

.sell-col .text-desc p {
    color: #141415 !important;
}

.sell-col .text-desc {
    background-color: #E4F0FF;
    padding: 50px 50px 0;
    border-radius: 30px;
    margin-left: 10px;
    height: 100%;
}

.col-img {
    text-align: center;
}

.col-img img {
    max-width: 320px;
    margin: auto;
}

h2.title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -0.42px;
    font-size: 42Px;
    line-height: 46px;
    margin-bottom: 20px;
    color: #141415;
    text-align: center;
}

@media (max-width: 991px) {
    .sell-col .text-desc,
    .grawing-event .text-desc {
        margin: 0px !important;
    }
}

@media (max-width: 767px) {
    .grawing-event {
        margin-bottom: 30px !important;
    }

    .grawing-event .text-desc {
        padding: 40px 25px 25px;
    }

    .sell-col .text-desc {
        padding: 40px 25px 0px 25px;
    }

    h2.title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -0.36px;
    }

    .sell-col h2, h3,
    .grawing-event h2, h3 {
        max-width: 100% !important;
    }

    .events-grow {
        margin-top: 30px !important;
    }
}

.selltickit-section .section-heading h2 {
    margin-bottom: 0 !important;
}

.selltickit-section .section-heading {
    margin-bottom: 60px !important;
}

.title-h3-24 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    color: #141415;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.24px;
}
.title-h4 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    color: #141415;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.24px;
}

.tickit-text p {
    color: #696C78;
    font-weight: 500;
    margin: 20px 0;
}

.link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #3BB143 !important;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}

.link:hover img {
    transform: translateX(5px);
}

.link img {
    transition: all 400ms ease-in-out;
}

.selltickit-section .sell-col {
    padding-right: 20px;
}

.selltickit-section .sell-col1 {
    padding-left: 20px;
}

.selltickit-section .tickit-text {
    margin-top: 40px;
    text-align: center;
    padding: 0 50px;
}

.sell-tkt .row .col-lg-6:first-child, .sell-tkt .row .col-lg-6:nth-child(2) {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .selltickit-section .sell-col {
        margin-bottom: 80px !important;
    }

    .grow-text {
        padding: 0 10px !important;
    }
}

@media (max-width: 767px) {
    .selltickit-section .section-heading {
        margin-bottom: 40px !important;
    }

    .selltickit-section .tickit-text {
        padding: 0px;
    }
}

.grow-event1 {
    border: 1px solid #F3F4F6;
    border-radius: 30px;
    overflow: hidden;
}

.pramotion-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 45px 0 !important;
}

.pramotion-social p {
    color: #141415 !important;
    font-weight: 500 !important;
}

.pramotion-social .pramotion-icon {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
}

.pramotion-social .pramotion-icon img {
    width: 30px;
    margin-right: 15px;
}

.customer-back-section .come-text img {
    width: 26px;
    margin-right: 20px;
}

.pramotion-social .pramotion-icon p {
    font-weight: 500;
    margin: 0;
}

.pramote-section .lr-space {
    padding: 54px 60px;
}

.pramote-section .pramote-col .pramote-first-img {
    background-image: url("img/home/promote-events-1250.webp");
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

.pr-0 {
    padding-right: 0 !important;
}

.pramote-section .pramotion-text p {
    color: #696C78;
}

@media (max-width: 991px) {
    .pramote-section #btn-round, .pramote-section #btn-round1, .pramote-section #btn-round2, .pramote-section #btn-round3, .pramote-section #btn-round4, .pramote-section #btn-round5 {
        margin-bottom: 35px !important;
    }

    .grow-event1 {
        border: 0;
    }

    .pramote-section .pramote-col .pramote-first-img {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .pramotion-social {
        margin: 25px 0 35px 0 !important;
    }

    .pramote-section .btn {
        width: 100%;
    }

    .pramotion-social p {
        font-size: 14px;
        line-height: 22px;
    }

    .selltickits-section .customer-back-row .second-img img {
        bottom: -15px !important;
        max-width: 60% !important;
        right: 0% !important;
    }
}

@media screen and (max-width: 390px) {
    .pramotion-social .pramotion-icon {
        width: calc(50% - 5px);
    }
}

#btn-fill, #btn-fill1, #btn-fill2, #btn-fill3, #btn-fill4, #btn-fill5 {
    background-color: #3BB143 !important;
    padding: 18px 25px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
}

#btn-fill:hover, #btn-fill1:hover, #btn-fill2:hover, #btn-fill3:hover, #btn-fill4:hover, #btn-fill5:hover {
    background-color: #fff !important;
    color: #3BB143 !important;
}

.growth-section {
    margin-bottom: 150px;
}

.selltickits-section .ballon-img .second-img img {
    position: absolute;
    bottom: 0px;
    right: 0;
    max-width: 60%;
    width: 100%;
}

.selltickits-section .text-desc {
    max-width: 460px;
    margin-left: auto;
    margin-right: 50px;
}

.selltickits-section .tickit-row.line-row .grow-text p {
    margin-bottom: 40px;
}

.selltickits-section .customer-back-row {
    margin-top: 46px;
}

.selltickits-section .customer-back-row p {
    margin-bottom: 0 !important;
}

.selltickits-section .customer-back-row .text-desc {
    margin-left: 50px;
    margin-right: auto;
    max-width: 430px;
}

@media (max-width: 991px) {
    .selltickits-section .customer-back-row {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 80px;
    }

    .selltickits-section .customer-back-row .text-desc,
    .selltickits-section .text-desc {
        max-width: 100%;
        margin: 0;
    }

    .selltickits-section .grow-text {
        margin-top: 35px !important;
    }

    .selltickits-section .ballon-img .second-img img {
        position: absolute;
        bottom: -43px;
        right: -3%;
        max-width: 60%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #btn-fill, #btn-fill1, #btn-fill2, #btn-fill3, #btn-fill4, #btn-fill5 {
        width: 100%;
    }

    .growth-section {
        margin-bottom: 80px;
    }

    .selltickits-section .tickit-row.line-row .grow-text p {
        margin-bottom: 40px;
    }

    .selltickits-section .ballon-img .second-img img {
        position: absolute;
        bottom: -84px;
        right: -8%;
        max-width: 90%;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .selltickits-section .ballon-img .second-img img {
        position: absolute;
        bottom: -20px;
        right: -33px;
        max-width: 80%;
        width: 80%;
    }
}

.support-section .support-text img {
    max-width: 94px;
    margin-bottom: 30px;
}

.support-section .support-text h2 {
    margin-bottom: 30px;
}

.support-section .support-text p {
    max-width: 618px;
    margin: auto;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .support-section .support-text h2 {
        margin-bottom: 20px;
    }

    .support-section .support-text p {
        margin-bottom: 40px;
    }
}

.growth-section .growth-row {
    background-color: #FEFAEF;
    border-radius: 30px;
    overflow: hidden;
}

.growth-section .groth-img img {
    padding: 45px 0px 62px 0px;
}

.growth-section .groth-img {
    width: fit-content;
    margin: auto;
}

.growth-section #btn-fill,
.growth-section #btn-fill1,
.growth-section #btn-fill2,
.growth-section #btn-fill3,
.growth-section #btn-fill4,
.growth-section #btn-fill5 {
    background-color: #FFB547 !important;
    color: #141415 !important;
}

.growth-section #btn-fill:hover,
.growth-section #btn-fill1:hover,
.growth-section #btn-fill2:hover,
.growth-section #btn-fill3:hover,
.growth-section #btn-fill4:hover,
.growth-section #btn-fill5:hover {
    background-color: transparent !important;
    color: #141415 !important;
    border-color: #FFB547 !important;
}

@media (min-width: 992px) {
    .growth-section .growth-text {
        margin-left: 15%;
        text-align: left !important;
    }

    .growth-section .title {
        text-align: left;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .growth-section .growth-text {
        padding-top: 58px;
    }
}

/* =======================#Progress
=============================== */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #D0D0D0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

a.progress-icon:hover {
    color: #377DFF;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #D0D0D0;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 767px) {
    .progress-wrap {
        right: 10px;
        bottom: 10px;
        height: 40px;
        width: 40px;
    }
}

/* ===============
 HOW IT WORKS
=============== */
.hiw-hero-section {
    padding: 90px 0;
}

.hiw-hero-section h1 {
    line-height: 76px;
    margin-bottom: 35px;
}

.hiw-features-section {
    padding: 0 0 37px;
}

.hiw-features-section li {
    padding: 9px 10.5px;
}

@media (max-width: 767px) {
    .hiw-hero-section {
        padding: 10px 0 24px;
    }

    .hiw-features-section .container {
        width: 100% !important;
    }

    .hiw-hero-section h1 {
        font-size: 42px !important;
        line-height: 46px !important;
        font-weight: 600;
        letter-spacing: -0.01em;
    }

    .hiw-hero-section h1 {
        margin-bottom: 24px;
    }

    .hiw-features-section li {
        padding: 6px;
    }
}

.overview-section {
    padding: 0 0 0px;
}

.overview-section .overview-text {
    padding: 0;
}

@media (max-width: 767px) {
    .hiw-features-section {
        padding: 0 0 0;
    }

    .overview-text {
        padding: 0 !important;
    }
}

p.event-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(105, 108, 120, 1);
    margin: 30px auto 60px;
}

p.title-round {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    border: 1px solid rgba(20, 20, 21, 0.2);
    color: rgba(20, 20, 21, 1);
    padding: 22px 14px;
    border-radius: 50px;
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.event-section .customer-back-row .text-desc {
    margin-left: 47px;
    margin-right: auto;
    max-width: 453px;
}

.event-section .ballon-img .second-img img {
    position: absolute;
    bottom: 215px;
    right: 0;
    max-width: 50%;
    width: 100%;
}

.event-section .eventrow-one .first-img {
    margin: 69px 58px 69px 36px;
}

.eventrow-one {
    background: rgba(228, 240, 255, 1);
    border-radius: 30px;
}

.eventrow-one .pramotion-social .pramotion-icon {
    width: 100%;
    margin-bottom: 15px;
}

.event-section p.subtitle {
    margin-bottom: 30px;
}

.event-section .pramotion-social {
    margin: 25px 0 25px 0 !important;
}

.event-section h2.title36 {
    line-height: 38px;
}
.event-section h3.title {
    line-height: 38px;
}

.eventrow-one, .eventrow-three, .eventrow-four {
    align-items: center;
}

@media (max-width: 1400px) {
    .event-section .customer-back-row .text-desc {
        max-width: 100%;
        margin: 40px 16px 77px;
    }

}

@media (max-width: 991px) {
    .event-section .eventrow-one .first-img {
        margin: 0 0 10px;
    }

    .event-section h2.title {
        line-height: 38px;
    }

    p.event-subtitle {
        margin: 0 auto 40px;
    }

    .eventrow-one {
        padding: 12px;
    }

    p.title-round {
        margin-bottom: 23px;
    }

    .event-section .ballon-img .second-img img {
        bottom: 250px;
    }
}

@media (max-width: 767px) {
    .event-section {
        padding: 80px 0 0;
    }

    .eventrow-one {
        padding: 0;
    }
    .event-section h2.title36 {
        max-width: 256px;
        margin-bottom: 5px;
    }
    .event-section h3.title {
        max-width: 256px;
        margin-bottom: 5px;
    }

    .event-section .pramotion-social {
        padding: 0 0 !important;
        margin: 0 0 6px 0 !important;
    }

    .event-section p.subtitle {
        margin-bottom: 20px;
    }

    #btn-round, #btn-round1, #btn-round2, #btn-round3, #btn-round4, #btn-round5 {
        width: 100%;
    }

    .event-section .ballon-img .second-img img {
        bottom: 112px;
        max-width: 60%;
    }

    .event-section .pramotion-social p {
        line-height: 16px;
    }
}

.eventrow-two {
    background: rgba(242, 242, 255, 1);
    border-radius: 30px;
    margin-top: 46px !important;
    margin-bottom: 46px !important;
}

.event-section .eventrow-two .first-img {
    margin: 79px 115px 0 92px;
}

.event-section .eventrow-two .ballon-img {
    display: flex;
    align-items: end;
}

.event-section .eventrow-two.customer-back-row .text-desc {
    max-width: 466px;
}

.eventrow-two .pramotion-social .pramotion-icon {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .event-section .eventrow-two.customer-back-row .text-desc {
        max-width: 100%;
        margin: 40px 12px 45px;
    }

    .event-section .eventrow-two .first-img {
        margin: 0 0 10px;
    }

    .eventrow-two {
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .eventrow-two {
        padding: 0;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .event-section h2.title36 {
        max-width: 256px;
        margin-bottom: 20px;
    }
    .event-section h3.title {
        max-width: 256px;
        margin-bottom: 20px;
    }

    .event-section .eventrow-two h2.title36 br {
        display: none;
    }
    .event-section .eventrow-two h3.title br {
        display: none;
    }

    .event-section .eventrow-two h2.title36 {
        max-width: 100%;
    }
    .event-section .eventrow-two h3.title {
        max-width: 100%;
    }

    .event-section .eventrow-two .first-img {
        padding: 0 13px 0;
        margin: 0 0 0;
    }
}

.eventrow-three {
    background: rgba(243, 244, 246, 1);
    border-radius: 30px;
    margin-bottom: 46px;
}

.event-section .eventrow-three .first-img {
    margin: 75px 111px 72px 87px;
}

.event-section .eventrow-three .second-img img {
    position: absolute;
    bottom: 233px;
    right: -10px;
    max-width: 60%;
    width: 100%;
}

.event-section .eventrow-three .third-img img {
    position: absolute;
    bottom: 0px;
    left: -93px;
    max-width: 66%;
    width: 100%;
}

.eventrow-three .pramotion-social .pramotion-icon {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .event-section .eventrow-three.customer-back-row .text-desc {
        max-width: 100%;
        margin: 26px 0 62px;
    }

    .event-section .eventrow-three .first-img {
        margin: 0 0 10px;
    }

    .eventrow-three {
        padding: 12px;
    }

    .event-section .eventrow-three h2.title36 {
        max-width: 100%;
    }
    .event-section .eventrow-three h3.title {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .eventrow-three {
        padding: 0;
        margin-bottom: 30px;
    }

    .event-section h2.title36 {
        line-height: 30px;
    }
    .event-section h3.title {
        line-height: 30px;
    }

    .event-section .eventrow-three .second-img img {
        bottom: 218px;
        right: 0px;
        max-width: 66%;
    }

    .event-section .eventrow-three .third-img img {
        bottom: -5px;
        left: -18px;
        max-width: 81%;
    }
}

.eventrow-four {
    background: rgba(254, 250, 239, 1);
    border-radius: 30px;
    margin-bottom: 24px;
}

.eventrow-four .pramotion-social .pramotion-icon {
    margin-bottom: 15px;
}

.event-section .eventrow-four .text-desc {
    margin-left: 47px;
    margin-right: auto;
    max-width: 392px;
}

.event-section .eventrow-four .first-img {
    margin: 70px 30px 144px 8px;
}

.event-section .eventrow-four .second-img img {
    position: absolute;
    bottom: 4px;
    left: 10%;
    max-width: 76%;
    width: 100%;
}

@media (max-width: 991px) {
    .event-section .eventrow-four.customer-back-row .text-desc {
        max-width: 100%;
        margin: 40px 12px 62px;
    }

    .event-section .eventrow-four h2.title36 {
        max-width: 100%;
    }
    .event-section .eventrow-four h3.title {
        max-width: 100%;
    }

    .event-section .eventrow-four .first-img {
        margin: 0 0 38px;
    }
}

@media (max-width: 767px) {
    .event-section .eventrow-four.customer-back-row .text-desc {
        max-width: 100%;
        margin: 40px 12px 50px;
    }

    .eventrow-four {
        padding: 0;
    }

    .event-section .eventrow-four h2.title36 {
        max-width: 100%;
    }
    .event-section .eventrow-four h3.title {
        max-width: 100%;
    }

    .event-section .eventrow-four .second-img img {
        bottom: -31px;
        left: 9%;
        max-width: 85%;
    }
}

.feemodel-section h2 {
    max-width: 692px;
    width: 100%;
    margin: auto auto 56px;
}

.feemodel-section img {
    width: 38px;
    height: 38px;
}

.feemodel-section .row {
    justify-content: space-between;
    padding: 0;
}

.feemodel-section .row .feemodel-box {
    max-width: 362px;
    width: 100%;
    padding: 0;
}

h3.feemodel-h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin: 25px auto;
}

@media (max-width: 1400px) {
    .feemodel-section .row {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .feemodel-section .container {
        width: 80% !important;
    }

    .feemodel-section .row .feemodel-box {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .feemodel-section .container {
        width: 90% !important;
        padding: 0;
    }

    .feemodel-section .row {
        padding: 0 0;
    }

    .feemodel-section h2 {
        margin: auto auto 40px;
        line-height: 38px;
    }

    h3.feemodel-h3 {
        margin: 20px auto;
    }

    .feemodel-section .row .feemodel-box {
        margin-bottom: 15px;
        padding: 0 12px;
    }
}

.calculator-section {
    background: rgba(243, 244, 246, 1);
    padding: 130px 0;
    margin: 150px 0 0;
}

.calculator-section .calculator {
    padding: 0;
}

.calculator-title h2.title {
    max-width: 1004px;
    margin: 0 auto 60px;
}

.tc-c {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(216, 216, 216, 1)
}

.tc-c thead th,
.tc-c tr th {
    color: #1D2E40;
    font-size: 16px;
    font-weight: 600;
    padding: 0 24px 20px;
}

.tc-c p {
    margin-bottom: 0;
}

.tc-c .tc-c-header {
    background-color: rgba(20, 20, 21, 1);
    display: flex;
}

.tc-c .tc-c-header div.c4 {
    width: 5%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.tc-c .tc-c-header div.c2,
.tc-c .tc-c-header div.c3 {
    width: 70%
}

.tc-c .tc-c-body {
    background-color: #fff;
}

.tc-c .tc-c-header {
    padding: 33px 40px 35px;
}

.tc-c .tc-c-body {
    padding: 25px 0 30px;
}

.tc-c tfoot .t-data {
    font-weight: bold;
    font-size: 20px;
    color: rgba(20, 20, 21, 1) !important;
}

.tc-c #ticketscandy_fee,
.tc-c .tc-label,
.tc-c .tc-label p {
    color: #3BB143;
}

.tc-c .t-title {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.tc-c .tc-c-header label {
    color: #fff;
    display: block;
    margin-bottom: 15px
}

.tc-c .tc-c-header input {
    border: none;
    border-radius: 44px;
    line-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
}

.tc-c .tc-c-header .c1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    color: #fff;
}

.tc-c .tc-c-body table td {
    border: 0;
    color: rgba(105, 108, 120, 1);
    padding: 0 24px;
}
th.t-title {
    color: rgba(105, 108, 120, 1) !important;
}

.tc-c .tc-c-body table tbody td {
    padding-bottom: 25px;
}

.tc-c .tc-c-body table tfoot td, .tc-c .tc-c-body table tfoot th {
    padding-top: 30px;
    border-top: 1px solid rgba(216, 216, 216, 1);
    padding-bottom: 0px;
}

.tc-c .tc-c-body table tr th:first-child {
    padding-left: 40px;
}

.tc-c-body table {
    text-align: left;
    width: 100%;
}

.calculator-bottom {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(105, 108, 120, 1);
    padding: 30px 0 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .tc-c .tc-c-body {
        overflow-x: scroll;
    }

    .tc-c .tc-c-header,
    .tc-c .tc-c-body {
        padding: 31px 10px 41px;
    }

    .tc-c-body table {
        border-radius: 20px;
    }

    .tc-c .tc-c-body table tr th,
    .tc-c .tc-c-body table tr td {
        padding: 6px 10px;
    }

    .tc-c .tc-c-header {
        flex-wrap: wrap;
    }

    .tc-c .tc-c-header .c1 {
        flex: 100%;
        margin-bottom: 30px
    }

    .tc-c .tc-c-header .c2,
    .tc-c .tc-c-header .c3,
    .tc-c .tc-c-header div.c4 {
        flex: 100%;
    }

    .tc-c .tc-c-header label {
        text-align: center;
        margin-bottom: 5px;
    }

    .tc-c .tc-c-header div.c4 {
        margin: 13px 0;
        padding: 0;
    }

    .tc-c .tc-c-header div.c4 label {
        margin: 0;
    }

    .tc-c .t-title {
        font-size: 12px;
        min-width: 100px;
    }

    .tc-c .tc-c-header input {
        width: 100% !important;
    }

    .calculator-section {
        background: rgba(243, 244, 246, 1);
        padding: 80px 0 44px;
        margin: 80px 0 0;
    }

    .calculator-title h2.title {
        margin: 0 auto 40px;
        line-height: 38px;
    }

    .calculator-bottom {
        margin: 0;
    }

    .tc-c .tc-c-body table tr th:first-child {
        padding-left: 14px;
    }
}

.selltickit-section.hiw-one .title-h2-24 {
    line-height: 24px;
}
.selltickit-section.hiw-one .title-h4 {
    line-height: 24px;
}

.selltickit-section.hiw-one .tickit-text p, .selltickit-section.hiw-two .tickit-text p {
    max-width: 462px;
    margin: auto;
    color: rgb(20 20 20);
}

.selltickit-section.hiw-two {
    padding: 100px 0 0;
}

@media (max-width: 767px) {
    .selltickit-section.hiw-one .tickit-text, .selltickit-section.hiw-two .tickit-text {
        margin-top: 30px;
    }

    .selltickit-section.hiw-one .sell-col, .selltickit-section.hiw-two .sell-col {
        margin-bottom: 40px !important;
    }

    .selltickit-section.hiw-two {
        padding: 40px 0 0;
    }
}

/* ===============
 BENEFITS
=============== */
.benefits-hero-section {
    padding: 90px 0;
}

.benefits-hero-section .head-text h1 {
    max-width: 1017px;
    margin-bottom: 35px;
}

.features-section.benefits li {
    padding: 9px 8.5px;
}

.features-section.benefits .hero-feture {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .benefits-hero-section h1 {
        font-size: 42px !important;
        line-height: 46px !important;
        font-weight: 600 !important;
    }

    .benefits-hero-section {
        padding: 0 0 24px;
    }

    .benefits-hero-section .head-text h1 {
        margin-bottom: 24px;
    }

    .features-section .container {
        padding: 0;
    }

    .features-section.benefits .hero-feture {
        margin-bottom: 30px;
    }
}

.event-section.benefits .eventrow-two {
    background: transparent;
    margin-top: 0 !important;
}

.event-section.benefits h2.title36 {
    line-height: 46px;
    font-size: 42px;
}
.event-section.benefits h3.title {
    line-height: 46px;
    font-size: 42px;
}

.event-section.benefits .eventrow-two p.subtitle {
    margin-bottom: 25px;
}

.event-section.benefits .eventrow-two.customer-back-row .text-desc {
    max-width: 437px;
    margin-left: 60px;
}

.event-section.benefits .eventrow-two .first-img {
    margin: 0;
}

.event-section.benefits .eventrow-two .ballon-img {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .event-section.benefits .eventrow-two {
        flex-direction: column-reverse;
        margin-bottom: 80px !important;
    }

    .event-section.benefits .eventrow-two .first-img {
        padding: 0 0 0;
        margin: 0 0 0;
    }

    .event-section.benefits .eventrow-two.customer-back-row .text-desc {
        max-width: 100%;
        margin: 35px 0 0 0;
    }
}

@media (max-width: 767px) {
    .event-section.benefits .eventrow-two p.subtitle {
        margin-bottom: 20px;
    }

    .event-section.benefits .eventrow-two .col-lg-6 {
        padding: 0;
    }

    .event-section.benefits h2.title36 {
        line-height: 38px;
        font-size: 36px;
        max-width: 100%;
    }
    .event-section.benefits h3.title {
        line-height: 38px;
        font-size: 36px;
        max-width: 100%;
    }

    .event-section .eventrow-two .pramotion-social,
    .event-section .eventrow-three .pramotion-social,
    .event-section .eventrow-four .pramotion-social {
        margin: 0 0 25px 0 !important;
    }
}

.event-section.benefits .eventrow-one {
    background: transparent;
    margin-top: 0 !important;
}

.event-section.benefits .eventrow-one h2.title36 {
    line-height: 38px;
    font-size: 36px;
}
.event-section.benefits .eventrow-one h3.title {
    line-height: 38px;
    font-size: 36px;
}

.event-section.benefits .eventrow-one p.subtitle {
    margin-bottom: 25px;
}

.event-section.benefits .eventrow-one.customer-back-row .text-desc {
    max-width: 460px;
    margin-left: 60px;
}

.event-section.benefits .eventrow-one .first-img {
    margin: 0;
}

.event-section.benefits .eventrow-one .second-img img {
    position: absolute;
    bottom: 220px;
    right: -40px;
    max-width: 68%;
    width: 100%;
}

.event-section.benefits .eventrow-one .third-img img {
    position: absolute;
    bottom: 40px;
    left: 0px;
    max-width: 69%;
    width: 100%;
}

@media (max-width: 991px) {
    .event-section.benefits .eventrow-one .first-img {
        padding: 0 0 0;
        margin: 0 0 0;
    }

    .event-section.benefits .eventrow-one.customer-back-row .text-desc {
        max-width: 100%;
        margin: 35px 0 0 0;
    }

    .event-section.benefits .eventrow-one .second-img img {
        bottom: 78px;
        right: -46px;
        max-width: 76%;
    }

    .event-section.benefits .eventrow-one .third-img img {
        bottom: -42px;
        left: -6px;
        max-width: 88%;
    }
}

@media (max-width: 767px) {
    .event-section.benefits .eventrow-one .col-lg-6 {
        padding: 0;
    }

    .event-section .eventrow-one .pramotion-social {
        margin: 0 0 25px 0 !important;
    }
}

.feemodel-section.benefits h2 {
    margin: auto auto 30px;
}

.feemodel-section.benefits p.subtitle {
    color: rgba(105, 108, 120, 1);
}

.feemodel-section.benefits .row .feemodel-box {
    max-width: 260px;
    margin: 60px 0 0;
}

@media (max-width: 767px) {
    .feemodel-section.benefits .feemodel-title {
        padding: 0;
    }

    .feemodel-section.benefits h2 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .feemodel-section.benefits p.subtitle {
        margin-bottom: 10px;
    }

    .feemodel-section.benefits .row .feemodel-box {
        max-width: 100%;
        margin: 30px 0 0;
    }

    .feemodel-section.benefits .feemodel-text p {
        margin: 0;
    }
}

.event-section.benefits .eventrow-three {
    background: rgba(228, 240, 255, 1);
}

.event-section.benefits p.subtitle {
    margin-bottom: 40px;
}

.event-section.benefits .eventrow-three h2.title36 {
    line-height: 38px;
    font-size: 36px;
}
.event-section.benefits .eventrow-three h3.title {
    line-height: 38px;
    font-size: 36px;
}

.event-section.benefits .eventrow-three .first-img {
    margin: 0;
}

.event-section.benefits .eventrow-three .ballon-img {
    padding-right: 0 !important;
}

.event-section.benefits .eventrow-three.customer-back-row .text-desc {
    max-width: 377px;
}

.event-section.benefits .eventrow-three {
    display: flex;
    align-items: end;
}

.event-section.benefits .eventrow-three .first-img img {
    border-radius: 30px;
}

@media (max-width: 991px) {
    .event-section .eventrow-three.customer-back-row .text-desc {
        max-width: 100%;
        margin: 40px 13px 50px;
    }

    .event-section.benefits .eventrow-three .ballon-img {
        padding-left: 0 !important;
    }

    .event-section.benefits .eventrow-three {
        padding: 0;
    }

    .event-section.benefits .eventrow-three.customer-back-row .text-desc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .event-section.benefits .eventrow-three h2.title36 {
        line-height: 30px;
        font-size: 28px;
        font-weight: 500;
    }
    .event-section.benefits .eventrow-three h3.title {
        line-height: 30px;
        font-size: 28px;
        font-weight: 500;
    }

    .event-section.benefits .eventrow-three p.subtitle {
        margin-bottom: 30px;
    }
}

.event-section.benefits .eventrow-four {
    background: rgba(242, 242, 255, 1);
    margin-bottom: 150px;
    align-items: end;
}

.event-section.benefits .eventrow-four h2.title36 {
    line-height: 38px;
    font-size: 36px;
}
.event-section.benefits .eventrow-four h3.title {
    line-height: 38px;
    font-size: 36px;
}

.event-section.benefits .eventrow-four .first-img {
    margin: 0;
}

.event-section.benefits .eventrow-four .ballon-img {
    padding-right: 0 !important;
}

.event-section.benefits .eventrow-four .first-img img {
    border-radius: 30px;
}

@media (max-width: 991px) {
    .event-section.benefits .eventrow-four .first-img img {
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .event-section .eventrow-four.customer-back-row .text-desc {
        margin: 40px 13px 35px;
    }

    .event-section .eventrow-four.customer-back-row .enhance-padding {
        margin: 40px 13px 20px;
    }

    .event-section.benefits p.subtitle {
        margin-bottom: 30px;
    }

    .event-section.benefits .eventrow-four h2.title36 {
        line-height: 30px;
        font-size: 28px;
        font-weight: 500;
    }
    .event-section.benefits .eventrow-four h3.title {
        line-height: 30px;
        font-size: 28px;
        font-weight: 500;
    }

    .event-section.benefits .eventrow-four {
        margin-bottom: 80px;
    }
}

.featurerich-section {
    background: rgba(243, 244, 246, 1);
    padding: 120px 0;
}

.featurerich-title p {
    margin: 30px auto 60px;
}

.featurerich-box {
    max-width: 285px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    padding: 35px 23px;
    text-align: center;
    margin-bottom: 20px;
}

h3.featurerich-h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin: 25px auto;
}

.featurerich-box img {
    width: 74px;
    height: 74px;
    margin: auto;
    display: block;
}

.featurerich-box p {
    margin-bottom: 0;
}

.featurerich-section .col-lg-3.col-md-12:nth-child(3), .featurerich-section .col-lg-3.col-md-12:nth-child(5) {
    margin-top: 110px;
}

.featurerich-section #btn-fill,
.featurerich-section #btn-fill1,
.featurerich-section #btn-fill2,
.featurerich-section #btn-fill3,
.featurerich-section #btn-fill4,
.featurerich-section #btn-fill5 {
    display: none;
}

@media (max-width: 1300px) and (min-width: 992px) {
    .featurerich-box {
        padding: 10px;
    }

    .featurerich-box img {
        width: 50px;
        height: 50px;
    }

    h3.featurerich-h3 {
        font-size: 15px;
        margin: 6px auto;
    }

    .featurerich-text p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 991px) {
    .featurerich-section {
        background: rgba(243, 244, 246, 1);
        padding: 80px 0 40px;
    }

    .featurerich-section .featurerich-title {
        padding: 0;
    }

    .featurerich-section h2.title {
        font-size: 42px;
        line-height: 46px;
    }

    .featurerich-title p {
        margin: 20px auto 40px;
    }

    .featurerich-box {
        max-width: 100%;
        padding: 22px;
        margin-bottom: 15px;
    }

    h3.featurerich-h3 {
        margin: 15px auto;
    }

    .featurerich-section .col-lg-3.col-md-12 {
        padding: 0;
    }

    .featurerich-section .col-lg-3.col-md-12:nth-child(3), .featurerich-section .col-lg-3.col-md-12:nth-child(5) {
        margin-top: 0;
    }

    .featurerich-section #btn-fill,
    .featurerich-section #btn-fill1,
    .featurerich-section #btn-fill2,
    .featurerich-section #btn-fill3,
    .featurerich-section #btn-fill4,
    .featurerich-section #btn-fill5 {
        display: block;
        margin-top: 25px;
    }

    .featurerich-section .featurerich-hide {
        display: none;
    }
}

/* ===============
 FEES
=============== */
.fee-hero-section {
    padding: 90px 0;
}

.fee-hero-section .head-text h1 {
    margin-bottom: 35px;
}

.event-section.fee .eventrow-one {
    background: transparent;
    margin-bottom: 46px;
}

.event-section.fee .customer-back-row .text-desc {
    margin-left: 47px;
    margin-right: auto;
    max-width: 437px;
}

.event-section.fee .eventrow-one .first-img {
    margin: 0;
}

.event-section.fee h2.title36 {
    line-height: 46px;
    font-size: 42px;
}
.event-section.fee h3.title {
    line-height: 46px;
    font-size: 42px;
}

.event-section.fee p.subtitle {
    margin-bottom: 45px;
}

.event-section.fee .customer-back-row:nth-child(2) .text-desc {
    margin-left: 47px;
    margin-right: auto;
    max-width: 460px;
}

.event-section.fee .customer-back-row:nth-child(2) #btn-fill,
.event-section.fee .customer-back-row:nth-child(2) #btn-fill1,
.event-section.fee .customer-back-row:nth-child(2) #btn-fill2,
.event-section.fee .customer-back-row:nth-child(2) #btn-fill3,
.event-section.fee .customer-back-row:nth-child(2) #btn-fill4,
.event-section.fee .customer-back-row:nth-child(2) #btn-fill5 {
    padding: 18px 45px;
}

@media (max-width: 991px) {
    .event-section.fee .eventrow-one:nth-child(1), .event-section.fee .eventrow-one:nth-child(3) {
        flex-direction: column-reverse;
    }

    .event-section.fee .eventrow-one .col-lg-6 {
        padding: 0;
    }

    .event-section.fee .eventrow-one .first-img {
        padding: 0 0 0;
        margin: 0 0 0;
    }

    .event-section.fee .eventrow-one .col-lg-6 {
        padding: 0;
    }

    .event-section.fee .eventrow-one.customer-back-row .text-desc {
        max-width: 100%;
        margin: 35px 0 0 0;
    }
}

@media (max-width: 767px) {
    .fee-hero-section {
        padding: 0 0 24px;
    }

    .fee-hero-section h1 {
        font-size: 42px !important;
        line-height: 46px !important;
        font-weight: 600 !important;
    }

    .fee-hero-section .head-text h1 {
        margin-bottom: 24px;
    }

    .event-section.fee h2.title36 {
        line-height: 38px;
        font-size: 36px;
        max-width: 100%;
    }
    .event-section.fee h3.title {
        line-height: 38px;
        font-size: 36px;
        max-width: 100%;
    }

    .event-section.fee p.subtitle {
        margin-bottom: 40px;
    }

    .event-section.fee .eventrow-one {
        margin-bottom: 80px;
    }
}

.fees-applied-section {
    background: rgba(243, 244, 246, 1);
    margin: 104px auto 150px;
    padding: 130px 0;
}

.fees-applied-section h2.title {
    margin-bottom: 60px;
}

.fees-applied-section table {
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;

}

.fees-applied-section th {
    padding: 30px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: rgba(255, 255, 255, 1);
    background: rgba(20, 20, 21, 1);
}

.fees-applied-section td {
    padding: 24px;
}

.fees-applied-section tbody tr td:nth-child(1), .fees-applied-section thead tr th:nth-child(1) {
    padding: 24px 24px 24px 40px;
}

.fees-applied-section tbody tr td:nth-last-child(1), .fees-applied-section thead tr th:nth-last-child(1) {
    padding: 24px 40px 24px 24px;
}

.fees-applied-section tr:nth-last-child(1) td {
    padding-bottom: 40px !important;
}

.fees-applied-section tr {
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.fees-applied-section tr:nth-last-child(1) {
    border: 0;
}

.fees-applied-country {
    display: flex;
    align-items: center;
}

.fees-applied-country img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.fees-applied-country p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: rgba(105, 108, 120, 1);
    text-transform: uppercase;
    margin-bottom: 0;
}

.fees-applied-sales {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(20, 20, 21, 1)
}

.fees-applied-sales.one {
    margin: 5px 0 10px;
}

.fees-applied-sales-fee {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #3BB143;
}

.fees-applied-sales-fee.one, .fees-applied-sales-square.one, .fees-applied-sales-details.one, .fees-applied-sales-cost.one {
    margin: 33px 0 10px;
}

.fees-applied-sales-square {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: rgba(20, 20, 21, 1);
}

.fees-applied-sales-details {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(105, 108, 120, 1);
}

.fees-applied-sales-cost a {
    background: #208837;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: rgba(255, 255, 255, 1);
    padding: 3px 16px;
    border-radius: 100px;
    pointer-events: none;
}

.fees-applied {
    padding: 0 !important;
}

.fees-applied-inner {
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 30px;
}

@media (max-width: 991px) {
    /* mobile view table*/
    .fees-applied-mobile {
        padding: 0 !important;
        text-align: center;
        border: 1px solid rgba(216, 216, 216, 1);
        border-radius: 30px;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .fees-applied-section .fees-applied-mobile thead tr th:nth-child(1) {
        border-right: 1px solid rgba(243, 244, 246, .3);
    }

    .fees-applied-section .fees-applied-mobile tbody tr:nth-child(odd) td {
        background: rgba(243, 244, 246, 1);
        padding: 10px !important;
    }

    .fees-applied-section .fees-applied-mobile tbody tr:nth-child(even) td {
        padding: 20px 10px !important;
    }

    .fees-applied-section .fees-applied-mobile tr {
        border-bottom: 0;
    }

    .fees-applied-section .fees-applied-mobile tbody tr:nth-child(even) td:nth-child(1) {
        border-right: 1px solid rgba(243, 244, 246, 1);
    }
}

@media (max-width: 767px) {
    .fees-applied-section {
        margin: 0 auto 0;
        padding: 80px 0;
    }

    .fees-applied-section h2.title {
        margin-bottom: 46px;
    }
}

.event-section.fee-1 {
    padding: 0;
}

.event-section.fee-1 .eventrow-two.customer-back-row {
    background: rgba(243, 244, 246, 1);
    margin-top: 0 !important;
}

.event-section.fee-1 .eventrow-two.customer-back-row:nth-child(2) {
    background: rgba(230, 242, 238, 1);
    margin-bottom: 0 !important;
}

.event-section.fee-1 .eventrow-two.customer-back-row .text-desc {
    max-width: 461px;
}

.event-section.fee-1 .eventrow-two .first-img {
    margin: 66px 53px 66px 0;
}

.event-section.fee-1 p.subtitle {
    margin-bottom: 40px;
}

.event-section.fee-1 .eventrow-two .ballon-img {
    align-items: center;
}

@media (max-width: 991px) {
    .event-section.fee-1 .eventrow-two.customer-back-row .text-desc {
        max-width: 100%;
    }

    .event-section.fee-1 .eventrow-two .first-img {
        padding: 0 0 14px;
        margin: 0 0 0;
    }

    .event-section.fee-1 p.subtitle {
        margin-bottom: 30px;
    }

    .event-section.fee-1 .eventrow-two.customer-back-row:nth-child(2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .event-section.fee-1 .eventrow-two.customer-back-row .text-desc {
        margin-bottom: 35px;
    }

    .event-section.fee-1 .eventrow-two.customer-back-row {
        margin-top: 80px !important;
    }
}

/* ===============
 UKRAINE
=============== */
.ukraine-hero-section {
    padding: 90px 0;
}

.event-section.ukraine {
    padding: 150px 0;
}

.event-section.ukraine h2.title {
    margin-bottom: 30px;
}

.event-section.ukraine .ukraine-subtitle.text-center {
    max-width: 600px;
    width: 100%;
    margin: auto auto 60px;
}

.event-section.ukraine .eventrow-one {
    background: rgba(243, 244, 246, 1);
    margin-bottom: 46px;
}

.event-section.ukraine .eventrow-one:nth-child(4) {
    background: rgba(228, 240, 255, 1);
}

.event-section.ukraine .eventrow-one:nth-child(5) {
    background: rgba(232, 254, 226, 1);
}

.event-section.ukraine .eventrow-one:nth-child(6) {
    background: #3BB143;
    margin-bottom: 0;
}

.event-section.ukraine h2.title36 {
    line-height: 38px;
    margin-bottom: 40px;
}
.event-section.ukraine h3.title {
    line-height: 38px;
    margin-bottom: 40px;
}

.event-section.ukraine .eventrow-one .first-img {
    margin: 40px 0 0;
}

.event-section.ukraine .eventrow-one .first-img img {
    border-radius: 0 0 30px 0;
}

.event-section.ukraine .col-lg-7 {
    padding-right: 0;
}

.event-section.ukraine .customer-back-row .text-desc {
    max-width: 377px;
}

@media (max-width: 991px) {
    .event-section.ukraine .eventrow-one {
        padding: 0;
    }

    .event-section.ukraine .col-lg-7 {
        padding-left: 0;
    }

    .event-section.ukraine .customer-back-row .text-desc {
        max-width: 100%;
    }

    .event-section.ukraine .eventrow-one .first-img {
        border-radius: 0 0 30px 30px;
        overflow: hidden;
    }

    .event-section.ukraine .eventrow-one:nth-child(5) {
        background: rgba(232, 254, 226, 1);
    }

    .footer .footer-text .footer-title {
        padding-bottom: 18px;
    }

    .footer .footer-text ul li {
        padding-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .event-section.ukraine {
        padding: 80px 0;
    }

    .ukraine-hero-section {
        padding: 0 0 32px;
    }

    .event-section.ukraine h2.title {
        margin-bottom: 20px;
    }

    .event-section.ukraine .ukraine-subtitle.text-center {
        margin: auto auto 40px;
    }

    .ukraine-hero-section .head-text h1 {
        font-size: 42px !important;
        line-height: 46px !important;
        font-weight: 600;
    }

    .event-section.ukraine .eventrow-one .first-img {
        margin: 0 0 0;
    }

    .event-section.ukraine .customer-back-row .text-desc {
        margin: 40px 16px 26px;
    }

    .event-section.ukraine .eventrow-one {
        margin-bottom: 30px;
    }

    .event-section.ukraine h2.title36 {
        line-height: 30px;
        margin-bottom: 30px;
        font-weight: 500;
    }
    .event-section.ukraine h3.title {
        line-height: 30px;
        margin-bottom: 30px;
        font-weight: 500;
    }
}

/* ===============
 PRIVACY POLICY
=============== */
.privacy-section .container {
    max-width: 820px !important;
    width: 100%;
    margin: auto;
}

.privacy-section {
    padding: 90px 0 150px;
}

.privacy-section h1 {
    font-size: 76px;
    line-height: 76px;
    text-align: center;
    margin-bottom: 70px;
}

.privacy-section h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    color: rgba(105, 108, 120, 1);
}

.privacy-section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(20, 20, 21, 1);
    margin-bottom: 30px;
}

.privacy-section p:nth-last-child(1) {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .privacy-section {
        padding: 0 0 77px;
    }

    .privacy-section h1 {
        font-size: 42px;
        line-height: 46px;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 0;
        text-align: left;
    }

    .privacy-section h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
        padding: 0;
    }

    .privacy-section p {
        padding: 0;
    }
}

.nav-item {
    position: relative;
}

.nav-item span {
    display: inline-block;
    position: relative;
}

.nav-item span:before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    background: #D8D8D8;
    left: 0;
    right: 0;
    bottom: -5px;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.nav-item:hover span:before,
.nav-item.active span:before {
    opacity: 1;
}

.copyright-text {
    margin-bottom: 20px;
}

@media screen and (min-width: 1321px) {
    header .navbar-brand,
    header .header-btn {
        flex-basis: 342px;
    }
}


header .header-btn {
    text-align: right;
    white-space: nowrap;
}

.navbar-brand img {
    max-height: 40px;
    width: auto;
}

.select-country-fee button {
    background: #fff !important;
    border: 1px solid rgba(216, 216, 216, 1) !important;
    border-radius: 30px;
    color: #696C78 !important;
    line-height: 2.5;
}

.tab-content>table.tab-pane.active {
    display: table;
}

.select-country-fee .dropdown-menu {
    width: 100%;
}

.select-country-fee .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 4px;
    text-align: center;
}

.responsive-img {
    width: 100%;
    height: auto;
}

