
:root {
    --darker-gray: #d9d7d0;
    --lighter-gray: #f2f2f2;
    --linear-gray: #eae9e7;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "josefin sans", sans-serif;
    max-width: 100%;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
}

nav {
    display: flex;
    justify-content: space-between;
    background: var(--darker-gray);
    position: fixed;
    width: 100dvw;
    z-index: 100;
}

nav ul {
    display: flex;
    gap: 50px;
    list-style: none;
}

nav ul a {
    text-decoration: none;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

nav ul a:hover {
    font-size: 17px;
}

.logo a {
    text-decoration: none;
    color: #000;
    font-family: "playfair display", sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
}

.logo .bottom {
    margin-left: 25px;
    margin-top: 3px;
}

nav .location a {
    text-decoration: none;
    letter-spacing: 1px;
    color: #000;
}

.location a:hover {
    font-size: large;
}

.onpage a {
    text-decoration: underline;
    text-underline-offset: 6px;
}

nav .top-loc {
    margin-bottom: 6px;
}

.mobilemenu {
    display: none;
}

.mobilenav {
    display: none;
}

.background-section {
    background: linear-gradient(180deg, rgba(65, 47, 47, 0.50) 0.16%, #8E7C67 30.26%);
    min-height: 2300px;
    padding-top: 50px;
}

.background-section .green-blur {
    background-color: #A2B873;
    width: 163px;
    height: 150px;
    border-radius: 50%;
    transform: translate(50px, -10px);
    filter: blur(30px);
}

.background-section .blue-blur {
    background-color: #8E9D9B;
    width: 80px;
    height: 70px;
    transform: translate(230px, -10px);
    border-radius: 50%;
    filter: blur(30px);
}

.background-section .green2-blur {
    background-color: #A2B873;
    filter: blur(12.5px);
    width: 163px;
    height: 152px;
    border-radius: 50%;
    transform: translate(1300px, -60px);
    position: relative;
    z-index: 0;
}

.background-section .blue2-blur {
    background-color: #799E9A;
    filter: blur(20px);
    width: 163px;
    height: 150px;
    border-radius: 50%;
    transform: translate(1380px, -60px);
}

.background-section h1 {
    display: flex;
    justify-content: center;
    margin-top: -480px;
    font-family: "Tenor Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #f2f2f2;
}

.background-section p {
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.48px;
}

button {
    width: 240px;
    height: 40px;
    font-family: "josefin sans", sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(930px, -150px);
    background-color: #000;
    color: #f2f2f2;
}

button:hover {
    width: 260px;
    height: 45px;
    cursor: pointer;
    font-size: 20px;
}

button a {
    text-decoration: none;
}

button a:hover {
    font-size: 20px;
}

.prices {
    border-radius: 15px;
    background: #C9BFB3;
    width: 80%;
    margin-left: 10%;
    margin-top: -2000px;
    padding-top: 10px;
    position: relative;
}

.studio-shoots {
    min-height: 700px;
    margin-top: 60px;
    position: relative;
}

.studio-shoots h2, .outdoor-shoots h2 {
    display: flex;
    justify-content: center;
    font-family: "Tenor Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.15px;
}

.prices h3 {
    font-family: "Gruppo", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.66px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.studio-shoots img {
    width: 400px;
    position: absolute;
    left: 60%;
    top: 15%;
}

.studio-shoots .details {
    display: flex;
    transform: translate(30%, 0%);
    width: 40%;
    gap: 120px;
}

.line-top,
.line-bottom {
    width: 80px;
    height: 1px;
    background-color: #000;
}

.line-top {
    margin-bottom: -7px;
}

.studio-shoots .line-bottom {
    margin-top: -25px;
    margin-bottom: 95px;
}

.outdoor-shoots .line-bottom  {
    margin-top: -25px;
    margin-bottom: 12px;
}

.classes .line-bottom  {
    margin-top: -11px;
    margin-bottom: 12px;
}

.studio-shoots {
    position: relative;
}

.studio-shoots .right {
    position: absolute;
    top: -10px;
}

.prices p {
    font-size: 15px;
    line-height: 10px; 
    letter-spacing: 0.48px;
}

.outdoor-shoots {
    height: 700px;
    margin-left: -300px;
    position: relative;
}

.outdoor-shoots h2 {
    display: flex;
    position: absolute;
    left: 53%;
    justify-content: center;
}

.outdoor-shoots img {
    width: 400px;
    position: absolute;
    left: 30%;
    top: 15%;
}

.outdoor-shoots .details {
    position: absolute;
    display: flex;
    gap: 120px;
    width: 550px;
    left: 62%;
    top: 12%;
}

.details .right {
    position: absolute;
    top: 120px;
    left: 75%;
}

.outdoor-shoots .first-child {
    margin-bottom: 110px;
}

.outdoor-shoots .second-child {
    margin-bottom: 80px;
}

.classes {
    margin-left: 100px;
}

h2 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.69px;
}

.classes h2 {
    margin-bottom: 40px;
}

.class-prices {
    transform: translate(250px, -130px);
    width: 90px;
}

.extras {
    transform: translate(900px, -305px);
    width: 500px;
    margin-left: -200px;
}
 .extras p {
    line-height: 23px;
 }

 .contact-us {
    transform: translateY(40px);
    background: #C9BFB3;
    padding-top: 2px;
 }


 .contact-us .middle-line {
    height: 70px;
    width: 4px;
    background-color: #000;
    position: absolute;
    left: 50%;
    margin-top: -102px;
}

.contact-us .copy {
    margin-left: 350px;
    margin-top: 100px;
}

.contact-us h1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.25px;
}

.contact-us .copy p:first-child {
    font-family: "Pacifico", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.85px;
    margin-bottom: -10px;
} 

.icons {
    display: flex;
    flex-direction: column;
    width: 20px;
    gap: 30px;
}

.complete-contact .details {
    transform: translate(50px, -180px);
}

.details p {
    margin-bottom: 30px;
}

.complete-contact {
    border: 2px solid rgba(0, 0, 0, 0.15);
    width: 350px;
    height: 270px;
    transform: translate(350px, 80px);
    padding: 40px 40px 40px 40px;
}

.map {
    transform: translate(900px, -190px);
    width: 400px;
}

footer {
    border: 2px solid rgba(0, 0, 0, 0.30);
    background: #857E75;
    padding-top: 60px;
}

.footermobile {
    display: none;
} 

.socials-icons a {
    display: flex;
    flex-direction: column;
    width: 20px;
    gap: 30px;
    transform: translateX(50px);
}

footer h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2.1px;
}

