@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    background: rgb(42,245,152);
    background: linear-gradient(306deg, rgba(42,245,152,1) 0%, rgba(8,174,234,1) 100%);
    font-family: Lexend;
    color: white;
    overflow-y: hidden;
}
#container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 7.25%;
    padding-right: 7.25%;
    padding-bottom: 3%;
    padding-top: 2%;
    gap: 5%;
}

#english{
    display: none;
}

#norsk{
    display: block;
}

#logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
}
h1{
    font-size: 64px;
}
h3{
    font-size: 34px;
}

#text{
    opacity: 0;
    top: 5000px;
}
#btn{
    padding-top: 23px;
}

@media screen and (max-width: 1149px) {
    h1{
        font-size: 54px;
    }
    h3{
        font-size: 27px;
    }
}

@media screen and (max-width: 1050px) {
    h1{
        font-size: 44px;
    }
    h3{
        font-size: 23px;
    }
    #phone{
        width: 300px;
    }
    #container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-left: 7.25%;
        padding-right: 7.25%;
        padding-bottom: 15%;
        padding-top: 2%;
        gap: 5%;
    }
}

@media screen and (max-width: 900px) {
    h1{
        font-size: 44px;
    }
    h3{
        font-size: 23px;
    }
    #phone{
        width: 300px;
    }
    #container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 7.25%;
        padding-right: 7.25%;
        padding-bottom: 15%;
        padding-top: 2%;
    }

    #logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    #leftPart{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -50px;
    }
    h3{
        text-align: center;
    }
    #phone {
        width: 240px;
    }
}

@media screen and (max-width: 735px) {
    h1{
        font-size: 35px;
    }
    h3{
        font-size: 18px;
    }
    #logoImg{
        width: 100px;
    }
    #phone{
        width: 300px;
    }
    #container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 7.25%;
        padding-right: 7.25%;
        padding-bottom: 15%;
        padding-top: 2%;
    }

    #logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    #leftPart{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -50px;
    }
    h3{
        text-align: center;
    }
    #phone {
        width: 240px;
    }
}

@media screen and (max-width: 600px) {
    h1{
        font-size: 35px;
        display: none;
    }
    h3{
        font-size: 18px;
    }
    #logoImg{
        width: 100px;
    }
    #phone{
        width: 300px;
    }
    #container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 7.25%;
        padding-right: 7.25%;
        padding-bottom: 15%;
        padding-top: 2%;
    }

    #logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    #leftPart{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    h3{
        text-align: center;
    }
    #phone {
        width: 260px;
    }
}
