* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
      background-color: #ffffff;
      color: #333333;
}


.header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 62px;
      background-color: rgba(96, 45, 216, 0.4);
      z-index: 9999;
      box-sizing: border-box;
}

.dropdown-list {
      position: relative;
}

.dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 150px;
      visibility: hidden;
      opacity: 0;
      border-radius: 12px;
      padding: 15px;
      margin-top: -10px;
      list-style: none;
}

.dropdown-menu li {
      margin-top: 20px;
      margin-bottom: 10px;
}

.dropdown-list:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      margin-left: -15px;
      background-color: #ffffff;
}

.dropdown-list:hover li a {
      visibility: visible;
      opacity: 1;
      margin-left: -10px;
      color: #772281;
      text-decoration: none;
      display: block;
      font-size: 15px;
}

.img1 {
      width: 30px;
      float: left;
      margin-left: 20px;
      margin-top: 15px;
}

.img2 {
      margin-left: -250px;
      margin-top: 16px;
      width: 40px;
      float: left;
}


input {
      border: none;
      width: 250px;
      height: 30px;
      border-radius: 50px;
      float: left;
      margin-left: 15px;
      margin-top: 16px;
}

.header ul {
      float: right;
      margin-right: 40px;
      margin-top: 20px;
      margin-bottom: 0;
      padding: 0;
      list-style: none;
}

.header ul li {
      display: inline-block;
      margin-left: 20px;
}


.header ul li a {
      text-decoration: none;
      color: #ffffff;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 1px;
      position: relative;
      padding-bottom: 8px;
}

.header ul li a::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      transform-origin: left;
      background-color: blue;
      transform: scaleX(0);
      transition: transform 0.3s ease-in-out;
}

.header ul li a:hover::after {
      transform: scaleX(1);
}

.home {
      width: 100%;
      height: 100vh;
      background-image: url(./images/background.jpg);
      position: relative;
}

.home-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(59, 53, 53, 0.7);
}

.home-content {
      width: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
}

.home-title {
      font-weight: bolder;
      font-size: 63px;
      color: #ffffff;
      margin-bottom: -100px;
}

.subtitle {
      margin-top: 110px;
      margin-bottom: 50px;
      font-weight: bold;
      letter-spacing: 2px;
      word-spacing: 1px;
      color: rgba(255, 255, 255, 0.5);
}

.button1,
.button2 {
      margin-top: -80px;
      border-radius: 15px;
      padding: 15px 24px;
      font-size: 20px;
      text-align: center;
      border: none;
}

.button1 {
      color: #050505;
}

.button1:hover {
      opacity: 0.3;
}

.button2 {
      color: #ffffff;
      background-color: #7272b9;
}

.button2:hover {
      opacity: 0.5;
}

.welcome {
      text-align: center;
      font-weight: bolder;
      font-size: 40px;
      color: #000000;
      margin-bottom: -80px;
      margin-top: 60px;
}

.line {
      width: 100px;
      height: 4px;
      background-color: #7272b9;
      margin: auto;
      margin-top: 93px;
}

.container {
      width: 100%;
      margin: auto;
}

.parent {
      overflow: hidden;
      padding: 40px;
      width: 1500px;
      margin: 8px auto;
}

.fully {
      display: inline-block;
      background-color: #ffffff;
      border: 1px solid #7272b9;
      border-radius: 8px;
      height: 230px;
      width: 350px;
      margin: 5px 60px;
      text-align: center;
      padding: 40px 40px;
      position: relative;
      overflow: hidden;
}

.fully::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      background-color: #d9dbf4;
      z-index: 1;
      transition: width 0.4s ease, height 0.4s ease;
}

.fully h3,
.fully .p1,
.fully .p2 {
      position: relative;
      z-index: 2;
      font-weight: bold;
      margin-bottom: 15px;
}

