body,html{
    margin: 0;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
}

p{
    margin: 0;
}

.container{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 6rem;
}

#header {
    background-color: #cadee9;   
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2750;
    display: flex;
    justify-content: center;
}

#heaader-logo{
    width: 8rem;
}

#header-menu{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

#your-bv-block{
    background-image: url('/images/people-background-blurred.png');
    background-size: cover;   
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: 800;
    color: white;
}

#why-us-block{
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #cadee9;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.label{
    font-size: 2rem;
    font-weight: 700;
}

#why-us-grid{
    display: grid;
    grid-template-columns: repeat(3, 1.2fr);
    grid-template-rows: repeat(2, 12rem); 
    margin-top: 2rem;
    gap: 2rem;
}

.why-us-img{
    width: 4rem;
}

.why-us-temp{
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem;
    margin: 0;
}

.why-us-label{
    font-size: 1.5rem;
    font-weight: 700;
}

.why-us-description{
    width: 17rem;
}

#steps-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    row-gap: 1.5rem;
}

#steps-video-block{
    width: 60rem;
    height: 34.5rem;
}

.step-label{
    font-size: 1.4rem;
    font-weight: 700;
}

#steps-group{
    width: 60rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2rem;
}

.step-description{
    margin-bottom: 1rem;
    font-size: 0.95rem;
    font-weight: 400;
}

#shop-of-all-topics-block{
    background-color: #cadee9;   
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#shops-img-grid{
    margin-top: 3rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto); 
}

.shops-img-grid-img{
    width: 20rem;
    height: 20rem;
    border: 3px solid white;
    display: flex;
    justify-self: center;
}

#footer{
    background-color: #424279;
    padding-bottom: 5rem;
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8rem;
    row-gap: 2.5rem;
}

#footer-1st-row{
    display: flex;
    flex-direction: row;
    color: white;
    font-weight: 500;
    width: 60rem;
    gap: 8rem;
}

#footer-img{
    width: 10rem;
    height: 6rem;
}

#horizontal-line{
    height: 0.1rem;
    width: 60rem;
    background-color: white;
}

#footer-sublabel{
    color: white;
    font-weight: 600;
}

.header-arror{
    width: 0.6rem;
}

.header-group{
    cursor: pointer;
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    gap: 0.2rem;
}

a {
    color: inherit;
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    text-decoration: none;  
    color: inherit;
  }

  #sign-in-up-label{
    cursor: pointer;
  }

.header-list{
    position: absolute;
    z-index: 1;
    padding: 1rem;
    background-color: white;
    font-size: 1rem;
    color: black;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

#sector-list{
    margin-top: 22rem;
    display: none;
}

#service-list{
    margin-top: 17.55rem;
    display: none;
}

#about-list{
    margin-top: 8.7rem;
    display: none;
}

#language-list{
    margin-top: 8.7rem;
    display: none;
}

#overview-block, #information-block, #shopservices-block{
    display: flex;
    flex-direction: row;
    padding-bottom: 5rem;
    padding-top: 5rem;
    justify-content: center;
    align-items: center;
}

#overiew-label{
    font-size: 2rem;
    font-weight: 700;
}

#overview-description{
    color: rgb(83, 82, 82);
    font-weight: 400;
}

#availability-label{

}

#availiability-standard{

}

#overview-image{
    width: 20rem;
    height: 20rem;
}

#information-block{
    background-color: #cadee9;
}

#information-img{
    width: 15rem;
}

#service-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    justify-content: center;
}

#service-grid{
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto); 
    gap: 2rem;
}

.service{
    padding: 1rem;
    background-color: #f6f9f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 15rem;
}

.service-img{
    width: 12rem;
}

.service-label{
    font-size: 1.3rem;
    font-weight: 700;
}

.service-shop{
    font-size: 1rem;
    font-weight: 700;
}

.service-description{
    color: grey;
}

.service-price{
    font-size: 2rem;
    font-weight: 700;
}

.service-popup-button{
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
}

.service-sub-price{
    font-size: 0.7rem;
    color: grey;
}

#observe-block{
    display: flex;
    flex-direction: row;
    padding-bottom: 5rem;
    padding-top: 5rem;
    justify-content: center;
    align-items: center;
}

.observe-image{
    width: 20rem;
    height: 20rem;
}

.observe-label, .observe-price{
    font-size: 1.7rem;
    font-weight: 700;
}

.observe-shop{
    color: grey;
}

.observe-subprice{
    font-size: 1rem;
    margin-top: -0.5rem;
}

.get-started-button{
    all: unset;
    width: 10rem;
    height: 3rem;
    cursor: pointer;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

#description-block{
    display: flex;
    flex-direction: column;
    background-color: #cadee9;
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#description-big{
    font-size: 1.2rem;
    font-weight: 500;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.not-serve-label{
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#sign-in-up-box {
    border-radius: 10px;
    padding: 5rem;
    width: 50rem;
    height: auto;
    background-color: #f7f9f8;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

#sign-in-up-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem;
}

#inner-box{
    border-radius: 10px;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
}

