/*
Theme Name: ColabDXB
Description: ColabDXB is a premium & responsive WordPress theme designed.
Author: Yodo Design
Theme URI: https://yododesigns.com/
Author URI: https://yododesigns.com/
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: Themeforest Split Licence
License URI: https://yododesigns.com/
Text Domain: colab
*/
.page-template-thankyou-php header.site-header, .page-template-thankyou-php  .site-footer {
    display: none;
}

.thank {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.thank .desc h1 {
    font-size: 150px;
    line-height: 160px;
    text-align: center;
}

.thank .desc  p {
    font-size: 32px;
    line-height: 36px;
}
.thank .more {
    text-align: center;
}

.thank .more a {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    border-radius: 71px;
    padding: 15px 40px;
    text-align: center;
    position: relative;
}
.thank .more {
    text-align: center;
    /* margin: 50px auto 0; */
}

.thank .more a {font-size: 20px;line-height: 22px;background: #fff;color: #121315;font-family: 'AeonikTRIAL';font-weight: 400;padding: 17px 40px;border-radius: 50px;transition: .5s;position: relative;}

.thank .more a:hover {
    background: transparent;
    color: #fff;
}

.thank .more a:before {
    position: absolute;
    content: '';
    background-color: #FDE542;
    content: '';
    filter: blur(24px);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    height: 100%;
    width: 0%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    opacity: 0;
}

.thank .more a:hover:before {
    opacity: 1;
    width: 100%;
}
.thank .more {
    text-align: center;
}

.thank .more a {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    background: #fff;
    padding: 15px 50px;
    border-radius: 50px;
    transition: .5s;
    position: relative;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.thank .more a:hover {
    background: transparent;
    color: #fff;
}

.thank .more a:before {
    background-color: #FDE542;
    content: '';
    filter: blur(24px);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    opacity: 0;
    transition: .5s;
}

.thank .more a:hover:before {
    opacity: 1;
}

/* ===================Responsive ===================*/
/*/ / 1600-1700px / /*/
@media screen and (min-width: 1600px) and (max-width: 1700px) {
.thank .desc h1 {
    font-size: 120px;
    width: 90%;
    margin: auto;
    line-height: 130px;
}

.thank .desc p {
    font-size: 25px;
    line-height: 40px;
    width: 90%;
    margin: 20px auto;
}
}
/*/ / 1500-1600px / /*/
@media screen and (min-width: 1500px) and (max-width: 1599px) {
.thank .desc h1 {
    font-size: 140px;
    line-height: 150px;
}

.thank .desc p {
    font-size: 30px;
    line-height: 40px;
}
}
/*/ / 1300-1366-1500 / /*/

@media screen and (min-width: 1300px) and (max-width: 1499px) {
.thank .desc h1 {
    font-size: 100px;
    line-height: 110px;
    width: 90%;
    margin: auto;
}

.thank .desc p {
    font-size: 25px;
    line-height: 35px;
    width: 80%;
    margin: 0 auto 30px;
}
}
/*/ / 1100-1200px / /*/
@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .thank .desc h1 {
    font-size: 90px;
    line-height: 100px;
    margin: auto;
    width: 80%;
}

.thank .desc p {
    font-size: 20px;
    line-height: 35px;
}
.nav__wrap .container {}

.submenu-digital .container {
    padding-top: 30px;
}

.submenu-left li {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
}

.nav__wrap .submenu__wrap .container .row .submenu-right a {
    font-size: 18px;
    line-height: 20px;
}

.submenu__wrap .container {
    padding-top: 50px;
}

.submenu-development .container {
    padding-top: 0;
}

.submenu-production .container {
    padding-top: 0;
}
}

/*/ / Ipad PRO /*/

@media screen and (min-width: 1000px) and (max-width: 1100px) {

}

/*/ / Ipad - 768px and Landspace Mode : 820px / /*/

@media screen and (min-width: 100px) and (max-width: 949px) {
.thank .desc h1 {
    font-size: 100px;
    line-height: 110px;
}

.thank .desc p {
    font-size: 25px;
    line-height: 35px;
}
}
/*/ / Mobile View / /*/
@media screen and (min-width: 100px) and (max-width: 550px) {
.thank .desc h1 {
    font-size: 40px;
    line-height: 50px;
}

.thank .desc p {
    font-size: 13px;
    line-height: 23px;
}

.thank .more a {
    padding: 15px 0;
    display: block;
    text-align: center;
}
}
/*====================================*/
/* Layer-2 Main Container */
.submenu__container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #8ED43F;
    display: none; /* JS will show it */
    z-index: 99999;
}

/* Animation wrapper */
.submenu__wrap {
    width: 100%;
    height: 100%;
    padding: 120px 0;
    opacity: 0;
    transform: scale(0.9);
}

.submenu__title {
    color: #000;
    font-size: 22px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.submenu-left li {
    list-style: none;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 22px;
    cursor: pointer;
}

.submenu-right li {
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.submenu-right a {
    color: #000;
    text-decoration: none;
}

.submenu__back {
    margin-top: 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
/* Right side scrollable list */
.submenu-right {
    max-height: 70vh;      /* stays inside screen */
    overflow-y: auto;      /* vertical scroll only */
    padding-right: 10px;   /* spacing so scrollbar doesn't overlap text */
}

/* Optional: custom thin scrollbar */
.submenu-right::-webkit-scrollbar {
    width: 6px;
}

.submenu-right::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
}

.submenu-right::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}
.submenu__container {
    background: inherit; /* JS will override */
}
.submenu__title {
    color: #1B1B1B;
    font-family: 'AeonikTRIAL';
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
}

.submenu-left li {
    font-size: 54px;
    line-height: 64px;
    color: #1B1B1B;
    text-transform: uppercase;
    letter-spacing: -2px;
    transition: .5s;
}

.submenu-left li:hover {
    color: #fff;
}

ul#rightMenu.submenu-right {height: 200px;}
.nav__wrap .submenu__wrap .container .row {
    align-items: center;
}
.nav__wrap .submenu__wrap .container {
    /* padding-top: 50px; */
}

.nav__wrap .submenu__wrap .container .row .submenu-right a {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    transition: .5s;
}

.nav__wrap .submenu__wrap .container .row .submenu-right a:hover {
    color: #fff;
}

.submenu-development .container {
    padding-top: 5%;
}

.submenu-production .container {
    padding-top: 5%;
}