/*------------------------------------------------------------------------
# Free Coming Soon HTML Templates - Dec 8, 2017
# ------------------------------------------------------------------------
# Designed & coded by Awe7 Team
# Websites:  http://www.awe7.com -  Email: info@awe7.com
--------------------------------------------------------------------------

    1. countDown
    2. particles.js
    3. comming_soon_01
    4. social buttons
    5. updated countdown styles

--------------------------------------------------------------------------*/


/* 1. countDown
--------------------------------------------------------------------------------*/

.countdown__module {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.countdown__module p {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    width: 1%;
    color: #dbc6a6;
}

@media (min-width: 992px) {
    .countdown__module p {
        font-size: 18px;
    }
}

.countdown__module p:last-child {
    border-right: 0;
}

.countdown__module span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

@media (min-width: 992px) {
    .countdown__module span {
        font-size: 50px;
    }
}

.awe-skin-dark .countdown__module p {
    color: #f1f1f1;
}

/* 2. particles.js
--------------------------------------------------------------------------------*/
#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 33;
}

/* 3. comming_soon_01
--------------------------------------------------------------------------------*/

.comming-soon-01__title {
    margin-bottom: 0;
    font-size: 30px;
}

@media (min-width: 320px) {
    .comming-soon-01__title {
        font-size: calc(2.27273vw + 22.72727px);
    }
}

@media (min-width: 1200px) {
    .comming-soon-01__title {
        font-size: 50px;
    }
}

.comming-soon-01__desc {
    font-size: 18px;
    color: #1b1b1b;
    margin-bottom: 40px;
    font-weight: 300;
}

.awe-skin-dark .comming-soon-01__desc {
    color: #fcfcfc;
}

.display-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 4. Updated countdown styles for comming-soon-01
--------------------------------------------------------------------------------*/
.comming-soon-01 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.comming-soon-01 .awe-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.comming-soon-01 .container {
    position: relative;
    z-index: 3;
}

.comming-soon-01 .countdown__module {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
   /*max-width: 500px;*/
}

.comming-soon-01 .countdown__module p {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    min-width: 100px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    vertical-align: middle;
    width: auto;
}

.comming-soon-01 .countdown__module span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: #fff;
}

@media (min-width: 992px) {
    .comming-soon-01 .countdown__module span {
        font-size: 50px;
    }
}

/* 5. Social buttons
--------------------------------------------------------------------------------*/
.social-buttons {
    position: static;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.social-container {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 15px 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.social-title {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    color: white;
    text-decoration: none;
}

.social-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: scale(0);
    transition: transform .3s ease;
}

.social-link:hover::after {
    transform: scale(1);
}

/* Social media colors */
.social-discord { background: #5865F2; }
.social-telegram { background: #0088cc; }
.social-vk { background: #4c75a3; }
.social-youtube { background: #ff0000; }
.social-instagram { 
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); 
}
.social-twitter { background: #1DA1F2; }
.social-facebook { background: #1877F2; }
.social-tiktok { 
    background: linear-gradient(135deg, #000000 30%, #25F4EE 50%, #FE2C55 70%); 
}

/* Updated overlay */
.comming-soon-01 .awe-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
    .social-container {
        padding: 12px 20px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .social-buttons {
        bottom: 40px;
    }
    
    .comming-soon-01 .countdown__module {
        gap: 15px;
    }
    
    .comming-soon-01 .countdown__module p {
        min-width: 80px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .social-container {
        padding: 10px 15px;
        border-radius: 30px;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-buttons {
        bottom: 30px;
    }
    
    .comming-soon-01 {
        padding: 15px;
    }
    
    .comming-soon-01__title {
        font-size: 24px;
    }
    
    .comming-soon-01__desc {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .comming-soon-01 .countdown__module {
        gap: 10px;
    }
    
    .comming-soon-01 .countdown__module p {
        min-width: 70px;
        padding: 10px;
    }
    
    .comming-soon-01 .countdown__module span {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .social-links {
        gap: 8px;
    }
    
    .social-link {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .comming-soon-01 .countdown__module p {
        min-width: 60px;
        padding: 8px;
    }
}