*{
    margin: 0;
    padding: 0;
}
div{
    border: solid red 2px;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f0f0f0;
}
.cover{
    width: 1460px;
}
.navbar_div{
        display: flex;
        justify-content: space-between;
        padding: 0 50px;
        background-color: black;
        color: #f9f295;
        font-size: 20px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.logo_image{
    height: 100px;
    width: 100px;
}
.menu_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    width:900px;
}
.navbar_ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.menu_lists{
    list-style: none;
}
.menu_lists:hover{
    transform: scale(1.05);
    text-decoration-line: underline;
    text-decoration-color: #fffbbe;
    text-underline-offset: 7px;
}
/* .slider_pic_div{
        margin-top: 1000px;
} */
.banner_pic{
    height: 500px;
    width: 100%;
}
.sign_calculator{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 3fr 1fr;

    background: #fff;
    padding: 60px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
                            .sign_calculator_tool{
                                grid-column: 4;
                            }
                            .sign_calculator_info{
                                grid-column: 2;
                            background: #fff;
                            padding: 30px;
                            border-radius: 5px;
                            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                            width: 360px;
                            text-align: justify;
                            }
                            .container {
                            background: #fff;
                            padding: 30px;
                            border-radius: 15px;
                            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                            width: 360px;
                            text-align: center;
                            }

                            input, button {
                            padding: 12px;
                            width: 100%;
                            margin-top: 15px;
                            border-radius: 10px;
                            border: 1px solid #ccc;
                            font-size: 16px;
                            }

                            button {
                            background-color: #6a5acd;
                            color: #fff;
                            cursor: pointer;
                            }

                            button:hover {
                            background-color: #4b3bc9;
                            }

                            /* Modal Styles */
                            .modal {
                            display: none;
                            position: fixed;
                            z-index: 999;
                            left: 0; top: 0;
                            width: 100%;
                            height: 100%;
                            background-color: rgba(0, 0, 0, 0.5);
                            }

                            .modal-content {
                            background-color: #fff;
                            margin: 15% auto;
                            padding: 20px 30px;
                            border-radius: 12px;
                            width: 90%;
                            max-width: 400px;
                            text-align: center;
                            position: relative;
                            animation: fadeIn 0.3s ease-in-out;
                            }

                            .close {
                            position: absolute;
                            top: 10px;
                            right: 15px;
                            font-size: 20px;
                            font-weight: bold;
                            color: #555;
                            cursor: pointer;
                            }

                            .close:hover {
                            color: #000;
                            }

                            @keyframes fadeIn {
                            from {opacity: 0; transform: scale(0.9);}
                            to {opacity: 1; transform: scale(1);}
                            }
.products_container_div{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 60px;
    height: 1700px;
    padding: 0 50px;
    background-color:#fcfcfc ;
}
.choose_perfume_heading{
    padding:30px;
    text-align: center;
}
.products_heading_div{
    grid-column: 1/5;
    grid-row: 1;
    background-color:#fcfcfc ;
}
.choose_perfume_parag{
    text-align: justify;
    padding: 10px;
}
.product_divs{
    display: inline;
    border-radius: 10px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_image_title{
    text-align: center;
    margin: -10px 0 10px 0;
}
.product_image{
    height: 75%;
    width: 100%;
}
.product_image_description{
    font-size: 12.5px;
    width:90%;
    line-height: 13px;
    letter-spacing: 0.5px;
    font-style: italic;
    text-align: justify;
    margin-bottom: 5px;
}
.leo_price_button{
    font-size: 18px;
    background-color: #25D366;
    color:#ffffff;
    width: 90%;
    padding:8px 5px;
    border-color: transparent;
    border-radius: 10px;
    box-shadow: #f9f295;
}
.horizontal_imag{
    margin-top: 50px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  background-color: #fff;
}
.animated_video{
    height:400px;
    margin-top: 70px;
}

/*swipper*/

.swiper {
  height: 250px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}

.swiper-wrapper{
    border:#25D366 solid 2px;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%; 
}
.slider_image{
    height: 100%;
    width:100%
}

.swiper-slide img {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.swiper-slide img:hover {
  transform: scale(1.1);
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}















/*footer css*/

footer{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px;
    justify-content: space-evenly;
    height: 200px;
    background-color: black;
    color: #f9f295;
    font-weight: bold;
    line-height: 35px;
    padding: 50px 0;
}
.footer_divs{
    display: flex;
    justify-content: center;
    align-items: flex-start;

}
.footer_menu_lists, .footer_contact_lists{
    list-style-type: none;
    text-align: center;
}