@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Mono+One&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #0A0A1B !important;
    background-size: 150% 150% !important;
    /* animation: gradient-animation 20s ease-in-out infinite alternate both; */
    font-family: jost !important;
}

a{
    text-decoration: none !important;
}

a:hover{
    color: #ff633c !important;
}

img{
    width: 100%;
}

h1,h2,h3,h4,h5,h6{
    font-family: FortuneVariable !important;
}






header {}

header .logo {}

header .logo a {}

header .logo a img {
    width: 100%;
}

header .menu {}

header .menu ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 25px;
    align-items: center;
    margin-bottom: 0;
}

header .menu ul li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-image: url(../images/unactive-nav-btn.png) !important;
}

header .menu ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
}

.menu ul li.active a {
    color: #ff633c;
}

header .login {text-align: end;}

header .login a {}

header .login a i {
    color: #D72B00;
    background-color: #fff;
    padding: 15px;
    border-radius: 100px;
    border: 4px solid #D72B00;
}


header {
    /* position: fixed;
    top: 0;
    left: 0; */
    padding: 10px 0;
    z-index: 9999;
    position: absolute;
    width: 100%;
}


header.header-main.showmenu .logo a img {
    filter: invert(1);
}

.menu ul li.active {
    background-image: url(../images/active-nav-btn.png) !important;
}


/* header .menu ul li a::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    background-image: url(../images/unactive-nav-btn.png);
    width: -webkit-fill-available;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
} */


/* ////////////////////home////////// */


.home-baner {
    background-image: url(../images/home-baner.png);
    height: 108vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}


.home-baner .bantxt {}

.home-baner .bantxt span {
    font-size: 65px;
    color: #fff;
    font-family: FortuneVariable;
    position: relative;
    top: 48px;
    left: 74px;
}

.home-baner .bantxt h2 {
    font-size: 145px;
    color: #fff;
}

.home-baner .bantxt p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.home-baner .bantxt .btnn {}

.btnn ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
}

