*{
  scroll-behavior: smooth;
}

.container-xxl .sticky {
  padding: 5px 100px;
  background: #fff;
}

.container-xxl {
  position: relative;
  transition: all 1s ease-in-out;
  background: #fff;
  height: auto;
  overflow-x: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.navbar  {
  position: relative;
  background: #2e3030;
}

.navbar .bars {
  display: none;
}

.mobile__menu {
  display: none;
}

.navbar .admin h2 {
  text-align: center;
  color: white;
}



.admin span:nth-child(1) {
  color: aqua;
}

.admin span:nth-child(2) {
  color: #ffc21c;
}

.admin span:nth-child(3) {
  color: black;
}

.navbar .nav .href {
  position: relative;
  height: 50px;
  color: white;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.navbar .nav .href::before {
  content: '';
  position: absolute;
  background: #bbb;
  border-radius: 50px 20px 20px 50px;
  left: 0;
  width: 40%;
  height: 100%;
  -webkit-border-radius: 50px 20px 20px 50px;
  -moz-border-radius: 50px 20px 20px 50px;
  -ms-border-radius: 50px 20px 20px 50px;
  -o-border-radius: 50px 20px 20px 50px;
}

.navbar .nav .href span {
  z-index: 1;
}

.navbar .nav .href:hover {
  text-decoration: none;
}

.navbar .nav .href:hover::before {
  width: 100%;
  border-radius: 50px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.arrow-up {
  position: fixed;
  top: 90%;
  left: 90%;
  display: none;
  color: aqua;
  font-size: 40px;
  z-index: 1;
}

.container-xxl .basic {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #2e3030;
}

.navbar {
  position: absolute;
}

.header {
  display: flex;
  flex-direction: row;
}

.basic .fashion1,
.basic .fashion2,
.basic .fashion3,
.basic .fashion4 {
  flex-direction: column;
  justify-content: center;
  color: white;
  text-transform: uppercase;
}

#submit1 {
  background: #fff;
}

.fashion1 {
  position: relative;
  left: 100px;
}

.fashion2,
.fashion3,
.fashion4 {
  position: relative;
  left: 100px;
  display: none;
}

.basic .fashion1 h3,
.basic .fashion2 h3,
.basic .fashion3 h3,
.basic .fashion4 h3 {
  margin: 0 100px 20px 0;
  font-size: 16px;
}

.button {
  position: relative;
}

.button::before {
  z-index: 0;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.button:hover::before {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.show-now {
  position: relative;
  z-index: 11;
}

.button:hover > .show-now {
  color: #000;
}

.basic .fashion1 h1,
.basic .fashion2 h1,
.basic .fashion3 h1,
.basic .fashion4 h1 {
  margin: 0 100px 0 0;
  word-spacing: 15px;
}

.footer-img {
  position: relative;
  left: 100px;
}

.basic-img1 {
  position: relative;
  right: 45px;
}

.basic-img1 img {
  width: 416px;
}

.basic-img2 {
  position: relative;
  bottom: 50px;
}

.basic-img2 img {
  position: relative;
  top: 15px;
  width: 440px;
}

.basic-img3 {
  position: relative;
  top: 32px;
  right: 44px;
}

.basic-img3 img {
  width: 450px;
}

.basic-img4 {
  position: relative;
  bottom: 124px;
}

.basic-img4 img {
  width: 500px;
}

.basic-img2,
.basic-img3,
.basic-img4 {
  display: none;
}

.basic .btnline {
  position: absolute;
  left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.basic .btnline .submit {
  position: relative;
  left: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 10px 0;
  border: 1px solid black;
  background: rgba(180, 180, 180, 0.993);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.basic .fashion1 button,
.basic .fashion2 button,
.basic .fashion3 button,
.basic .fashion4 button {
  margin-top: 50px;
  width: 130px;
  height: 40px;
  background: #2e3030;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
}

.img-block {
  height: 600px;
  overflow: hidden;
}

.hijob-img {
  position: relative;
  left: 50px;
  top: 50px;
  height: 500px;
  background-image: radial-gradient(
    rgb(119, 119, 119),
    rgb(46, 46, 46),
    rgb(0, 0, 0)
  );
}

.hijob-img h1 {
  position: absolute;
  left: 60%;
  margin: 10% 10% 0 0;
  font-family: "Courier New", Courier, monospace, "Arial Narrow", Arial,
    sans-serif;
  text-transform: uppercase;
  color: white;
}

.hijob-img img {
  width: 400px;
}

.buy-img:nth-child(1) {
  position: relative;
  top: 55px;
  right: 60px;
  background-image: radial-gradient(
    rgb(187, 187, 187),
    rgb(116, 116, 116),
    rgb(88, 88, 88)
  );
  height: 250px;
}

.buy-img:nth-child(2) {
  position: relative;
  top: 55px;
  right: 30px;
  background-image: radial-gradient(
    rgb(187, 187, 187),
    rgb(116, 116, 116),
    rgb(88, 88, 88)
  );
  height: 250px;
}

.buy-img {
  position: relative;
}

.buy-img h6 {
  position: absolute;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  margin: 5% 10% 0 0;
  left: 65%;
}

#arab {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 180px;
}

.buy-img img {
  position: relative;
  bottom: 50px;
  right: 80px;
  width: 370px;
}

.hijab-tutarial {
  position: relative;
  top: 65px;
  right: 45px;
  background-image: radial-gradient(
    rgb(119, 119, 119),
    rgb(46, 46, 46),
    rgb(0, 0, 0)
  );
  height: 220px;
}

.hijab-tutarial img {
  width: 700px;
  position: relative;
  right: 100px;
  bottom: 240px;
}

.slider-image {
  position: relative;
  height: 100vh;
}

.slider-image .most {
  text-transform: uppercase;
  text-align: center;
}

.slider-image .line {
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  border-bottom: 1px dashed black;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.left,
.right {
  position: absolute;
  top: 60%;
  cursor: pointer;
  font-size: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.left {
  left: 5%;
}

.right {
  left: 90%;
  z-index: 10;
}

.slider {
  position: relative;
  left: 50%;
  overflow: hidden;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 430px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.coursor {
  top: 5px;
  position: relative;
  display: flex;
  flex-direction: row;
}

.slider .img {
  position: relative;
  margin: 0 7px;
  height: 420px;
  background: #fff;
  border: 1px solid black;
}

.slider .img img {
  width: 300px;
}

.slider .img button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.font-image {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url("/image/bg.jpg") center;
  background-size: cover;
}

.font-image .text {
  text-align: center;
  width: 700px;
  font-size: 25px;
}

.font-image .image img {
  width: 700px;
}

.font-image .image2 {
  width: 700px;
  display: none;
}

.font-image .image3 {
  position: relative;
  top: 125px;
  width: 700px;
  display: none;
}

.font-image .logo-btn {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.font-image .logo-btn button {
  margin: 0 10px;
  width: 15px;
  height: 15px;
  background: #b1b1b1;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.font-image .logo-btn button:nth-child(1) {
  background: #ffffff;
}

.latest {
  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
}

.solid {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  margin: 30px 0;
  border: 1px solid grey;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.single-post {
  margin: 0 0 30px 0;
  text-align: center;
  color: gray;
}

.block-summ {
  background: rgb(51, 51, 51);
  color: white;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  margin: 0 0 100px 0;
  height: 500px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.block-summ .trade-post img {
  width: 250px;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.block-summ .trade-post {
  position: relative;
  left: 50px;
}

.block-summ .trade-post p {
  margin: 0 50px 0 0;
  font-size: 13px;
}

.block-summ .trade-post button {
  border: 1px none;
  color: #fff;
  background: none;
  margin: 20px -8px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.block-summ .trade-post button:hover {
  border: 1px solid white;
}

.block-summ .trade-post img:hover {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.block-summ .trade-post .plus {
  position: absolute;
  font-size: 60px;
  display: none;
  left: 40%;
  top: 35%;
  transform: translate(-50%, -50%);
  font-weight: 200;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.contact {
  background: #111;
  height: 400px;
  flex-direction: column;
}

.contact .cont {
  position: relative;
  top: 50px;
  display: flex;
  justify-content: space-around;
  width: 50%;
}

.contact .cont a {
  display: block;
  border-right: 1px solid white;
  color: #fff;
}

.contact h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: white;
}

.contact .ican-site {
  position: relative;
  top: 70px;
  font-size: 30px;
}

.contact .ican-site i {
  color: #9c9c9c;
}

.contact .ican-site i:hover {
  transition: all 0.5s ease-in-out;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.end {
  height: 40px;
  background: #000;
}

.end p {
  color: #9c9c9c;
}

.end p .trend {
  color: #fff;
}