*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

html body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    padding: 1em 0 ;
    background-color: rgb(48, 47, 47);
}

.logo {
    text-decoration: none;
    color: orange;
    font-family: fantasy;
    font-size: 1.8rem;
    font-style: italic;

}

.nav {
    width: 100%;
}

.nav__list{
    margin: 0 auto;
    padding: 1em;
    list-style: none;
    text-align: right;
}

.nav__links {
    color: #fff;
    text-decoration: none;
}

.nav__items {
    margin-bottom: 1em;
}
.nav__link--button {
    background: #fff;
    color: #136c72;
    padding: .25em 1em;
    border-radius: 10em;
}
.menu-toggle {
    cursor: pointer;
    border: 0;
    height: 3em;
    width: 3em;
    padding: 0em;
    border-radius: 50%;
    background-color: orange;
    color: white;
    transition: opacity 250ms ease;

    position: absolute;
    right: 0;
}

.menu-toggle:focus, .menu-toggle:hover {
    opacity: .75;
}

.hamburger {
    width: 50%;
    position: relative;
}
.hamburger,
.hamburger::before,
.hamburger::after {
    display: block;
    margin: 0 auto;
    height: 3px;
    background-color: white;
}
.hamburger::before,
.hamburger::after {
    content: '';
    width: 100%;
}

.hamburger::before {
    transform: translateY(-6px);
}

.hamburger::after {
    transform: translateY(3px);
}

.nav__links--button {
    background: orange;
    color: white;
    padding: .25em 1em;
    border-radius: 10em;
    transition: background-position 0.5s;
}
.nav__links--button:hover {
    background-color: white;
    color: orange;
}

.nav {
    visibility: hidden;
    height: 0;
    position: absolute;
}


