/* Start Global Rules */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  :root {
    --main-color: #71318f;
    --main-color-alt: #1787e0;
    --main-transition: 0.3s;
    --main-padding-top: 100px;
    --main-padding-bottom: 100px;
    --section-background: #ececec;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: "Cairo", sans-serif;
  }
  a {
    text-decoration: none;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  /* Small */
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  /* Medium */
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  /* Large */
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }

  .header {
    position: relative;
    min-height: 100vh;
  }
  .header .container {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    flex-wrap: wrap;
  }
  .header .const-nav{
    display: inline-flex;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
    border: solid 1px transparent;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
  }
  .header .logo {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
  }

  @media (max-width: 767px) {
    .header .logo {
     /* margin: auto;
      width: 20%;
      height: 20%;*/
      display: none;
    }
  }
  @media (max-width: 767px) {
    .header .fab {
      display: none;
    }
  }
  .header .main-nav {
    display: flex;
    margin: auto;
  }
  .header .main-nav .language{
    display: none;
  }
  @media (max-width: 767px) {
    .header .main-nav {
      margin: 0;
      padding: 0;
    }
  }

  @media (max-width: 767px) {
    .header .main-nav .language {
      display: flex;
    }
  }
  @media (max-width: 767px) {
    .header{
      margin: auto;
      width: 100vh;
    }
  }

  .header .main-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    position: relative;
    color: #191919;
    padding: 0 30px;
    overflow: hidden;
    font-size: 18px;
    transition: var(--main-transition);
}

.header .main-nav > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--main-color);
    top: 0;
    left: -100%;
    transition: var(--main-transition);
  }
  .header .main-nav > li > a:hover {
    color: var(--main-color);
    background-color: #fafafa;
  }
  .header .main-nav > li > a:hover::before {
    left: 0;
  }

  .header .container img{
    display:flex ;
    justify-content: left;
    align-items: flex-start;
    width: 100px;
  }
  
  .header .fab {
    margin-left: 5px;
    
    padding-right: 5px;
    
  }
  .header .links img{
    width: 20px;
    margin: 7px;
  }
  .header .fa-youtube:before {
    content: "\f167"; }
  
  .header .fa-youtube-square:before {
    content: "\f431"; }

  .header .links{
    margin: 10px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
  }
  .header .links .fab:hover{
    border: solid 2px transparent;
  }
  .header .language {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    position: relative;
    color: #191919;
    padding: 0 30px;
    overflow: hidden;
    font-size: 18px;
    transition: var(--main-transition);
}
  .header .language::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--main-color);
    top: 0;
    left: -100%;
    transition: var(--main-transition);
  }
  .header .language{
    position: relative;
    float: right;
    margin: auto;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 20px;
    color: #191919;
  }
  .header .language:hover {
    color: var(--main-color);
    background-color: #fafafa;
  }
  .header .language:hover::before {
    left: 0;
  }
  .header video
  {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 90vh;
    object-fit: cover;
    opacity: 0.8;
    z-index: -2;
  }
  .header h1{
    padding: 80px;
    padding-bottom: 10px;
  }
  .header p{
    padding: 80px;
    padding-top: 0;
    font-size: 22px;
  }
  

  .main-title {
    text-transform: uppercase;
    margin: auto;
    margin-top: 820px;
    border: 2px solid #71318f;
    color:rgb(0, 0, 0) ;
    padding: 10px 20px;
    font-size: 30px;
    width: fit-content;
    position: relative;
    z-index: 10000;
    transition: var(--main-transition);
  }
  .siz{
      display: none;
  }
  .si{
    display: flex;
  }
    @media (min-width: 1200px) {
    .main-title {
    text-transform: uppercase;
    margin: 0 auto 30px;
    border: 2px solid var(--main-color);
    color:var(--main-color) ;
    padding: 10px 20px;
    font-size: 30px;
    width: fit-content;
    position: relative;
    z-index: 1;
    transition: var(--main-transition);
    }
    .si{
      display: none;
    }
    .siz{
      display: flex;
    }
    }
  .main-title::before,
  .main-title::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #71318f;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-title::before {
    left: -30px;
  }
  .main-title::after {
    right: -30px;
  }


  /* End Header */

 
 
   /* Start ContactUs */
.ContactUs {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  @media (max-width: 767px) {
    .ContactUs{
      margin: auto;
      width: 100vh;
    }
  }

  .ContactUs .form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
  }
  @media (max-width: 991px) {
    .ContactUs .form {
      flex-basis: 100%;
    }
  }
  .ContactUs .form .input {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
    caret-color: var(--main-color);
  }
  .ContactUs .form textarea.input {
    resize: none;
    height: 200px;
  }
  .ContactUs .form .input:focus {
    outline: none;
  }
  .ContactUs .form [type="submit"] {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: var(--main-transition);
  }
  .ContactUs .form [type="submit"]:hover {
    background-color: var(--main-color-alt);
  }
  .ContactUs .content {
    text-align: center;
    padding: 0 20px;
  }
  .ContactUs .content h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .ContactUs .content p {
    line-height: 1.6;
    font-size: 18px;
    max-width: 500px;
  }
  .ContactUs .content img {
    width: 300px;
    max-width: 100%;
  }
  /* End ContactUs */
   /* Start footer */
