@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* .custom-body{
    
} */
.gradient_v2{
    width: 100vw;
    height: 120vh;
    position: absolute;
    overflow-x: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(89, 83, 124, .2));
}

.ssafe_video{
    width: 70vw;
    height: auto;
    margin-bottom: 25vh;
}

.muted{
    color: #737373;
    font-size: .9rem;
}

.container{
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    width: 70vw;
    flex-direction: column;
}


.info_text{
    display: flex;
    margin-bottom: 1vh;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 15vh;
}

.info_text h2{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #e0e0e0;
}

.ssafe_hero{
    box-sizing: content-box;
    border: 1px solid #828282;
    height: auto;
    background-color: #1d1b28;
    padding: 30px;
    margin-bottom: 15vh;
    border-radius: 5px;
}

h2{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fafafa;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #c8c8c8;
}

p strong{
    color: #fafafa;
}

ul li strong{
    color: #fafafa;
}
ol li strong{
    color: #fafafa;
}


ul li{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #c8c8c8;
    line-height: 2.5rem;
}

ol li{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #c8c8c8;
    line-height: 2.5rem;
}

.section_about{
    box-sizing: content-box;
    border: 1px solid #828282;
    height: 15vh;
    background-color: #1d1b28;
    padding: 30px;
    margin-bottom: 5vh;
    border-radius: 5px;
}
.icon_about {
    font-size: 3rem;
    margin-right: 1rem;
    color: #fafafa; 
    line-height: 1;
}

.section_about h4{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fafafa;
}

.container_about h2{
    text-align: left;
}

.container_about{
    width: 100%;
    margin-bottom: 15vh;
}

.container_about hr, .container_about_margin_reducted hr{
    border: none;
    height: 2px;
    background-color: #7a7a7a;
}

.row .col p {
    text-align: left;
}


.ssafe_images{
    width: 35vw;
    height: auto;
    border-radius: 10px;
}

.contact_box{
    box-sizing: border-box;
    background-color: #16191E;
    width: 60vw;
    height: 80vh;
    z-index: 2;
    position: relative;
    padding: 5vh 3vw 10vh 3vw;
}

.container_about_margin_reducted{
    width: 100%;
    margin-bottom: 5vh;
}
.form-floating input {
    min-height: 50px !important; 
    padding-top: 1.5rem !important;
}

.form-floating > label::after {
    background-color: transparent !important;
  }

.form-floating label {
    font-size: 0.85rem;
}


.form-floating textarea{
    height: 15vh !important;
    font-size: 1rem;
    resize: none;
    overflow-y: auto;
    padding: 5px;
}

.contact_box hr{
    width: 10vw;
    border-color: #6699cc;
    border-width: .15vw;
}
.contact_box  h3{
    color: #fafafa;
    font-size: 1.6rem;
}

#mobile_section{
    display: none;
}
#contact_box_mobile{
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* Mobile section */
@media (max-width: 768px) {
    .ssafe_video{
        width: 100vw;
        height: auto;
        margin-bottom: 10vh;
    }

    .ssafe_hero{
        width: 80vw;
        height: auto;
        padding: 15px;
    }
    .container{
        width: 90vw;
    }
    .section_about{
        height: auto;
        padding: 30px;
    }

    .container_about{
        margin-top: 9vh;
        margin-bottom: 3vh;
    }
    #desktop_section{
        display: none;
    }
    #mobile_section{
        display: block;
    }

    .images_mobile{
        border-radius: 5px;
        width: 100vw;
        height: auto;
    }

    .container_about_margin_reducted{
        margin-top: 10vh;
    }

    #contact_box_desktop{
        display: none;
    }

    #contact_box_mobile{
        display: block;
        height: auto;
    }
    
    .contact_box{
        width: 90vw;
    }

    #send1{
        width: 80%;
    }

    #send_button_mobile{
        justify-content: center;
    }
}
