@font-face {
    font-family: "gadugi";
    src: url('../fonts/gadugi.ttf');
}
@font-face {
    font-family: "gadugib";
    src: url('../fonts/gadugib.ttf');
}
a:hover {
    text-decoration: none !important;
}
button:focus{
    outline: 0;
}
.full-screen-preview {
    height: 100%;
    padding: 0px;
    margin: 0px;
}
/* ---- smooth-scroll ---- */
.smooth-scroll {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  
/* .content-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
} */
.content-container {
    overflow: hidden;
}
.ss-inner {
    position: relative;
    max-width: 100%;
}
img {
    max-width: 100%;
}
/* ---- contact-us ---- */
.contact-us {
    width: 100%;
    padding: 0 9%;
    align-items: center;
    margin: 20px 0 90px;
    display: inline-block;
    vertical-align: text-top;
}
#contact-us .contact-us{
    margin: 90px 0 90px;
}
.contact-us span {
    font-size: 20px;
    text-transform: uppercase;
    color: #6a6a6a;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}
.contact-us .strong{
    margin-bottom: 65px;
}
.contact {
    display: flex;
}
.contact-form .form-control {
    padding: 25px 15px;
    background: #f9f9f9;
    border-radius: 0;
}
.contact-form .first-name {
    margin-right: 20px;
    width: 50%;
}
.contact-form .last-name {
    width: 50%;
}
.contact-form button {
    text-transform: uppercase;
    color: #000;
    padding: 17px 50px;
    border-radius: 50px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}
.contact-form button:hover {
    background: transparent;
    color: #000;
    border-color: transparent;
}
.contact-form button::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(0deg, #55ddff 0%, #a2ecff 100%);
    transition: 0.3s ease-out;
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50px;
}
.contact-form button:hover::before {
    height: 100%;
}
@media (max-width: 1199px){
    #contact-us .contact-us,
    .contact-us{
        margin: 60px 0;
    }
}
@media (max-width: 991px){
    .contact-us span{
        margin-bottom: 5px;
    }
    .contact-form button{
        padding: 7px 30px;
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .contact {
        display: block;
    }
    .maps {
        margin-top: 30px;
    }
    #contact-us .contact-us{
        margin: 40px 0;
    }
    .contact-us{
        padding: 0 0;
        margin: 40px 0;
    }
    .contact-us span{
        font-size: 16px;
    }
}
@media (max-width: 480px){
    .contact-us span {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .strong{
        margin-bottom: 15px;
    }
}