@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@1&family=Poppins:wght@300&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
::-webkit-scrollbar {
    width: 20px;}
    
    ::-webkit-scrollbar-track {
    background-color: transparent}
    
    ::-webkit-scrollbar-thumb {
    background-color: #b9bec0;}
    
    ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;}
    
    ::-webkit-scrollbar-thumb {
    background-color: #c1d0d3;
     border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;}

html, body {
    overflow-x: hidden;
   max-width: 100%;
   scroll-behavior: smooth;
}
html{
    behavior: scroll;
}

::selection {
    background-color: rgb(255, 93, 120);;
  }
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(28, 32, 49, 0.763), rgba(37, 32, 35, 0.442)), url(main.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
}

#logo{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 4px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(255, 93, 120);;
    display: block;
    margin: auto;
    transition:  0.5s;
}

#span-color{
    color: rgb(255, 93, 120);;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 60%;
    color: aliceblue;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:  translate(-50%, -50%);
    text-align: center;}

    .text-box h1{
        font-size: 52px;
        color: rgb(216, 211, 212);

    }

    .text-box p{
        margin: 10px 0 40px;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
    }

#btn-box{
    background-color: rgb(255, 93, 120);
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 2px;
    cursor: pointer;
    color: #fff;
    width: 180px;
    height: 45px;
    border: none;
    -webkit-transform: skew(-10deg) scale(1.05);
transform: skew(-10deg) scale(1.05);
transition: 1s ease-in ;

}

nav .fa{
    display: none;
}



.flowers{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px ;
}

#h1-flowers{
    font-size: 36px;
    font-weight: 600;
    color: rgb(255, 93, 120);
    padding-bottom: 20px;
}

#p-flowers{
    color: rgb(14, 13, 13);
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

#h3-flower{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.flower-col:hover{
    box-shadow: 0 0 20px 0px rgb(255, 93, 120);
}

.flowers-options{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 55px;
}

.row-options{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.row-options img{
    width: 100%;
   height: 420px;
    display: block;
}

.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    cursor: pointer;
}

.layer:hover{
    background: rgba(255, 93, 120, 0.311);
}

.layer h3{
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: 0.5s;
    
}

.layer:hover h3{
    bottom: 49%;
    opacity: 1;}

.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(28, 32, 49, 0.465), rgba(37, 32, 35, 0.235)), url(banner.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

.cta h1{
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    letter-spacing: 3px;
}
.cta p{
    color: #fff;
    line-height: 22px;
    padding-bottom: 30px;
}

.flower-box{
    margin: 100px auto;
    width: 80%;
    display: flex;
    
    
}
#btn-box:hover{
    background-color:   rgb(250, 43, 77);;;
}

.flower-box img{
    height: 500px;
    width: 100%;
    padding-right: 5%;
}

.box-text{
    max-width: 600px;
}
.box-text a{
    text-transform: uppercase;
    transition: 2s ease ease-in;
    color: rgb(255, 93, 120);
    font-weight: 900;
}
.box-text a:hover{
    color: rgb(250, 43, 77);
}
.box-text p{
    padding-top: 30px;
    line-height: 28px;
}

.footer{
    animation: Gradient 4s ease-in-out infinite;
    background:linear-gradient(-45deg, rgb(255, 197, 207), rgb(242, 198, 205), #eee, rgb(255, 199, 205)) no-repeat;
    background-size: 300% 300%;
    text-align: center;
    padding: 30px 0px;
}



#span-footer{
    color: rgb(255, 93, 120);
    font-weight: 800;
    cursor: pointer;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    color: rgb(12, 12, 12);
    font-weight: 900;
    text-transform: capitalize;}

#icon-animation{
    padding-left: 10px;
    cursor: pointer;
  transition:  .2s ease-in;
 
  }
  #icon-animation:hover{

  transform:translateY(-15px);
  }

    @media(max-width: 870px){
        .text-box h1{
            font-size: 20px;}
        .text-box{
                width: 90%;}
        .nav-links ul li{
            display: block;
        }
        
        .nav-links{
            position: absolute;
            background: rgb(255, 93, 120);
            height: 100vh;
            width: 200px;
            top: 0;
            right: -200px;
            text-align: left;
            z-index: 2;
            transition: 1s;
        }
    
        nav .fa{
            display: block;
            color:  #fff;
            margin: 10px;
            font-size: 22px;
            cursor: pointer;
        }
        .row-options img {
            width: 100%;
           height: 300px;}
        .nav-links ul{
            padding: 30px;
    
        }
        .flower-box img{
            height: 100%;
            width: 100%;
        }
        .row{
            flex-direction: column;
        }
        
        .flower-box{
            flex-direction: column-reverse;
        }
      
    
    
    }
    @keyframes Gradient{
        0%{
            background-position: 0 50%;
        }
    
        50%{
            background-position: 100% 50%;
        }
    
        100%{
            background-position: 0 50%;
    
        }
    }