/*
        #######################################################################
        #######################################################################
        ############ WEBSITE FOR ALATTA COMPANY CODE BY DAM CODING ############
        #######################################################################
        #######################################################################
*/


/* Site Style */

/* Global Start */

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@font-face {
  font-family: min-font;
  src: url("../assets/fonts/Alexandria-Light.ttf");
}

@font-face {
  font-family: head-font;
  src: url("../assets/fonts/Alexandria-Black.ttf");
}

body {
  background-color: #f9f9f9;
  font-family: min-font;
  font-size: 17px;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style-type: none;
}

i {
  font-style: normal;
}

/* Global End */

.scroll_top_bar{
  position: fixed;
  top: 23px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: linear-gradient(180deg, black, transparent);
  width: 100% !important;
  height: 100px !important;
  padding: 17px;
}

.slider-active-btn {
  background: #f93 !important;
  color: #fff !important;
}

.features-active-btn {
  box-shadow: 1px 3px 7px #aaa;
  background: #f93 !important;
  color: #fff;
}

.animate_slider {
  margin: 0px !important;
}

.odd-slider-animation {
  margin-top: -150px !important;
}

.even-slider-animation {
  margin-top: 150px !important;
}

/*Classes End */

/* Header Start */

header {
  width: 100%;
  height: 300px;
  background-image: url("../assets/img/Header/header-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 31px;
}

header .mirror {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 14, 14, 0.3);
  backdrop-filter: blur(7px) saturate(90%);
  z-index: 11;
  display: none;
}

header .topbar {
  width: 90%;
  height: 50px;
  display: grid;
  grid-template-columns: 61% auto auto;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}

header .topbar .logo {
  width: 97px;
  height: 27px;
}

header .topbar .logo img {
  width: 117%;
  height: 31px;
}

header .navbar {
  position: fixed;
  top: 50%;
  left: -100%;
  transform: translate(0%, -50%);
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}

header .navbar ul {
  margin: 77px auto;
}

header .navbar ul li {
  width: 90%;
  padding: 7px;
  display: block;
  margin: 7px auto;
  border-radius: 7px;
}

header .navbar ul li:first-of-type {
  background-color: #ff9933;
}

header .navbar ul li:first-of-type a {
  color: #fff;
}

header .navbar ul li a {
  color: #ff9933bd;
  text-transform: capitalize;
  display: block;
}

header .navbar button:first-of-type {
  float: right;
  margin: 17px;
  background: #f93;
  border: 0px;
  color: #fff;
  padding: 5px 7px;
  border-radius: 7px;
}

