*{
    box-sizing: border-box;
}
.content-wrap{
    margin-bottom: 0px;
}
header{
    background-color: #F8F7F6;
}
#hero-section{
    background-color: #F8F7F6;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 200px;
}
.col-hero-title{
    text-align: center;
}
.col-hero-title h1{
    /* font-size: 64px; */
    font-size: 4.44vw;
    line-height: 1.2;
    font-weight: 500;
    color: var(--Core-Base-Black);
}
.col-hero-title p{
    /* font-size: 24px; */
    font-size: 1.66vw;
    line-height: 1.4;
    font-weight: 300;
    color: var(--Core-Base-Black);
    margin-top: 40px;
    text-align: center;
}
.col-hero-title img{
    width: 250px;
    margin-top: 50px;
}
#producthunt {
    transition: 1s;
}
#producthunt:hover{
    filter: drop-shadow(0px 0px 9px #F46155);
    transition: 1s;
}

#form-section-ooo{
    margin-top: -150px;
}
#mobile-section{
    background-color: #F8F7F6;
    padding-top: 80px;
    padding-bottom: 80px;
}
.row-mobile{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
}
.col-mobile-title h2{
    /* font-size: 40px; */
    font-size: 2.77vw;
    line-height: 1.1;
    font-weight: 500;
    color: var(--Core-Dark-Violet);
    margin-bottom: 30px;
}
.col-mobile-title p{
    /* font-size: 24px; */
    /* font-size: 1.66vw; */
    /* font-size: 22px; */
    font-size: 1.52vw;
    line-height: 1.4;
    font-weight: 300;
    color: #455468;
    margin-bottom: 30px;
}
.col-mobile-title p:last-child{
    margin-bottom: 0px;
}
.col-mobile-image{
    text-align: right;
}
.col-mobile-image img{
    width: 80%;
}

#vacation-section{
    background: url(https://cms.vacationtracker.io/uploads/Frame_1321316468_min_1_7242305f29.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 600px;
    margin-top: 0px;
    padding-top: 120px;
}
.col-page-title{
    text-align: center;
}
.col-page-title h2{
    /* font-size: 64px; */
    font-size: 4.44vw;
    line-height: 1.3;
    font-weight: 500;
    color: var(--Core-Base-Black);
}
.col-page-title p{
    /* font-size: 24px; */
    /* font-size: 1.66vw; */
    /* font-size: 22px; */
    font-size: 1.52vw;
    line-height: 1.4;
    font-weight: 300;
    color: var(--Core-Base-Black);
    margin-top: 40px;
    text-align: center;
}

