@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(2){
    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%;
}
.block{
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 150%;
    width: 80%;
}
.block img{
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 60%;
}
.block .img{
    position: absolute;
    top: 21.5%;
    left: 45%;
    width: 60vh;
}
p{
    position: relative;
    top: 4%;
    left: 15%;
    width: 75%;
    line-height: 30px;
    font-weight: 700;
    font-size: 1.5em;
    color: black;
}
.block li{
    position: relative;
    top: 4%;
    left: 15%;
    width: 75%;
    line-height: 30px;
    font-weight: 700;
    font-size: 1.5em;
    color: black;
}
.container-3{
    position: absolute;
    top: 250%;
    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: 267.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;
    }
    .block{
        top: 160%;
        left: 45%;
        height: 220%;
        width: 90%;
    }
    .block img{
        left: 55%;
        width: 50%;
    }
    .block .img{
        display: none;
    }
    p{
        width: 85%;
        font-size: 1.2em;
    }
    .block li{
        top: 5%;
        width: 85%;
        font-size: 1.2em;
    }
    .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: 277.4%;
    }
}
@media (max-width: 1550px){
    .logo{
        left: 10%;
    }
    nav{
        left: 55%;
    }
    nav a{
        font-size: 1.5vh;
        line-height: 40px;
    }
    .block{
        top: 150%;
        left: 45%;
        height: 170%;
    }
    .block img{
        left: 55%;
    }
    p{
        width: 90%;
    }
    .block .img{
        display: none;
    }
    .container-3{
        top: 370%;
    }
    .foot{
        top: 387.4%;
    }
}
@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;
    }
    .block{
        top: 150%;
        left: 50%;
        height: 220%;
        width: 90%;
        overflow: hidden;
    }
    .block img{
        left: 50%;
        width: 50%;
    }
    .block .img{
        top: 11%;
        left: 30%;
        width: 83vh;
    }
    p{
        left: 2%;
        font-size: 1.2em;
        line-height: 25px;
    }
    .block li{
        left: 2%;
        font-size: 1.2em;
    }
    .add{
        top: 15%;
    }
    .add img{
        width: 25%;
    }
    .mail{
        top: -40%;
    }
    .mail img{
        width: 25%;
    }
    .call{
        top: -90%;
    }
    .call img{
        width: 25%;
    }
    .container-3{
        top: 260%;
    }
    .foot{
        top: 277.4%;
    }
}
@media (max-width: 400px){
    .head{
        box-shadow: none;
    }
    .logo{
        left: 15%;
    }
    nav{
        top: 100%;
        left: 0%;
        width: 100%;
        border-radius: 0;
        background-color: white;
    }
    nav a{
        left: 20%;
    }
    .container{
        height: 10%;
        font-size: 1em;
    }
    .block{
        top: 290%;
        left: 50%;
        height: 515%;
        width: 90%;
        overflow: hidden;
    }
    .block img{
        left: 50%;
        width: 90%;
    }
    .block .img{
        top: 16%;
        left: 43%;
        width: 25vh;
    }
    p{
        top: 1.5%;
        left: 2%;
        width: 90%;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 25px;
    }
    .block li{
        left: 2%;
        font-weight: 700;
        font-size: 1.2em;
    }
    .add{
        top: -15%;
        left: 15%;
    }
    .add img{
        width: 70%;
    }
    .mail{
        top: -50%;
        left: 9%;
    }
    .mail img{
        width: 75%;
    }
    .call{
        top: -100%;
        left: 15%;
    }
    .call img{
        width: 75%;
    }
    .container-3{
        top: 570%;
    }
    .foot{
        top: 587.4%;
        font-size: 0.7em;
        overflow: hidden;
    }
}