@font-face {
    font-family: 'IvyMode-Regular';
    src: url('../../fonts/Poppins-Light.ttf');
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../../fonts/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../../fonts/RobotoCondensed-Bold.ttf');
}
@font-face {
    font-family: "Playfair Display", serif;
    src: url('../../fonts/Poppins-ExtraLight.ttf');
}
@font-face {
    font-family: "Playfair Display", serif;
    src: url('../../fonts/Poppins-Light.ttf');
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #1c1c1a;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
body{
    margin: 0;
    overflow-x: hidden;
}
p{
    margin: 0;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.section-1{
    position: relative;
    height: 100vh;
}
.background{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    right: 0;
}
.background-mob{
    display: none;
}
.lemons-1{
    position: absolute;
    top: -15%;
    left: -5%;
    width: 45%;
}
.lemons-2{
    position: absolute;
    bottom: -20%;
    right: -5%;
    width: 45%;
}
.section-1-text{
    text-align: center;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 50%;
    left: 50%;
}
.section-1-text h1{
    font-family: "Great Vibes", cursive;
    font-size: 150px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #ab3e00;
    display: flex;
    flex-direction: column;
    line-height: 135px;
    width: 45%;
    margin: 30px auto;
}
.section-1 .desc{
    font-size: 56px;
    font-weight: 100;
    font-family: "Great Vibes", cursive;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #020609;
}
.section-1-text .day{
    font-size: 46px;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    color: #020609;
    text-align: center;
}
.section-1-text .date{
    display: flex;
    justify-content: center;
    grid-gap: 34px;
    position: relative;
    color: #ab3e00;
    font-size: 74px;
    font-weight: 100;
    font-family: "Great Vibes", cursive;
    width: 100%;
    text-align: center;
}
.section-1-text img{
    width: 220px;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
    margin-bottom: -50px;
}
.section-1-text .date span{
    position: relative;
}
.section-1-text .date span:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ab3e00;
    background: #ab3e00;
}
.section-1-text .date span:last-child:after{
    display: none;
}

.simple-12 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}
.section-2{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 50px;
    flex-wrap: wrap;
    flex-direction: column;
}
.section-2-image{
    width: 40%;
    order: 2;
}
.section-2-image .couple{
    width: 100%;
    height: 100%;
}
.section-2-image .frame{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.section-2-text{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.section-2-text h2{
    color: #ab3e00;
    font-family: "Great Vibes", cursive;
    font-size: 80px;
    margin: 10px 0px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 75px;
    margin-bottom: 30px;
}
.section-2-text p{
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 100;
    color: #020609;
    line-height: 22px;
    margin-bottom: 30px;
}
.section-2-text p strong{
    font-weight: 900;
    font-family: 'Poppins-Light';
    text-decoration: underline;
}
.section-2-text p:last-child{
    color: #020609;
}
.sec-2-groups{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    margin-bottom: 50px;
}
.sec-2-text-group{
    display: flex;
    grid-gap: 30px;
    align-items: center;
    padding-bottom: 0;
    flex-direction: column;
}
.sec-2-text-group img{
    width: 85%;
    object-fit: scale-down;
    margin-bottom: -20px;
}
.sec-2-group-text span{
    margin: 0;
    font-size: 26px;
    font-family: "Playfair Display", serif;
    font-weight: 100;
    color: #020609;
}
.sec-2-group-text p{
    color: #ab3e00 !important;
    font-family: "Great Vibes", cursive;
    font-size: 40px;
    margin: 0;
    font-weight: 100;
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 48px;
    display: flex;
    flex-direction: column;
}
.sec-2-group-text p span{
    font-family: "Great Vibes", cursive;
    font-size: 40px;
    font-weight: 100;
    margin-left: 30px;
    position: relative;
    color: #ab3e00;
}
.section-3{
    position: relative;
    padding: 100px 0px;
    padding-top: 0;
    padding-bottom: 50px;
}
.section-3 .lemons-1 {
    position: absolute;
    width: 29%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    top: 5%;
    left: 0;
    transform: rotate(-5deg);
}
.section-3 .lemons-2 {
    position: absolute;
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    top: 5%;
    right: 0;
    z-index: 1;
    transform: rotate(5deg);
}
.section-3 h2{
    text-align: center;
    color: #ab3e00;
    font-family: "Great Vibes", cursive;
    font-size: 70px;
    margin: 10px 0px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 75px;
    margin-bottom: 30px;
}
.section-3 p{
    margin: 15px auto;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 100;
    text-align: center;
    color: #020609;
}
.section-6-form input, .section-6-form  textarea{
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 2px solid #ab3e00;
    padding: 10px;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #020609;
    resize: none;
    background: transparent;
}
.section-6-form .gfield{
    width: 100%;
    border: none;
}
.section-6-form .gfield legend{
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #020609;
    padding-top: 35px;
    display: flex;
}
.section-6-form .gfield  .gchoice{
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.section-6-form .gfield  .gchoice input{
    width: fit-content;
}
.section-6-form .gfield  .gchoice label{
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #020609;
}

.section-6-form  input[type="radio"] {
    display: none;
}

.section-6-form  label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.section-6-form  label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    outline: 2px solid #ab3e00;
    border-radius: 50%;
    transform: translate(10%, -50%);
}


.section-6-form  input[type="radio"]:checked + label::before {
    background-color: #ab3e00;
}
.section-6-form  .gform_footer input{
    font-family: "Playfair Display", serif;
    font-size: 20px !important;
    width: 80% !important;
    padding: 8px 0px !important;
    transition: ease-in-out 0.3s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
    background: #ab3e00 !important;
    border: 1px solid #ab3e00 !important;
    border-radius: 500px;
}
.section-6-form{
    width: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.section-6-form img{
    width: 70%;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
    display: none;
}
.gform_wrapper{
    position: relative;
    width: 60%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 2;
}
.section-6-form textarea{
    height: 80px;
}
.goodbye{
    text-align: center;
    padding-top: 150px;
    position: relative;
}
.goodbye img{
    width: 25%;
    margin-bottom: 5%;
}
.goodbye .roses-wall{
    width: 75%;
    position: absolute;
    left: 50%;
    object-fit: contain;
    bottom: -25%;
    transform: translateX(-50%);
}
@media(max-width: 1600px){

    .section-1-text h1 {
        font-size: 100px;
        line-height: 106px;
    }

}
@media(max-width: 1440px){
    .gform_wrapper {
        width: 100%;
    }
    .section-1-text h1 {
        font-size: 88px;
        line-height: 96px;
    }
    .section-3 .lemons-1{
        top: 15%;
    }
    .section-3 .lemons-2{
        bottom: 45%;
        top: auto;
    }
}
@media(max-width: 1360px){
    .background{
        padding-top: 50px;
    }
}
@media(max-width: 1280px){
    .sec-2-group-text p{
        font-size: 32px;
    }
    .section-1-text h1 {
        bottom: 10%;
    }
}
@media(max-width: 1024px){
    .lemons-1{
        top: -5%;
    }
    .section-1-text h1 {
        bottom: -2%;
    }
    .lemons-2 {
        bottom: -10%;
    }
    .section-2-image {
        width: 90%;
    }
    .section-2 {
        flex-direction: column;
        padding-top: 150px;
        justify-content: center;
    }
    .sec-2-groups {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
    }
    .section-2-text {
        width: 80%;
        margin: 0 auto;
    }
    .section-3 .lemons-1 {
        left: 0;
    }
    .section-3 .lemons-2 {
        right: 0;
    }

    .background {
    }
}
@media(max-width: 768px){
    .section-1 {
        height: 100vh;
    }
    .background{
        display: none;
    }
    .background-mob{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        padding-top: 25%;
    }
    .section-1-text h1 {
        font-size: 50px;
        width: 35%;
        text-align: center;
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }
    .section-1-text .desc, .section-1-text .day {
        font-size: 22px;
    }
    .section-1-text .date {
        font-size: 34px;
        grid-gap: 20px;
    }
    .section-1-text .date span:after {
        width: 1px;
        height: 50%;
        right: -10px;
    }
    .section-2 {
        padding: 50px 20px;
    }
    .section-2-image {
        width: 100%;
        padding-bottom: 0px;
    }
    .section-2-text {
        width: 100%;
    }
    .section-2-text h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .sec-2-text-group {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        grid-gap: 0;
    }
    .sec-2-group-text p {
        font-size: 28px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec-2-group-text p span {
        font-size: 34px;
        width: 100%;
    }
    .sec-2-group-text p span:before{
        display: none;
    }
    .section-3 h2 {
        font-size: 32px;
        line-height: 32px;
        width: 80%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .section-3 p {
        width: 90%;
        font-size: 16px;
    }
    .section-6-form {
        width: 90%;
    }
    .section-3 {
        padding-bottom: 0;
        padding-top: 0px;
    }
    .goodbye {
        text-align: center;
        padding-top: 0px;
        height: 100%;
        padding-bottom: 50px;
    }
    .section-3 .lemons-1 {
        left: 0;
        width: 100%;
    }
    .section-3 .lemons-2 {
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .section-2-image:first-child {
        margin-top: 70px;
    }
    .section-2-image .couple {
        transform: scale(1.3);
    }
    .section-3 h2 br{
        display: none;
    }
    .section-1 .desc{
        font-size: 34px;
    }
    .section-1-text .desc, .section-1-text .day {
        font-size: 26px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
    .section-1-text .date {
        font-size: 38px;
        grid-gap: 20px;
        margin-top: -20px;
    }
    .section-1-text h1 {
        font-size: 55px;
        width: 35%;
        text-align: center;
        justify-content: center;
        display: flex;
        margin: 15px auto;
        line-height: 55px;
    }
    .section-2 {
        padding-top: 50px;
    }
    .sec-2-group-text p span {
        font-size: 40px;
        width: 100%;
        margin-left: 0;
    }
    .sec-2-text-group img {
        margin-bottom: 0px;
        width: 80%;
    }
    .section-3 .lemons-2 {
        display: flex;
        position: relative;
        width: 60%;
        bottom: auto;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-3 .lemons-1 {
        left: 0;
        width: 60%;
        bottom: auto;
        top: 0;
        position: relative;
        margin-bottom: -5%;
    }
    .goodbye img {
        width: 75%;
        margin-top: 40px;
    }
    .section-2-text p {
        font-size: 16px;
    }
    .sec-2-group-text span {
        font-size: 20px;
    }
    .section-3 h2 {
        padding-top: 60px;
    }
    .goodbye .roses-wall {
        width: 110%;
        bottom: -7%;
    }
    .sec-2-group-text p {
        font-size: 30px;
    }
    .section-1-text {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 28%;
    }
    .section-1-text img {
        width: 100px;
        margin-bottom: -20px;
    }
}