@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-y: hidden;
    font-family: 'Poppins', sans-serif;
    color: #343333;
}
body {

}
section {
    position: relative;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}
section.bg-img{
background-image: url(../images/color-bg.webp);
background-size: cover;
background-position: center;
height:100%;
width:100%;
}
.ametrosBacImage{
        display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    }
/*.ametrosBacImage {
    background-image: url(/images/holding-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.ametrosBacImage-mob {
    background-image: url(/images/mobile-bg.pn);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: absolute;
}*/

.backImg-2 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.backImg-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail img {
    width:38%;
}
#particles-js {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.4;
    left: 0;
}
.content h1 {
    font-size: 85px;
    font-family: Poppins;
    color: #343333;
    font-weight: 700;
}
.content p{
    font-size: 20px;
    margin-bottom: 10px;
    font-family: Myriad Pro;
    letter-spacing: 1px;
    font-weight: 100;
    color: #343333;
    padding: 0 250px;
    font-weight: 500;
    position: relative;
    z-index: 9999;
}
.content a.note {
    background:#1e3b71;
    padding: 12px 60px;
    color: #fff;
    text-decoration: none;
    font-family: Lucida Sans;
}
.submitBtn__style {
    padding: 4px 0;
}
input {
    outline: none;
    width: 25%;
}
.submitBtn {
    background: #1e3b71;
    color: #ffffff;
    margin-left: -9px;
    border-color: #1e3b71;
    outline: none;
}
button.swal-button.swal-button--confirm {
    background: #1e3b71 !important;
}
.swal-text {
    text-align: center;
}
.emailBox {
    display: none;
}
.notify-clas {
    display: none;
}
.social__icon{
    z-index: 9999;
}
.social__icon i {
    color:#343333;
    font-size: 26px;
    transform: translateY(5px);

}
.social__icon i:hover {
    color:#1e3b71;
}
.social__icon span {
    font-size: 18px;
}

@media (min-width: 320px) and (max-width:575px) {
    .content h1 {
        font-size: 40px;
    }
    .content a.note {
        padding: 15px 40px;
    }
    .content p {
        margin-bottom: 25px;
    }
    input {
        width: 50%;
    }
    .content p {
        padding: 0 34px 0 38px;
    }
    .detail img {
        width: 50%;
    }
    /*.ametrosBacImage {
        background-image: url(/images/holding-bg.jpg);
        background-size: cover;
        background-position: center;
        height: 0;
        width: 0;
        position: static;
        display: contents;
    }*/
    
    section {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        overflow: hidden;
        background-image: url(/images/mobile-bg.jpg);
        background-size: cover;
    }
    .social__icon span {
        font-size: 16px;
    }
    .social__icon i {
        font-size: 24px;
    }
}

@media (min-width: 578px) and (max-width:767px) {

}

@media (min-width: 768px) and (max-width:992px) {
    .content h1 {
        font-size: 63px;
    }
    .content p {
        padding: 0 50px;
    }
    .detail img {
        width: 60%;
    }
}

@media (min-width: 993px) and (max-width:1100px) {
    .content p {
        padding: 0 50px;
    }
    .detail img {
        width: 50%;
    }
}
