@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'poppins',sans-serif;
}
::-webkit-scrollbar{
    height: 0;
    width: 0;
}
::selection{
    background-color: #009c00;
    color: #ffffff;
}
.head{
    position: fixed;
    top: 0;
    left: 0;
    height: 8vh;
    width: 100%;
    background-color: white;
    z-index: 10;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.116);
}
.logo{
    position: absolute;
    top: 0;
    left: 13%;
    height: 100%;
    width: 70vh;
}
.logo img{
    height: 100%;
    width: 50%;
}
nav{
    position: absolute;
    top: 0;
    left: 60%;
    width: 45vh;
    height: 100%;
    border-radius: 8px;
}
nav a{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,25%);
    height: 50%;
    width: 10vh;
    font-size: 1.7vh;
    font-weight: bold;
    color: black;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.47s;
    border-radius: 0.7vh;
}
nav a:hover{
    color: white;
    background-color: #006eff;
}
nav a:nth-child(3){
    animation: bord-er 2s infinite;
}
@keyframes bord-er {
    0%,100%{
        border: 3px solid #003aa5;
    }
    50%{
        border: 3px solid transparent;
    }
}
.container{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 30%;
    width: 100%;
    font-size: 2em;
    color: white;
    background-color: #006eff;
}
.container h1{
    position: relative;
    top: 20%;
    left: 20%;
    width: 50%;
}
.container-2{
    position: absolute;
    top: 85%;
    left: 35%;
    transform: translate(-50%,-50%);
    height: 60vh;
    width: 100vh;
    font-size: 2.5em;
}
.img-box{
    position: absolute;
    top: 90%;
    left: 70%;
    transform: translate(-50%,-50%);
    width: 40vh;
}
.container-3{
    position: absolute;
    top: 140%;
    left: 0;
    transform: translate(0%,-50%);
    height: 37%;
    width: 100%;
    background: url(foot-bckg.jpeg);
    background-size: 50%;
    overflow: hidden;
}
.add{
    position: relative;
    top: -12%;
    left: 5%;
}
.add img{
    height: 50%;
    width: 30%;
}
.mail{
    position: relative;
    top: -107%;
    left: 37%;
}
.mail img{
    height: 50%;
    width: 30%;
}
.call{
    position: relative;
    top: -205%;
    left: 70%;
}
.call img{
    height: 50%;
    width: 30%;
}
.foot{
    position: absolute;
    top: 157.4%;
    left: 0;
    transform: translate(0%,-50%);
    height: 5%;
    width: 100%;
    color: white;
    line-height: 45px;
    text-align: center;
    cursor: default;
    background-color: #004ddd;
}

@media (max-width: 1250px){
    .logo{
        left: 7%;
    }
    nav{
        left: 40%;
    }
    nav a{
        font-size: 1.4vh;
        line-height: 30px;
    }
    .container{
        height: 15%;
        font-size: 1.5em;
    }
    .container-2{
        left: 40%;
        font-size: 2em;
    }
    .img-box{
        top: 138%;
        left: 60%;
    }
    .img-box img{
        width: 70vh;
    }
    .container-3{
        top: 190%;
    }
    .add{
        top: 10%;
    }
    .add img{
        width: 27%;
    }
    .mail{
        top: -70%;
    }
    .mail img{
        width: 27%;
    }
    .call{
        top: -140%;
    }
    .call img{
        width: 27%;
    }
    .container-3{
        top: 260%;
    }
    .foot{
        top: 207.4%;
        font-size: 0.7em;
    }
}
@media (max-width: 1550px){
    .logo{
        left: 10%;
    }
    nav{
        left: 55%;
    }
    nav a{
        font-size: 1.5vh;
        line-height: 40px;
    }
    .img-box{
        top: 135%;
        left: 70%;
    }
    .img-box img{
        width: 50vh;
    }
    .container-3{
        top: 190%;
    }
    .foot{
        top: 207.4%;
        font-size: 0.7em;
    }
}

@media (max-width: 768px){
    .logo{
        left: 2%;
    }
    nav{
        left: 30%;
    }
    nav a{
        font-size: 1.4vh;
        line-height: 35px;
    }
    .container{
        top: 25%;
        height: 15%;
        font-size: 1.5em;
    }
    .container-2{
        top: 70%;
        left: 50%;
    }
    .container-3{
        top: 190%;
    }
    .add{
        top: 15%;
    }
    .add img{
        width: 25%;
    }
    .mail{
        top: -40%;
    }
    .mail img{
        width: 25%;
    }
    .call{
        top: -90%;
    }
    .call img{
        width: 25%;
    }
    .foot{
        top: 207.4%;
        font-size: 0.7em;
    }

}
@media (max-width: 400px){
    .head{
        box-shadow: none;
    }
    .logo{
        left: 15%;
        width: 70vh;
    }
    nav{
        top: 100%;
        left: 0%;
        width: 100%;
        border-radius: 0;
        background-color: white;
    }
    nav a{
        left: 20%;
    }
    .container{
        height: 10%;
        font-size: 1em;
    }
    .container-2{
        font-size: 1.2em;
        width: 90%;
    }
    .img-box{
        top: 157%;
        left: 45%;
    }
    .img-box img{
        width: 45vh;
    }
    .container-3{
        top: 220%;
    }
    .add{
        top: -15%;
        left: 15%;
    }
    .add img{
        width: 70%;
    }
    .mail{
        top: -50%;
        left: 7%;
    }
    .mail img{
        width: 75%;
    }
    .call{
        top: -100%;
        left: 15%;
    }
    .call img{
        width: 75%;
    }
    .foot{
        top: 237.4%;
        font-size: 0.7em;
        overflow: hidden;
    }
}