* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins;
}

body {
  background: #F9F9F9;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.container {
  width: 80%;
  margin: auto;
}

.site {
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.site .bg-img {
  position: absolute;
  top: 0;
  right: -40px;
  width: 500px;
  z-index: -2;
  transform: rotate(270deg);
}
.site .bg-img-2 {
  position: absolute;
  z-index: -1;
  bottom: 50px;
  left: 0;
  width: 700px;
  animation: image 80s linear infinite;
}
@keyframes image {
  0% {
    width: 700px;
  }
  100% {
    width: 650px;
    transform: rotate(360deg);
  }
}
.site .starss {
  position: absolute;
  top: 0;
  left: 17%;
  display: flex;
  gap: 50px;
  z-index: -1;
  color: #9956F4;
  animation: sky 60s infinite;
}
@keyframes sky {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.site .starss-1 {
  top: 50px;
  left: 19% !important;
}
.site .starss-2 {
  top: 100px;
  left: 25%;
}
.site .starss-3 {
  top: 150px;
  left: 500px;
}
.site .starss-4 {
  top: 80px;
  left: 600px;
}
.site .starss-5 {
  top: 100px;
  left: 25%;
}
.site .starss-6 {
  top: 120px;
  left: 700px;
}
.site .starss-7 {
  top: 270px;
  left: 270px;
}
.site .starss-8 {
  top: 500px;
  left: 600px;
}
.site .starss-9 {
  top: 90px;
  left: 1100px;
}
.site .starss-10 {
  top: 190px;
  left: 820px;
}
.site .starss-11 {
  left: 605px;
  top: 330px;
}
.site .starss-12 {
  top: 120px;
  left: 900px;
}
.site .starss-13 {
  top: 400px;
  left: 255px;
}
.site .starss-14 {
  top: 650px;
  left: 650px;
}
.site .starss-15 {
  top: 630px;
  left: 850px;
}
.site .starss-16 {
  top: 660px;
  left: 1000px;
}
.site .starss-17 {
  top: 750px;
  left: 1430px;
}
.site .starss-18 {
  left: 260px;
  top: 1150px;
}
.site .starss-19 {
  top: 1180px;
  left: 750px;
}
.site .starss-20 {
  top: 640px;
  left: 1250px;
}
.site .starss-21 {
  top: 1000px;
  left: 1400px;
}
.site .starss-22 {
  top: 1150px;
  left: 460px;
}
.site .starss-23 {
  top: 1170px;
  left: 1000px;
}
.site .starss-24 {
  top: 1180px;
  left: 1300px;
}

nav {
  width: 260px;
  background: white;
  padding-block: 40px;
}
nav .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
nav .container .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px;
}
nav .container .navbar-brand .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Risque;
}
nav .container .navbar-brand .logo .linear {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #314ED8 0%, rgba(213, 49, 216, 0.61) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
nav .container .navbar-brand .bar {
  width: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
nav .container .navbar-brand .bar div {
  width: 100%;
  height: 2px;
  background: black;
}
nav .container ul {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
nav .container ul li {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 40px;
  position: relative;
}
nav .container ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #6779DF;
  border-radius: 0 9px 9px 0;
}
nav .container ul li:hover {
  background: #F9FAFE;
}
nav .container ul li:hover::before {
  width: 7px;
}
nav .container ul li a {
  color: #7A7A7A;
}
nav .container ul .orderss a {
  display: flex;
  align-items: center;
  gap: 20px;
}
nav .container ul .orderss a div {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #4D64E1;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .container .box {
  width: 200px;
  height: 150px;
  background: linear-gradient(180deg, #4D64E1 0%, #9956F4 100%);
  border-radius: 21px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-inline: 30px;
}
nav .container .box p {
  font-size: 12px;
  color: white;
  margin-top: 10px;
}
nav .container .box button {
  width: 100%;
  padding: 7px 0;
  border-radius: 5px;
  border: none;
  background: white;
}

.navbar {
  width: 1149px;
  background: white;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar input {
  width: 340px;
  padding: 15px 20px;
  border-radius: 50px;
  border: none;
  background: #F9F9F9;
  color: #7A7A7A;
}
.navbar .sso {
  display: flex;
  align-items: center;
  gap: 150px;
}
.navbar .sso ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.navbar .sso ul li {
  padding: 10px 15px;
  border-radius: 7px;
  background: #E9EBFF;
  position: relative;
}
.navbar .sso ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4D64E1;
  border-radius: 7px;
}
.navbar .sso ul li:hover i {
  transition: 0.5s;
  color: white !important;
  transform: rotateY(360deg);
}
.navbar .sso ul li:hover::before {
  transition: 0.5s;
  height: 100%;
}
.navbar .sso ul li div {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4D64E1;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.navbar .sso ul li .circle {
  background: #9956F4;
}
.navbar .sso ul li .circle-two {
  background: #b1b1b1;
}
.navbar .sso button {
  background: #4D64E1;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.navbar .sso button .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34%;
  height: 100%;
  background: #393994;
  transition: 0.5s;
  border-radius: 100%;
  transform: scale(1.4) translateY(125%) translateZ(0);
}
.navbar .sso button .circle-one {
  left: 0;
}
.navbar .sso button .circle-two {
  left: 33%;
  transition-delay: 60ms;
}
.navbar .sso button .circle-three {
  left: 66%;
  transition-delay: 25ms;
}
.navbar .sso button p {
  transition: 0.5s;
}
.navbar .sso button:hover {
  box-shadow: 0 0 20px gray;
  transition: 0.5s;
}
.navbar .sso button:hover .circle {
  height: 100%;
  transform: scale(1.4) translateY(0) translateZ(0);
}
.navbar .sso button:hover p {
  position: relative;
  z-index: 9999;
  color: white;
}
.navbar .sso button:hover img {
  position: relative;
  z-index: 999;
}
.navbar .sso button img {
  border-radius: 50%;
  width: 40px;
}

header {
  width: 100%;
  display: flex;
  margin-top: 30px;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  padding-right: 30px;
}
header .left-section h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
header .left-section .details {
  font-size: 18px;
  font-weight: 400;
  color: #7A7A7A;
  margin-bottom: 20px;
}
header .left-section .details span {
  color: #9956F4;
}
header .left-section .card {
  width: 295px;
  text-align: center;
  padding-top: 20px;
  border-radius: 18px;
  overflow: hidden;
  background: white;
}
header .left-section .card button {
  background: #F9FAFE;
  border: none;
  width: 100px;
  height: 30px;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
header .left-section .card button span {
  color: white;
  font-weight: 400;
  position: absolute;
  top: 4px;
  left: -100%;
  z-index: 99;
}
header .left-section .card button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  bottom: 0;
  width: 0;
  height: 200%;
  background: #9956F4;
  border-radius: 100%;
  transition: 0.4s;
}
header .left-section .card button:hover p {
  position: absolute;
  z-index: 9999;
  top: 4px;
  left: 16px;
  transform: translateX(150%);
  transition: 0.3s;
}
header .left-section .card button:hover span {
  left: 16px;
  transition: 0.5s;
}
header .left-section .card button:hover::before {
  width: 200%;
}
header .left-section .card .notes {
  width: 100%;
  background: #404A56;
  color: white;
  text-align: start;
  border-radius: 18px;
}
header .left-section .card .notes .top {
  padding: 20px;
}
header .left-section .card .notes .top h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
header .left-section .card .notes .top p {
  font-size: 14px;
  color: #D8D8D8;
}
header .left-section .card .notes .bottom {
  width: 100%;
  background: #4D64E1;
  padding: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .left-section .card .notes .bottom span {
  width: 70px;
  height: 65px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .left-section .card .notes .bottom p {
  font-size: 16px;
}
header .left-section .order {
  width: 295px;
  border-radius: 18px;
  background: white;
  margin-top: 30px;
  padding: 40px 30px 75px 30px;
}
header .left-section .order ul {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
header .left-section .order ul li {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
header .left-section .order ul li .range {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #C4C4C4;
  position: relative !important;
}
header .left-section .order ul li .range::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: #6C63FF;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
header .left-section .order ul li .range-two {
  background: #6C63FF;
}
header .left-section .order ul li .ran::before {
  display: none;
}
header .left-section .order ul li h4 {
  font-size: 14px;
  font-weight: 500;
}
header .left-section .order ul li p {
  font-size: 12px;
  color: #7A7A7A;
}
header .right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
header .right-section .delivery {
  margin-bottom: 30px;
  display: flex;
  justify-content: end;
}
header .right-section .delivery button {
  padding: 15px 25px;
  background: #F9FAFE;
  border: none;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2509803922);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
header .right-section .delivery button .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34%;
  height: 100%;
  background: rgb(214, 212, 212);
  transition: 0.5s;
  border-radius: 100%;
  transform: scale(1.4) translateY(125%) translateZ(0);
  z-index: 1;
}
header .right-section .delivery button .circle-one {
  left: 0;
}
header .right-section .delivery button .circle-two {
  left: 33%;
  transition-delay: 60ms;
}
header .right-section .delivery button .circle-three {
  left: 66%;
  transition-delay: 25ms;
}
header .right-section .delivery button p {
  transition: 0.3s;
  position: relative;
  z-index: 9999;
}
header .right-section .delivery button img {
  position: relative;
  z-index: 999;
}
header .right-section .delivery button:hover .circle {
  height: 100%;
  transform: scale(1.4) translateY(0) translateZ(0);
}
header .right-section .delivery button:hover p {
  color: white;
}
header .right-section .item {
  width: 100%;
  border-radius: 18px;
  background: white;
}
header .right-section .item .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #e1e1e1;
  padding: 30px 80px 20px 35px;
}
header .right-section .item .items div {
  display: flex;
  align-items: center;
  gap: 50px;
}
header .right-section .item .product {
  padding: 30px 35px;
}
header .right-section .item .product ul {
  display: flex;
  flex-direction: column;
}
header .right-section .item .product ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-radius: 18px;
}
header .right-section .item .product ul li:hover {
  background: #E9EBFF;
}
header .right-section .item .product ul li .one {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .right-section .item .product ul li .one .course {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 9px;
}
header .right-section .item .product ul li .one .course span {
  color: #4D64E1;
  font-size: 10px;
}
header .right-section .item .product ul li .one .course .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #F4C300;
  font-size: 12px;
}
header .right-section .item .product ul li .one .course .stars .reviews {
  color: #7A7A7A !important;
}
header .right-section .item .product ul li .two {
  display: flex;
  align-items: center;
  gap: 45px;
}
header .right-section .map {
  margin-top: 30px;
  width: 100%;
  border-radius: 18px;
  background: white;
  padding: 20px 30px;
  position: relative;
}
header .right-section .map .tracking {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
header .right-section .map .boy {
  margin-top: 20px;
}
header .right-section .map .boy ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
  gap: 0;
}
header .right-section .map .boy ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .right-section .map .boy ul li .photo {
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover 200%;
  border-radius: 50%;
  background-image: url(/img/photo.png);
  position: relative;
}
header .right-section .map .boy ul li .photo:hover {
  transition: 0.5s;
  transform: rotateY(180deg) scale(120%);
}
header .right-section .map .boy ul li .photo-two {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 30px 0px rgba(78, 96, 255, 0.2509803922);
  transition: 0.2s;
  border: 2px solid #FF6C4E;
  position: relative;
  overflow: hidden;
}
header .right-section .map .boy ul li .photo-two i {
  color: #FF6C4E;
  position: relative;
  z-index: 99;
}
header .right-section .map .boy ul li .photo-two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FF6C4E;
}
header .right-section .map .boy ul li .photo-two:hover i {
  transition: 0.5s;
  color: white;
  transform: rotateY(360deg);
}
header .right-section .map .boy ul li .photo-two:hover::before {
  transition: 0.5s;
  height: 100%;
}
header .right-section .map .boy ul li .david {
  display: flex;
  flex-direction: column;
}
header .right-section .map .boy ul li .david p {
  font-size: 17px;
  font-weight: 600;
}
header .right-section .map .boy ul li .david span {
  font-size: 12px;
  color: #7A7A7A;
}/*# sourceMappingURL=main.css.map */