.btnn ul li {
    background-image: url(../images/btnbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 22px 15px;
    width: 32%;
    text-align: center;
}

.btnn ul li a {
    color: #fff;
}


/* /////////////////sec2//////////////////// */

.sec2 {
    padding: 50px 0 50px;
    position: relative;
}

.sec2 .head {
    text-align: center;
    position: relative;
}

.sec2 .head h2 {
    font-size: 90px;
    color: #fff;
    word-spacing: 20px;
}

.sec2 .head h2 span {
    color: #FF633C;
}

.sec2 .para {
    position: relative;
    z-index: 1;
}

.sec2 .para h2 {
    font-family: 'Jost' !important;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
}

.sec2 .para p {
    font-size: 17px;
    color: #fff;
    line-height: 25px;
}


.sec2 .board {
    position: absolute;
    top: 165px;
    left: -20px;
    text-align: center;
}

.sec2 .board img {
    width: 80%;
    margin: 0 auto;
}


.sec2 img.shape1, .sec2 img.shape2, .sec2 img.shape3 {
    position: absolute;
    width: 15%;
}

.sec2 img.circle {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 60%;
    margin: 0 auto;
    transform: translate(-50%, -40%);
}


.sec2 img.shape1 {
    right: 0;
    top: 0;
}

.sec2 img.shape2 {
    bottom: -400px;
    left: 0;
    width: 17%;
    z-index: 1;
}

.sec2 img.shape3 {
    bottom: 0;
}

.sec2 .btnn ul li {
    background-image: url(../images/btnbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 22px 15px;
    width: 50%;
    text-align: center;
    margin-left: 25px;
}


/* //////////sec3//////////////// */


.sec3 {
    padding: 100px 0 0;
    position: relative;
}

.sec3 .sideimg {}

.sec3 .sideimg img {
    width: 100%;
}


.sec3 .txt {}

.sec3 .txt h2 {
    font-size: 80px;
    color: #fff;
}

.sec3 .txt p {
    font-size: 17px;
    color: #fff;
    line-height: 25px;
}

.sec3 .pad {
    padding-right: 150px !important;
}

.sec3 .btnn ul li {
    width: 24%;
}

.sec3 .video {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -35%);
    z-index: -1;
}

.sec3 .video video{
    position: relative;
    width: 100%;
    height: 100%;
}

.sec3 .video::after {
    content: "";
    background-color: #0b091be3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}


.sec3 .video::before {
    content: "";
    background-color: #0b091be3;
    width: 100%;
    height: 20%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 4;
    background: rgb(11, 9, 27);
    background: linear-gradient(180deg, rgba(11, 9, 27, 1) 40%, rgba(122, 0, 3, 0) 100%);
}


.sec3::after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: -1;
    background: rgb(11, 9, 27);
    background: linear-gradient(1deg, rgba(11, 9, 27, 1) 40%, rgba(122, 0, 3, 0) 100%);
}


/* ///////////sec4//////////////// */


.sec4 {
    padding: 100px 0 0;
    position: relative;
}

.sec4 img.shape1, .sec4 img.shape2, .sec4 img.shape3 {
    position: absolute;
    z-index: -1;
}

.sec4 img.shape1 {
    width: 15%;
    right: 0;
    top: 0;
}

.sec4 img.shape2 {
    width: 10%;
    left: 0;
    top: 120px;
}

.sec4 img.shape3 {
    width: 50%;
    bottom: -290px;
    left: 0px;
}

.sec4 .head {
    text-align: center;
    margin-bottom: 50px;
}

.sec4 .head h2 {
    font-size: 90px;
    color: #fff;
}

.sec4 .head p {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    width: 80%;
    margin: 0 auto;
}

.sec4 .box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec4 .box .icon {
    position: relative;
    margin-bottom: 20px;
    background: linear-gradient(100deg, rgba(255,99,60,1) 0%, rgba(215,43,0,1) 100%);
    border-radius: 100px;
    display: flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
}

.sec4 .box .icon img {
    width: 40%;
}

.sec4 .box .icon span {
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 21px;
    border: 1px solid #000;
}

.sec4 .box h3 {
    color: #fff;
    font-family: 'Jost' !important;
    font-size: 21px;
}

.sec4 .box p {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
}


.sec4 img.arrow1, .sec4 img.arrow2, .sec4 img.arrow3 {
    position: absolute;
}

.sec4 img.arrow1 {
    width: 10%;
    left: 45%;
    top: 15%;
}

.sec4 img.arrow2 {
    width: 10%;
    left: 20%;
    top: 15%;
}

.sec4 img.arrow3 {
    width: 10%;
    right: 20%;
    top: 15%;
}

.sec4 .btnn {margin-top: 50px;}

.sec4 .btnn ul {
    justify-content: center;
}

.sec4 .btnn ul li {
    width: 20%;
}



/* /////////////sec5////////////////// */


/* faqs */
.sec5 .faqsabsimgcst {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
 
.sec5 {
    position: relative;
    padding: 100px 0 0;
}
.sec5 .content-section{}
.sec5 .content-section h2 {
    
    
    
    
    
     /* 104.12% */
    font-size: 90px;
    color: #fff;
}
.sec5 .content-section p {font-size: 13px;color: #fff;line-height: 23px;}
.sec5 .accordion .accordion-item {
    margin-bottom: 30px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #ff633c;
}
.sec5 .accordion .accordion-item .accordion-header button.accordion-button {
    border-radius: 0px 10px;
    padding: 25px 50px 25px 25px;
    color: #FFF;
    font-family: 'Jost';
    font-size: 14px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    position: relative;
}
.sec5 .accordion .accordion-item .accordion-body p {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    margin-bottom: 0;
}


.sec5 img.squareshape {
    position: absolute;
    width: 10%;
    top: 0;
}

.sec5 .accordion .accordion-item h2 {
    background: linear-gradient(100deg, #ff633c 0%, rgba(215, 43, 0, 1) 100%);
    border-radius: 0px 10px 0px 10px;
    margin-bottom: 0;
}

.sec5 .accordion .accordion-item .accordion-header button.accordion-button:focus {
    outline: none;
}


.sec5 .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 20px;
}

.sec5 .accordion .accordion-item .accordion-header button.accordion-button span {
    font-weight: 700;
}

.sec5 .accordion .accordion-item .accordion-header button.accordion-button::after {
    content: "\f107";
    position: absolute;
    right: 5%;
    top: 50%;
    font-family: 'FontAwesome';
    transform: translate(0, -50%) rotate(180deg);
    border: 1px solid #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: 0.4s;
}


.sec5 .accordion .accordion-item .accordion-header button.accordion-button.collapsed::after {
    content: "\f107";
    position: absolute;
    right: 5%;
    top: 50%;
    font-family: 'FontAwesome';
    transform: translate(0, -50%);
    border: 1px solid #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: 0.4s;
}

.sec5 img.shape {
    position: absolute;
    width: 35%;
    right: 0;
    top: 20px;
    z-index: 0;
}


/* ///////////////sec6//////////// */


.sec6 {
    padding: 100px 0;
    background-image: url(../images/btmformbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec6 .sideimg {}

.sec6 .sideimg img {
    width: 100%;
}

.sec6 .form {
    padding: 25px;
    border: 1px solid #FF633C;
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(6px);
    background: #ffffff12;
}

.sec6 .form h3 {
    font-family: 'Jost' !important;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
}

.sec6 .form p {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
}

.sec6 .form form {}

.sec6 .form form .field {
    margin-bottom: 50px;
}

.sec6 .form form .field label {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.sec6 .form form .field input {
    width: 100%;
    padding: 0px 0 10px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #CBCBCB;
    font-size: 14px;
    color: #fff;
}

.sec6 .form form .subbtn {
    margin-top: 30px;
}

.sec6 .form form .subbtn button {
    background: linear-gradient(100deg, #ff633c 0%, rgba(215, 43, 0, 1) 100%);
    width: 100%;
    padding: 10px 0;
    border-radius: 100px;
    border: unset;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.sec6 .form form .field input::placeholder {
    color: #cbcbcb;
}



/* ////////////////footer///////////////// */

footer {
    padding: 50px 0 50px;
    border-top: 1px solid #ffffff91;
}

footer .logo {}

footer .logo a {}

footer .logo a img {}

footer .copy {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 100px;
    border-left: 1px solid #ffffff91;
    border-right: 1px solid #ffffff91;
}

footer .copy p {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

footer .copy h4 {
    font-family: 'Jost' !important;
    font-size: 16px;
    color: #fff;
    line-height: 23px;
}

footer .menu {}

footer .menu ul {
    padding-left: 0;
}

footer .menu ul li {
    list-style: none;
    margin-bottom: 20px;
}

footer .menu ul li a {font-family: 'Jost' !important;font-size: 14px;color: #fff;line-height: 24px;}

footer .social {
    padding-top: 20px;
}

footer .social h4 {
    color: #fff;
    font-family: 'Jost' !important;
}

footer .social ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 15px;
    padding-top: 5px;
}

footer .social ul li {}

footer .social ul li a {
    border: 1px solid #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    transition: 0.4s;
}

footer .social ul li a i {
}

footer .social ul li a:hover {
    background-color: #fff;
    color: #000;
}

footer {}

footer .col-md-2:nth-child(1) {
}

footer .col-md-2:last-child {}


/* ////////////about page////////////////// */


.about-baner {
    height: 80vh;
    background-image: url(../images/about-ban.png);
}

.about-baner .bantxt {
    text-align: center;
}


.about-sec {
    position: relative;
    padding: 100px 0;
}

.about-sec img.shape {
    width: 5%;
    position: absolute;
    right: 0;
    top: 0;
}

.about-sec .about-sec-media {
    border-radius: 100%;
    width: 100%;
    border: 3px solid #D72B00;
    padding: 20px;
    position: relative;
}

.about-sec .about-sec-media video {
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 7 / 7;
}

.about-sec .about-sec-media img.img1, .about-sec .about-sec-media img.img2, .about-sec .about-sec-media img.img3 {
    position: absolute;
    width: 20%;
}

.about-sec .about-sec-media img.img1 {
    bottom: 10%;
    left: 0;
}

.about-sec .about-sec-media img.img2 {
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 0);
}

.about-sec .about-sec-media img.img3 {
    bottom: 10%;
    right: 0;
}


.about-sec .about-sec-txt {}

.about-sec .about-sec-txt h2 {
    font-size: 38px;
    color: #fff;
    font-family: 'Jost' !important;
    line-height: 48px;
}

.about-sec .about-sec-txt p {
    font-size: 17px;
    color: #fff;
    line-height: 23px;
}


/* ////////////////about-sec-2//////////////// */


.about-sec-2 img.shape2 {
    width: 15%;
    left: 0;
    top: 50px;
}


.about-sec-3 {
    padding-bottom: 100px;
}


/* //////////////Subscription/////////////// */


.sub-sec-1 {
    padding: 100px 0;
}

.sub-sec-1 .box {
    background: radial-gradient(circle, #ff633c 100%, rgba(215, 43, 0, 1) 100%);
    background: radial-gradient(circle, rgba(255,99,60,1) 100%, rgba(215,43,0,1) 100%);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.sub-sec-1 .box h4 {
    color: #fff;
    font-family: 'Jost' !important;
    font-size: 28px;
    font-weight: normal;
}

.sub-sec-1 .box p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.sub-sec-1 .box i {
    color: #fff;
    font-size: 28px;
}

.sub-sec-1 .pkg {
    height: 100%;
    border: 2px dashed #9F36FF;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.sub-sec-1 .pkg h4 {
    font-family: 'Jost' !important;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.sub-sec-1 .pkg span {
    color: #A9A9AA;
    font-size: 21px;
}

.sub-sec-1 .pkg ul {
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    border-bottom: 2px dashed #aaa9a9a6;
    padding-bottom: 20px;
}

.sub-sec-1 .pkg ul li {
    color: #A9A9AA;
    font-size: 16px;
    line-height: 26px;
}

.sub-sec-1 .pkg p {
    color: #fff;
    font-size: 32px;
}

.sub-sec-1 .pkg p span {
    font-size: 16px;
    color: #fff;
}


.sub-sec-1 .box img {
    width: 100%;
    transform: scale(1.3);
    padding-top: 47px;
    position: relative;
    top: -46px;
    z-index: -1;
}


.sub-sec-1 .pkg ul li i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.pkg.bdr {
    border: 2px dashed #ff633c;
}

.sub-sec-1 .pkg .btnn {
    position: absolute;
    bottom: 5%;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sub-sec-1 .pkg .btnn a {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 2px solid #9f36ff;
    border-radius: 100px;
    padding: 12px 0;
    color: #fff;
}

.sub-sec-1 .pkg .btnn a:hover {
}

.sub-sec-1 .pkg.bdr {}

.sub-sec-1 .pkg.bdr a {
    border: 2px solid #ff633c;
}

.sub-sec-1 .pkg.bdr a:hover {
    color: #ff633c !important;
}

.sub-sec-1 .pkg .btnn a:hover {
    color: #9f36ff !important;
}

.sub-sec-1 .pkg.bdr .btnn2 a {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 2px solid #ff633c;
    border-radius: 100px;
    padding: 12px 0;
    color: #fff;
}

.sub-sec-1 .pkg.bdr .btnn2 {
    position: absolute;
    bottom: 5%;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sub-sec-1 .pkg.bdr .btnn2 a:hover {}

/* ///////////contact pages/////////// */

.sec6.contact-sec-2 {
    background-image: unset;
}

.sec6.contact-sec-2 .form {
    background-image: url(../images/contact-form-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hamburger {
    display: none;
}


input {
    color: #fff;
}

input:focus-visible {
    outline: none;
}

footer .menu ul li.active {
    background-image: unset !important;
}


/* ////////////////////login///////////////// */


.login_section .login-img img {
    width: 100%;
    transform: scale(1.3);
    position: relative;
    bottom: 75px;
    z-index: -1;
}


.login_section.flex-grow-1 {
    background-image: unset !important;
}

.login_section .form {
    padding: 50px 50px 300px 50px;
    border-radius: 15px 15px 0px 0px;
}

.login_section .login_right_part h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    border-bottom: 2px solid #ffffff66;
    padding-bottom: 20px;
}

.login_section .form .register_btn {
    margin-top: 30px;
}

.login_section .form .register_btn button.btns {
    width: 100%;
    background: linear-gradient(100deg, rgba(255, 99, 60, 1) 0%, rgba(215, 43, 0, 1) 100%);
    border-radius: 100px;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.login_section .login_right_part .login_form {
    margin-top: 30px;
}

.login_section .login_right_part .login_form input {
    padding: 21px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.login_section .login_right_part .login_form .form-group {
    margin-bottom: 30px;
}

.login_section .login_right_part .login_form span.password_hide {
    top: 10px !important;
}

.login_section .form .register_btn p {
    text-align: center;
}

.login_section .form .register_btn p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.login_section .login_right_part .login_form input:focus {
    border: 2px solid #ff633c;
}


section.login_section.registr {}

section.login_section.registr .form {
    padding: 20px 50px 20px 50px;
}

section.login_section.registr .form .form-group {
    margin-bottom: 15px;
}


img.shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 14%;
}

.login_section {
    overflow: hidden;
}






/* /////////////////Responsive///////////// */

@media (max-width: 2880px){
    .sec2 .board {
        left: 50%;
        transform: translate(-51%, 0px);
    }
    
    .sec2 .board img {
        width: 36%;
    }

}


@media (max-width: 2560px){
    .sec2 .board {
        left: 50%;
        transform: translate(-51%, 0px);
    }
    
    .sec2 .board img {
        width: 36%;
    }

}


@media (max-width: 2400px){
    .sec2 .board {
        left: 50%;
        transform: translate(-51%, 0px);
    }
    
    .sec2 .board img {
        width: 36%;
    }

}


@media (max-width: 2133.33px){
    .sec2 .board {
        left: 50%;
        transform: translate(-51%, 0px);
    }
    
    .sec2 .board img {
        width: 40%;
    }

}


@media (max-width: 1920px) {
    .sec2 .board {
        left: 50%;
        transform: translate(-51%, 43px);
    }
    
    .sec2 .board img {
        width: 45%;
    }
    
    .sec3::after {
        bottom: -200px;
    }
    
}


@media (min-width:1600px) and (max-width:1905px){

    .sec2 .board {
        left: 50%;
        transform: translate(-50%, 0px);
    }

}

@media (min-width:1440px) and (max-width:1600px){
    .sec2 .board {
        left: 50%;
        top: 185px;
        transform: translate(-50%, 0px);
    }
}

@media (min-width:1400px) and (max-width:1441px){
    .sec2 .board {
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .sec2 .board img {
        width: 56%;
    }
}

@media (min-width:1200px) and (max-width:1366px){

    .sec2 .board {
        left: 50%;
        transform: translate(-50%, 0px);
        top: 190px;
    }

    .sec2 .board img {
        width: 60%;
    }

    .home-baner {
        height: 105vh;
    }
    
    .sec4 img.shape1 {
    width: 10%;
}



section.home-baner.about-baner.contact-baner {
    height: 70vh;
}



}


@media (max-width:1366px){

    .sec3 .txt h2 {
        font-size: 68px;
    }

    .sec3 {
        padding: 50px 0 0;
    }

    .sec2 img.shape2 {
        bottom: -280px;
    }

}


@media (max-width:1280px){
    
    .about-baner {
    height: 65vh !important;
}
    
}


@media (max-width:1200px){
    
    section.immersive_gameplay_section.board-voting-list .btnstab .btntab a {
    padding: 8px 25px !important
}
    
}


@media (max-width:1170px){
    .sec2 .para h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .sec2 .board {
        left: 50%;
        transform: translate(-50%, 0px);
        top: 220px;
    }

    .sec2 .board img {
        width: 60%;
    }
    .sec3 {
        padding: 120px 0 0;
    }


    .sec2 img.shape2 {
        bottom: -200px;
    }

    .sec3 .txt h2 {
        font-size: 60px;
    }

    .sec3::after {
        bottom: -130px;
    }

    .home-baner .bantxt span {
        font-size: 60px;
    }

    .btnn ul li {
        width: 35%;
    }

    .sec5 .content-section h2 {
        font-size: 75px;
    }

    header .menu ul {
        /* padding-left: 0; */
        gap: 10px;
    }

    header .menu ul li a {
        font-size: 13px;
        line-height: 26px;
    }

    header .menu ul li {
        padding: 12px;
    }

    .home-baner .bantxt h2 {
        font-size: 100px;
    }

    .sub-sec-1 .pkg {
        padding: 20px;
    }


    .sub-sec-1 .pkg h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .sub-sec-1 .pkg ul {
        margin-bottom: 0;
    }

    .sub-sec-1 .box img {
        top: -38px;
    }



}


@media (max-width:1024px){
    .sec2 .board {
        top: 250px;
    }

    .sec3 .txt h2 {
        font-size: 55px;
    }

    .sec3 .pad {
        padding-right: 50px !important;
    }

    

    .login_section .login_right_part .login_form input {
        padding: 20px 25px;
    }

    section.login_section.registr .form {
        padding: 20px 30px 20px 30px;
    }

    .login_section .login-img img {
        bottom: 60px;
    }
    
        .sec2 .board img {
        width: 67%;
    }

}

@media (max-width:991px){

    header.header-main {
        display: none;
    }
    
    .hamburger {
        display: block;
    }

    .container.hamburger {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 0 0px 0;
    }

    button.navbar-toggler {
        background-color: #FF633C;
        padding: 5px 10px;
    }

    button.navbar-toggler:focus {
        border: unset;
        outline: unset;
    }


    .container.hamburger .navbar-collapse {
        text-align: end;
        background-color: #0a0a1b;
        z-index: 1;
        padding: 20px;
        
    }
    
    .container.hamburger .navbar-collapse form.form-inline {
        justify-content: end;
    }
    
    .container.hamburger nav.navbar {
        width: 100%;
        display: block;
    }

    .container.hamburger nav.navbar .nav-btn {
        text-align: end;
    }

    .container.hamburger .navbar-collapse {
        position: absolute;
        right: 0;
        top: 110%;
        width: 100%;
    }

    .container {
        max-width: 960px !important;
    }


.container.hamburger .navbar-collapse ul.navbar-nav .navbar_list ul li {
    margin-bottom: 15px;
}

.container.hamburger .navbar-collapse ul.navbar-nav .navbar_list ul li a {
    color: #fff;
}

.container.hamburger .navbar-collapse form .navbar_right_icons a span {
    color: #fff;
}

.home-baner .col-md-6 {
    flex: 0 0 70%;
    max-width: 70%;
}

.btnn ul li {
    width: 25%;
}


    .sec2 .board {
        top: 300px;
    }





}


@media (max-width:800px){

    .container {
        max-width: 720px !important;
    }

    .home-baner {
        padding: 120px 0 0;
    }


    .home-baner .bantxt span {
        font-size: 48px;
    }
    
    .home-baner .bantxt h2 {
        font-size: 115px;
    }
    .btnn ul li {
        width: 35%;
    }
    
    .home-baner {
        height: 95vh;;
        align-items: flex-start;
    }

    .sec2 .head h2 {
        font-size: 55px;
        word-spacing: 10px;
    }

    .sec2 {
        padding: 50px 0 50px;
    }


    .sec2 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .sec2 .board {
        position: relative;
        top: 0;
        left: 50% !important;
        transform: translate(-50%, 0px);
    }
    
    .sec2 .board img {
        width: 80%;
        margin-bottom: 50px;
    }
    
    .sec2 .btnn {}
    
    .sec2 .btnn li {
        width: 20% !important;
        margin: 0 !important;
    }
    
    .sec2 .para {
        padding-top: 20px;
    }
    
    .sec2 .head {
        text-align: left;
    }

    .sec2 img.shape2 {
        bottom: 0px;
    }


    .sec3 {
        padding: 0px 0 0;
    }
    
    .sec3 .txt h2 {
        font-size: 40px;
    }
    
    .sec3 .col-md-5, .sec3 .col-md-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .sec3 .txt .btnn {}
    
    .sec3 .txt .btnn li {
        width: 35%;
        padding: 15px 15px;
    }


    .sec4 .head h2 {
        font-size: 55px;
    }

    .sec4 .box .icon {
        width: 80px;
        height: 80px;
    }

    .sec4 .box h3 {
        font-size: 16px;
    }

    .sec4 .box .icon span {
        width: 30px;
        height: 30px;
        right: -8px;
    }

    .sec4 .btnn {
        margin-top: 10px;
    }

    .sec5 .content-section h2 {
        font-size: 55px;
    }

    .sec5 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .sec5 {
        position: relative;
        padding: 50px 0 0;
    }
    
    
    .sec5 .content-section {
        margin-bottom: 20px;
    }

    .sec6 {
        padding: 50px 0;
    }
    
    .sec6 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .sec6 .col-md-6 .sideimg {
        display: none;
    }


    footer {
        padding: 50px 0 0;
    }
    
    footer .col-md-2, footer .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    footer .logo {
        text-align: center;
    }
    
    footer .logo img {
        width: 25%;
    }
    
    footer .social {
        text-align: center;
        margin-top: 20px;
    }
    
    footer .social ul {
        justify-content: center;
    }
    
    footer .copy {
        border: unset;
        padding: 30px 0 0;
    }
    
    footer .menu {
        padding-top: 20px;
    }
    
    footer .menu ul {
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    
    footer .menu ul li {
        margin-bottom: 0;
    }

    footer .col-md-8 {
        order: 1;
    }

    .btnn ul li {
        width: 33%;
    }

    .about-sec {
        padding: 50px 0;
    }
    
    .about-sec .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-sec .about-sec-media {
        width: 70%;
        margin: 0 auto;
    }

    .about-sec .about-sec-txt {
        padding-top: 80px;
    }

    .about-sec .about-sec-txt h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .sec4.about-sec-2 {
        padding: 50px 0 0;
    }

    .home-baner {
        height: 70vh;
    }

    .home-baner .bantxt h2 {
        font-size: 90px;
    }

    .home-baner.about-baner {
        padding: 150px 0 0;
        height: 50vh;
    }

    .sub-sec-1 .col-md-4 {
        flex: 0 0 47%;
        max-width: 47%;
    }

    .sub-sec-1 .row {
        gap: 30px;
        justify-content: center;
    }

    .sub-sec-1 .box img {
        top: -26px;
    }

    .sub-sec-1 .pkg {
        height: 500px;
    }

    section.login_section.registr .form {
        padding: 20px 20px;
    }

    .login_section .login-img img {
        transform: scale(1.5);
    }
    
    
        section.immersive_gameplay_section.board-voting-list .btnstab .btntab a {
        padding: 8px 10px !important;
        font-size: 14px !important;
    }
    
        .about-baner {
        height: 49vh !important;
    }

    


    
}


@media (max-width:768px){

    .sec3 .col-md-5, .sec3 .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sec3 .sideimg img {
        width: 70%;
    }

    .sec3 .txt {
        padding-left: 50px;
    }

    .sec3 .txt .btnn li {
        width: 20%;
    }

    .sec3 .txt h2 br {
        display: none;
    }

    .login_section .form {
        padding: 50px 20px 300px 20px;
    }

    .login_section .login-img img {
        transform: scale(1.6);
        bottom: 85px;
        left: -30px;
    }
    
}

@media (max-width:767px){
    .container.hamburger nav.navbar .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sec4 {
        padding: 50px 0 0;
    }

    .sec4 img.arrow1, .sec4 img.arrow2, .sec4 img.arrow3 {
        display: none;
    }

    .sec4 .col-md-3 {

        flex: 0 0 50%;
        max-width: 50%;

    }

    .home-baner .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-baner .bantxt {
        text-align: center;
    }

    .home-baner .btnn ul {
        justify-content: center;
    }

    .home-baner .btnn ul li {
        width: 23%;
    }

    .home-baner {
        height: 53vh;
        padding: 100px 0 0;
    }

    .sec2 .head {
        text-align: center;
    }

    .sec2 .para {
        text-align: center;
    }

    .btnn ul {
        justify-content: center;
    }

    .sec3 .txt {
        text-align: center;
    }

    .sec5 .content-section {
        text-align: center;
    }

    .container.hamburger > .row {
        width: 100%;
    }

    .about-sec .about-sec-txt {
        padding-top: 80px;
        text-align: center;
    }

    .home-baner.about-baner {
        height: 45vh;
    }

    .sub-sec-1 {
        padding: 50px 0;
    }

    .sub-sec-1 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sub-sec-1 .box {
        padding: 100px 50px;
    }

    .sub-sec-1 .box img {
        width: 55%;
        transform: scale(1);
        padding-top: 47px;
        position: absolute;
        top: -46px !important;
        z-index: -1;
        right: -25px;
    }

    .sub-sec-1 .pkg {
        height: 395px;
        padding: 30px;
    }

    .sub-sec-1 .pkg .btnn {
        bottom: 10%;
        width: 90%;
    }

    .sub-sec-1 .pkg.bdr .btnn2 {
        bottom: 10%;
        width: 90%;
    }

    .login_section {}

.login_section .login-img {
    text-align: center;
}

.login_section .form {
    width: 70%;
    margin: 0 auto;
}

.login_section .login-img img {
    transform: unset;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.login_section.registr {}

.login_section.registr .form {
    padding: 20px 20px 20px 20px !important;
}

.login_section.registr .login-img {
    display: none;
}

.login_section .login_right_part .login_form {
    margin-top: 15px;
}

.login_section .login_right_part .login_form input {
    padding: 20px 25px;
}


section.immersive_gameplay_section.board-voting-list .btnstab .col-md-3 {
    width: 33%;
}

section.immersive_gameplay_section.board-voting-list .btnstab .col-md-3 .btntab {
    margin-bottom: 30px;
}

section.immersive_gameplay_section.board-voting-list .btnstab {justify-content: center;margin-bottom: 0;}

    

.sec4 img.shape1, .sec4 img.shape2 {
    display: none;
}



}


@media (max-width:560px){

    .home-baner .bantxt span {
        font-size: 40px;
        top: 40px;
        left: 30px;
    }

    .btnn ul li a {
        font-size: 14px;
    }

    .home-baner .btnn ul li {
        width: 28%;
        padding: 18px 0;
    }

    .home-baner .bantxt h2 {
        font-size: 95px;
    }

    .sec2 .head h2 {
        font-size: 45px;
    }


    .sec2 .btnn li {
        width: 28% !important;
        padding: 18px 0;
    }

    .container.hamburger {
        padding: 0 15px;
    }

    .container.hamburger > .row {
        width: 100vw;
    }

    .container.hamburger nav.navbar .site_logo img {
        width: 70%;
    }

    .sec3 .sideimg img {
        width: 100%;
    }

    .sec3 .row {
        flex-direction: column-reverse;
        width: 100%;
    }

    .sec3 .txt h2 {
        font-size: 35px;
    }

    .sec4 .head h2 {
        font-size: 35px;
    }

    .sec5 .content-section h2 {
        font-size: 35px;
    }

    .sec4 .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sec3 .pad {
        padding-right: 0px !important;
    }

    .sec3 .txt {
        padding: 0px 0px 0 20px;
    }

    .home-baner.about-baner h2 {
        font-size: 75px;
    }

    .sub-sec-1 .box img {
        display: none;
    }

    .sub-sec-1 .box {
        padding: 50px;
    }

    .sub-sec-1 .pkg .btnn, .sub-sec-1 .pkg.bdr .btnn2 {
        bottom: 10%;
        width: 82%;
    }

    .login_section .form {
        padding: 50px 20px 300px 20px;
    }

    .login_section .login-img img {
        width: 58%;
    }
    
        .home-baner.about-baner {
        height: 40vh;
    }
    
    .sec4 .mt-5.text-light.aos-init.aos-animate{
    text-align: justify;
}


    

}

@media (max-width:480px){

    .sec2 .head h2 {
        font-size: 42px;
    }

    .sec2 .para h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .sec3 .txt h2 {
        font-size: 28px;
    }

    .sec4 .btnn ul li {
        width: 30%;
    }

    .sec3 .txt .btnn li {
        width: 30%;
    }

    .about-sec .about-sec-txt h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .login_section .form {
        width: 90%;
    }
    

    

}

@media (max-width:360px){

    .home-baner .bantxt span {
        font-size: 32px;
        top: 25px;
    }

    .home-baner .bantxt h2 {
        font-size: 65px;
    }

    .home-baner .btnn ul li {
        width: 45%;
        padding: 18px 0;
    }

    .sec2 .btnn li {
        width: 45% !important;
        padding: 18px 0;
    }

    .sec3 .txt .btnn li {
        width: 45%;
    }

    .sec4 .btnn ul li {
        width: 45%;
    }

    .home-baner.about-baner {
        height: 40vh;
    }

    .home-baner .bantxt h2 {
        font-size: 50px;
    }

    .sub-sec-1 .pkg {
        height: 500px;
    }

    .sub-sec-1 .pkg .btnn, .sub-sec-1 .pkg.bdr .btnn2 {
        bottom: 6%;
        width: 82%;
    }

    .login_section .login-img img {
        width: 90%;
    }
   
    .home-baner {
        height: 40vh;
    
}



}

.select-team-sec-bg::before{

content: "";

background-image: url('../images/select-team-sec-bg.png');

background-position: top;

background-size: contain;

background-repeat: no-repeat;

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;
}

.select-team-sec-bg {
    padding: 50px 0;
    position: relative;
}

.select-team-sec-bg .vote-teams.team-selection {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: unset;
    background: url(../images/shape1.png) top no-repeat, url(../images/shape2.png) bottom no-repeat, #ffffff17;
    backdrop-filter: blur(15px);
    border: 1px solid #fff;
    background-size: contain;
    padding: 20px 0;
}
.select-team-sec-bg .vote-teams.team-selection * {
    font-family: 'Collge Combined Font' !important;
    font-weight: normal !important;
}


/*//////////////Select Team/////////////////*/

.select-team-sec-bg .vote-teams.team-selection h1 {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: normal;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm {
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table {
    border-collapse: separate;
    border-spacing: 10px;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody {
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr {}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr th.american-football {
    background: #ff4d22 !important;
    border: 4px solid #D72B00 !important;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: normal;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(2) th, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(5) th, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(8) th, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(11) th {border-top: 2px solid #D72B00 !important;border-bottom: 2px solid #D72B00 !important;font-size: 28px;letter-spacing: 2px;line-height: 28px;}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr th.national.american-football {
    background: #210BEE !important;
    border: unset !important;
    padding: 15px 0;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr td {
    border: unset !important;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr th {
    border: unset !important;
    background: transparent !important;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr td.team{
    background: #fff;
    color: #D72B00 !important;
    border-radius: 5px;
    font-size: 20px !important;
    padding: 10px;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr td{
    background: #fff;
    color: #D72B00 !important;
    border-radius: 5px;
    font-size: 28px !important;
    padding: 10px;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr td.vote-button {
    background: transparent;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr td.vote-button button.btn.btn-primary.vote-btn {
    width: 100%;
    border-radius: 100px;
    padding: 15px;
    inear-gradient(90deg,rgba(255, 99, 60, 1) 100%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 99, 60, 1) 35%, #D72B00 100%);
}


.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(15) th, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(18) th, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(21) th, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(24) th {
    border-top: 2px solid #210bee !important;
    border-bottom: 2px solid #210bee !important;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 28px;
}


.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(16) td.team, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(19) td.team, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(22) td.team, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(25) td.team {
    color: #210bee;
}

.select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(17) td, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(20) td, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(23) td, .select-team-sec-bg .vote-teams.team-selection form#voteForm table tbody tr:nth-child(26) td {
    color: #210bee !important;
}






/*//////////Voting List///////////////////*/


section.board-voting-list {}

section.board-voting-list .counter {
}

section.board-voting-list .counter .board_voting_list {}

section.board-voting-list .counter .board_voting_list h1.span-tag {
    color: #fff;
    font-size: 86px;
    font-family: 'Collge Combined Font' !important;
    font-weight: normal !important;
    line-height: 86px;
}

section.board-voting-list .counter .board_voting_list h1.span-tag span.badge.badge-secondary {
    background: transparent;
    display: block;
    font-size: 29px;
    font-weight: normal !important;
}


section.board-voting-list .counter .board_voting_list div#countdown {
    margin-top: 50px;
    gap: 80px;
    justify-content: center;
}

section.board-voting-list .counter .board_voting_list div#countdown span {
    background: transparent;
    border: unset;
    position: relative;
    font-family: "Share Tech", sans-serif;
    font-size: 90px !important;
}

section.board-voting-list .counter .board_voting_list div#countdown span::before {
    content: "";
    background-image: url('../images/counter-bg1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -18% !important;
    left: 0;
    z-index: -1;
    transform: scale(1.5);
}

section.board-voting-list .counter .board_voting_list div#countdown span.seconds::before {
    content: "";
    background-image: url('../images/counter-bg2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


section.board-voting-list .counter .board_voting_list div#countdown span label {
    font-size: 18px;
    font-family: 'Collge Combined Font';
}


section.board-voting-list .counter .board_voting_list div#countdown span::after {
    content: "";
    background-image: url(../images/counter-line1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -18%;
    left: 0;
    z-index: 12;
    transform: scale(1.8);
}

section.board-voting-list .counter .board_voting_list div#countdown span.seconds::after {
    content: "";
    background-image: url('../images/counter-line2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -18%;
    left: 0;
    z-index: -1;
}


.board-voting-sec {
    position: relative;
    padding: 100px 0;
}

.board-voting-sec::before {
    content: "";
    background-image: url(../images/board-voting-list-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.board-voting-sec section.voting_section {
    padding-top: 70px;
}

.board-voting-sec section.voting_section .test {
    padding: 40px;
    border: 2px solid #D72B00;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}

.board-voting-sec section.voting_section .test .voting_details_info {
    margin-top: 30px;
}

.board-voting-sec section.voting_section .voting_details_info .voting_user_div {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #ccc;padding-bottom: 20px;flex-wrap: wrap;}

.board-voting-sec section.voting_section .voting_details_info .voting_dashboard_div {
}



.board-voting-sec section.voting_section .voting_details_info .voting_user_div p {
    margin: 0 !important;
    color: #fff;
    font-size: 24px;
}

.board-voting-sec section.voting_section .voting_details_info .voting_user_div span.week_class {
    color: #fff;
    font-size: 24px;
}

.board-voting-sec section.voting_section .voting_details_info .voting_user_div p.votingBtn {
    background-color: #fff;
    padding: 10px 35px;
    border-radius: 10px;
    color: #D72B00;
    font-family: 'Collge Combined Font';
    font-size: 22px;
}

.board-voting-sec section.voting_section .voting_details_info .voting_user_div p.votingBtn.bg {
    background: #D72B00;
    color: #fff;
}

.board-voting-sec section.voting_section .voting_details_info * {
    font-family: 'Collge Combined Font';
}

.board-voting-sec section.voting_section .voting_details_info .voting_user_div p {}

.board-voting-sec section.voting_section .voting_details_info .voting_user_div p:last-child {
    font-size: 20px;
    background: #fff;
    padding: 11px 25px;
    border-radius: 10px;
}

.board-voting-sec section.voting_section .voting_details_info .voting_user_div p:last-child a {
    color: #9F36FF !important;
}

.board-voting-sec section.voting_section .voting_details_info .voting_user_div p:nth-child(1), .board-voting-sec section.voting_section .voting_details_info .voting_user_div p:nth-child(2) {}



section.board-voting-list .board-voting-sec {}

section.board-voting-list .board-voting-sec h1.span-tag {}

section.board-voting-list .board-voting-sec h1.span-tag span.badge.badge-success {
    background-color: unset;
    padding: 0;
    font-size: 28px;
    font-family: 'Collge Combined Font' !important;
    font-weight: normal !important;
    line-height: 38px;
    display: block;
}


.board-voting-sec section.voting_section .test .dates {
    background: #D72B00;
    border-radius: 6px;
}

.board-voting-sec section.voting_section .dates span.competition_info {
    font-size: 42px;
    font-family: 'Collge Combined Font' !important;
    font-weight: normal !important;
    line-height: 52px;
    padding: 15px;
}



.board-voting-sec section.voting_section .voting_details_info .double_voting_button {
    padding-top: 25px;
}

.board-voting-sec section.voting_section .voting_details_info .double_voting_button .voting_buttons {padding-bottom: 30px;display: flex;gap: 8px;flex-wrap: wrap;}

.board-voting-sec section.voting_section .voting_details_info .double_voting_button .voting_buttons span.board_selection {width: 200px;
    text-align: center; font-size: 18px;background: #9F36FF;padding: 10px 15px;border-radius: 10px;color: #fff;line-height: 28px;}

.board-voting-sec section.voting_section .voting_details_info .double_voting_button .voting_buttons button.get-vote.board_price_btn {
    background-color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    color: #D72B00;
    font-family: 'Collge Combined Font';
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #D72B00;
}

.board-voting-sec section.voting_section .voting_details_info .double_voting_button .voting_buttons button.get-vote.board_price_btn.bgbtn {
    background: #D72B00;
    color: #fff;
}

.board-voting-sec section.voting_section .voting_details_info .double_voting_button .voting_buttons span.count {
    background-color: #fff !important;
    padding: 10px 20px;
    border-radius: 10px;
    color: #D72B00;
    font-family: 'Collge Combined Font';
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #D72B00;
    width: 150px;
    text-align: center;
}

.board-voting-sec section.voting_section .voting_details_info .double_voting_button .voting_buttons:last-child {
    padding-bottom: 0;
}

/*//////////////////square selection////////////////////////*/


div#squareselectionboard {}

div#squareselectionboard .modal-dialog {
    max-width: 70% !important;
}



div#squareselectionboard .modal-dialog .modal-content {
    padding: 30px;
    background: #0000005E;
    backdrop-filter: blur(25px);
    border: 5px solid #d72b00;
    border-radius: 15px;
}

div#squareselectionboard .modal-dialog .modal-header {
    text-align: center;
}

div#squareselectionboard .modal-dialog .modal-header h5 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 55px;
}

div#squareselectionboard .modal-dialog .modal-body {
    padding: 0;
    margin-top: 20px;
}

div#squareselectionboard .modal-dialog .modal-body .teamhead {
    margin-bottom: 20px;
}

div#squareselectionboard .modal-dialog .modal-body .teamhead h2 {
    background: #D72B00;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-family: "Collge Combined Font" !important;
    font-size: 50px;
    line-height: 50px;
}

div#squareselectionboard .modal-dialog .modal-body .viewboard {
    border: 3px solid #fff;
    border-radius: 14px;
    padding: 25px;
    background: url(../images/boardbg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div#squareselectionboard .modal-dialog .modal-body .viewboard.pending {
    background: url(../images/boardbg-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

div#squareselectionboard .modal-dialog .modal-body .viewboard.clear {
    background: url(../images/boardbg-3.png);
    background-repeat: no-repeat;
    background-position: center;
}

div#squareselectionboard .modal-dialog .modal-body .viewboard h2 {
    color: #fff;
    font-family: "Collge Combined Font" !important;
    font-size: 32px;
    margin: 0;
}

div#squareselectionboard .modal-dialog .modal-body .viewboard ul {
    padding-left: 0;
    list-style: none;
    margin: 15px 0;
}

div#squareselectionboard .modal-dialog .modal-body .viewboard ul li {
    color: #fff;
    font-size: 18px;
    font-family: "Collge Combined Font" !important;
}

div#squareselectionboard .modal-dialog .modal-body .viewboard h2.board-price {
    font-size: 24px;
    margin-bottom: 15px;
}

div#squareselectionboard .modal-dialog .modal-body .viewboard {
}

div#squareselectionboard .modal-dialog .modal-body .viewboard a {
    color: #d72b00 !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    padding: 15px 15px;
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
}

div#squareselectionboard .modal-dialog .modal-header button.close {
    color: #F44336;
    text-shadow: unset;
    opacity: 1;
}




/*/////////////////Super Bowl/////////////////////////*/

section.superbowl_sec {
    padding: 100px 0;
}


section.superbowl_sec .super_bowl_tabs_box {}

section.superbowl_sec .super_bowl_tabs_box ul#pills-tab {justify-content: center;gap: 20px;}

section.superbowl_sec .super_bowl_tabs_box ul#pills-tab li.nav-item {
}

section.superbowl_sec .super_bowl_tabs_box ul#pills-tab li.nav-item button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 12px 40px;
    cursor: pointer;
    outline: none;
}

section.superbowl_sec .super_bowl_tabs_box ul#pills-tab li.nav-item button:focus-visible{
    outline: none;
    border: unset;
}

section.superbowl_sec .super_bowl_tabs_box ul#pills-tab li.nav-item button.active {
    background: #d72b00;
}





section.superbowl_sec .tab-content {}

section.superbowl_sec .tab-content .tab-pane {}

section.superbowl_sec .tab-content .tab-pane .superbowl_table {}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table {
}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table thead {}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table thead tr {}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table thead tr th {
    border: 1px solid #d72b00;
    color: #fff;
}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table tbody {
    border-top: 1px solid #d72b00;
}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table tbody tr {}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table tbody tr td {
    border: 1px solid #d72b00;
    color: #fff;
}


section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table tbody tr td.superbowl_table-vote {
    vertical-align: middle;
}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table tbody tr td.superbowl_table-vote .button-wrapper {}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table tbody tr td.superbowl_table-vote .button-wrapper button.btn.superbowl_table-vote-btn {
    width: 100%;
    background: #d72b00 !important;
    color: #fff;
    border-radius: 100px;
    padding: 5px 20px;
}


section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table tbody tr {}

section.superbowl_sec .tab-content .tab-pane .superbowl_table table.table tbody tr th {
    border: 1px solid #d72b00;
    color: #fff;
}



section.immersive_gameplay_section.board-voting-list {}

section.immersive_gameplay_section.board-voting-list .btnstab {
    margin-bottom: 60px;
}

section.immersive_gameplay_section.board-voting-list .btnstab .btntab {
    text-align: center;
}

section.immersive_gameplay_section.board-voting-list .btnstab .btntab a.active {
    background: #D72B00;
    color: #fff;
}


section.immersive_gameplay_section.board-voting-list .btnstab .btntab a {
    padding: 8px 40px;
    border-radius: 6px;
    border: 2px solid #d72b00;
    color: #d72b00;
    font-size: 18px;
}

section.immersive_gameplay_section.board-voting-list .btnstab .btntab a:hover{
    color: #fff !important;
}







/*////////////////user board//////////////////////*/



.user-board {}

.user-board table#board_box_info {}

.user-board table#board_box_info tbody {}

.user-board table#board_box_info tbody td.OrangeBox {
    background-color: #FE3C01;
}

.user-board table#board_box_info tbody td.blueBox {
    background: #0283CA;
}

.user-board table#board_box_info tbody tr * {
    color: #000;
}




.square_game_board {}

.square_game_board table.table {}

.square_game_board table.table thead {}

.square_game_board table.table thead tr {}

.square_game_board table.table thead tr th {
    background: #fff;
    color: #D72B00;
}

.square_game_board table.table tbody {}

.square_game_board table.table tbody tr.bg-warning {
    background: #D72B00 !important;
}

.square_game_board table.table tbody tr.bg-warning td {
    color: #fff !important;
}



.square_game_board {}

.square_game_board table.table {}

.square_game_board table.table thead {}

.square_game_board table.table thead tr {}

.square_game_board table.table thead tr th {
    background: #fff;
    color: #D72B00;
}

.square_game_board table.table tbody {}

.square_game_board table.table tbody tr.bg-warning {
    background: #D72B00 !important;
}

.square_game_board table.table tbody tr.bg-warning td {
    color: #fff !important;
}

.square_game_board .return_button {}

.square_game_board .return_button a.btn {
    background: #0283CA;
    color: #000 !important;
}









.square_game_board .abc {}

.square_game_board .abc h3.text-center {
    font-size: 50px !important;
}

.square_game_board .abc h3.yyy_text {
    font-size: 40px !important;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove {}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody {}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr#first_row {}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr#first_row td.lightYellow {
    background: #EDE7AF;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td.lightYellow {
    background: #EDE7AF;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td.orangeColor {
    background: #B5E81B;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td.lightBlue {
    background: #99D9EA;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td.blueColor {
    background: #FCC90C;
}

td {}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td {}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td label.gameBox {}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td label.gameBox .checkMark {}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td label.gameBox .checkMark.bg-checked {
    background: #FFA48D;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td.border-right {
    border-width: 1px !important;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td.border-bottum {
    border-width: 1px !important;
}


.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td.borderRigth {
    border-width: 1px !important;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td.borderBottum {
    border-width: 1px !important;
}

.square_game_board .abc table.gamingBox.mt-2.borderRemove tbody tr td {
    border-width: 1px !important;
}





.main-user-board {
    position: relative;
}

.main-user-board::before {
    content: "";
    background-image: url(../images/user-board-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*/////////////       Payment Modal */


/*//////////////////square selection////////////////////////*/


div.paymentModal {}

div.paymentModal .modal-dialog {
    max-width: 70% !important;
}



div.paymentModal .modal-dialog .modal-content {
    padding: 30px;
    background: #0000005E;
    backdrop-filter: blur(25px);
    border: 5px solid #d72b00;
    border-radius: 15px;
}

div.paymentModal .modal-dialog .modal-header {
    text-align: center;
}

div.paymentModal .modal-dialog .modal-header h5 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 55px;
}

div.paymentModal .modal-dialog .modal-body {
    padding: 0;
    margin-top: 20px;
}

div.paymentModal .modal-dialog .modal-body .teamhead {
    margin-bottom: 20px;
}

div.paymentModal .modal-dialog .modal-body .teamhead h2 {
    background: #D72B00;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-family: "Collge Combined Font" !important;
    font-size: 50px;
    line-height: 50px;
}

div.paymentModal .modal-dialog .modal-body .viewboard {
    border: 3px solid #fff;
    border-radius: 14px;
    padding: 25px;
    background: url(../images/boardbg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.paymentModal .modal-dialog .modal-body .viewboard.pending {
    background: url(../images/boardbg-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

div.paymentModal .modal-dialog .modal-body .viewboard.clear {
    background: url(../images/boardbg-3.png);
    background-repeat: no-repeat;
    background-position: center;
}

div.paymentModal .modal-dialog .modal-body .viewboard h2 {
    color: #fff;
    font-family: "Collge Combined Font" !important;
    font-size: 32px;
    margin: 0;
}

div.paymentModal .modal-dialog .modal-body .viewboard ul {
    padding-left: 0;
    list-style: none;
    margin: 15px 0;
}

div.paymentModal .modal-dialog .modal-body .viewboard ul li {
    color: #fff;
    font-size: 18px;
    font-family: "Collge Combined Font" !important;
}

div.paymentModal .modal-dialog .modal-body .viewboard h2.board-price {
    font-size: 24px;
    margin-bottom: 15px;
}

div.paymentModal .modal-dialog .modal-body .viewboard {
}

div.paymentModal .modal-dialog .modal-body .viewboard a {
    color: #d72b00 !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    padding: 15px 15px;
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
}

div.paymentModal .modal-dialog .modal-header button.close {
    color: #F44336;
    text-shadow: unset;
    opacity: 1;
}

/*payment moadal end*/






div#staticBackdrop_paymentModal {}

div#staticBackdrop_paymentModal .modal-footer {
    justify-content: center;
}

div#staticBackdrop_paymentModal .modal-footer .main_action_btn {
    display: flex;
    gap: 20px;
}

div#staticBackdrop_paymentModal .modal-footer .main_action_btn a#paymentModalBtn {
    padding: 10px 60px;
    font-size: 18px;
    background: #00CA00;
    color: #fff !important;
}

div#staticBackdrop_paymentModal .modal-footer .main_action_btn a#paymentModalBtnCancle {
    background: red;
    color: #fff !important;
    padding: 10px 60px;
    font-size: 18px;
}

.sec6 .form form .form-group select, .sec6 .form form .form-group textarea {
    background: transparent;
    color: #fff;
}




.hamburger div#navbarSupportedContent ul.navbar-nav .navbar_list ul {
    list-style: none;
}



.sec6 .form form .form-group select option {
    color: #000;
}



section.login_section.registr .form .form-group.form-check label.form-check-label a {
    color: #FF633C;
}