/*
 Theme Name:   Competitions Theme
 Description:  Child Theme for GT Parent Theme
 Author:       GT Group
 Author URI:   https://gtgroup.io
 Template:     parent-theme
 Version:      5.1.3.1
 Text Domain:  gt-parent-theme-child
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap');

body{
    background-color: #eff1f5!important;
    font-size: 16px;
}
.alignfull {
    margin-right: auto;
    margin-left: auto;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

.alignwide {
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.has-56-large-font-size{
    font-size: 56px;
    line-height: 64px;
}
.has-24-medium-font-size{
    font-size: 24px;
    line-height: 32px;
}
.wp-block-columns{
    margin-bottom: 80px;
    padding: 0;
}
.has-blue-color{
    color: #309BF2;
}
.is-style-mint-btn a {
    background-color: #03E4BA;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 32px;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 45px;
    min-width: 210px;
    text-decoration: none !important;
}
.is-style-mint-btn a:hover{
    background: linear-gradient(-18deg,#00e5ba,#003be5);
    color: #fff;
}
body .is-layout-flow > * + *,p{
    margin-block-start: 0;
}
figure{
    margin-bottom: 0;
}
footer{
    float: left;
    width: 100%;
}
.border-40{
    border-radius: 40px;
}
.border-40 span{
    border-radius: 40px;
}
a:where(:not(.wp-element-button)):hover {
    text-decoration: underline;
}
/*faqs*/
.accordion-item{
    border:0;
}
.accordion-header .accordion-button.collapsed{
    border-bottom: 1px solid #A4A4A4;
}
.accordion-item:last-child .accordion-button:not(.collapsed){
    box-shadow: unset;
}
.accordion-item:last-of-type {
    margin-bottom: 20px;
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom: 1px solid #a4a4a4;
    border-radius: 0 !important;
}
.accordion-button{
    padding: 24px 16px 24px 0;
    font-size: 16px;
    box-shadow: unset !important;
    transition: none !important;
    font-weight: 500;
}
.accordion-collapse{
    border-bottom: 1px solid #A4A4A4;
}
.accordion-button:focus{
    box-shadow: unset;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    color: #000A26;
}
.accordion-body {
    padding: 20px 10px;
    font-size: 16px;
}
.accordion-button::after{
    content: none;
}
p{
    margin-bottom: 0;
}
.b-15{
    border-radius: 15px;
}
.b-20{
    border-radius: 20px;
}
.b-50{
    border-radius: 50px;
}
.wp-block-buttons{
    margin-top: 48px;
}
a{
    color: #000A26;
}
.has-x-large-font-size{
    line-height: 56px;
}
.important-announcement.is-layout-flex{
    display: none;
}
.expand-important-announcement .fa-chevron-up,.expand-important-announcement .fa-chevron-down{
    color: #fff;
    font-size: 15px;
}
.ip-detection{
    border: 2px solid #CBCBCB;
    border-radius: 7px;
    padding: 16px;
    margin-top: 32px;
}
.ip-detection p{
    font-size: 16px;
}
.ip-detection .ip-country-code{
    font-weight: 500;
}
.ip-detection .ip-country-code span {
    color: #003BE5 !important;
    font-weight: 800;
}
.responsive-ip-detection{
    display: none;
}
.ip-detection.enable-switch .ip-country-code {
    display: flex;
    justify-content: end;
}
.ip-detection.enable-switch #ip-detected-form {
    display: flex;
    align-items: center;
}
.ip-detection.enable-switch #ip-detected-form select{
    border: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0 20px 0 7px;
    color: #003BE5;
    font-weight: 800;
    cursor: pointer;
}
.ip-detection.enable-switch #ip-detected-form select>option {
    color: #000;
}
.ip-detection.enable-switch .select2-container--default .select2-selection--single {
    border: 0;
    background-color: transparent;
}
.has-small-font-size{
    line-height: 24px !important;
}
.has-medium-font-size{
    line-height: 32px !important;
}
.top-button{
    left: 2%;
    right: unset;
}
.top-button a{
    background-color: #fff !important;
    color: #002180;
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 0;
    border-radius: 50px;
}
.top-button a:hover{
    background-color: #fff;
    color: #002180;
    text-decoration:none;
}
.top-button a .fa-chevron-up{
    font-size: 20px;
    line-height: 30px;
}
.is-style-outline .has-mint-color{
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 14px 32px !important;
    border-radius: 45px;
    min-width: 210px;
    text-decoration: none!important;
}

.is-style-outline .has-mint-color:hover{
    background-color:#03e4ba !important;
    color:#000 !important;
    border-color:#03e4ba !important;
}
/* Search bar */
.gt-search-bar {
    display: flex;
    justify-content: center;
    margin: 0 10px 0 0;
}
.gt-search-bar>input {
    border: 0;
    padding: 13px;
    padding-left: 50px;
    border-radius: 55px;
    width: 700px;
    background: #fff;
    box-shadow: inset 0px -3px 6px #00000029;
}
.gt-search-bar>i {
    font-size: 20px;
    color: #003BE5;
    position: relative;
    top: 16px;
    left: 40px;
}
.show-search-results {
    background: #fff;
    position: absolute;
    left: 51%;
    transform: translate(-51%, 5px);
    text-align: left;
    z-index: 10;
    width: 680px;
    max-height: 250px;
    overflow: auto;
}
.show-search-results>p {
    padding: 10px;
}
.show-search-results>p>a {
    color: #000;
    text-decoration: none;
}

