@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,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;

    --color-text: rgb(14, 14, 17);
    --color-box: rgb(221, 0, 0);
    --color-button: rgb(221, 0, 0);
    --overlay: linear-gradient(360deg, var(--color-text) 0%,var(--color-button) 100%);
    --overlay-two: linear-gradient(270deg,  var(--color-text) 18%, var(--color-button) 100%)
}

html{
    scroll-behavior: smooth;
}

body{
    width: 100%;
    overflow: auto;
}

header{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    height: 160px;
    position: fixed;
    top: 0;
    z-index: 1;
    flex-direction: row;
    flex-wrap: wrap;
    transition-duration: .3s;
    align-items: center;
}

header img.logo{
    width: 150px;
    object-fit: contain;
}

html:not([data-scroll="0"]) header {
    height: 120px;
    background-color: white;
}

html:not([data-scroll="0"]) header img.logo{
    height: 100px;
    content:url("../images/logo-colorfull.png");
}

html:not([data-scroll="0"]) header  nav.desktop a{
    color: var(--color-text);
}

header nav.desktop{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    flex-direction: row;
    flex-wrap: wrap;
}

header nav.desktop a{
    padding: 0 20px;
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
}

header nav.desktop a img{
    width: 14px;
    transform: translate(0, 3px);
}

header a.mobile{
    display: none;
}

.elementor-shape .elementor-shape-fill{
    fill: white;
}


div.banner div.elementor-shape{
    overflow: hidden;
    position: absolute;
    bottom: -2px;
    /* left: 0; */
    width: 100%;
    line-height: 0;
    direction: ltr;
}

div.banner div.elementor-shape-bottom{
    transform: rotate(180deg);
}

div.banner{
    background-image: url("../images/banner.jpg");
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
}

div.banner div.overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
    background-image: var(--overlay);
    opacity: .5;
}

