@font-face {

    font-family: Literata;

    src: url(font/Literata[wght].ttf);

  }

  * {box-sizing: border-box;}

body{

    margin:0;

    padding: 0 ;


    overflow-x: hidden; 

    font-family: Literata;
        background: #000;



}
body + div[is-visible] {
  display: none !important;
}
html > div[style] {
  display: none !important;
}
.button-container.visible{
    display:none !important;
}
.button-container{
    display:none !important;
}
body > div {
    display: grid;
    grid-template-areas: "hd" "main" "ft";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 8fr 1fr;
    height: 100vh;
}

#footer img{    width: 20px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.info_foot {
    color: #fff;
    display: block !important;
    width: 96%;
    margin: 0 auto;
}

#footer{
        background-color: #000;
    display: block;
    text-align: center;
        background-color: #000;
    padding-top: 15px;
        position: relative;
    top: -2px;
    grid-area: ft;
}

#footer > div {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

#main{
    background: #fff;
    width: 100%;
    grid-area: hd;
}

.logo{

    width: 250px;

    height: auto;

    text-align: center;

    margin: 0 auto;

        padding-top: 10px;
    

}
#footer{
    background-color: #000;
}
.logo img{
    width:250px;
    height:auto;
}

.inner_main{
    height: 100%;
}

.main_two{

    width: 100%;

    float: none;
position: relative;
        grid-area: main;
}

.main_two video{

      width: 100%;
    max-width: 100%;
    float: none;
    vertical-align: top;
    display: block;
   position: absolute;
    height: 100%;
    object-fit: cover;

}

.main_two video:focus {
    outline: none !important;
}

.contact{

    color: #737373;

    display: block;

    margin-top: 30px;

}

.findus{

    color: #737373;

    display: block;

    margin-top: 70px;

    margin-bottom: 10px;

}

.email{

    display: block;

    margin-top: 30px;

    margin-bottom: 5px;

}

.email a{

    color: #fff ;

    text-decoration: none

}

.phone{

    display: block;

}

.phone a{

    color: #fff ;

    text-decoration: none

}

.social img{

    width: 20px;

    height: 20px;

    border: 1px solid #fff;

    border-radius: 50%;

    padding: 10px;

    margin-right: 10px;

}

.main_one_TXT{

    position: relative;

    left: 30px;

    z-index: 999999;

}

.main_one_TXT img{

    width: 100% !important

}
#footer .new_social img{    width: 30px;
    margin-bottom: 10px;
}
.new_social{
    display: block;
}
.copyright{

    color: #737373;
    font-size: 16px;
    color: #737373;
    font-size: 16px;
    float: none;
    justify-content: center;
    text-align: center;
    display: block;
    background: #000;
    position: relative;
    top: -2px;
    padding-bottom: 12px;

    justify-content: center;
    

}

.main_one_TXT .social img{

    width: 20px !important;

    max-width: 20px !important

}



@media(min-width: 576px) and (max-width:700px){

    /*.inner_main {
        display: flex;
    justify-content: space-between;
    padding: 0 20px;
    }

    .logo {
        margin: 0;
    }*/

    /*#footer > div > span.info_foot:nth-child(2) {
        display: grid !important;
    grid-template-columns: 15px 1fr;
    grid-gap: 10px;
    text-align: left;
    }*/
    #footer {
        font-size: 12px !important; 
    }
    .logo {
        width: 140px;
    }

    .logo img {
        width: 140px;
    }

    #footer img {
    width: 12px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
    .new_social {
    display: flex;
    float: none  !important;
    text-align: center  !important;
    position: unset;
    justify-content: center !important;
}
#footer{
    display:block !important;
    padding: 7px;
}
.info_foot{
    width:100% !important;
}
.info_foot a{
    color:#fff !important;
}

.copyright{
        justify-content: center;
    padding-top: 10px;
    padding-bottom: 0 !important;
    font-size: 12px;
}


}

@media (max-width: 575px) {
    body > div {
        grid-template-rows: 1fr 3fr 1fr;
    }

    #footer {
        padding-top: 5px;
        font-size: 12px;
    }

    #footer img {
    width: 12px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.copyright {
    padding: 7px;
    font-size: 12px;
}

    .info_foot {
        width: 100%;
    }

    #footer > div {
        display: block;
    }
}

@media(max-width: 1199px) {
    .new_social {
        margin-top: 10px;
    }
}