*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    background-color:#1C3334;
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style: none;
}
a
{
    text-decoration: none;
}
section
{
    width: 100%;
    height: 95vh;
    background-color:#fff;
}
nav
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 2.0);
    padding: 0px 5%;
}
nav ul
{
    display: flex;
}
nav ul li a 
{
    margin: 30px;
    font-family: myriad pro regular;
    color: #505050;
    font-size: 15px;
    font-weight: 700;
}
.logo
{
    font-family: RoadTest;
    color: #000000;
    font-size: 22px;
}
.active
{
    font-weight: bold;
    color: #7395Ae;
}
.text-container p:nth-child(2)
{
    font-family: calibri;
    font-weight: bold;
    color: #6d6d6d;
    font-size: 22px;
}
.text-container p:nth-child(2)
{
    font-family: calibri;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    font-size: 60px;
}

.text-container p
{
    line-height: 0px;
    margin: 45px 0px 25px;
    color: #333;
}
.text-container
{
    position: absolute;
    left: 13%;
    top: 42%;
    transform: translate(-13%,-42%);
}
.text-container button
{
    width: 130px;
    height: 42px;
    border-radius: 10px;
    font-family: calibri;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    margin: 0px 10px;
    
}
.hire-btn
{
    border-radius: 2px solid #373636;
    color: #333;
}
.down-cv
{
    background-color: #0b0b0b;
    
    border: none;
    color: #FFFFFF;
}
button:active
{
    transform: scale(1.1);
}
.model
{
    height: 460px;
    position: absolute;
    bottom: 58px;
    left: 80%;
    transform: translate(-60%);
    border-radius: 50%; 
    background-blend-mode:color-burn;
    mix-blend-mode:inherit;
}

.about-container
{
    width: 80%;
    height: 330px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 2px 2px 12px rgba(0,0,0,4.0);
    display: flex;
    margin: -2% auto 20px auto;
    position: relative;
    justify-content: space-evenly;
    align-items: centers;
}
.about-text
{
    width: 550px;
    text-align: justify;
    font-size: 18px;
}
.about-text button
{
    width: 120px;
    height: 40px;
    color: #ffffff;
    outline: none;
    border: none;
    font-family: calibri;
    background-color: #262525;
}
.services
{
    height: 600px;
    background-color: #FFFFFF;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 5.0);
    margin-bottom: 15px;

}
.services h1
{
    font-size: 44px;
}
.services-text p:nth-child(1)
{
    font-family: calibri;
    font-weight: bold;
    color: #;
    font-size: 30px;
    line-height: 0px;
}
.services-text p:nth-child(2)
{
    font-family: calibri;
    font-weight: bold;
    color: #3e3e3d;
    font-size: 15px;
    line-height: 5px;
}
.services-text p:nth-child(3)
{
    font-family: calibri;
    font-weight: bold;
    color: #3e3e3d;
    font-size: 15px;
    line-height: 5px;
}
.services-text
{   

    width: 500px;
    margin: 50px 0px;
}
.box-1,.box-2,.box-3
{
    width: 300px;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    background-color: #376E6F;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 45px;
    border-radius: 0 25px;
}
.box-1:hover
{
    transform: scale(1.2);
}
.box-2:hover
{
    transform: scale(1.2);
}
.box-3:hover
{
    transform: scale(1.2);
}
.box-container
{
    display: flex;
    justify-content: space-between;
}
.box-1 span,
.box-2 span,
.box-3 span

{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #379683;
    display: flex;
    justify-content: center;
    font-family: calibri;
    align-items: center;
    font-weight: bold;
}
.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2)
{
    color: #FFFFFF;
    font-family: calibri;
    font-size: 23px;
    line-height: 0px;
}
.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3)
{
    font-family: calibri;
    text-align: center;
    width: 230px;
    margin: 0px 0px 20px 0px;
    color: #FFFFFF;
}
.box-1 button,
.box-2 button,
.box-3 button
{
    width: 100px;
    height: 30px;
    background-color: #FFFFFF;
    border: none;
    outline: none;
    border-radius: 5px;
}
.contact-me
{
    width: 100%;
    height: 280px;
    background-color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-me p
{
  color: #333;
  font-size: 30px;
  font-family: calibri;
  font-weight: bold;
  border-bottom: 2px solid #333;
}
.contact-me button
{
    width: 200px;
    height: 40px;
    background-color: #333;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
footer
{
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
footer p
{
    font-family: calibri;
}
footer p:nth-child(1)
{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 10px;
}
footer p:nth-child(2)
{
    font-size: 16px;
    color: #fff;
    width: 600px;
    text-align: center;
}
.social-icons a
{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e3e3;
  margin: 20px 10px;
  border-radius: 50%;
}
.social-icons
{
    display: flex;
}
.copyright
{
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%);
}
.social-icons i
{
    color: #000000;
}
.social-icons a:hover,
.a-social-b a:hover
{
    background-color: #000000;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
}
.social-icons a:hover i,
.a-social-b a:hover
{
    color: #FFFFFF;
    transition: all ease 0.5s;
}
.a-social-b
{
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translate(-50%);
}
.a-social-b a
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    background-color: #FFF;
    border: 1 px solid #cbcbcb;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.about
{
    width: 68%;
    height: 500px;
    background-color: #fff;
    margin: auto;
}
.contact
{
    width: 70%;
    height: 400px;
    margin: auto;
    background-color: #fff;
}
.cv
{
    width: 80%;
    height: 900px;
    margin: auto;
    background-color: #fff;
}
.hire
{
    width: 60%;
    height: 60px;
    margin: auto;
    background-color: #fff;
}