*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.home{
    width:100% ;
    height:100vh ;
    background-image: url(../img/luxurious-perfume-bottle-placed-dark-background-mockup-template-product-presentation_1060463-4353.avif);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.overlay{
    width:100% ;
    height:100vh ;
    background-color: rgba(11, 11, 11, 0.5);
    float: left;
}
.header{
    width: 100%;
    height: 50px;
    background-color: #66666ea8;
    position: fixed;
    top: 0;
    z-index: 20;
    padding-right: 25px;
    margin-right: 25px;
}
.header-list{
    list-style: none;
float: right;
}
.header li{
    display:inline-block;
margin-right: 25px;
margin-top: 15px; 
text-transform: capitalize;
font-size: 20px;
}
.header-list a{
text-decoration: none;
color:#f4f4f6;
position: relative;
padding-bottom: 5px;
}
.header-text{
    float: left;
    width: 250px;
    height: 30px;
    position: absolute;
    margin-left: 60px;
    margin-top: 10px;
    border: none;
    border-radius: 30px;
    background-color: #f4f4f6;
}
.shearshicon{
    color: rgb(0, 0, 0);
    float: left;
    position: absolute;
    margin-left: 12px;
    margin-top: 6px;
}
.text-input{
    width: 230px;
    height: 30px;
    border-radius: 30px;
    border: none;
    position: absolute;
    margin-left:30px ;
    background-color: #f4f4f6;
}
.home-icon{
    color: rgb(0, 0, 0);
    margin-top: 8px;
    margin-left: 15px;
    float: left;
    font-size: 30px;
}
.header-list li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    margin-top: 2px;
}
.header-list li a:hover:after {
    width: 100%;
    opacity: 0.8;
    transition: 0.5s;
}
.list-dropdown{
    position: relative;
    display: inline-block;
}
.drop-list{
    position: absolute;
    width: 160px;
    padding: 5px;
    background-color: #f4f4f6;
    text-align: center;
    left: 0;
    top: 150%;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 10px;
    margin-bottom: 5px;
    transition: opacity 0.5s;
    z-index: 50;

}

