*{
    margin: 0;
    padding: 0;
}

body{
    background: rgba(8, 77, 34, .7);
    color: white;
}

.header{
    display: flex;
    background: rgba(8, 77, 34, .7);
    padding: 20px;
}

.header p{
    margin-left: 80px;
    animation: slideRight 1s ease forwards;
    font-size: 30px;
    font-weight: bold;
}

.navbar{
    position: absolute;
    left: 200px;
    margin-left: 55%;
}

.navbar a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 50px;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: calc(.2s * var(--i));
}

.navbar a:hover, .navbar a.active{
    color: #0ef;
}

.navbar a:hover{
    text-shadow: 4px 4px 2px rgba(255, 255, 255, .5);
}

        /********** HOME PAGE CODE **********/
.home{
    border-top: 2px solid white;
    background: rgba(8, 77, 34, .7);
    padding-bottom: 37px;
}

.home_box, .aboutUs_box, .project_box{
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

.inner_home_box, .inner_about_box, .project_body{
    /* border: 1px solid red; */
    width: 91%;
    padding: 40px 40px 0;
}

.small{
    display: none;
}

.small, .big{
    width: 50%;
    margin: 0 auto;
}

.small img, .big img{
    border: 1px solid white;
    border-radius: 45%;
    animation: zoomIn 1s ease forwards, floatImage 4s ease-in-out infinite;
    animation-delay: 2s, 3s;
}

.big img{
    width: 85%;
}

.inner_home_box h3{
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: .7s;
    font-family: tahoma;
}

.inner_home_box h3:nth-of-type(2){
    margin-bottom: 30px;
    animation: slideTop 1s ease forwards;
    animation-delay: .7s;
}

.inner_home_box h3 span{
    color: #0ef;
}

.inner_home_box h1{
    font-size: 56px;
    font-weight: bold;
    font-family: tahoma;
    margin: 15px 0;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: 1s;
}

.inner_home_box p{
    font-size: 16px;
    font-family: tahoma;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
}

.inner_home_box p span a{
    text-decoration: none;
    cursor: pointer;
    color: chartreuse;
}

.social_media{
    display: flex;
}

.social_media a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    font-size: 20px;
    color: #0ef;
    text-decoration: none;
    margin: 30px 10px 50px 0;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
}

.social_media a:hover{
    background: #0ef;
    color: #1f242d;
    box-shadow: 0 0 20px #0ef;
}

.social_media h3{
    font-size: 18px;
    color: #0ef;
    animation: slideLeft 1s ease forwards;
    animation-delay: 2s;
    margin-top: 40px;
}

.btn{
    display: inline-block;
    padding: 12px 28px;
    background: #0ef;
    border-radius: 40px;
    box-shadow: 0 0 10px #0ef;
    font-size: 18px;
    color: #1f242d;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 2s;
}

    /********** ABOUT US PAGE CODE **********/
.inner_about_box{
    font-size: 15px;
    text-align: justify;
    letter-spacing: 1px;
    font-family: tahoma;
    line-height: 30px;
}

.inner_about_box img{
    border-radius: 10px;
    width: 150px;
    height: 150px;
    padding-right: 12px;
    padding-bottom: 12px;
    float: left;
    opacity: 0;
    animation: slideRight 3s ease forwards;
}

.inner_about_box p, #contact, #offer{
    opacity: 0;
    animation: slideTop 3s ease forwards;
}

#offer{
    margin-top: 3%;
}

#offer h3{
    padding: 5px 0;
}

#offer ul li{
    list-style: none;
    padding: 5px 15px;
}

#contact{
    margin-top: 5%;
}

#contact ul{
    padding: 3px 10px;
}

#contact ul li{
    list-style: none;
    padding: 5px;
    margin: 1%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: tahoma;
}

    /********** PROJECT PAGE CODE **********/
.project_body{
    /* border: 1px solid yellow; */
    margin-right: 2%;
    padding-right: 50px;
    height: 550px;
    overflow-y: auto;
}

.project_body h3{
    font-size: 24px;
    font-weight: bold;
    margin-left: 3%;
}

.inner_project_box h4{
    margin-top: 7px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 21px;
}

.inner_project_box h4 span{
    font-size: 15px;
    font-weight: bold;
}

.inner_project_box{
    border: 1px solid white;
    border-radius: 10px;
    padding-left: 10px;
    margin: 3% 0 4%;
    box-shadow: 4px 4px 2px rgba(255, 255, 255, .7);
}

.inner_project_box p{
    padding: 0 10px 0 20px;
    font-family: tahoma;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}

.site_visit{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
}

.site_visit a{
    text-decoration: none;
    color: chartreuse;
    font-family: tahoma;
    letter-spacing: 1px;
    font-size: 18PX;
    cursor: pointer;
    padding: 10px;
}



        /* KEYFRAME ANIMATION */
@keyframes slideRight{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }

    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideLeft{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }

    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideTop{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }

    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideBottom{
    0%{
        transform: translateY(-100px);
        opacity: 0;
    }

    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes zoomIn{
    0%{
        transform: scale(0);
        opacity: 0;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes floatImage{
    0%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(-24px);
    }

    100%{
        transform: translateY(0);
    }
}