div.text{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

div.text p{
    width: 83%;
    font-size: 60px;
    text-align: right;
    color: white;
    font-weight: 600;
    line-height: 60px;
}

div.text div.box-bar{
    width: 83%;
    margin-top: 15px;
}

div.text div.box-bar div.bar{
    width: 16%;
    height: 6px;
    background-color: white;
    justify-self: flex-end;
    margin-left: auto;
}


div.banner div.elementor-shape.elementor-shape-bottom svg{
    width: calc(300% + 1.3px);
    height: 90px;
    /* display: block; */
    transform: translate(-33%, 0) ;
}

footer{
    width: 100%;
    background-color: white;
}

footer div.contact{
    width: 100%;
    min-height: unset;
    height: unset;
    padding: 5px 5%;
    margin: 0 auto;
    height: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(26,128,132,.51);
}

footer div.contact img{
    height: 60px;
    object-fit: contain;
}

footer div.contact nav{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

footer div.contact nav p{
    transform: translate(0, -3px);
    padding-right: 25px;
    color: var(--color-text);
    font-weight: 600;
    margin-left: auto;
}

footer div.contact nav div.links{
    margin-left: auto;
}

footer div.contact nav div.links a{
    padding: 0 10px;
}

footer div.contact nav div.links a img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

footer div.content{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 20px 0;
}

footer div.content div.content-single{
    width: 374px;
    color: var(--color-text);
}

footer div.content div.content-single p{
    border-bottom: 1px solid var(--color-box);
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

footer div.content div.content-single nav{
    display: flex;
    padding: 20px 0;
    flex-direction: column;
}

footer div.content div.content-single nav a{
    color: var(--color-text);
    text-decoration: none;
    font-size: 14px;
    padding: 3px 0;
}

footer div.made-by{
    width: 100%;
    background-color: var(--color-button);
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: 14px;
    padding: 5px 0;
}

footer a{
    color: white;
    text-decoration: none;
}

footer b{
    font-weight: 600;
}

div.static-image{
    width: 100%;
    height: 100%;
}

div.static-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    z-index: -5;
}

nav.mobile{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 41, 41, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    transition: 0.1s;
}

nav.mobile.hide-nav-mobile{
    height: 0;
    visibility: hidden;
}

nav.mobile div.close-area{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    /* background-color: magenta; */
}

nav.mobile div.mobile-links{
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    align-items: center;
    border-radius: 10px;
    z-index: 12;
}

nav.mobile div.mobile-links a{
    color: var(--color-text);
    text-decoration: none;
    /* border-bottom: 1px solid var(--color-box); */
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

nav.mobile div.mobile-links span{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 0;
    visibility: hidden;
    overflow-y: auto;
    transition-duration: 0.3s;
}

nav.mobile div.mobile-links span.visible{
    height: 100%;
    visibility: visible;
}

nav.mobile div.mobile-links span a{
    background-color: #eaeaea;
    border-bottom: 1px solid #adadad;
}

nav.mobile div.mobile-links a.last{
    border-radius: 10px;
}

nav.mobile div.mobile-links a img{
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.overflow-block{
    overflow: hidden;
}

div.modal-services{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    transition: .2s;
}

div.hide-modal-services{
    /* width: 0; */
    visibility: hidden;
}

div.modal-services div.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

div.modal-services div.modal-body{
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    background-color: white;
    height: 100%;
    padding: 20px 0;
}

div.modal-services div.modal-body h1{
    text-align: center;
    font-weight: 600;
    color: var(--color-text);
}

div.modal-services div.modal-body nav{
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}

div.modal-services div.modal-body nav a{
    padding: 10px 0;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #adadad;
    font-size: 14px;
}

.hoverService:hover{
    cursor: pointer;
}

div.phone-field{
    /* background-color: var(--color-text); */
    /*background-image: var(--overlay);*/
    position: fixed;
    right: 0;
    bottom: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 40px;
    margin-right: 40px;
    border-radius: 30px;
    z-index: 20;
    cursor: pointer;
}

div.phone-field img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

div.phone-field p{
    /*padding-left: 10px;*/
}

div.phone-field p a{
    text-decoration: none;
    color: white;
}

/* 1024 */
@media screen and (max-width: 1024px){
    header{
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-around;
        height: 180px;
        position: fixed;
        top: 0;
        z-index: 1;
        flex-direction: row;
        flex-wrap: wrap;
        transition-duration: .3s;
        align-items: center;
    }
    
    html:not([data-scroll="0"]) header {
        height: 180px;
        background-color: var(--color-box);
    }
    
    html:not([data-scroll="0"]) header img.logo{
        height: 100px;
    }
}

/* 768 */
@media screen and (max-width: 768px){
    header{
        position: absolute;
    }
    
    html:not([data-scroll="0"]) header {
        height: 180px;
        background-color: transparent;
    }

    html:not([data-scroll="0"]) header img.logo{
        width: 150px;
        content:url("../images/logo.png");
    }
}

/* 505 */
@media screen and (max-width: 505px){
    header nav.desktop{
        display: none;
    }

    header a.mobile{
        color: white;
        border: 2px solid white;
        padding: 5px 10px;
        border-radius: 5px;
        display: block;
    }
}

/* 425 */
@media screen and (max-width: 425px){
    div.banner{
        height: 450px;
    }

    div.banner div.overlay{
        height: 450px;
    }

    div.banner div.text{
        padding-top: 0px;
    }

    div.banner div.text p{
        font-size: 30px;
        line-height: 35px;
        padding-top: 50px;
    }

    footer div.contact nav p{
        text-align: right;
        padding-right: 0;
    }
}


/* 375 */
@media screen and (max-width: 375px){
    footer div.content{
        padding: 20px 5%;
    }

    div.banner div.text p{
        padding-top: 60px;
    }

}
/* 320 */
@media screen and (max-width: 320px){
    div.banner div.text p{
        padding-top: 120px;
    }
    footer div.made-by p{
        font-size: 12px;
    }
}