.drop-list li a{
    color: #000000;
    display: block;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
}
.list-dropdown:hover .drop-list{
    visibility: visible; 
    opacity: 1;

}
/* <!-- ##################################### /header ################################### --> */
.home-contant{
    width: 60%;
    color:#f4f4f6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
}
.home-contant h2{
    text-transform: uppercase;
    font-size: 65px;
}
.home-contant p{
    color: #b3b1b1;
    font-size: 15px;
    padding: 12px 0px;
    letter-spacing: 2px;
}
.home-btn {
    font-size: 18px;
    border: 0;
    border-radius: 15px;
    text-transform: capitalize;
    padding: 16px 14px;
    margin-left:4px ;
    background-color: #f4f4f6;
}
.home-btn2{
background-color: rgb(16, 15, 15);
color: white;
}
.home-btn:hover{
    opacity: 0.3;
}
/* <!-- ##################################### /sec1 ################################### --> */
.welcome{
    width:100% ;
    height: 100vh;
    text-transform: capitalize;
}
.welcome-h2{
    text-align: center;
    margin-top: 57px;
    font-size:40px ;
}
.welcomeline{
    width:100px ;
    height: 5px;
    background-color: #66666e;
    margin: auto;
    border-radius: 20px;
    margin-top: 10px;
}
.box{
    width: 320px;
    height: 220px;
    float: left;
    margin-top: 80px;
    text-align: center;
    border: 1px solid  #66666e;
    border-radius: 20px;
    position: relative;
    padding-top:20px ;
    padding-left: 4px;
    padding-right: 4px;
}
.box::after{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    background-color: #636262;
    opacity: 0;
    top:0;
    left: 0;
    transition: 1s;
    border-radius: 20px;
    z-index: -1;
}
.box:hover::after{
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.box1{
    margin-left: 17%;
}
.box2{
    margin-left: 5%;
}
.box3{
    margin-left: 5%;
}
.box-logo{
    font-size: 40px;
    padding-bottom: 20px;
    color:  #66666e;
}
.box h2{
    font-size: 30px;
    padding-bottom: 20px;
}
.box p{
    color: #66666e91;
    padding-bottom: 15PX;
}
.box a{
    text-decoration: none;
    color:  #505053;
}
.box:hover h2{
    color: #262626;
}
.box:hover  p{
    color:#f4f4f6e3;
}
.box:hover .box-logo{
    color:#f8f8fe;
}
/* <!-- ##################################### /sec2 ################################### --> */
.works{
    width: 100%;
    height: 100vh;
    background-color: #66666e72;
    padding-top: 50px;
}
.works-h2{
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    font-size: 40px;
}
.works-line {
    height: 4px;
    width: 100px;
    background-color: #ffffff;
    margin: auto;
    margin-top: 3px;
}
.all{
    width: 350px;
    height: 200px;
    border: 2px solid #e6e6e9;
    float: left;
    margin-left: 60px;
    margin-top: 80px;
    text-transform: capitalize;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    background-size: cover;
    background-repeat:no-repeat ;
    position: relative;
}
.w4,.w5,.w6{
    margin-top: 30px;
}
.w1,.w4{
    margin-left: 270px;
}
.w1{
background-image: url(../img/black-perfume-black-fabric-background44444444_160204-2538.avif);
}
.w2{
    background-image: url(../img/elegant-black-perfume-ca44444444p-wooden-black-background_453135-87.avif);
}
.w3{
    background-image: url(../img/mockup-black-fragrance-perfume-bottle-mockup-dark-co555555554444als-background-top-view-horizontal_158023-2045.avif);
}
.w4{
    background-image: url(../img/unbranded-perfume-bottle_84738-11312.avif);
}
.w5{
    background-image: url(../img/monochrome-beauty-produc44444444t-skincare_23-2151307329.avif);
}
.w6{
    background-image: url(../img/luxurious-perfume-bottle-placed-dark-background-mockup-template-product-presentation_1060463-4353.avif);
}
.works-img{
    width: 350px;
    height: 200px;
}
.overall{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    /* background-color: rgba(0, 0, 0,0.6); */
    z-index: 1;
    text-align: center;
    padding-top: 20px;
    visibility: hidden;
    opacity: 0;
}
.overlat-h2{
    font-size: 40px;
    color:  #f4f4f6b4;
}
.overlat-p,.overlat-icon{
    font-size: 20px;
    color: #f4f4f6b4;
    margin-top: 20px;
}
.icon1-over{
    margin-right: 30px;
}
.overlat-icon{
    font-size: 30px;
}
.all:hover .overall{
    background-color: rgba(0, 0, 0,0.4) ;
    visibility: visible;
    transition: 1s;
    opacity:1 ;
}
/* <!-- ##################################### /sec3 ################################### --> */
.offer {
    margin-top: 80px;
    width: 100%;
    height: 100vh;
}
.offer-h1 {
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    font-size: 40px;
}
.offer-line {
    height: 4px;
    width: 100px;
    background-color: #9999a1;
    margin: auto;
    margin-top: 3px;
}
.offer-box{
    width: 350px;
    height: 200px;
    border: 2px solid #e6e6e9;
    float: left;
    margin-left: 90px;
    margin-top: 100px;
    text-transform: capitalize;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 20px;
    background-color: #f4f4f66e;
    position: relative;
}
.offer-box4,.offer-box5,.offer-box6 {
    margin-top: 90px;
}
.offer-box1,.offer-box4 {
    margin-left: 240px;
}
.offer-boxh2 {
    display: inline-block;
    margin-left: 50px;
    margin-top: -30px;
}
.offerlogo {
    font-size: 34px;
    color: #505052;
}
.offer-boxp {
    text-align: center;
    margin-top: 30px;
    color: #48484a;
}
.offer-box::after{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    background-color: #636262;
    opacity: 0;
    top:0;
    left: 0;
    transition: 1s;
    border-radius: 20px;
    z-index: -1;
}
.offer-box:hover::after{
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
/* <!-- ##################################### /sec4 ################################### --> */
.choose{
    width: 100%;
    height: 100vh;
}
.choose-contant{
    width:900px ;
    height:100px;
    float: left;
margin-top: -40px;
    margin-left: 50px;
    padding-left: 150px;
}
.choose-line{
    height: 4px;
    width: 76px;
    background-color: #6e6e6f;
    margin-top: 10px;
}
.choose-p{
    color: rgb(178, 178, 180);
    padding-top: 40px;
    padding-bottom: 40px;
}
.choose-ul{
    list-style: none;
    margin-top: -10px;
    margin-bottom: 30px;
    color: rgb(145, 142, 142);
    font-size: 18px;
}
.choose-ul li{
    margin-top: 20px;
}
.choose-ulli1{
margin-top: 20px;
}
.choose-h2{
    text-transform: capitalize;
    color: #000000;
    font-size: 50px;
}
.choose-logo{
color:rgb(23, 23, 96) ;}
.choose-img{
    float: right;
    margin-top: -60px;
    margin-right:187px ;
}
.choose-img-ul{
    text-align: center;
    list-style: none;
}
.choose-img-ul li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 10px 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(174, 174, 175);
}
.choose-img-ul li.choose-img-ul-li1{
    background-color: #000000;
}
.choose-img-ul li:hover{
    background-color: #000000;
}
/* <!-- ##################################### /sec5 ################################### --> */
.sec6{
    width: 100%;
    height: 450px;
    background-image:url(../img/sec6.jpg) ;
    background-size: cover;
    background-attachment:fixed;
    position: relative;
}
.sec6-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left:0 ;
    position: absolute;
    background-color: rgba(0, 0, 0,0.4);
}
.sec6-continer{
    width: 80%;
    margin: auto;
}
.sec6-items {
    padding-top: 175px;
    overflow: auto;
}
.sec6-item{
    float: left;
    text-align: center;
    width: 25%;
}
.sec6-item-icon{
    color:#adb5bd;
    margin-bottom: 15px;
    font-size: 50px;
}
.sec6-item-span,.sec6-item-h2{
    color:#ffffff ;
}
/* <!-- ##################################### /sec6 ################################### --> */
.sec7-pricing{
    width: 100%;
    height: 900px;
    padding-top:130px ;
    text-align: center;
}
.pricing-h1 {
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    font-size: 40px;
}
.pricing-line {
    height: 4px;
    width: 100px;
    background-color: #9999a1;
    margin: auto;
    margin-top: 5px;
}
.sec7-continer{
    width: 80%;
    margin: auto;
    overflow: auto;
    padding: 50px
    
}
.sec7-box{
    float: left;
    margin-left: 3.3%;
    width: 30%;
    height:450px ;
    border: 2px solid #969595;
    padding-top: 30px;
    border-radius: 20px;
    position: relative;
}
.sec7-circut{
    width: 120px;
    height:120px;
    border-radius: 100%;
    border: 2px solid #969595;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 600;
    padding: 10px 10px

}
.sec7-price{
    font-size: 40px;
    padding-top: 15px
}
.sec7-month{
    text-transform: uppercase;
    font-size: 17px;
}
.sec7-p{
    margin-top: 30px;
    text-transform:capitalize;
    font-size: 17px;
}
.sec7-btn{
    margin-top: 30px;
    width: 50%;
    height: 35px;
    border-radius: 10px;
    font-size: 17px;
    border: 2px solid #969595;
}
.sec7-box::after{
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top:0;
    left:0;
    background-color: #636262;
    opacity: 0.4;
    transition: 1s;
    border-radius: 20px;
    z-index: -1;
}
.sec7-box:hover:after{
    height: 100%;
}
.sec7-box:hover .sec7-circut{
    border: 2px solid #363636;
}
/* <!-- ##################################### /sec7 ################################### --> */
.sec8{
    width: 100%;
    height: 450px;
    background-image:url(../img/sec8.1.avif) ;
    background-size: cover;
    background-attachment:fixed;
    position: relative;
    text-transform: capitalize;
}
.sec8-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left:0 ;
    position: absolute;
    background-color: rgba(0, 0, 0,0.4);
}
.sec8-continer{
    width: 80%;
    height:250px ;
    position: absolute;
    margin-top: 100px;
    margin-left: 15%;
}
.sec8-img{
    width: 100px;
    height:100px;
    border-radius: 100%;
    float: left;
}
.sec8-name{
    width: 190px;
margin-left: 130px;
margin-top: 20px;
position: absolute;
}
.sec8-item1{
    width: 35%;
    float: left;
    position: absolute;
    display: inline;
}
.sec8-item2{
    width: 35%;
    float: left;
    position: absolute;
    margin-left: 50%;
}
.sec8-about{
    margin-top: 135px;
    color:#f4f4f6;
}
.sec8-h2{
    color: white;
    font-size: 30px;
}
.sec8-p{
    margin-top: 15px;
    color:#0353a4;
    font-size: 20px;
}
/* <!-- ##################################### /sec8 ################################### --> */
.sec9-team{
    width: 100%;
    height: 100vh;
    padding-top:130px ;
    text-align: center;
}
.team-h1{
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    font-size: 40px;
}
.team-line{
    height: 4px;
    width: 100px;
    background-color: #9999a1;
    margin: auto;
    margin-top: 5px;
}
.team-cotant{
    width: 80%;
    margin: auto;
}
.sec9-team-info{
    width: 30%;
    height:400px ;
    background-color: rgb(223, 221, 221);
    float: left;
    margin-left: 40px;
    margin-top: 80px;
position: relative;
border-radius: 20px;
}
.img-team{
    width: 80%;
    margin: auto;
    margin-top: 25px;
    position: relative;
}
.img-9-1{
    width: 100%;
}
.team-h2{
    text-transform: capitalize;
    color: rgb(20, 20, 20);
    padding: 18px 0px;
    font-size: 25px;
}
.team-p{
    text-transform: uppercase;
color: rgb(90, 88, 88);
font-size: 18px;
}
.team-name{
    margin: auto;
}
.overlay-team{
    width: 100%;
    height: 270px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    visibility: hidden;
}
.team-icon{
    width:40px ;
    float: right;
    background-color: #04417e;
    color:white ;
    visibility: hidden;
}
.team-icon li{
    font-size: 30px;
}
.icon1{
padding-top:8px;
}
.icon2{
    display: block;
    padding: 20px 0;
}
.sec9-team-info:hover .team-icon {
    visibility: visible;
}
.sec9-team-info:hover .overlay-team {
    visibility: visible;
}
.sec9-team-info::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top:0;
    left:0;
    background-color: #636262;
    opacity: 0.4;
    transition: 1s;
    border-radius: 20px;
    z-index: 20;
}
.sec9-team-info:hover::after{
    height: 100%;
}
/* <!-- ##################################### /sec9 ################################### --> */
.sec10-news{
    width: 100%;
    height: 100vh;
    padding-top:130px ;
    text-align: center;
}
.news-h1{
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    font-size: 40px;
}
.news-line{
    height: 4px;
    width: 100px;
    background-color: #9999a1;
    margin: auto;
    margin-top: 5px;
}
.news-cotant{
    width: 80%;
    margin: auto;
}
.sec9-news-info{
    width: 30%;
    height:550px ;
    float: left;
    margin-left: 40px;
    margin-top: 80px;
border-radius: 20px;
border: #969595 2px solid ;
position: relative;
}
.news-ul{
    list-style: none;
}
.news-ul li{
    display: inline-block;
margin: 25px 0;
margin-left: 20px;
}
.news-icone-1{
    margin-right: 10px;
    font-size: 25px;
    color:#023e7d;
}
.img-10-1{
    margin-top: 20px;
    border-radius: 15px;
}
.news-p{
    padding: 30px 0;
    color: #66666e;
}
.news-a{
    font-size: 20px;
    color: #000000;
}
.news-h3{
    font-size: 20px;
}
.sec9-news-info::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top:0;
    left:0;
    background-color: #636262;
    opacity: 0.4;
    transition: 1s;
    border-radius: 20px;
    z-index: -1;
}
.sec9-news-info:hover::after{
    height: 100%;
}
/* <!-- ##################################### /sec10 ################################### --> */
.sec11{
    width:100% ;
    height: 440px;
    background-color: #66666e81;
}
.sec11-contant{
    text-align: center;
}
.sec11-ul li{
    width:50px ;
    height:50px ;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 30px;
    border-radius: 50%;
    padding-top: 10px;
    background-color:#f4f4f67d;
}
.sec11imge{
    margin-top: 20px;
    width: 350px;
    height: 300px;
    border-radius: 20px;
}
.se11-p{
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(100, 99, 99);
    padding-top: 10px;
}
.sec11-ul-li:hover {
    background-color:#f4f4f6;

}