.fully .heading {
      color: #000000;
      font-size: 30px;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.fully .p1 {
      color: #878d89;
}

.fully .p2 {
      color: #7272b9;
}

.fully:hover::before {
      width: 100%;
      height: 100%;
}

.fully:hover .heading {
      color: #ffffff;
}

.fully:hover .p1 {
      color: #070707;
}

.fully:hover .p2 {
      color: #5b338f;
}

.img3 {
      position: relative;
      margin-top: -15px;
      margin-bottom: 25px;
      width: 30px;
      height: 30px;
      z-index: 4;
}

.my-images {
      background-color: rgba(203, 150, 238, 0.2);
      height: 1000px;
}

.photos {
      text-align: center;
      font-weight: bolder;
      font-size: 40px;
      color: #000000;
      margin-bottom: -80px;
      margin-top: 500px;
}

.line2 {
      width: 100px;
      height: 4px;
      background-color: #7272b9;
      margin: auto;
      margin-top: 90px;
}

.container2 {
      width: 100%;
      margin: auto;
}

.parent2 {
      overflow: auto;
      padding: 80px;
      margin: 6px auto;
      width: 1500px;
}


.image5 {
      background-image: url(./images/perfume1.png);
      width: 260px;
      height: 190px;
      float: left;
      margin-left: 100px;
      margin-top: 100px;
}

.image6 {
      background-image: url(./images/perfume9.png);
      width: 260px;
      height: 190px;
      float: left;
      margin-left: 100px;
      margin-top: 100px;
}

.image7 {
      background-image: url(./images/perfume3.png);
      width: 260px;
      height: 190px;
      float: left;
      margin-left: 100px;
      margin-top: 100px;
}

.image8 {
      background-image: url(./images/perfume4.png);
      width: 260px;
      height: 190px;
      float: left;
      margin-left: 100px;
      margin-top: 100px;
}

.image9 {
      background-image: url(./images/perfume5.png);
      width: 260px;
      height: 190px;
      float: left;
      margin-left: 100px;
      margin-top: 100px;
}

.image10 {
      background-image: url(./images/perfume6.png);
      width: 260px;
      height: 190px;
      float: left;
      margin-left: 100px;
      margin-top: 100px;
}

.category {
      color: #878d89;
      font-weight: bolder;
      font-size: 30px;
      margin-top: 30px;
      margin-bottom: 50px;
      text-align: center;
      opacity: 0;
}

.floral {
      color: #ffffff;
      font-weight: bold;
      text-align: center;
      margin-top: -20px;
      opacity: 0;
}

.img4 {
      margin-right: 90px;
      margin-top: 30px;
      width: 40px;
      border-radius: 5px;
      opacity: 0;
}

.img11 {
      margin-left: 80px;
      width: 40px;
      margin-top: 30px;
      border-radius: 5px;
      opacity: 0;
}

.image5,
.image6,
.image7,
.image8,
.image9,
.image10 {
      position: relative;
}

.image5 .overlay,
.image6 .overlay,
.image7 .overlay,
.image8 .overlay,
.image9 .overlay,
.image10 .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(5, 5, 5, 0.5);
      z-index: 1;
      opacity: 0;
      transition: opacity 0.4s ease;
}

.category,
.floral,
.img4,
.img11 {
      position: relative;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.4s ease;
}

.image5:hover .overlay,
.image5:hover .category,
.image5:hover .floral,
.image5:hover .img4,
.image5:hover .img11,
.image6:hover .overlay,
.image6:hover .category,
.image6:hover .floral,
.image6:hover .img4,
.image6:hover .img11,
.image7:hover .overlay,
.image7:hover .category,
.image7:hover .floral,
.image7:hover .img4,
.image7:hover .img11,
.image8:hover .overlay,
.image8:hover .category,
.image8:hover .floral,
.image8:hover .img4,
.image8:hover .img11,
.image9:hover .overlay,
.image9:hover .category,
.image9:hover .floral,
.image9:hover .img4,
.image9:hover .img11,
.image10:hover .overlay,
.image10:hover .category,
.image10:hover .floral,
.image10:hover .img4,
.image10:hover .img11 {
      opacity: 1;
}

.offer {
      text-align: center;
      font-weight: bolder;
      font-size: 40px;
      color: #000000;
      margin-bottom: -80px;
      margin-top: 60px;
}