footer .socials a {
    position: absolute;
    transform: translate(100px, -150px);
    line-height: 38px;
    text-decoration: none;
    color: #000;
}

.footer-nav ul {
    position: absolute;
    transform: translate(530%, -110%);
    line-height: 40px;
    list-style: none;
    max-width: 150px;
    text-align: center;
}

.footer-nav li a {
    text-decoration: none;
    color: #3b3939;
}

.footer-nav p {
    display: flex;
    justify-content: center;
    font-size: x-small;
}



@media(max-width: 800px) {
    .outdoor-shoots img {
        display: none;
    }

    .outdoor-shoots .details {
        left: 330px;
    }

    .studio-shoots {
        position: relative;
    }

    .studio-shoots img {
        display: none;
    }

    .studio-shoots .left h3 {
        line-height: 23px;
    }

    .studio-shoots .left p {
        margin-bottom: 25px;
    }

    .studio-shoots .right {
        position: absolute;
        left: 165%;
    }

    .studio-shoots .line-bottom {
        margin-bottom: 0;
    }

    .studio-shoots .right .secondchild {
        position: absolute;
        top: 130px;
    }

    .studio-shoots .right .thirdchild {
        position: absolute;
        top: 210px;
        margin-bottom: 0;
    }

    .studio-shoots .right .lastchild {
        position: absolute;
        top: 325px;
    }

    .prices {
        position: relative;
    }

    .prices .extras {
        position: absolute;
        left: -115%;
        bottom: -18%;
    }

    .prices .classes {
        margin-top: -70px;
    }

    .prices a {
        position: absolute;
        left: -110%;
        margin-top: 145px;
    }

    .contact-us .copy {
        margin-left: 25px;
    }

    .contact-details {
        position: relative;
    }

    .complete-contact {
        position: absolute;
        left:-330px;
        bottom: -210px;
    }

    .map {
        display: none;
    }

    .green2-blur,
    .blue2-blur {
        display: none;
    }

    .background-section {
        width: 100dvw;
        position: relative;
    }

    .background-section h1 {
        font-size: 27px;
        text-align: center;
        position: absolute;
        top: 27%;
        left: 27%;
    }

    .background-section p {
        font-size: 15px;
        text-align: center;
        margin: -80px 50px 0px 50px;
    }

    .contact-us {
        height: 550px;
    }

    footer {
        position: relative;
    }

    .footer-nav ul {
        position: absolute;
        left: -40%;
    }


}

