@import "./style.css";

.sec1 {
    height: calc(100% - 75px) !important;
    justify-content: flex-start;
    overflow: hidden;
}
.sec1 .title, .heading .title, .content .flex.col:nth-child(1) .title {
    margin-top: 0 !important;
}
.sec1 .wrapper {
    height: fit-content;
}
.sec1 .textbox {
    text-align: center;
}
.sec1 .buttons-wrap {
    flex-flow: row !important;
}
.sec1 .buttons-wrap a {
    margin: 0;
}

.content.centered {
    height: 100%;
}
.content.centered .flex.col {
    position: relative;
    top: 100%;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
}
.desktop-screen {
    display: none;
}
.phone-screen {
    width: 70%;
}
.phone-screen img {
    width: 100%;
}
.textbox-wrapper {
    width: 100%;
    height: 100%;
}

.domain-search-wrapper .title {
    text-align: center;
}
.domain-search {
    width: 95%;
    height: 25px; 
    font-size: 16px;
}

#sec2 {
    height: 200%;
}
#sec2 .content.centered {
    justify-content: center;
}
#sec2 .flex.col .title {
    margin: 0;
    margin-bottom: 5%;
}
#sec2 .content-wrapper {
    height: fit-content;
    text-align: center;
}

#sec2 .content-wrapper .col h2 {
    color: blue;
    padding-bottom: 25px;
    border-bottom: 1px solid lightgrey;
}
#sec2 .textbox.sub {
    text-align: center;
}
#sec2 .textbox.bottom {
    border-top: 1px solid lightgrey;
    padding-top: 25px;
    text-align: center;
}

#sec3 {
    height: 150%;
}
#sec3 .content.centered {
    justify-content: space-around;
}
#sec3 .title, #sec3 .textbox {
    text-align: center;
    margin: 0 !important;
}
#sec3 .flex.row {
    width: 100%;
    height: 40%;
    justify-content: space-between;
}
#sec3 .flex.row .col {
    height: 20%;
}
#sec3 .flex.row .col .subtitle {
    color: blue;
}

@media screen and (min-width: 568px) and (max-width: 853px) and (max-height: 393px) {
    .sec1 {
        height: calc(100% - 50px) !important;
    }
    #sec2 {
        height: 200%;
    }
    #sec3 {
        height: 275%;
    }
}
@media screen and (min-width: 1100px) {
    .section {
        justify-content: space-between;
        overflow: visible;
    }
    .sec1 .title {
        width: 100% !important;
        text-align: center !important;
    }
    .sec1 .textbox {
        text-align: left;
    }
    
    .desktop-screen, .phone-screen {
        display: inline !important;
    }
    .desktop-screen {
        position: relative;
        top: 5%;
        margin-left: -25%;
        width: 100vw;
        min-height: 596px;
        max-width: 1100px;
        height: 75%;
        border-radius: 15px;
        box-shadow: 2px 2px 20px lightgrey;
        overflow: hidden;
    }
    .desktop-screen img {
        position: relative;
        float: right;
        width: 700px;
        margin-top: 37.5px;
        margin-right: 150px;
        aspect-ratio: 16/12;
    }
    .wrapper.flex.col {
        width: 35vw;
        height: 100%;
        align-items: flex-end;
    }
    .textbox-wrapper {
        top: 5%;
        width: 87.5%;
        height: 275px;
        margin-left: 12.5%;
        text-align: left !important;
        justify-content: space-around;
        flex-shrink: 0;
    }
    .textbox-wrapper .title {
        text-align: left !important;
        margin: 0;
        margin-top: 10% !important;
    }
    .phone-screen {
        position: relative;
        top: 10%;
        right: 0px;
        width: 87.5%;
        min-height: 600px;
        border-radius: 15px;
        box-shadow: 2px 2px 20px lightgrey;
        margin: 0;
    }
    .phone-screen img {
        width: 100%;
    }
    #sec2 {
        height: 100%;
    }
    #sec2 .content.centered {
        justify-content: flex-start;
        align-items: flex-start;
    }
    #sec2 .textbox.sub {
        width: 600px;
        text-align: left !important;
    }
    #sec2 .domain-search-wrapper .title {
        margin: 0;
    }
    #sec2 .content-wrapper {
        position: relative;
        margin-top: 150px;
    }
    #sec2 .content-wrapper .col {
        width: 25%;
        padding: 4%;
    }
    #sec2 .content-wrapper .half.col.left {
        border-right: 1px solid lightgrey;
    }
    #sec2 .textbox.bottom {
        width: 90%;
        height: fit-content;
        padding: 2.5% 5%;
        border: 1px solid lightgrey;
        border-radius: 10px;
        text-align: center;
    }

    #sec3 {
        height: 100%;
    }
    #sec3 .textbox {
        width: 70%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #sec3 .flex.row {
        width: 100%;
        height: fit-content;
        justify-content: space-between;
    }
    #sec3 .flex.row .col {
        width: 25%;
        height: 150px;
        padding: 0 4%;
        border-right: 1px solid lightgrey;
    }
    .col.right {
        border: none !important;
    }
}