.column-sign{
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#left-column{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #edf3fd;
    height: 100%;
    border: 2px solid #69a4fa;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#right-column{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #edf3fd;
    height: 100%;
    border: 2px solid #69a4fa;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.input-field{
    border: none;
    outline: none;
    border: 1px solid black;
    padding: 0.3rem;
    font-size: 1rem;
    width: 100%;
    height: 2rem;
    border-radius: 12px;
}

#sign-in-up-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

#sign-in-up-box {
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 40%;
    height: auto;
    background-color: #f7f9f8;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

#email-input{
    width: 70%;
}

#email-verify-button{
    width: 25%;
    margin-left: 5%;
    background-color: red;
    margin-top: 15px;
    border-radius: 14px;
    height: 50px;
    background-color:  rgb(53, 99, 198);
    color: white;
    font-size: 17px;
    font-weight: 800;
    align-items: center;
    display: flex;
    justify-content: center;
}

.code-input {
    margin-top: 15px;
    height: 50px;
    width: 6%;
    margin-right: 2%;
    background-color: rgb(255, 255, 255);
    border: 1px solid #cad4d3;
    outline: none;
    border-radius: 4px;
    text-align: center;
    border-radius: 6px;
}

#verify-result-label{
    margin-top: 15px;
    height: 50px;
    display: none;
    align-items: center;
    text-align: center;
    color: rgb(222, 38, 38);
}

#box-label{
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}

#box-description{
    font-size: 20px;
    text-align: left;
    font-weight: 300;
    width: 100%;
    margin-top: 10px;
}

#chose-wrap{
    width: 100%;
    height: 50px;
    background-color: #f7f9f8;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 17px;
}

#sign-up-chosen{
    cursor: pointer;
    width: 50%;
    height: 50px;
    border: 2px solid #6aa4fa;
    border-top-left-radius: 10px;
    margin-top: -2px;
    margin-left: -1px;
    border-bottom-left-radius: 10px;
    background-color: #edf3fd;
    justify-content: center;
    align-items: center;
    display: flex;
}

#sign-in-chosen{
    cursor: pointer;
    width: 50%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: -2px;
    margin-right: -1px;
}

#name-label, #email-label, #password-label, #code-label, #verify-email-label{
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
}

#name-input, #email-input, #password-input, #code-input, #verify-email-input{
    margin-top: 15px;
    width: calc(100% - 23px);
    height: 50px;
    background-color: white;
    border-radius: 14px;
    outline: none;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    border: 1px solid #cad4d3;
}

#submit-button{
    height: 50px;
    width: 100%;
    border-radius: 12px;
    margin-top: 30px;
    background-color: rgb(53, 99, 198);
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    font-size: 17px;
}

#account-observe, #cases-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
    gap: 1rem;
}

#cases-block{
    padding-bottom: 5rem;
}

#log-out-button{
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    background-color: #6aa4fa;
    color: white;
    padding: 1rem 2rem;
    border: none;
}

.case{
    background-color: #cadee9;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 40rem;
    padding: 2rem;
}

.case-row{
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    gap: 10rem;
}

.service-label-case {
    font-size: 1.3rem;
    font-weight: 700;
}

.service-status{
    font-weight: 700;
}

#who-are-we-block{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    flex-direction: column;

}

.faq-question{
    font-size: 33px;
    font-weight: 800;
    width: 80%;
    margin-top: 30px;
}

.faq-video{
    width: 80%;
    margin-top: 15px;
    height: 600px
}

#old-some-div{
    display: flex; 
    flex-direction: row; 
    width: 60rem; 
    gap: 10rem;
} 

#some-div{
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
    font-weight: 600; 
    font-size: 1.3rem;
}

#information-sub-block{
    display: flex; 
    flex-direction: row; 
    width: 60rem; 
    gap: 5rem; 
    font-size: 1.1rem; 
    font-weight: 500;
} 

#infromation-sub-block-left{
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
    width: 36rem;
}

#who-are-we-block-left-column{
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    width: 60rem; 
    gap: 1.2rem;
}

#privacy-block-left-column{
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    width: 60rem; 
    gap: 1.2rem;
}

#observe-block-left-column{
    width: 60rem; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    gap: 10rem;
}

#description-block-content{
    width: 60rem; 
    gap: 2rem; 
    display: flex; 
    flex-direction: column;
}