@media(max-width: 650px){
    .desktopnav {
        display: none;
    }

    .mobilenav {
        position: fixed;
        z-index: 100;
        display: block;
        width: 100dvw;
        background-color: #A8A8A8;
    }

    .closeicon {
        display: none;
    }

    .mobilenav .details {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mobilenav .logo a {
       font-size: 13px;
    }

    .mobilenav .logo .bottom {
        background-color: #A8A8A8;
    }

    .mobilenav img {
        width: 20px;
        height: 20px;
        margin: 10px 30px 10px 0px;
    }

    .mobilemenu {
        background-color: #A8A8A8;
        z-index: 80;
        display: none;
        position: fixed;
        width: 100vw;
    }

    .mobilemenuwrapper {
        display: flex;
        justify-content: flex-end;
        
    }

    .mobilemenuwrapper ul li {
        width: 50vw;
        list-style: none;
        text-align: center;
    }

    .mobilemenuwrapper ul li a {
        line-height: 40px;
        color: #000;
        text-decoration: none;
       
    }

    .mobilenavtopspace {
        height: 30px;
        width: 50dvw;
        background-color: #A8A8A8;
    }

    .outdoor-shoots {
        margin-top: -70px;
    }

    .outdoor-shoots .right {
        position: absolute;
        left: 55%;
    }

    .extras {
        margin-left: -360px;
        position: absolute;
        top: 1900px;
        width: 400px;
    }
    
    .prices {
        height: 1900px;
    }

    button {
        margin-left: -330px;
        margin-top: 140px;
    }

    .classes {
        margin-left: 40px;
    }

    footer {
        margin-top: 40px;
    }

    .footermobile {
        display: block;
    }

    .follow-us,
    .footer-nav {
        display: none;
    }

    .footer-navmobile {
        display: flex;
        justify-content: center;
    }

    .footer-navmobile ul {
        list-style: none;
        text-align: center;
    }

    .footer-navmobile li a {
        text-decoration: none;
        line-height: 40px;
        color: #000;
    }

    .footer-navmobile .horizontal-line {
        width: 250px;
        height: 1px;
        background-color: #000;
        margin-top: 20px;
    }

}


@media(max-width: 500px){

    .desktopnav {
        display: none;
    }
    .details {
        margin-bottom: 100px;
    }
.contact-us {
        height: 550px;
        display: none;
    }
    .footer-nav {
        display: none;
    }
    .mobilenav {
        position: fixed;
        z-index: 100;
        display: block;
        width: 100dvw;
        background-color: #A8A8A8;
    }

    .closeicon {
        display: none;
    }

    .mobilenav .details {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mobilenav .logo a {
       font-size: 13px;
    }

    .mobilenav .logo .bottom {
        background-color: #A8A8A8;
    }

    .mobilenav img {
        width: 20px;
        height: 20px;
        margin: 10px 30px 10px 0px;
    }

    .mobilemenu {
        background-color: #A8A8A8;
        z-index: 80;
        display: none;
        position: fixed;
        width: 100vw;
    }

    .mobilemenuwrapper {
        display: flex;
        justify-content: flex-end;
        
    }

    .mobilemenuwrapper ul li {
        width: 50vw;
        list-style: none;
        text-align: center;
    }

    .mobilemenuwrapper ul li a {
        line-height: 40px;
        color: #000;
        text-decoration: none;
       
    }

    .mobilenavtopspace {
        height: 30px;
        width: 50dvw;
        background-color: #A8A8A8;
    }

    .background-section {
        width: 100dvw;
        position: relative;
    }

    .background-section h1 {
        font-size: 18px;
        text-align: center;
        position: absolute;
        left: 26%;
        transform: translateY(-210%);
    }

    .background-section p {
        font-size: 13px;
        text-align: center;
        margin: 13px 50px 0px 50px;
    }

    .green2-blur {
        opacity: 0;
        display: none;
    }

    .green-blur {
        display: none;
    }

    .blue2-blur {
        display: none;
    }

    .prices {
        position: relative;
        top: -90px;
    }

    .prices .studio-shoots {
        margin-top: -15px;
        margin-left: -10px;
        position: relative;
    }

    .studio-shoots h2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .studio-shoots .details h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 40px;
    }

    .studio-shoots .details p {
        font-size: 13px;
        line-height: 17px;
    }

    .studio-shoots .left p {
        margin-top: 10px;
        margin-bottom: 5px;
        width: 40dvw;
    }

    .studio-shoots .right {
        margin-top: -40px;
    }

    .studio-shoots .right .secondchild {
        transform: translateY(10px);
    }

    .studio-shoots .right .thirdchild {
        transform: translateY(25px);
    }

    .studio-shoots .right .lastchild {
        transform: translateY(40px);
    }

    .line-bottom,
    .line-top {
        display: none;
    }

    .studio-shoots img,
    .outdoor-shoots img {
        display: none;
    }

    .outdoor-shoots {
        margin-top: -30px;
        position: relative;
    }

    .outdoor-shoots .details {
        position: absolute;
        margin-left: 30px;
        left: 49%;
       
    }

    .outdoor-shoots .left {
        width: 40dvw;
    }

    .outdoor-shoots .details h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 40px;
    }

    .outdoor-shoots .details p {
        font-size: 13px;
        line-height: 17px;
    }

    .outdoor-shoots .left p {
        margin-top: 10px;
        margin-bottom: 5px;
        width: 40dvw;
    }

    .outdoor-shoots .right {
        position: absolute;
        left: 33%;
        margin-top: -7px;
    }

    .outdoor-shoots .right .second-child {
        transform: translateY(17px);
    }

    .outdoor-shoots .right .third-child {
        transform: translateY(17px);
    }

    .outdoor-shoots .right .fourth-child {
        transform: translateY(-3px);
    }

    .outdoor-shoots .right .fifth-child {
        transform: translateY(-23px);
    }

    .outdoor-shoots .right .last-child {
        transform: translateY(-43px);
    }

    .classes {
        margin-left: 30px;
        margin-top: -90px;

    }

    .classes h2 {
        font-size: 20px;
        text-align: center;
        margin-left: -40px;
    }

    .classes p {
        font-size: 13px;
        line-height: 17px;
    }

    .classes .details {
        margin-left: 18px;
    }

    .classes .details p {
        margin-bottom: -5px;
    }

    .classes .class-prices {
        transform: translate(170px, -73px);
    }

    .classes .class-prices p {
        margin-bottom: -5px;
    }

    .prices {
        position: relative;
        height: 1800px;
    }

    .extras {
        margin-left: -510px;
        position: absolute;
        top: 1800px;
    }

    .extras p {
        font-size: 13px;
        width: 70dvw;
    }

    .prices button {
        width: 35dvw;
        height: 30px;
        font-size: 14px;
        position: absolute;
        top: 170px;
        left: -100px;
    }

    .prices a {
        display: flex;
        justify-content: flex-end;
    }

    .contact-us {
        max-width: 100dvw;
    }

    .contact-us .middle-line,
    .contact-us .map {
        display: none;
    }

    .contact-details {
        height: 380px;
    }

    .contact-us .copy {
        margin: 80px 50px 0px 50px;
        text-align: center;
    }

    .contact-us .copy p:last-child {
        display: none;
    }

    .contact-us .complete-contact {
        transform: translate(350px, -300px);
    }

    footer {
        margin-top: -10px;
    }

    .footermobile {
        display: block;
    }

    .follow-us,
    .footer-nav {
        display: none;
    }

    .footer-navmobile {
        display: flex;
        justify-content: center;
    }

    .footer-navmobile ul {
        list-style: none;
        text-align: center;
    }

    .footer-navmobile li a {
        text-decoration: none;
        line-height: 40px;
        color: #000;
    }

    .footer-navmobile .horizontal-line {
        width: 250px;
        height: 1px;
        background-color: #000;
        margin-top: 20px;
    }

}    