.line3 {
      width: 100px;
      height: 4px;
      background-color: #7272b9;
      margin: auto;
      margin-top: 93px;
}

.container3 {
      width: 100%;
      margin: auto;
      padding-top: 60px;
      padding-bottom: 60px;
}

.parent3 {
      overflow: hidden;
      padding: 40px;
      width: 1500px;
      margin: 8px auto;
}

.explore {
      display: inline-block;
      background-color: #ffffff;
      border: 1px solid #7272b9;
      border-radius: 8px;
      height: 230px;
      width: 350px;
      margin: 5px 60px;
      margin-top: 70px;
      padding: 40px 40px;
      position: relative;
      overflow: hidden;
}

.explore::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      background-color: #d9dbf4;
      z-index: 1;
      transition: width 0.4s ease, height 0.4s ease;
}

.explore .second-heading,
.explore .p3 {
      position: relative;
      z-index: 2;
      font-weight: bold;
      margin-bottom: 15px;
}

.explore .second-heading {
      color: #000000;
      margin-left: 20px;
      margin-top: -40px;
      font-size: 25px;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.explore .p3 {
      color: #878d89;
      margin-left: 20px;
}

.explore:hover::before {
      width: 100%;
      height: 100%;
}

.explore:hover .second-heading {
      color: #7f209c;
}

.explore:hover .p3 {
      color: #070707;
}

.img12 {
      position: relative;
      width: 40px;
      height: 40px;
      margin-top: -10px;
      margin-left: -30px;
      z-index: 4;
}

.choose {
      font-size: 40px;
      margin-top: 200px;
      margin-left: 60px;
}

.line4 {
      width: 90px;
      height: 4px;
      background-color: #7272b9;
      margin-top: 10px;
      margin-left: 60px;
}

.new1 {
      margin-left: 60px;
      margin-top: 30px;
      font-weight: bold;
      color: #bec0ca;
}

.new2 {
      margin-left: 80px;
      font-weight: bold;
      color: #7d7d83ee;
}

.img13 {
      margin-left: 55px;
      margin-top: 50px;
      margin-bottom: -30px;
      width: 30px;
      height: 30px;
}

.next {
      margin-left: 1100px;
      margin-top: -400px;
}

.choose-dots {
      text-align: right;
      margin-top: 20px;
}

.choose-dots span {
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      margin: 0 5px;
}

.span1 {
      background-color: #7272b9;
}

.span2 {
      background: #c5bfbf;
      margin-right: -100px;
}

.choose-dots .span2:hover {
      background-color: #7272b9;
}

.images-2 {
      width: 100%;
      height: 350px;
      background-image: url('./images/second\ background.png');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      position: relative;
      overflow: hidden;
}

.overlay5 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2;
}

.parent4 {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      text-align: center;
}

.item {
      display: inline-block;
      width: 24%;
      text-align: center;
      color: #ffffff;
}

.img20 {
      display: block;
      margin: 0 auto 10px auto;
      width: 45px;
      height: 45px;
}

.numbers {
      font-size: 24px;
      font-weight: bold;
      margin: 0;
      padding: 2px 0;
}

.won {
      font-size: 16px;
      margin: 0;
      padding: 2px 0;
      color: #e0e0e0;
}

.pricing {
      text-align: center;
      font-weight: bolder;
      font-size: 40px;
      color: #000000;
      margin-bottom: -80px;
      margin-top: 60px;
}

.line5 {
      width: 100px;
      height: 4px;
      background-color: #7272b9;
      margin: auto;
      margin-top: 93px;
}

.container5 {
      width: 100%;
      margin: auto
}

.parent5 {
      overflow: hidden;
      padding: 40px;
      width: 1500px;
      margin: 8px auto;
}

.explore2 {
      display: inline-block;
      background-color: #ffffff;
      border: 1px solid #5b338f;
      border-radius: 8px;
      height: 370px;
      width: 350px;
      margin: 5px 60px;
      text-align: center;
      padding: 40px 40px;
      position: relative;
      overflow: hidden;
}

.explore2::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      background-color: #d9dbf4;
      z-index: 1;
      transition: height 0.4s ease;
}

