@font-face {
    font-family: 'IvyMode-Regular';
    src: url('../../fonts/IvyMode-Regular.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: 'Poppins-ExtraLight';
    src: url('../../fonts/Poppins-ExtraLight.ttf');
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../../fonts/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Alex Brush';
    src: url('../../fonts/AlexBrush-Regular.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;
}

header{
    width: 100%;
    z-index: 9;
    position: absolute;
    backdrop-filter: blur(11px);
}
.header-wrapper{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    grid-gap: 100px;
}
.logo span{
    font-weight: 100;
    font-size: 50px;
    color: #61906e;
    font-family: 'IvyMode-Regular';
}
.logo span .and{
    font-family: 'Alex Brush';
}
.section-1{
    position: relative;
    height: 100vh;
}
.section-1 .main-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-1-text{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    bottom: 0;
    padding-bottom: 20px;
}
.section-1-text img{
    width: 100px;
    object-fit: scale-down;
}
.section-1-text span{
    width: 100%;
    font-weight: 100;
    font-size: 50px;
    color: #e2b595;
    font-family: 'IvyMode-Regular';
}
.section-1-text h1{
    width: 100%;
    font-size: 100px;
    margin: 20px 0px;
    font-family: 'IvyMode-Regular';
    color: #61906e;
    font-weight: 100;
}
.section-1-text h1 span{
    font-family: 'Alex Brush';
    font-size: 150px;
    color: #61906e;
}
.section-1-text p{
    font-family: 'IvyMode-Regular';
    font-size: 40px;
    width: 100%;
    color: #e2b595;
}
.section-2{
    background: #e2b59570;
    padding: 40px 0px;
}
.section-2-first {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-2-first h2{
    width: 100%;
    font-weight: 100;
    font-size: 50px;
    color: #e2b595;
    font-family: 'IvyMode-Regular';
}
.section-2-first  p{
    color: #919191;
    font-family: 'Poppins-Light';
    font-size: 16px;
    width: 100%;
}
.section-2-first span{
    width: 100%;
    margin-top: 20px;
    font-family: 'IvyMode-Regular';
    color: #e2b595;
    font-size: 30px;
}
.section-2-link{
    width: fit-content;
    border: 1px solid #e2b595;
    padding: 10px 20px;
    border-radius: 500px;
    font-size: 24px;
    font-family: 'IvyMode-Regular';
    color: #e2b595;
    display: flex;
    justify-content: center;
    margin: 50px auto;
}
.section-2-second{
    width: 70%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: relative;
}
.section-2-second span{
    width: 100%;
    font-family: 'IvyMode-Regular';
    color: #61906e;
    font-size: 26px;
    margin-top: 50px;
}
.section-2-second  h3{
    width: 100%;
    font-weight: 100;
    font-size: 50px;
    margin: 0;
    color: #e2b595;
    font-family: 'IvyMode-Regular';
}
.section-2-second p{
    color: #919191;
    font-family: 'Poppins-Light';
    font-size: 16px;
    width: 50%;
}
.flower-left{
    position: absolute;
    left: -30%;
    top: 50%;
    transform: translateY(-50%);
}
.flower-right{
    position: absolute;
    right: -25%;
    top: 50%;
    transform: translateY(-50%);
}
.section-6-form input, .section-6-form  textarea{
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 2px solid #61906e;
    padding: 10px;
    font-size: 18px;
    font-family: 'IvyMode-Regular';
    color: #61906e;
    resize: none;
    background: transparent;
}
.section-6-form .gfield{
    width: 100%;
    border: none;
}
.section-6-form .gfield legend{
    font-size: 16px;
    font-family: 'IvyMode-Regular';
    color: #919191;
    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: 'IvyMode-Regular';
    color: #919191;
}

.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 #61906e;
    border-radius: 50%;
    transform: translate(10%, -50%);
}


.section-6-form  input[type="radio"]:checked + label::before {
    background-color: #61906e;
}
.section-6-form  .gform_footer input{
    font-family: 'IvyMode-Regular';
    font-size:20px !important;
    width: 30% !important;
    padding: 15px 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 !important;
    background: #e2b595 !important;
    border: 1px solid #e2b595 !important;
    border-radius: 500px;
}
.section-3{
    background: #e2b59570;
    padding: 40px 0px;
}
.section-6-form{
    width: 50%;
    margin: 0 auto;
    background: #fff7f738;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    padding: 20px;
    position: relative;
}
.flower-3-1 img{
    position: absolute;
    width: 115px;
    object-fit: scale-down;
    left: -5%;
    bottom: -4%;
}
.flower-3-2 img{
    position: absolute;
    width: 115px;
    object-fit: scale-down;
    right: -5%;
    bottom: -4%;
    transform: rotateY(190deg);
}
.section-6-form form{
    overflow: hidden;
}
@media(max-width: 768px){
    .section-1 {
        height: 50vh;
    }
    .section-1-text {
        width: 90%;
    }
    .section-1-text img {
        width: 50px;
    }
    .section-1-text h1 {
        font-size: 40px;
        margin: 0;
        text-shadow: 1px 1px 4px #0A0503;
    }
    .section-1-text h1 span {
        font-size: 60px;
    }
    .section-1-text span {
        font-size: 20px;
        text-shadow: 1px 1px 4px #0A0503;
    }
    .section-1-text p {
        font-size: 20px;
        text-shadow: 1px 1px 4px #0A0503;
    }
    .logo span {
        font-size: 36px;
    }
    .section-2-first {
        width: 80%;
    }
    .section-2-first h2 {
        font-size: 30px;
    }
    .section-2-first p {
        font-size: 14px;
    }
    .section-2-first span {
        margin-top: 15px;
        font-size: 18px;
    }
    .section-2-link {
        width: 80%;
        padding: 5px 20px;
        font-size: 18px;
        margin: 20px auto;
    }
    .section-2 {
        padding: 20px 0px;
    }
    .section-2-second {
        width: 80%;
        margin: 0px auto;
        padding: 20px 0px;
    }
    .section-2-second span {
        font-size: 22px;
        margin-top: 30px;
    }
    .section-2-second p {
        font-size: 14px;
        width: 100%;
    }
    .section-2-second h3 {
        font-size: 34px;
    }
    .flower-right{
        width: 150px;
        top: auto;
        bottom: -110px;
        z-index: 9;
    }
    .flower-left{
        width: 150px;
        top: -30px;
    }
    .section-6-form {
        width: 80%;
    }
    .flower-3-2 img {
        width: 80px;
        right: -10%;
    }
    .flower-3-1 img {
        width: 80px;
        left: -10%;
    }
    .section-6-form .gform_footer input {
        font-size: 18px !important;
        width: 80% !important;
        padding: 5px 0px !important;
    }
}