header .navbtn {
  width: 21px;
  height: 15px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

header .navbtn i {
  width: 100%;
  height: 3px;
  background-color: #f93;
  display: block;
  border-radius: 3px;
}

header .welcome-message {
  width: 100%;
  height: 150px;
  text-align: center;
  margin: 55px auto 17px;
  font-family: "head-font";
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
  position: relative;
  display: flex;
  justify-content: center;
  background: radial-gradient(#0000006b, transparent);
  align-items: center;
}

header .welcome-message p {
  width: 83%;
}

header .welcome-message span {
  color: #ff8000;
}

header .topbar > button {
  margin: 0px auto;
  display: block;
  width: 50px;
  height: 27px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 7px;
  border: 0px;
  background: #f93;
  color: #fff;
  cursor: pointer;
}

header .notification-popup {
  position: fixed;
  width: 350px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 21px;
  padding: 21px 17px;
  z-index: 13;
  display: none;
}
/* Header End */

/* Min Start */
.min {
  width: 100%;
  height: 100%;
}

.min > button{
  position: fixed;
  bottom: 17px;
  right: 17px;
  width: 77px;
  height: 77px;
  border: 3px solid #f930;
  border-radius: 50%;
  background: #fff;
  z-index: 999;
}

.min > button a{
  font-size: 50px;
  color: #070;
}

.slider-container {
  width: 330px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.slide > div {
  width: 100%;
  height: 150px;
  display: block;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slide > div .img {
  width: 100px;
  height: 70px;
}

.slide > div .img img {
  width: 100%;
  height: 87px;
  border-radius: 17px 17px 0px 0px;
}

.slide > div .desc {
  width: 100px;
  height: 50px;
  background: #000;
  color: #f93;
  text-align: center;
  text-transform: capitalize;
  border-radius: 17px;
  padding: 0px 0px;
  position: absolute;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide > div .desc h5 {
  width: 77px;
  height: 30px;
  font-family: min-font;
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
  text-align: center;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-buttons {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  left: 50%;
}

.slider-buttons button {
  background: #f93;
  border: none;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  border-radius: 5px;
}

.min .slider-elements-content {
  width: 90%;
  height: 100%;
  margin: 21px auto;
}

.min .slider-elements-content .slider-element-content {
  display: none;
}

.min .slider-elements-content .slider-element-content:first-of-type {
  display: block;
}

.min .slider-elements-content .slider-element-content .img {
  width: 100%;
  height: 100%;
}

.min .slider-elements-content .slider-element-content img {
  width: 100%;
  height: 100%;
  border-radius: 21px;
}

.min .slider-elements-content .slider-element-content h3 {
  text-transform: capitalize;
  font-weight: 900;
  color: #f93;
}

.min .slider-elements-content .slider-element-content p {
  font-size: 15px;
  text-align: justify;
  margin: 7px auto 31px;
  line-height: 1.3;
}

.min .slider-elements-content h4,
.min .slider-elements-content h5 {
  color: #f93;
}

.min .slider-elements-content ul {
  list-style-type: disc;
  font-size: 13px;
  line-height: 1.5;
  margin: 0px 17px 31px;
  margin-left: 17px;
}

.min .slider-elements-content ul li {
  margin: 7px;
  list-style: disc;
  list-style-position: outside;
}

/* Min End */

/* TEST */

.slider {
  width: 100%;
  height: 171px;
  display: block;
  position: relative;
  margin: 0px auto;
}

.slider i {
  font-size: 50px;
  font-weight: 900;
  color: #f93;
}

.slider i:first-of-type {
  left: 15px;
}

.slider i:last-of-type {
  right: 0px;
}

.slider .holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 210px;
  /* background-color: #f9f9f9; */
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
  /* overflow: auto; */
}
.slider .holder .el {
  width: 100%;
  height: 97%;
  margin: 0px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}

.features {
  width: 100%;
  height: 100%;
  list-style-type: none;
}

.features li {
  width: 90%;
  height: 50px;
  background: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 15px auto;
  border-radius: 15px;
  text-transform: capitalize;
  font-weight: 900;
  cursor: pointer;
}

.features li .img {
  width: 50px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7px;
}

.features li .img img {
  width: 27px;
  height: 100%;
  position: absolute;
}

.features li .img img:first-of-type {
  display: none;
}

.features li:first-of-type .img img:first-of-type {
  display: block;
}

.features li:first-of-type .img img:last-of-type {
  display: none;
}

.features li h6 {
  font-family: min-font;
}

.features-content > div {
  display: none;
}

.features-content > div:first-of-type {
  display: block;
}

.features-content > div .img {
  width: 91%;
  height: 100%;
  margin: 0px auto;
}

.features-content > div img {
  width: 100%;
  height: 100%;
  border-radius: 21px;
}

.features-content > div h5 {
  width: 90%;
  height: 100%;
  margin: 13px auto 0px;
  font-size: 17px;
  color: #f93;
  font-family: "head-font";
}

.features-content > div p {
  width: 90%;
  height: 100%;
  margin: 3px auto 13px;
  font-size: 15px;
  font-family: "min-font";
  line-height: 1.3;
}

.about {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 21px auto;
  background-image: url(../assets/img/About/about.jpg);
  border-radius: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 21px;
  z-index: -1;
}

.about .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000a7;
  z-index: 1;
  border-radius: 21px;
}

.about .about-logo {
  width: 77px;
  height: 100%;
  z-index: 3;
  position: relative;
  margin: 17px;
}

.about .about-logo img {
  width: 100%;
  height: 100%;
  margin-top: 17px;
}

.about h3 {
  color: #f93;
  margin: 27px 21px 0px;
  z-index: 3;
  position: relative;
}

.about p {
  font-size: 13px;
  font-family: "min-font";
  color: #fff;
  z-index: 3;
  position: relative;
  margin: 13px 21px 0px;
  line-height: 1.3;
}

/* Manager Start */
.manager {
  width: 90%;
  height: 100%;
  margin: -37px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
}

.manager .preview {
  width: 100%;
  height: 100%;
}

.manager .preview p {
  font-family: "head-font";
  color: #f93;
  text-align: left;
  word-spacing: 3px;
  width: 145px;
  line-height: 1.7;
  font-size: 17px;
}
.manager .preview p button {
  display: block;
  width: 70px;
  height: 30px;
  border: 0px;
  border-radius: 7px;
  background: #f93;
  color: #fff;
  box-shadow: 7px 7px 7px #ddd;
  margin: 7px 0px;
  cursor: pointer;
  font-family: "head-font";
}

.manager .manager-pic {
  width: 100%;
  height: 100%;
  position: relative;
  right: -170px;
  z-index: 1;
}

.manager .manager-pic img {
  width: 171px;
  height: 100%;
}

/* Manager End */

/* Clints Start */
.our-clients {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}

.our-clients marquee {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  height: 171px;
  background-color: #fff;
}

.our-clients h3 {
  width: 171px;
  height: 171px;
  background: #fff;
  color: #f93;
  text-transform: capitalize;
  font-family: "head-font";
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-clients marquee .clients {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 21px 0px;
  gap: 50px;
  background: #fff;
}

.our-clients marquee .clients .client {
  width: 100%;
  height: 100%;
}

.our-clients marquee .clients .client img {
  height: 100%;
  width: 200px;
}

.our-clients marquee .clients .client:first-of-type img,
.our-clients marquee .clients .client:nth-child(5) img,
.our-clients marquee .clients .client:nth-child(6) img,
.our-clients marquee .clients .client:last-of-type img {
  width: 100%;
}
/* Clints End */

/* Footer Start */
footer {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fb5d2d 70%, #ee941a);
  text-align: center;
}

footer .contact {
  padding: 1px;
}

footer .contact .description {
  width: 90%;
  margin: 21px auto;
}

footer .contact .description h3 {
  font-size: 31px;
  font-family: "head-font";
  color: #f93;
}

footer .contact .description p {
  color: #fff;
  font-family: "min-font";
  font-size: 13px;
}

footer .details ul li {
  margin: 11px;
}

footer .details ul li a i {
  font-weight: 900;
}

footer a {
  color: #fff;
}

footer .social-media {
  margin: 50px auto;
}

footer .social-media ul {
  width: 210px;
  height: 175px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px auto;
  gap: 17px;
}

footer .social-media ul li {
  width: 210px;
  height: 41px;
  border: 2px solid #fff;
  font-size: 31px;
  border-radius: 11px;
  cursor: pointer;
  margin-left: 0px;
  position: absolute;
}

footer .social-media ul li:first-of-type {
  top: 0%;
  left: -10%;
}

footer .social-media ul li:nth-child(2) {
  top: 50%;
  transform: translate(0%, -50%);
  left: 80px;
}

footer .social-media ul li:last-of-type {
  bottom: 0%;
  left: -10%;
}

footer .send-feedback {
  width: 100%;
  margin: 21px auto;
}

footer .send-feedback .form {
  width: 70%;
  height: 37px;
  margin: 0px auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 11px;
  box-shadow: 5px 3px 9px #00000047;
}

footer .send-feedback .form input {
  width: 100%;
  height: 30px;
  border: 0px;
  font-family: "min-font";
  font-size: 13px;
  color: #f93;
  border-radius: 17px;
  text-indent: 17px;
}

footer .send-feedback .form input::placeholder {
  color: #555;
  text-indent: 17px;
}

footer .send-feedback .form button {
  width: 50%;
  height: 37px;
  border: 0px;
  font-family: "min-font";
  font-size: 19px;
  color: #fff;
  background: #f93;
  text-transform: uppercase;
  border-radius: 11px;
  cursor: pointer;
}
footer .footer-img {
  width: 100%;
  height: 212px;
  background: #000;
  text-align: center;
  margin: 21px auto 0px;
}

footer .footer-img img {
  width: 171px;
  height: 45px;
  margin: 77px auto 21px;
}

footer .footer-img p {
  color: #fff;
  font-size: 13px;
  margin: 3px 0px;
}
/* Footer End */

/* Media Query Start */

/* Small Screen */
@media (max-width: 699px) {
  .min .slider {
    margin: -50px auto 0px;
  }
  .min .slider-elements-content {
    margin: 0px auto 50px;
  }
  .min .myfeatures .features-content {
    margin: 50px auto;
  }
  .min .slider .holder .element .img {
    width: 91px;
    height: 70px;
  }

  .min .slider .holder .element .desc {
    width: 91px;
    height: 100%;
  }
  .bottombar {
    display: none;
  }
  header .navbar {
    z-index: 13;
    /* display: none; */
  }
  header > .navbar {
    z-index: 13;
    /* display: none; */
  }
  header .welcome-message {
    background: radial-gradient(#000000c9, transparent);
  }
}

/* Medium Screen */
@media (min-width: 700px) {
  header {
    width: 100%;
    height: 500px;
    background-position: 35% 35%;
  }

  header .topbar {
    grid-template-columns: 21% 1fr auto;
    padding: 0px 17px;
    height: 100px;
  }

  header .topbar .navbtn {
    display: none;
  }
  header .navbar {
    position: static;
    width: 100%;
    height: 100%;
    transform: none;
    background: transparent;
    /* display: none; */
  }
  header > .navbar {
    position: static;
    width: 100%;
    height: 100%;
    transform: none;
    background: transparent;
    display: none;
  }

  header .navbar ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    gap: 13px;
  }

  header .navbar ul li {
    width: auto;
    padding: 7px;
    display: block;
    margin: 0px;
    text-align: center;
  }

  .navbar ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 900;
  }

  header .navbar button:first-of-type {
    display: none;
  }

  header .welcome-message {
    width: 100%;
    height: 171px;
    margin: 171px auto 0px;
    text-align: left;
    font-size: 27px;
    background: radial-gradient(#000000c9, transparent) !important;
  }

  header .welcome-message p {
    width: 90%;
  }

  header .welcome-message span {
    display: block;
  }
  .min {
    position: relative;
  }

  .slider-container {
    width: 90%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    top: 27%;
  }

  .min .slider .slider-buttons {
    position: absolute;
    top: 21%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 50%;
  }

  .slide > div {
    width: 212px;
    height: 271px;
  }

  .slide > div .img {
    width: 171px;
    height: 150px;
  }

  .slide > div .img img {
    width: 100%;
    height: 171px;
  }

  .slide > div .desc {
    width: 171px;
  }

  .min .slider .holder {
    width: 555px;
    position: static;
    transform: none;
  }
  .min .slider i {
    width: 50px;
    height: 50px;
    font-size: 43px;
  }
  .min .slider i {
    top: 3.7%;
  }
  .min .slider i:last-of-type {
    left: 95%;
  }

  .slider i:first-of-type {
    left: 50px;
  }

  .min .slider .holder .element {
    width: 100%;
    height: 150px;
  }

  .slider .holder .el {
    position: static;
    padding: 21px;
  }

  .min .slider .holder .element .img {
    width: 171px;
    height: 120px;
  }

  .min .slider .holder .element .img img {
    width: 100%;
    height: 137px;
  }

  .min .slider .holder .element .desc {
    width: 171px;
  }

  .min .slider-elements-content {
    width: 555px;
  }

  .min .slider-elements-content .slider-element-content .img {
    width: 555px;
  }

  .min .slider-elements-content .slider-element-content img {
    height: 300px;
  }

  .about {
    width: 650px;
  }

  .myfeatures {
    width: 555px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 50px;
  }

  .myfeatures .features {
    order: 1;
    width: 200px;
  }

  .features li {
    width: 100%;
  }

  .myfeatures .features-content {
    width: 300px;
  }

  .features .features-content > div {
    width: 300px;
  }

  .myfeatures .features-content > div p {
    width: 100%;
    height: 100%;
    margin: 7px auto -25px;
    font-size: 15px;
    font-family: "min-font";
    line-height: 1.3;
  }

  .features-content > div .img {
    width: 100%;
    height: 100%;
    margin: 0px auto 17px;
  }

  .features-content > div h5 {
    width: 100%;
  }
  .about .about-logo{
    height: auto;
    img{
      width: 150px;
      height: 50px;
      margin-top: 0px;
    }
}

  .manager {
    justify-content: center;
  }

  .manager .preview {
    width: 250px;
  }

  .manager .preview p {
    width: 222px;
    font-size: 21px;
  }

  .manager .manager-pic {
    width: 250px;
  }

  .manager .manager-pic img {
    width: 222px;
  }

  /* Footer Media Query Sart */
  footer .contact .lg-footer {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    gap: 17px;
  }

  footer .contact .lg-footer .description {
    width: 77%;
    margin: 21px auto;
    text-align: left;
  }

  footer .contact .lg-footer .details {
    order: 3;
    width: 70%;
  }
  footer .contact .lg-footer .social-media {
    order: 2;
    width: 70%;
  }
  footer .social-media ul li {
    width: 141px;
    height: 31px;
    font-size: 21px;
    border-radius: 9px;
    cursor: pointer;
  }
  footer .details ul li {
    margin: 11px;
    font-size: 11px;
    text-align: left;
  }

  footer .send-feedback .form {
    width: 500px;
  }

  footer .footer-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 11%;
  }

  footer .footer-img img {
    width: 131px;
    height: 30px;
    margin: 0px;
  }

  footer .footer-img .bottombar ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 222px;
    height: 100%;
  }

  .footer-img ul li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-img .bottombar ul li a {
    text-transform: capitalize;
    color: #f93;
    font-family: "head-font";
    cursor: pointer;
  }

  .footer-img .bottombar ul li i {
    color: #fff;
    font-size: 11px;
    text-transform: capitalize;
    cursor: pointer;
  }

  .copywrite {
    width: 191px;
  }

  /* Footer Media Query End */

  /* Min Media Query End */
}

/* Large Start */
@media (min-width: 1000px) {
  header .navbar button:first-of-type {
    display: none;
  }
  .navbar ul {
    margin: 0px;
  }
  header .welcome-message {
    width: 100%;
    height: 300px;
    margin: 70px auto 0px;
    background: radial-gradient(#000000c9, transparent) !important;
  }
  .min .slider {
    width: 999px;
    margin: 0px auto;
  }

  .min .slider .holder {
    width: 999px;
    height: 271px;
  }

  .min .slider .holder .element {
    width: 100%;
    height: 210px;
  }

  .min .slider .holder .element .img {
    width: 270px;
    height: 191px;
  }

  .min .slider .holder .element .img img {
    width: 100%;
    height: 210px;
  }

  .min .slider .holder .element .desc {
    width: 270px;
    border-radius: 21px;
    padding: 21px 0px;
  }

  .min .slider-elements-content {
    width: 900px;
    margin: 151px auto 55px;
  }

  .min .slider-elements-content .slider-element-content .img {
    width: 900px;
  }

  .min .slider-elements-content .slider-element-content img {
    height: 500px;
  }

  .myfeatures {
    width: 900px;
  }

  .myfeatures .features {
    width: 373px;
    height: 403px;
  }

  .myfeatures .features li {
    margin: 0px auto 15px;
  }

  .myfeatures .features-content {
    width: 500px;
  }

  .features-content > div img {
    width: 500px;
    height: 300px;
  }

  .about {
    width: 1000px;
    height: 300px;
    padding: 1px;
  }

  .about .about-logo {
    margin: 50px;
  }
  .about p {
    margin: 0px 50px 0px;
    width: 90%;
  }

  .about h3 {
    margin: 51px 50px 10px;
  }
}

/* Media Query End */