.explore2 .p5 {
      position: relative;
      z-index: 10;
      color: #000000;
      font-weight: bolder;
      margin-bottom: 15px;
      margin-top: 10px;
}

.explore2 .s {
      position: relative;
      display: block;
      z-index: 10;
      color: #000000;
      font-weight: bolder;
      margin-bottom: 15px;
      margin-top: 10px;
}

.explore2:hover::before {
      width: 100%;
      height: 100%;
}

.explore2:hover .s {
      color: #5b338f;
}

.new-button {
      position: relative;
      z-index: 7;
      background-color: #f7f4f4;
      text-align: center;
      font-weight: 500;
      padding: 3px 50px;
      border-color: #947abb;
      border-radius: 8px;
}

.circle {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      text-align: center;
      border: 2px solid #ac8cd6;
      margin: 0 auto 15px auto;
      padding-top: 20px;
      position: relative;
      z-index: 10;
}

.p-sub {
      font-weight: bolder;
      font-size: 150px;
      color: #000000;
      font-size: 30px;
      position: relative;
      z-index: 10;
}

.explore2:hover .circle {
      border: 2px solid #5b338f;
}

.explore2:hover .p-sub {
      z-index: 2;
}

.images-33 {
      width: 100%;
      height: 350px;
      background-image: url('./images/third\ background.png');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      position: relative;
      overflow: hidden;
}

.overlay6 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 2;
}

.parent6 {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      text-align: center;
}

.item6 {
      display: inline-block;
      width: 28%;
      margin-left: -50px;
      color: #ffffff;
}

.item7 {
      display: inline-block;
      width: 40%;
      padding-left: 200px;
      color: #ffffff;
}

.img-avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-bottom: -50px;
      margin-left: -460px;
}

.name1 {
      color: #ffffff;
      font-weight: bolder;
      font-size: 30px;
      margin-left: -150px;
      margin-top: -30px;
}

.name2 {
      color: #ffffff;
      font-weight: bolder;
      font-size: 30px;
      margin-left: -200px;
      margin-top: -30px;
}

.p55 {
      color: #14968d;
      font-weight: bolder;
      font-size: 19px;
      margin-left: -250px;
      margin-top: 5px;
}

.p66 {
      color: #14968d;
      font-weight: bolder;
      font-size: 19px;
      margin-left: -200px;
      margin-top: 5px;
}

.p77 {
      color: #000000;
      font-weight: bold;
      text-align: left;
      margin-top: 20px;
      margin-left: -10px;
}

.p88 {
      color: #000000;
      font-weight: bold;
      text-align: left;
      margin-top: 20px;
}

.team33 {
      text-align: center;
      font-weight: bolder;
      font-size: 40px;
      color: #000000;
      margin-bottom: -80px;
      margin-top: 60px;
}

.line7 {
      width: 100px;
      height: 4px;
      background-color: #7272b9;
      margin: auto;
      margin-top: 93px;
}

.container7 {
      width: 100%;
      margin: auto
}

.parent7 {
      overflow: hidden;
      padding: 40px;
      width: 100%;
      margin: 8px auto;
}

.cards7 {
      display: inline-block;
      background-color: #ebe6e6;
      border: none;
      border-radius: 10px;
      height: 380px;
      width: 470px;
      margin: 5px 60px;
      text-align: center;
      padding: 40px 40px;
      position: relative;
      overflow: hidden;
}

.images123 {
      width: 350px;
      height: 250px;
      margin: auto;
}

.set {
      width: 30px;
      margin-left: 330px;
      margin-top: -245px;
}

.new-icons {
      width: 45px;
      height: 40px;
      visibility: hidden;
      margin-top: -9px;
}

.icons22::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      background-color: #7272b96c;
      z-index: 1;
      transition: height 0.4s ease;
}

.icons22 .p7 {
      position: relative;
      z-index: 10;
      color: #000000;
      font-weight: bolder;
      font-size: 20px;
      margin-bottom: 15px;
      margin-top: 10px;
}

.icons22 .p8 {
      position: relative;
      z-index: 10;
      color: #7c7979;
      font-weight: bolder;
      margin-bottom: 15px;
      margin-top: 10px;
}