.footer {
  background-color: #191919;
  padding: 70px 0 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer {
    display: flex;
      margin: 0;
      width: 90vh;
    text-align: center;
  }
  .footer img{
    margin: auto;
  }
  .footer .box{
    margin: 0;
    padding: 0;
  }
}
.footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.footer img{
  width: 300px;
  margin: 0;
  margin-bottom: 30px;
}
.footer .box h3 {
  color: #71318f;
  font-size: 50px;
  margin: 0 0 20px;
}
.footer .box .social {
  display: flex;
  width: 20px;
  color: #d3d3d3;
  margin-left: 30px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .footer .box .social {
    justify-content: center;
  }
}
.footer .box .social li {
  margin-right: 10px;
}
.footer .box .social li a {
  background-color: #313131;
  color: #b9b9b9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: var(--main-transition);
}
.footer .social img{
  width: 40px;
  margin: 0;
  padding: 0;
}
.footer .social .fa{
  border: solid 1px black;
  border-radius: 90px;
  background-color: white;
  width: 30px;
  z-index: -1;
}
.footer .box .social .fa:hover {
  background-color: #1877f2;
}
.footer .box .social .in:hover {
  background-color: #e95950;
}
.footer .box .social .yo:hover {
  background-color: #ff0000;
}
.footer .box .social .so:hover {
  background-color: #ff7700;
}
.footer .box .text {
  line-height: 2;
  color: #000000;
}
.footer .like-icon{
  margin: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.footer .like-icon a:hover{
  color: white;
  border: 1px solid white;
  width: 60px;
}

.footer .like-icon a {
  border: 1px solid #dddddd;
  border-radius: 100%;
  color: #ddd;
  display: inline-block;
  font-size: 22px;
  height: 54px;
  line-height: 54px;
  margin: 5px 5px 5px 0;
  text-align: center;
  transition: all .3s ease 0s;
  width: 54px;
  
}


.footer .box .links li {
  padding: 15px 0;
  transition: var(--main-transition);
}
.footer .box .links li:not(:last-child) {
  border-bottom: 1px solid #444;
}
.footer .box .links li:hover {
  padding-left: 10px;
}
.footer .box .links li:hover a {
  color: white;
}
.footer .box .links li a {
  color: #b9b9b9;
  transition: var(--main-transition);
}
.footer .box .links li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\F101";
  font-weight: 900;
  margin-right: 10px;
  color: var(--main-color);
}
.footer .box .line {
  display: flex;
  align-items: center;
  color: #b9b9b9;
}
@media (max-width: 767px) {
  .footer .box .line {
    flex-direction: column;
  }
}
.footer .box .line i {
  font-size: 25px;
  color: var(--main-color);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .footer .box .line i {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer .box .line .info {
  line-height: 1.7;
  flex: 1;
}
.footer .box .line .info span {
  display: block;
}

.copyright {
  text-align: center;
  color: #b9b9b9;
  background-color: black;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #444;
}
@media (max-width: 767px) {
  .copyright {
    margin: 0;
    width: 100vh;

  }

}

.footer .box .chat{

  margin: auto;
  color: white;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.footer .box .chat:hover{
  font-size: larger;
  color: #71318f;
}
/* End footer */
  /* Start Animation */
@keyframes up-and-down {
    0%,
    100% {
      top: 0;
    }
    50% {
      top: -50px;
    }
  }
  @keyframes bouncing {
    0%,
    10%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40%,
    60% {
      transform: translateY(-15px);
    }
  }
  @keyframes left-move {
    50% {
      left: 0;
      width: 12px;
      height: 12px;
    }
    100% {
      left: 0;
      border-radius: 0;
      width: 50%;
      height: 100%;
    }
  }
  @keyframes right-move {
    50% {
      right: 0;
      width: 12px;
      height: 12px;
    }
    100% {
      right: 0;
      border-radius: 0;
      width: 50%;
      height: 100%;
    }
  }
  @keyframes moving-arrow {
    100% {
      transform: translateX(10px);
    }
  }
  @keyframes flashing {
    0%,
    40% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      width: 200%;
      height: 200%;
    }
  }
  @keyframes change-background {
    0%,
    100% {
      background-image: url("../imgs/discount-background1.jpg");
    }
    50% {
      background-image: url("../imgs/discount-background2.jpg");
    }
  }
  /* End Animation */
  .h {
    position: relative;
  }
  .h .container {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .h .logo {
    color: var(--main-color);
    font-size: 26px;
    font-weight: bold;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
  }
  @media (max-width: 767px) {
    .h .logo {
      width: 100%;
      height: 50px;
    }
  }
  @media (max-width: 767px) {
    .h .fab {
      display: none;
    }
  }
  .h .main-nav {
    display: flex;
  }
  .h .main-nav .language{
    display: none;
  }
  @media (max-width: 767px) {
    .h .main-nav {
      margin: 0;
      padding: 0;
    }
  }
  @media (max-width: 767px) {
    .h .main-nav .language {
      display: flex;
    }
  }
  @media (max-width: 767px) {
    .h{
      margin: 0;
      padding: 0;
      width: 150%;
    }
  }

  .h .main-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    position: relative;
    color: black;
    padding: 0 30px;
    overflow: hidden;
    font-size: 18px;
    transition: var(--main-transition);
}

.h .main-nav > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--main-color);
    top: 0;
    left: -100%;
    transition: var(--main-transition);
  }
  .h .main-nav > li > a:hover {
    color: var(--main-color);
    background-color: #fafafa;
  }
  .h .main-nav > li > a:hover::before {
    left: 0;
  }
  .h .fab {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .h .links{
    display: flex;
  }

  .h.language{
    padding: 10px;
    margin: 10px;
  }
  @media (max-width: 767px) {
    .h .language {
      display: none;
    }
  }
  .h video
  {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 90vh;
    object-fit: cover;
    opacity: 0.8;
    z-index: -2;
  }


  .h h1{
    padding: 80px;
    padding-bottom: 10px;
  }
  .h p{
    padding: 80px;
    padding-top: 0;
    font-size: 22px;
  }

  .ytp-cued-thumbnail-overlay-image {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}