body {
    background-color: #11151a;

}

* {
    -webkit-tap-highlight-color: transparent;
}


.corporate-portrait {
    background-color: #5f5f5f;
    width: 27%;
    height: 500px;
    position: absolute;
    top: 300px;
    left: 61%;
    border-radius: 20px;
    object-fit: fill;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
}
.social-container {
    width: 27%;
    height: 100px;
    position: absolute;
    top: 830px;
    left: 61%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 220px;
    left: 12%;
    width: 40%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: justify;
    font-weight: 100;
}


.footer {
    position: absolute;
    top: 1100px;
    left: 0%;
}



/*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait)  {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 100%;
    height: 270px;
    position: absolute;
    top: 55px;
    left: 0%;
    border-radius: 0px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    object-fit: cover;
    object-position: 50% 20%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1300px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 350px;
    left: 6%;
    width: 88%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1450px;
    left: 0%;
} 
}
  
@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 65px;
    left: 0%;
    border-radius: 0px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    object-fit: cover;
    object-position: 50% 20%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1500px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 400px;
    left: 6%;
    width: 88%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1650px;
    left: 0%;
}

}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 70%;
    height: 300px;
    position: absolute;
    top: 80px;
    left: 15%;
    border-radius: 20px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1200px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 400px;
    left: 6%;
    width: 88%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1350px;
    left: 0%;
}
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 60%;
    height: 300px;
    position: absolute;
    top: 80px;
    left: 20%;
    border-radius: 20px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1100px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 400px;
    left: 6%;
    width: 88%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: center;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
    text-align: center;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: center;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1250px;
    left: 0%;
}
}
     
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 50%;
    height: 340px;
    position: absolute;
    top: 120px;
    left: 25%;
    border-radius: 20px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1150px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 490px;
    left: 10%;
    width: 80%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
    text-align: left;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1350px;
    left: 0%;
}
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  {
body {
    background-color: #11151a;
}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 27%;
    height: 350px;
    position: absolute;
    top: 240px;
    left: 61%;
    border-radius: 20px;
    object-fit: fill;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
}
.social-container {
    width: 27%;
    height: 100px;
    position: absolute;
    top: 600px;
    left: 61%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 140px;
    left: 12%;
    width: 40%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: justify;
    font-weight: 100;
}


.footer {
    position: absolute;
    top: 900px;
    left: 0%;
}
  
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px)  {
body {
    background-color: #11151a;
}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 30%;
    height: 450px;
    position: absolute;
    top: 240px;
    left: 60%;
    border-radius: 20px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    object-fit: cover;

}

.social-container {
    width: 27%;
    height: 100px;
    position: absolute;
    top: 730px;
    left: 61%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 160px;
    left: 12%;
    width: 40%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: justify;
    font-weight: 100;
}


.footer {
    position: absolute;
    top: 1100px;
    left: 0%;
}
     
}
     



/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 65px;
    left: 0%;
    border-radius: 0px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    object-fit: cover;
    object-position: 50% 20%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1500px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 400px;
    left: 6%;
    width: 88%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1650px;
    left: 0%;
}
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 70%;
    height: 300px;
    position: absolute;
    top: 80px;
    left: 15%;
    border-radius: 20px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1200px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 400px;
    left: 6%;
    width: 88%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1350px;
    left: 0%;
}
}

@media (min-width: 812px) and (max-width: 999.98px) and (orientation: landscape) {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 60%;
    height: 300px;
    position: absolute;
    top: 80px;
    left: 20%;
    border-radius: 20px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1100px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 400px;
    left: 6%;
    width: 88%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: center;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
    text-align: center;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: center;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1250px;
    left: 0%;
}
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
body {
    background-color: #11151a;

}

.corporate-portrait {
    background-color: #5f5f5f;
    width: 50%;
    height: 340px;
    position: absolute;
    top: 120px;
    left: 25%;
    border-radius: 20px;
}

.corporate-portrait img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
}

.social-container {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 1150px;
    left: 0%;
    display: flex;              
    flex-direction: row;        
    justify-content: center;
    align-items: center;        
    gap: 20px;                  
}

.social-container img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-container img:hover {
    transform: scale(1.1)
}


.about-container {
    position: absolute;
    top: 490px;
    left: 10%;
    width: 80%;
}

.about-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
}

.about-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #5f5f5f;
    margin-top: -20px;
    position: relative;
    left: 0%;
    text-align: left;
}

.about-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #ececec;
    margin-top: 10px;
    position: relative;
    left: 0%;
    text-align: left;
    font-weight: 100;
}


.mobile-footer {
    position: absolute;
    top: 1350px;
    left: 0%;
}
}