@media screen and (max-width: 1024px) {

    

    #some-div{
        flex-direction: column;
    }

    #overview-block{
        flex-direction: column;
    }

    #old-some-div{
        flex-direction: column;
    }
    .container {
        gap: 3rem;
        padding: 0.8rem;
    }

    #header {
        font-size: 1.2rem;
        padding: 1rem;
    }

    #heaader-logo {
        width: 6rem;
    }

    #header-menu {
        gap: 2rem;
    }

    #your-bv-block {
        height: 600px;
        font-size: 3rem;
    }

    .label {
        font-size: 1.5rem;
    }

    #why-us-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 1.5rem;
        padding: 0 2rem;
    }

    #steps-video-block {
        width: 90%;
        height: auto;
        aspect-ratio: 16/9;
    }

    #steps-group {
        width: 90%;
        padding: 0 1rem;
    }

    #shops-img-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 2rem;
    }

    .shops-img-grid-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    #footer-1st-row {
        width: 90%;
        gap: 3rem;
        flex-wrap: wrap;
    }

    #horizontal-line {
        width: 90%;
    }

    #sign-in-up-box {
        width: 70%;
        padding: 3rem;
    }

    #service-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 2rem;
    }

    .service {
        width: 100%;
    }

    .observe-image {
        width: 15rem;
        height: 15rem;
    }

    .case {
        width: 80%;
    }

    .case-row {
        gap: 3rem;
    }

    .faq-video {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    body, html {
        padding: 0;
        overflow-x: hidden;
    }

    #description-block-content{
        width: 20rem;
    }
    
    #observe-block-left-column{
        width: 20rem;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .service-label,
    .service-description {
        margin-bottom: 0 !important;
    }

    #privacy-block-left-column{
        width: 20rem;
    }

    #who-are-we-block-left-column{
        width: 20rem;
    }

    #information-sub-block{
        display: flex;
        flex-direction: column;
        width: 20rem;
    }

    #infromation-sub-block-left{
        width: 20rem;
    }

    #some-div{
        display: flex;
        flex-direction: column;
        width: 20rem;
        
    }

    #old-some-div{
        gap: 1rem;
        width: 90vw;
    }

    .header-arror{
        margin-top: 1rem;
    }

    #sign-in-up-label{
        text-align: left;
        
    }

    #footer-sublabel{
        margin-left: 290px;
    }

    .why-us-temp{
        display: flex;
        flex-direction: column;
        row-gap: 0.6rem;
        margin: 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .container {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0.5rem;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #header {
        font-size: 2rem;
        display: block;
    }

    #heaader-logo {
        width: 5rem;
    }

    #header-menu {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        align-items: self-start;
    }

    .header-group {
        font-size: 2rem;
        display: flex;
        align-items: self-start;
    }

    #your-bv-block {
        height: 400px;
        font-size: 2rem;
        padding: 0;
        text-align: center;
    }

    #why-us-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .label {
        font-size: 1.3rem;
        text-align: center;
        padding: 0 1rem;
    }

    #why-us-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2rem;
        padding: 0 1.5rem;
    }

    .why-us-description {
        width: 100%;
    }

    #steps-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #steps-video-block {
        width: 95%;
        height: auto;
        aspect-ratio: 16/9;
    }

    #steps-group {
        width: 95%;
        padding: 0 1rem;
    }

    .step-label {
        font-size: 1.2rem;
    }

    #shop-of-all-topics-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #shops-img-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1.5rem;
        width: 100%;
    }

    .shops-img-grid-img {
        width: 100%;
        height: auto;
        max-width: 20rem;
        margin: 0 auto;
    }

    #footer {
        padding: 3rem 1rem;
    }

    #footer-1st-row {
        flex-direction: column;
        width: 100%;
        gap: 2rem;
        text-align: center;
    }

    #horizontal-line {
        width: 90%;
    }

    #sign-in-up-box {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 2rem 1.5rem;
    }

    #sign-in-up-block {
        padding: 2rem 1rem;
    }

    #box-label {
        font-size: 24px;
    }

    #box-description {
        font-size: 16px;
    }

    .code-input {
        width: 12%;
        margin-right: 2%;
    }

    #email-verify-button {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    #overview-block, #information-block, #shopservices-block {
        flex-direction: column;
    }

    #overview-image {
        width: 100%;
        max-width: 15rem;
        height: auto;
    }

    #information-img {
        width: 100%;
        max-width: 12rem;
    }

    #service-block {
        padding: 3rem 1rem;
    }

    #service-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        gap: 2rem;
    }

    .service {
        width: 100%;
        max-width: 20rem;
        margin: 0 auto;
    }

    #observe-block {
        flex-direction: column;
        padding: 3rem 1rem;
        gap: 2rem;
    }

    .observe-image {
        width: 100%;
        max-width: 15rem;
        height: auto;
    }

    .observe-label, .observe-price {
        font-size: 1.3rem;
    }

    #description-block {
        padding: 3rem 1.5rem;
    }

    #description-big {
        font-size: 1rem;
        width: 100%;
    }

    .case {
        width: 95%;
        padding: 1.5rem;
    }

    .case-row {
        flex-direction: column;
        gap: 1rem;
    }

    .service-label-case {
        font-size: 1.1rem;
    }

    #who-are-we-block {
        padding: 3rem 1rem;
    }

    .faq-question {
        font-size: 24px;
        width: 95%;
    }

    .faq-video {
        width: 95%;
        height: 250px;
    }

    .get-started-button {
        width: 100%;
        max-width: 15rem;
    }

    /* Adjust dropdown menus for mobile */
    .header-list {
        padding: 0.1rem;
        width: auto;
        left: 45%;
    }

    #sector-list,
    #service-list,
    #about-list,
    #language-list {
        margin-top: -4rem;
    }
}