/*Pop Up*/
.pop-up-container {
    position: fixed;
    bottom: 12%;
    left: 45px;
    background: #fff;
    width: 550px;
    border-radius: 20px;
    z-index: 1000;
    padding: 30px;
    display: none;
}
.pop-up-container .flex-row {
    display: flex;
}
.pop-up-container .flex-row>div:first-child {
    flex: 1;
    margin-right: 10px;
}
.pop-up-container .flex-row>div:last-child {
    display: flex;
    align-items: end;
}
.pop-up-container p:first-child {
    font-size: 24px;
    font-weight: 600;
}
.pop-up-container p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.pop-up-container p:nth-of-type(3) {
    margin-bottom: 40px;
    font-weight: 500;
}
.pop-up-container .close-popup-btn {
    position: absolute;
    top: 9px;
    right: 22px;
    cursor: pointer;
}
.pop-up-container a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.pop-up-container a::after {
    font-family: "Font Awesome 6 Free";
    content: '\f054';
    font-size: 11px;
    margin-left: 5px;
}
.pop-up-container .close-popup-btn>i{
    font-size: 27px;
    font-weight: 400;
}
/*404 Page*/
.page-404 .background-404{
    background-size: cover;
    text-align: center;
    display: table;
    width: 100%;
    height: 87vh;
}
.page-404 .widget_text{
    margin-bottom: 0 !important;
}
.page-404 h2{
    font-size: 64px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 16px;
    padding-top: 20%;
}
.page-404 p{
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}
.page-404 .outer-404{
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
}
.owl-stage,.owl-item{
    display: flex;
}

/*leaderboard*/
.Ib_Leaderboard th{
    white-space: pre-wrap !important;
}
@media screen and (max-width: 576px){
    .col-xs-12{
        flex: 100%;
    }
    .is-style-mint-btn a,.has-mint-color{
        min-width: 180px;
        padding: 15px 5px !important;
        font-size: 14px;
    }
    .alignwide,.alignwide.is-layout-flex {
        margin: 0 10px;
    }
    .wp-block-columns{
        margin-bottom: 40px !important;
    }
    body .is-layout-flow > *{
        margin-bottom: 0 !important;
    }
    /*.page-404 .background-404{*/
    /*    background-image: url("../../uploads/2023/02/Error-page-Mobile.jpg") !important;*/
    /*    background-position: center;*/
    /*    height: 76vh;*/
    /*}*/
    .page-404 .background-404 h2{
        font-size: 32px;
        padding-bottom: 0;
        margin: 0;
    }
    .page-404 .background-404 p{
        font-size: 16px;
        line-height: 24px;
        padding: 0 20px;
    }
    .has-56-large-font-size{
        font-size: 32px;
        line-height: 40px;
    }
    .accordion-button {
        font-size: 16px;
        line-height:24px;
        padding: 12px 16px 12px 0;
    }
    .header-title br{
        display: none;
    }
    .header-title{
        padding: 0 10px 8px!important;
    }
    .header-subtitle{
        padding-bottom: 40px !important;
        margin: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .faqs h3{
        font-size: 16px !important;
        padding-bottom: 16px !important;
    }
    .faqs{
        margin: 40px 10px !important;
        padding: 24px 16px !important;
        border-radius: 20px !important;
    }
    .has-medium-font-size{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .has-large-font-size{
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .has-large-font-size.box-title{
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .has-x-large-font-size{
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .wp-block-buttons{
        margin-top: 24px !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 1200px){
    .alignwide,.alignwide.is-layout-flex {
        margin: 0 15px;
    }
    .wp-block-columns{
        margin-bottom: 64px !important;
    }
    body .is-layout-flow > *{
        margin-bottom: 0 !important;
    }
    .page-404 .background-404 h2{
        font-size: 56px;
        padding-bottom: 16px;
        margin: 0;
    }
    .page-404 .background-404 p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 40px;
    }
    /*.page-404 .background-404{*/
    /*    background-image: url("../../uploads/2023/02/Error-page-Tablet.jpg") !important;*/
    /*    background-position: center;*/
    /*    height: 76vh;*/
    /*}*/
    .page-404 .background-404{
        background-position: center;
    }
    .header-subtitle br{
        display: none;
    }
    .faqs{
        margin: 65px 15px !important;
        border-radius: 20px !important;
    }
    .has-medium-font-size{
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .has-large-font-size.box-title{
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .has-x-large-font-size{
        font-size: 40px !important;
        line-height: 48px !important;
    }
    .wp-block-buttons{
        margin-top: 32px !important;
    }

}