.nav--visible {
    visibility: visible;
    height: auto;
    position: relative;
}
.firstSection {
    padding: 100px 0;
    background-color: rgb(117, 109, 109);
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.imageHolder {
    margin-left: 40%;
    background-image: url(../IMG_20220827_171319A.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 3rem;
    max-width: 30%;
    height: 10rem;
    border: 4px solid orange;
    border-radius: 100%;
}

.introContent {
    padding-top: 1rem ;
}

.introContent h1 {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: bolder;
}

.content {
    padding:  2rem 0 ;
}

.title {
    font-size: 1rem;
    line-height: 100px;
    font-weight: bold;
    height: 50px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.slider {
    color: orange;
    margin-left: 12px;
    box-sizing: border-box;
    animation: slider 6s linear infinite;
}

@keyframes slider {
    0% {margin-top: -200px;}
    50% {margin-top: 0px;}
    100% {margin-top: 200px;}
}


.btn {
    text-decoration: none;
    color: blue;
    background-color: orange;
    font-size: 1rem;
    font-weight: bolder;

    margin-left: 12em;
    padding: 1em;
    border-radius: 100px;
    position: absolute;
    right: 10%;

    cursor: pointer;
    
}

.btn:hover {
    color: orange;
    background-color: white;
}


.main {
    padding: 100px 0;
}

.mainContent {
    font-family: fantasy;
    text-align: justify;
    line-height: 1.5rem;
    margin-bottom: 3em;
}

main h2 {
    font-size: 2rem;
    margin-right: 1rem;
    border-left: 6px solid orange;
}

h2 span {
    padding-left: 1rem;
}

main p {
    padding: 0.8rem 0;
}

main .btn {
    left: 5%;
}

.Projects {
    padding-top: 4rem;
}
.secondSection {
    padding: 50px 0;
    background-color: rgb(206, 202, 202);
}

.secondSection h2 {
    color: black;
    text-align: center;
    font-size: 2rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bolder;
    padding-bottom: 1rem;
}

.serciceContent {
    text-align: justify;
    margin-bottom: 2rem;
}

.serciceContent h3 {
    padding: 0.5rem 0;
    color: orange;
    font-size: 1.3rem;
}

footer {
    padding: 50px 0;
    background-color:rgb(48, 47, 47) ;
}

footer h1 {
    color: orange;
    text-align: center;
}

.footerContent {
    color: white;
    padding: 1rem 0;
    max-width: 30.33%;
}

.footerContent h4 {
    padding-bottom: 0.5rem;
    color: orange;
}

.footerContent ul {
    list-style: none;
}

.footerContent ul li a {
    color: white;
    text-decoration: none;
}
.footerContent p a {
    color: orange;
}

.social {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 40px;
    padding-bottom: 0px;
    border-top: 1px solid orange;
    margin-top: 50px;
}

.social h5 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.social a {
    color: white;
    font-size: 22px;
    width: 45px;
    height: 45px;
    padding-top: 5px;
    line-height: 40px;
    display: inline-block;
    border: 2px solid orange;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgba (255, 255, 255, 0.4);
    margin: 10px;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

.social a:hover {
    opacity: 0.9;
    box-shadow: 0px 1px 3px 2px rgba (255, 255, 255, 0.4) ;
}

.copyright {
    color: orange;
    text-align: center;
    padding-top: 1.3rem;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.8;
}
.ProjectBtn{
    padding: 100px 0;
    background-color: rgb(206, 202, 202);
    
}

.projectImage {
    width: 100%;
    max-height: 50vh;
    padding-bottom: 2rem;
}

.ProjectContainer {
    width: 50%;
}
.ProjectContainer p {
    padding: 0.5rem 0;
}

.projectButton{
    background-color: orange;
    font-size: 1rem;
    font-weight: bolder;

    padding: 0.5em;
    border-radius: 100px;

    cursor: pointer;
}

.projectButton a {
    text-decoration: none;
    color: blue;
}

.projectButton:hover {
    background-color: white;
}


.hireSection {
    width: 100%;
    background-color:rgb(206, 202, 202);
}

.hireConnect {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120vh;
}

.hireConnect-box {
    width: 50%;
    background-color: orange;
    background: transparent;
}

.hireConnect-box h1 {
    padding-top: 3rem;
    font-size: 1.6rem;
    text-align: center;
    color: orange;
    font-weight: bolder;
}

.hireConnect-box .hireContent {
    width: 100%;
    height: 50px;
    background-color: rgb(206, 202, 202);
    margin: 30px 0;
}

.hireContent input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(114, 109, 109);
    border-radius: 40px;
    font-size: 1rem;
    color: black;
    padding: 15px 45px 15px 15px;
    
} 

.lastContent {
    font-size: 1.3rem;
    font-weight: bold;
}

.lastContent .label {
    padding-bottom: 1rem;
}



.lastContent select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(114, 109, 109);
    border-radius: 40px;
    font-size: 1rem;
    color: black;
    padding: 15px 45px 15px 15px;
}

.lastContent h5 {
    padding: 1rem 0;
    font-size: 1.3rem;
}

.lastContent textarea {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(114, 109, 109);
    border-radius: 40px;
    font-size: 1rem;
    color: black;
    padding: 15px 45px 15px 15px;
}

.hireConnect-box button {
    width: 100%;
    height: 45px;
    background: orange;
   border: none;
   outline: none;
   border-radius: 40px;
   box-shadow: 0 0 10px orrgba(0, 0, 0, .1);
   cursor: pointer;
   font-size: 16px;
   font-weight: bold;
}

.hireConnect-box button:hover {
    background-color: white;
    color: ornage;
}

.cvSection {
    padding: 200px 0;
    width: 100%;
    background-color:rgb(206, 202, 202);
}

.cvContent {
    text-align: center;
}

.cvContent h1 {
    padding-bottom: 2rem;
    font-size: 2rem;
    color: orange;
    font-weight: bolder;
}



.cvButton {
    width: 80%;
    background-color: orange;
    font-size: 1rem;
    font-weight: bolder;

    padding: 0.5em;
    margin-bottom: 1em;
    margin-left: 10%;
    border-radius: 100px;

    cursor: pointer;
}

.cvButton a {
    text-decoration: none;
    color: black;
}

.cvButton:hover {
    color: orange;
    background-color: white;
}


@media (min-width: 700px) {
    html body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

    .title {
        font-size: 2rem;
    }

    .imageHolder  {
        margin-left: 40%;
        width: 30%;
        min-height: 200px; 
    }


    .mainContent{
        max-width: 50%;
    }
    main .Projects {
        max-width: 50%;
        margin-left: 50%;
    }

     .projectBtn {
       color: blue;
       width: 20%;
    }

    main .secondBtn {
       margin-left: 50%;
        
    }
    .serciceContent {
        margin-left: 40px;
    }

    .secondSection .row {
        display: flex;
    }
    .serciceContent + .serciceContent {
        margin-left: 5em;
    }
    footer .row {
        display: flex;
    }

    .footerContent + .footerContent {
        margin-left: 5em;
    }
   .ProjectBtn .row {
        display: flex;
   }
   .ProjectContainer + .ProjectContainer {
        margin-left: 3em;
   }

   button + button {
    margin-left: 5em;
   }

   .hireConnect-box h1 {
        font-size: 2rem;
   }
   
   
}
    
@media (min-width: 1000px) {
    .title {
        font-size: 2.3rem;
    }

    
    .row {
        display: flex;
        justify-content: space-between;
    }
    .menu-toggle{
        display: none;
    }
    .nav {
        visibility: visible;
        display: flex;
        height: auto;
    }

    .nav__list {
        display: flex;
        justify-content: space-between;
    }

    .nav__items {
        margin-left: 2em;
    } 
    
    .logo + .nav {
        margin-left: 12em;
    }

    .imageHolder  {
        margin-left: 0em;
        width: 30%;
        min-height: 300px; 
    }

}