.new-paragraph {
      margin-top: 160px;
}

.icons22:hover::before {
      width: 100%;
      height: 100%;
}

.icons22:hover .p7 {
      color: #ffffff;
}

.icons22:hover .p8 {
      color: #5b338f;
}

.icons22:hover .new-icons {
      visibility: visible;}

.team44 {
      text-align: center;
      font-weight: bolder;
      font-size: 40px;
      color: #000000;
      margin-bottom: -80px;
      margin-top: 400px;

}

.line8 {
      width: 100px;
      height: 4px;
      background-color: #7272b9;
      margin: auto;
      margin-top: 93px;
}

.container8 {
      width: 100%;
      margin-top: 20px;
}

.parent8 {
      overflow: hidden;
      padding: 40px;
      width: 100%;
      margin: 8px auto;
}

.cards8 {
      display: inline-block;
      background-color: #ffffff;
      border: #5b338f 1px solid;
      border-radius: 10px;
      height: 510px;
      width: 480px;
      margin: 5px 60px;
      text-align: center;
      padding: 40px 40px;
      position: relative;
      overflow: hidden;
}

.images456 {
      position: relative;
      z-index: 2;
      width: 350px;
      height: 250px;
      margin: auto;
      border-radius: 15px;
}


.icons33 .p7 {
      position: relative;
      z-index: 10;
      color: #000000;
      font-weight: bolder;
      font-size: 20px;
      margin-bottom: 15px;
      margin-top: 10px;
}

.icons33 .p8 {
      position: relative;
      z-index: 10;
      color: #7c7979;
      font-weight: bolder;
      margin-bottom: 15px;
      margin-top: 10px;
}

.icons33:hover .p7 {
      color: #ffffff;
}

.icons33:hover .p8 {
      color: #5b338f;
}

.special {
      position: relative;
      z-index: 2;
      display: inline-block;
      margin-left: 20px;
      margin-top: 10px;
}

.letters {
      position: relative;
      z-index: 2;
      display: inline-block;
      font-weight: bold;

      margin: 0 0 0 2px;
}

.social {
      position: relative;
      z-index: 2;
      width: 20px;
      height: 20px;
      display: inline-block;
      position: relative;
      top: 2px;
}

.p9 {
      position: relative;
      z-index: 2;
      margin-top: 20px;
      font-weight: bold;
      font-size: 18px;
}

.p10 {
      position: relative;
      z-index: 2;
      font-weight: bolder;
      margin-top: 20px;
      margin-left: -25px;
      color: rgb(95, 93, 93);
      font-size: 14px;
}

.p11 {
      position: relative;
      z-index: 2;
      font-weight: bolder;
      margin-top: 20px;
      margin-left: -40px;
      color: rgb(115, 37, 146);
      text-align: center;
}

.cards8:hover .letters {
      color: #5b338f;
}

.cards8:hover .p9 {
      color: #ffffff;
}

.cards8:hover .p10 {
      color: #5b338f;
}

.cards8:hover .p11:active {
      color: #c03333;
      cursor: pointer;
}

.cards8::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      background-color: rgba(96, 45, 216, 0.2);
      z-index: 1;
      transition: height 0.4s ease;
}

.cards8:hover::before {
      height: 100%;

}

.final-class {
      background-color: rgba(96, 45, 216, 0.2);
      height: 430px;
}

.images789 {
      margin-left: 45%;
      margin-top: 30px;
      border-radius: 10px;
      width: 250px;
      height: 250px;
}

.end {
      margin-left: 41.5%;
      margin-top: 30px;
}

.last {
      display: inline-block;
      background-color: #7272b9;
      border-radius: 50%;
      width: 60px;
      height: 60px;
}

.images999 {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-left: 15px;
      margin-top: 13px;
}

.final-paragraph {
      font-weight: bold;
      font-size: 13px;
      margin-top: 15px;
      margin-left: 4%;
      margin-bottom: 15px;
      color: #757373;
      text-transform: uppercase;
}

.last:hover {
      background-color: #100b5cf3;
      transition: 1s;
}