@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.header{
    /*background-image: url(/images/landing_bg.png);*/
    background-color: transparent;
    width: 100%;
    height: 40px;
    color: aliceblue;
    position: fixed;
    top: 0px;
    z-index: 100;
    text-align: right;
    padding-right:10px;
    transition: 1s;
}

.header2{
    /*background-image: url(/images/landing_bg.png);*/
    background-color: transparent;
    /*width: 100%;*/
    height: 40px;
    color: aliceblue;
    position: fixed;
    top: 0px;
    z-index: 100;
    text-align: left;
    padding-left:10px;
    transition: 1s;
}
.header2_hide{
    display: none;
}
.header_bg{
    background-color: #09493b;
    transition: 1s;

}

.header a{
    border: 0px solid #09493b80;
    border-radius: 4px;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    color: azure;
    background-color: #09493b80;
    margin-right: 10px;
    margin-top: 3px;
}

.header a:hover{
background-color: #059862;
    color: rgb(255, 255, 255);
}

.header a .active{
    background-color: #059862;
    color: rgb(255, 255, 255);
}

.header a img{
    height: 18px;
    width: auto;
}
.header2 span{
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    text-shadow: 2px 2px 3px rgba(9,73,59,0.92), -2px -2px 3px rgba(9,73,59,0.99);
    text-align: left;
}


.landing_full{
    /*background-image: url(/images/landing_bg.png);*/
    background-color: #09493b;
    width: 100%;
    height: 768px;
    color: aliceblue;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 100%;
    position: relative;
    top: -54px ;  
}

.landing {
    width: 100%;
    height: 768px;
    background-image: url(..//images/landing.png);
    background-repeat: no-repeat;
    background-position-x: right;
    position: relative;
    top:0px;
}
.landing_text{
    width: 50%;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 4px 4px 3px rgba(9,73,59,0.92), -4px -4px 3px rgba(9,73,59,0.99);
}
.landing_text h1{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;

}

.wave1{
    background-image: url(../images/wave_landing.png);
    height: 129px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    opacity: 0.9;
}

.wave2{
    background-image: url(../images/wave_landing.png);
    background-position-x: 425px;
    height: 129px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    opacity: 0.9;
}

.wave3{
    background-image: url(../images/wave_landing.png);
    background-position-x: 850px;
    height: 129px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    opacity: 0.9;
}

.new_flowers{
    color: #09493b;
    position: relative;
    padding: 10px;
}
.new_flowers h1{
    font-family: "Poppins", sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 80px;
}

.new_cards{
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 50px;

}

.new_card{
    background-color: #09493b;
    padding: 10px;
    height: 375px;
    width: 255px;
    border-radius: 5px;
    color:aliceblue;
    text-align: center;
    -webkit-box-shadow: 5px 5px 15px 5px #00000083; 
    box-shadow: 5px 5px 15px 5px #00000083;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.new_card img{
    height: 350px;
    width: 255px;
    border-radius: 5px;
}
.addr{
    color: #09493b;
    position: relative;
    padding: 10px;

}
.addr h1{
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    width: 100%;
}

.addr_card{
    width: 100%;
    height: 500px;
    display: flex;
}
.map{
    border-radius: 8px;
    border: none;
    width: calc(50% - 70px);
    min-width: 600px;
    height: 450px;
    box-shadow: 5px 5px 15px 5px #00000083;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding:10px;
    background-color: #09493b;
}
.mapi{
    border-radius: 8px;
    border: none;
    width: 100%;
    min-width: 600px;
    height: 450px;
    
    position: relative;
    
}
.shop{
    margin-left: 30px;
    margin-right: 30px;
    width: calc(50% - 70px);
    min-width: 600px;
    padding: 10px;
    background-color: #09493b;
    border-radius: 5px;
    box-shadow: 5px 5px 15px 5px #00000083;
    height: fit-content;
}

.shop img{
    width:100%;
    height:auto;
    border-radius: 5px;
}
.addr_text{
    color: aliceblue;
    background-color: #09493b;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 15px 5px #00000083;
}

.footer{
    width: 100%;
    height: 100px;
}

.footer .wave1f{
    background-image: url(../images/wave_footer.png);
    height: 129px;
    width: 100%;
    position: absolute;
    opacity: 0.8;
}
.footer .wave2f{
    background-image: url(../images/wave_footer.png);
    background-position-x: 425px;
    height: 129px;
    width: 100%;
    position: absolute;
    opacity: 0.8;
}
.footer .wave3f{
    background-image: url(../images/wave_footer.png);
    background-position-x: 850px;
    height: 129px;
    width: 100%;
    position: absolute;
    opacity: 0.8;
}
.footer .footer_text{
    background-color: #09493b;
    height:fit-content;
    position: relative;
    top: 128px;
    color: aliceblue;
    display: flex;
    gap: 50px;
    text-align: center;
    align-items: center;
  justify-content: center;
}

.footer ul{
    list-style: none;

}

@media only screen and (max-width: 1370px) {
    .addr_card{
        display: inline-block;
        
    }
    .map{

        width: calc(100% - 70px);
        margin-bottom: 30px;
        min-width:unset;

    }
    .mapi{
        min-width:unset;
    }
    .shop{
        width: calc(100% - 70px);
        margin-bottom: 30px;
        min-width:unset;
    }
    .addr_text{
        margin-top: 30px;
    }

}

@media only screen and (max-width: 1290px) {
    .new_cards{
        grid-template-columns: auto auto auto;
    }
}

@media only screen and (max-width: 950px) {
    .new_cards{
        grid-template-columns: auto auto;
    }
    .landing_text{
        color: rgb(30, 27, 27);
        text-shadow: 2px 1px 1px rgba(151, 238, 219, 0.92), -4px -4px 3px rgba(184, 252, 237, 0.92);
        font-style:normal;
        font-weight: 500;
        font-size: 20px;
        width: 80%;
    }
}

@media only screen and (max-width: 650px) {
    .footer .footer_text{
        display: inline-block;
        width: 100%;
    }
    .header2{
        display: none;
    }
    .new_cards{
        grid-template-columns: auto;
    }
    .new_flowers h1{
        font-size: 50px;
    }
    .landing_text h1{
        font-size: 50px;
            
    }
    .header a{
        padding: 4px 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 3px;
    }
}