
.countdown {
	text-align: center;	
	font-weight: 600;
	color: $color__heading;
	font-size: 82px;
    display: flex;  
    justify-content: center;
    margin: 53px 0 46px;

    @media(max-width: 991px) {
        margin: 30px 0 35px;
    }
}

.CountdownContent {
	font-size: 82px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
    position: relative;
    
    @media(max-width: 1400px) {
        font-size: 50px;
    }

    @media(max-width: 1200px) {
        font-size: 36px;
    }
}
.CountdownContent .CountdownLabel {
	color: $color__heading;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
    display: block;
    
    @media(max-width: 1200px) {
        font-size: 14px;
    }
}

.counting {
    position: relative;
    margin: 0 33px;
    line-height: 1;
    min-width: 100px;

    @media(max-width: 1400px) {
        min-width: 80px;
        margin: 0 20px;
    }

    @media(max-width: 1200px) {        
        margin: 0 15px;
    }

    @media(max-width: 991px) {        
        margin: 0 10px;
        min-width: 70px;
    }

    .CountdownSeparator {
        position: absolute;
        right: -40px;
        top: 0;
        font-size: 63px;
        font-weight: 400;

        @media(max-width: 1400px) {
            font-size: 40px;
            right: -27px;
            top: 5px;
        }

        @media(max-width: 1200px) {            
            right: -20px;            
        }

        @media(max-width: 991px) {            
            right: -15px;            
        }
    }

    .minus {
        line-height: 1;
        position: relative;
        top: -36px;
        left: -9px;

        @media(max-width: 1400px) {
            top: -28px;
            left: -9px;
            font-size: 50px;
        }
        @media(max-width: 991px) {
            top: -20px;            
            font-size: 40px;
        }
    }
}


.coming-soon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    position: relative;

    @media(max-width: 768px) {
        height: auto;
        padding: 100px 0;
    }

    .coming-soon-banner {
        flex: 36% 0 0;
        height: 100%;      

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        @media(max-width: 768px) {
            display: none;
        }
    }

    .coming-soon-content {
        flex: 64% 0 0;

        @media(max-width: 1280px) { 
            padding: 0 50px;
        }

        @media(max-width: 768px) {
            flex: 100% 0 0;
        }

        .cu_btn.animate_btn_2 {
            max-width: 140px;
        }
    }

    .top-logo {
        margin-bottom: 85px;

        @media(max-width: 1280px) {
            margin-bottom: 35px;
        }


        img {
            max-height: 52px;
        }
    }

    .soon-title {
        font-size: 48px;
        font-weight: 600;

        @media(max-width: 1280px) {
            font-size: 36px;
        }
    }

    .newsletter-form {
        max-width: 540px;
        margin: 0 auto;

        .newsletter-inner {
            display: flex;
        }
    }

    .newsletter-form input:not([type='checkbox']):not([type='submit']) {
        border: 1px solid #e0e0e0;
        color: #899097;
        padding: 13px 30px;
        max-width: 380px;
        flex: 1;
        margin-right: 20px;
    }

    .cu_btn {
        min-width: 140px !important;
    }

    .footer-social-link {
        margin-top: 45px;

        @media(max-width: 991px) {
            margin-top: 30px;
        }
    }

    .right-shape {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);

        @media(max-width: 1400px) {
            display: none;
        }
    }
}

