@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
.home-page{
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}
.home-page__body{
    margin-top: 120px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}
@media only screen and (max-width: 1250px){
    .home-page__body{
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width: 600px){
    .home-page__body {
        margin-top: 80px;
    }
}
/* side containers*/
.home-page__side-container{
    height: 462px;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 1250px){
    .home-page__side-container{
        display: none;
    }
}
.home-page__side-container__home-page.right{
    margin-top: -30px;
}
.home-page__side-container__icon{
    width: 64px;
    height: 64px;
}
.home-page__side-container__icon.right{
    margin-bottom: 70px;
}

.home-page__side-container__outer-red-circle{
   
    height: 40px;
    width: 40px;
    background: rgba(255, 34, 34, 0.25);
    border-radius: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-page__side-container__outer-red-circle.left{
    position: relative;
    top: 20px;
    right: 20px;
}
.home-page__side-container__outer-red-circle.right{
    position: relative;
    top: 20px;
    left: 110px;
}
.home-page__side-container__inner-red-circle{
    width: 20.8px;
    height: 20.8px;
    background: #FF2222;
    border: 1.6px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;

}
.home-page__side-container__image{
    width: 130px;
    height: 130px;
}

/* middle container | content container */

.home-page__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: -52px;
}
.home-page__content__blur-text{
    font-family: 'Epilogue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;

    color: #666666;
}
@media only screen and (max-width: 370px){
    .home-page__content__blur-text{
        max-width: 288px;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.3em;
        text-align: center;

        padding-left: 20px;
        padding-right: 20px;
    }
}
.home-page__content__title{
    max-width: 673px;
    font-family: 'Epilogue', sans-serif;
    font-style: normal;
    font-size: 58px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;

    color: #252525;

    margin-bottom: 0px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.home-page__content__italic{
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.home-page__content__title > span{
    font-size: 64px;
}
@media only screen and (max-width: 600px){
    .home-page__content__title{
        background-color: #FFFFFF;
        margin-bottom: 0px;
        font-size: 32px;
        line-height: 40px;
        text-align: center;

        color: #252525;
    }
    .home-page__content__title > span{
        font-size: 38px;
    }
}
.home-page__content__text{
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-top: 16px;    
   
    color: #252525;
}
@media only screen and (max-width: 1200px) {
    .home-page__content__text{
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }
    
}
@media only screen and (max-width: 600px) {
    .home-page__content__text{
        max-width: 305px;
        font-family: 'Epilogue';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;

    }
    
}
.home-page__content__sub-text{

    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
    text-align: center;

    color: #252525; 
}

.home-page__form-container{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}
@media only screen and (max-width: 600px){
    .home-page__form-container{
        width: 100%;
    }
}



.home-page__form-container > img{
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 800px){
    .home-page__form-container > img{
       display: none;
    } 
}

.home-page__people{
    width: 128px;
    height: 48px;
    margin-top: 48px;
}
.home-page__people-text{
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
    
    color: #252525;
}
.home-page__people-link{
    color: #584EC5;
    text-decoration: none !important;
}
.home-page__people-link:hover{
    color: #584EC5;
    text-decoration: none !important;
    opacity: 0.9;
}
.home-page__people-sub-text{

    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
   
    color: #666666;
}
@media only screen and (max-width: 600px){
    .home-page__people-text{
        max-width: 300px;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
    }
    .home-page__people-sub-text{
        max-width: 310;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;  
        text-align: center;   
        padding-left: 20px;  
        padding-right: 20px;
    }
}

.home-page__brands{
    width: 780px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; 
    align-items: center;  
}
@media only screen and (max-width: 900px){
    .home-page__brands{
        width: 100%;
        height: 60px;
        justify-content: center;
    }
}
.home-page__brands > img{
    width: auto;
    margin: 10px;
}
.home-page__brands > .caffe{
    height: 13px;
}
.home-page__brands > .chostbed{
    height: 15px;
}
.home-page__brands > .zion{
    height: 17px;
}
.home-page__brands > .heycarson{
    height: 24px;
}
.home-page__brands > .lastify{
    height: 16px;
}
.home-page__brands > .radley{
    height: 26px;
}

#convert-kit{
    display: none !important;
}