#enjoyed-ooo-section{
    background-color: var(--Core-Soft-Lavender-v2);
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0px;
}
.btn-enjoyed{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.btn-enjoyed a{
    width: fit-content;
}

/* ------- */


/* Form */
.row-form{
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: start;
    gap: 20px;
}
.col-form{
    border: 1px solid #D7DFE9;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.col-form-title{
    padding: 30px 30px 30px 30px;
    border-bottom: 1px solid #D7DFE9;
}
.col-form-title h2{
    /* font-size: 20px; */
    font-size: 1.38vw;
    line-height: 1;
    font-weight: 500;
    color: var(--Core-Base-Black);
}
.col-form-form{
    padding: 30px 30px 30px 30px;
}
.col-form-content{
    border: 1px solid #D7DFE9;
    border-radius: 16px;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.input-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
}
.input-row-full{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

.input-col{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.input-col input,
.input-col label{
    width: 100%;
}
.input-col label{
    /* font-size: 16px; */
    font-size: 1.11vw;
    line-height: 1.4;
    font-weight: 300;
    color: #455468;
    margin-bottom: 5px;
}
.input-col input{
    height: 50px;
    border: 1px solid #AFBACA;
    border-radius: 8px;
    padding: 0px 20px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
    color: #455468;
}
.input-col input:focus{
    outline: none;
    box-shadow: 0px 0px 5px #D7DFE9;
}
.emergency-row{
    display: none;
}
.ooo-generator-btn-wrap {
    margin-top: 20px;
}
.ooo-generator-btn-wrap a{
    width: fit-content;
}

.toggle-switch label{
    /* font-size: 16px; */
    font-size: 1.11vw;
    color: #1C222B;
}

/* chb */
.custom-checkbox {
    display: none;
}
.custom-label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #AFBACA;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    vertical-align: sub;
}
.custom-checkbox:checked + .custom-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox:checked + .custom-label {
    background-color: var(--Core-Violet);
}

/* From content */
.col-content-title h2{
    /* font-size: 40px; */
    font-size: 2.77vw;
    line-height: 1.1;
    font-weight: 500;
    color: var(--Core-Base-Black);
    margin-bottom: 20px;
}
.col-content-title p{
    /* font-size: 16px; */
    font-size: 1.11vw;
    line-height: 1;
    font-weight: 300;
    color: #8897AE;
}
.col-generate-email{

}
.theme-email-list{
    display: inline-flex;
    gap: 20px;
}
.theme-email-list li{
    padding-bottom: 10px;
    cursor: pointer;
}
.theme-email-list li.active{
    border-bottom: 2px solid var(--Core-Dark-Violet);   
}
.theme-email-list li span{
    /* font-size: 18px; */
    font-size: 1.25vw;
    font-weight: 400;
}
.col-content-btn{
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    margin-top: 20px;
}
.col-content-btn a{
    padding: 15px 25px;
    /* font-size: 16px; */
    font-size: 1.11vw;
    font-weight: 400;
    pointer-events: none;
}
.col-content-btn a:first-child{
    background-color: #D7DFE9;
    color: #8897AE;
    border: 1px solid #D7DFE9;
    transition: background-color 0.5s ease-in-out;
}
.col-content-btn.active a:first-child{
    background-color: var(--Core-Violet);
    color: #fff;
    border: 1px solid var(--Core-Violet);
    pointer-events: all;
}
.col-content-btn a:last-child{
    background-color: #F8F4FE;
    color: var(--Core-Violet);
    display: inline-flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.col-content-btn a.disabled:last-child{
    pointer-events: none;
    opacity: 0.7;
}   
.col-content-btn a:last-child{
    display: none;
}
.col-content-btn a:last-child img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.col-content-btn.active a:first-child{
    background-color: var(--Core-Violet);
    color: #fff;
}
.col-content-btn.active a{
    pointer-events: all;
}
.col-content-btn.active a:first-child:hover{
    background-color: var(--Core-Dark-Violet);
    transition: background-color 0.5s ease-in-out;
}
.col-content-btn.active a:last-child{
    display: flex;
}
.col-content-btn.active a:last-child:hover{
  background-color: var(--Core-Violet);
  border: 1px solid var(--Core-Violet);
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.col-content-btn.active a:last-child:hover img{
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

.col-email-content{
    margin-top: 20px;
}
#email-content-blank,
#email-content-form{
    display: none;
}
#email-content-blank.active,
#email-content-form.active{
    display: block;
}
.template-step-content{
    background-color: #F9FAFB;
    border: 1px solid #E9EFF6;
    border-radius: 16px;
    padding: 30px;
}
.text {
    /* font-size: 16px; */
    font-size: 1.11vw;
    color: var(--Core-Base-Black);
    font-weight: 300;
    line-height: 24px;
    position: relative;
}
.text ol{
    display: grid;
    gap: 5px;
    padding-left: 20px;
    margin: 0;
}

.template-step-content {
  display: none;
}

.btn-under-text{
    margin-top: 10px;
}
.btn-under-text p{
    /* font-size: 16px; */
    font-size: 1.1vw;
    font-weight: 300;
    color: #8897AE;
}

@media(min-width: 1440px){
    .col-hero-title h1{
        font-size: 64px;
    }
    .col-hero-title p{
        font-size: 24px;
    }
    .col-mobile-title h2{
        font-size: 40px;
    }
    .col-mobile-title p{
        /* font-size: 24px; */
        font-size: 22px;
    }
    .col-page-title h2{
        font-size: 64px;
    }
    .col-page-title p{
        font-size: 22px;
    }


    .col-form-title h2{
        font-size: 20px;
    }
    .input-col label,
    .toggle-switch label,
    .col-content-title p,
    .col-content-btn a,
    .text {
        font-size: 16px;
    }
    .col-content-title h2{
        font-size: 40px;
    }
    .theme-email-list li span{
        font-size: 18px;
    }

    .btn-under-text p{
        font-size: 16px;
    }
}
@media(max-width: 1321px){
    #vacation-section{
        height: 500px;
    }
}
@media(max-width: 1000px){
    h1 br,
    h2 br,
    p br{
        display: none;
    }

    #hero-section {
        padding-top: 50px;
    }
    .col-hero-title h1{
        font-size: 32px;
    }
    .col-hero-title p {
        font-size: 13px;
        margin-top: 30px;
    }
    .col-hero-title img {
        width: 200px !important;
        margin-top: 30px;
    }


    #mobile-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .row-mobile {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .col-mobile-image{
        order: 1;
    }
    .col-mobile-title{
        order: 2;
    }
    .col-mobile-image img {
        width: 100%;
    }
    .col-mobile-title h2{
       font-size: 24px; 
    }
    .col-mobile-title p{
        font-size: 16px;
        line-height: 1.5;
    }

    .col-page-title h2 {
        font-size: 32px;
    }
    .col-page-title p{
        font-size: 16px;
        margin-top: 40px;
    }

    #vacation-section{
        background: url(https://cms.vacationtracker.io/uploads/Frame_1321316465_1_4b4fa2cc36.png);
        background-size: cover;
        background-position: center;
        padding-top: 30px;
        height: 650px;
    }
    #vacation-section h2,
    #vacation-section p{
        color: var(--Core-Base-White);
    }
    #enjoyed-ooo-section {
        background-color: var(--Core-Soft-Lavender-v2);
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0px;
    }

    .row-form {
        grid-template-columns: 1fr;
    }
    .col-form-title h2{
        font-size: 18px;
    }
    .col-form-title,
    .col-form-form,
    .col-form-content,
    .template-step-content {
        padding: 20px 20px 20px 20px;
    }
    .input-col label{
        font-size: 14px;
    }
    .toggle-switch label{
        font-size: 14px;
    }
    .col-content-title h2{
        font-size: 24px;
    }
    .col-content-title p{
        font-size: 14px;
    }
    .theme-email-list{
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .theme-email-list li span{
        font-size: 15px;
    }
    .col-content-btn a{
        font-size: 14px;
    }
    .col-content-btn a:last-child img{
        width: 15px;
        height: 15px;
    }
    .input-row{
        grid-template-columns: 1fr;
    }
    .input-col { 
        margin-bottom: 0px;
    }
    .input-row:first-child {
        margin-top: 0px;
    }
    .input-row,
    .toggle-switch{
        margin-top: 20px;
    }
    .text{
        font-size: 14px;
    }
    .emergency-row .input-col:first-child{
        margin-bottom: 20px;
    }
        .col-content-btn {
        flex-wrap: wrap;
    }
    .col-content-btn a{
        width: 100%;
        text-align: center;
    }
    .col-content-btn a:last-child{
        /* display: flex; */
        justify-content: center;
        margin-bottom: 10px;
        order: -1;
    }

    .btn-under-text p{
        font-size: 14px;
    }
}
@media(max-width: 321px){
    .col-hero-title h1,
    .col-page-title h2{
        font-size: 30px;
    }
    .col-mobile-title h2{
       font-size: 22px; 
    }
    .col-mobile-title p,
    .col-page-title p{
        font-size: 15px;
    }
    #vacation-section{
        height: 500px;
    }
}