@font-face {
    font-family: 'almarai-light';
    src: url('../fonts/almarai-light.ttf');
  }

  @font-face {
    font-family: 'almarai-regular';
    src: url('../fonts/almarai-regular.ttf');
  }

  @font-face {
    font-family: 'almarai-bold';
    src: url('../fonts/almarai-bold.ttf');
  }

  input:focus, textarea:focus, select:focus{
    outline: 0 !important;
  }

  .grecaptcha-badge{
    display: none;
  }

  .f_white {
    color: #fff;
  }

  .f_black {
    color: #000;
  }

  .bg_white {
    background-color: #fff;
  }

  .bg_black {
    background-color: #000;
  }

  .pl_15 {
    padding-left: 15px;
  }

  .on {
    transition: opacity .4s linear;
    opacity: 1;
  }

  .off {
    opacity: 0;
    transition: opacity .4s linear;
  }


/***** SCROLLBAR *****/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*background:#e0e0e0;*/
  background:#EBC8CA; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}


/***** HEADER *****/
@media screen and (min-width: 769px) and (max-width: 2560px) {
  .masthead {
    position: fixed;
    padding: 80px 0;
    width: 100%;
    z-index: 110;
    top: 0;
    background-color: transparent;
    transition: ease 0.2s;
  }

  .contact-btn {
    font-family: 'almarai-light';
    text-decoration: none;
    line-height: 40px;
    padding: 11px 30px;
    border-radius: 3px;
    cursor: pointer;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .masthead {
    position: fixed;
    padding: 40px 0;
    width: 100%;
    z-index: 110;
    top: 0;
    background-color: transparent;
    transition: ease 0.2s;
  }

  .contact-btn {
    font-family: 'almarai-light';
    text-decoration: none;
    line-height: 34px;
    padding: 9px 25px;
    border-radius: 3px;
    cursor: pointer;
  }
  .contact-btn:hover {
    background-color: #EBC8CA;
    transition: ease-in-out 0.2s;
    text-decoration: none;
    color: #fff;
  }

  .logo {
    height: 16px; 
    width: auto;
    transition: ease 0.2s;
  }
}

  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  } 

  .pull-right {
    float: right;
  }

  @media screen and (min-width: 769px) and (max-width: 2560px) {
    .logo {
      height: 24px; 
      width: auto;
      transition: ease 0.2s;
    }

    .contact-btn:hover {
      background-color: #EBC8CA;
      transition: ease-in-out 0.2s;
      text-decoration: none;
      color: #fff;
    }
  }  


/***** HERO SECTION *****/

.bobble {
  width: 100px;
  height: 5px;
  background: #EBC8CA;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: bobble 2s infinite;
  display: block;
}

@keyframes bobble {
  0% {
      transform: translateY(-10px);
  }
  50% {
      transform: translateY(-40px);
  }
  100% {
      transform: translateY(-10px);
  }
}

@media screen and (min-width: 769px) and (max-width: 2560px) {
  .main-heading {
    font-family: 'almarai-regular';
    font-size: 64px;
    padding-bottom: 40px;
  }

  .serv-column {
    font-family: 'almarai-regular';
    font-size: 50px;
    padding-bottom: 20px;
    line-height: 1;
  }

  .intro-column {
    font-family: 'almarai-regular';
    font-size: 32px;
    padding-bottom: 20px;
  }

  .hero-section>.container:first-child {
    padding-top: 230px;
  }

  .hero-section>.container:nth-child(2) {
    padding-top: 150px;
  }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .main-heading {
    font-family: 'almarai-regular';
    font-size: 32px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .main-heading {
    font-family: 'almarai-regular';
    font-size: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .serv-column {
    font-family: 'almarai-regular';
    font-size: 25px;
    padding-bottom: 20px;
    line-height: 1;
  }

  .intro-column {
    font-family: 'almarai-regular';
    font-size: 20px;
    padding-bottom: 20px;
  }

  .hero-section>.container:first-child {
    padding-top: 150px;
  }

  .hero-section>.container:nth-child(2) {
    padding-top: 150px;
  }
}

#typed, #typed-cursor {
  color: #EBC8CA;
}

.typed-cursor {
  position: relative;
  top: 5px;
}

.web-list {
  font-family: 'almarai-light';
}

.web-list li {
  padding-bottom: 16px ;
}

.hero-section {
  width: 100%;
  z-index: 90;
  padding-bottom: 200px;
}

.hero-section>div {
  position: relative;
}

.n-text {
  font-family: 'almarai-light';
  font-size: 16px;
  text-align: justify;
}

.sticky {
  position: fixed;
  height: 100vh;
  z-index: 80;
}

.tech-logo {
  height: 35px;
  width: auto;
  margin-right: 20px;
}

.tech-logo:nth-child(2) {
  height: 60px;
}



/***** TECH SECTION *****/


@media screen and (min-width: 769px) and (max-width: 2560px) {
  .tech-section {
    width: 100%;
    background-color: #000;
    z-index: 100;
    padding: 150px 0;
  }

  .tech-img {
    height: 100px;
    width: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .tech-section {
    width: 100%;
    background-color: #000;
    z-index: 100;
    padding: 80px 0 20px;
  }

  .tech-img {
    height: 100px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}


.tech-img_row {
  padding-top: 50px;
}

.tech-img_row>div>div> div{
  padding-bottom: 50px;
}

.tech-img_row div >img:hover {
  cursor: pointer;
}

/***** CONTACT SECTION *****/

@media screen and (min-width: 769px) and (max-width: 2560px) {
  .contact-section {
    background-color : #fff;
    z-index: 100;
    width: 100%;
    padding: 150px 0;
  }

  .main-heading_contact {
    font-family: 'almarai-regular';
    font-size: 64px;
    margin-bottom: 60px;
  }

  .intro-column_contact{
    font-family: 'almarai-regular';
    font-size: 32px;
    line-height: 1;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .main-heading_contact {
    font-family: 'almarai-regular';
    font-size:40px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .main-heading_contact {
    font-family: 'almarai-regular';
    font-size:32px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact-section {
    background-color : #fff;
    z-index: 100;
    width: 100%;
    padding: 80px 0;
  }

  .intro-column_contact{
    font-family: 'almarai-regular';
    font-size: 25px;
    line-height: 1;
  }
}

.intro-column_wrapper {
  margin-bottom: 50px;
}

.form-group > label {
  font-family: 'almarai-light';
  font-size: 18px;
}

.form-group {
  margin-bottom: 50px;
}

.contact-form_input {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 0px !important;
  padding-left: 0px;
  font-family: 'almarai-light';
  font-weight: bold;
  font-size: 18px;
}

.contact-form_text {
  border: 2px solid #bfbfbf;
  border-radius: 0px !important;
  font-family: 'almarai-light';
}

@media screen and (min-width: 769px) and (max-width: 2560px) {
  .contact-form_btn {
    background-color: #000;
    font-family: 'almarai-light';
    font-size: 16px;
    border-radius: 3px;
    border: none;
    padding: 11px 40px;
    margin-top: 50px;
  }
  
  .contact-form_btn:hover {
    background-color: #EBC8CA;
    transition: ease-in-out 0.2s;
    font-family: 'almarai-light';
    font-size: 16px;
    border-radius: 3px;
    border: none;
    padding: 11px 40px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact-form_btn {
    background-color: #000;
    font-family: 'almarai-light';
    font-size: 16px;
    border-radius: 3px;
    border: none;
    padding: 9px 35px;
    margin-top: 50px;
    line-height: 1;
  }
  
  .contact-form_btn:hover {
    background-color: #EBC8CA;
    transition: ease-in-out 0.2s;
    font-family: 'almarai-light';
    font-size: 16px;
    border-radius: 3px;
    border: none;
    padding: 9px 35px;
    margin-top: 50px;
  }
}



.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group label span {
  color: #EBC8CA;
}

.contact-alert{
  color: #EBC8CA;
}

#priv-wrapper > input {
  margin-left: 0px;
}

#priv-wrapper > label {
  padding-left: 25px;
}



/***** TRANSPARENT *****/

.transparent-section {
  width: 1%;
}


/***** FOOTER *****/
@media screen and (min-width: 769px) and (max-width: 2560px) {
  .footer {
    background-color: #000;
    display: none;
    width: 100%;
    padding: 150px 0;
    z-index: 80;
  }

  .privacy {
    padding-top: 50px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .footer {
    background-color: #000;
    display: none;
    width: 100%;
    padding: 80px 0;
    z-index: 80;
  }

  .privacy .order-md-1 {
    padding-top: 30px;
  }
}


.what, .tech, .contact {
  text-align: right;
  color: #fff !important;
  font-family: 'almarai-regular';
  font-size: 46px;
  text-align: right;
  cursor: pointer;
}

.footer li {
  text-align: right;
}

.what:hover, .tech:hover, .contact:hover {
  color: #EBC8CA !important;
  transition: ease 0.2s;
}

.privacy p {
  font-size: 16px;
  font-family:'almarai-light';
  margin-bottom: 10px;
}

.privacy .row div:first-child p{
  text-align: left;
  color:rgba(255,255,255,0.4);
}


.privacy .row div:nth-child(2) p,  .privacy .row div:nth-child(3) p{
  text-align: left;
  color: #fff;
}


@media screen and (min-width: 769px) and (max-width: 2560px) {
  .privacy .row div:nth-child(2) p,  .privacy .row div:nth-child(3) p{
    text-align: right;
    color: #fff;
  }
}


.privacy .row div:nth-child(2) a {
  color: #fff;
  font-size: 16px;
  font-family:'almarai-light';
}

.privacy .row div:nth-child(2) a:hover {
  color: #fff;
  font-size: 16px;
  font-family:'almarai-light';
}

.ty-tech {
  cursor: pointer;
  color: #EBC8CA;
}

.ty-tech:hover {
  cursor: pointer;
  color: #EBC8CA;
  text-decoration: underline;
}


/***** THANK YOU PAGE *****/
@media screen and (min-width: 769px) and (max-width: 2560px) {
  .ty-section {
    padding-top: 230px;
    width: 100%;
    z-index: 90; 
    height: 60vh;     
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ty-section {
    padding: 230px 0 50px;
    width: 100%;
    z-index: 90;   
  }
}

/***** SORRY PAGE *****/

.sry-link {
  color: #EBC8CA;
}

.sry-link:hover {
  color: #EBC8CA;
}

/***** CUSTOM CHECKBOX INPUT *****/

.si {
  --color-default: #bfbfbf;
  --color-active: #000;
  --rotate-default: 180deg;
  --rotate-active: 40deg;
  --border-size-checkmark: 2px;
  --border-size-box: 1px;
  --input-size: 20px;
  --guter: 15px;
}

.si,
.si *,
.si *::before,
.si *::after {
  box-sizing: border-box;
}

.si {
  cursor: pointer;
  position: relative;
}

.si > input[type="checkbox"],
.si > input[type="radio"] {
  -webkit-clip-path: polygon(0 0);
          clip-path: polygon(0 0);
}

.si .si-label {
  display: inline-block;
  padding-left: var(--guter);
  color: #000;
  vertical-align: text-top;
}

.si .si-label::before,
.si .si-label::after {
  transition: all 0.2s ease-in-out;
}

.si .si-label::before {
  content: '';
  display: block;
  width: var(--input-size);
  height: var(--input-size);
  border: var(--border-size-box) solid var(--color-default);
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

.si .si-label:hover::before {
  border-color: var(--color-active);
}

.si.si-checkbox .si-label::before {
  border-radius: var(--border-size-checkmark);
}

.si.si-checkbox .si-label::after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  border-width: 0 var(--border-size-checkmark) var(--border-size-checkmark) 0;
  border-style: solid;
  border-color: transparent var(--color-active) var(--color-active) transparent;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(var(--rotate-default)) scale(0);
          transform: rotate(var(--rotate-default)) scale(0);
}

.si.si-checkbox > input:checked + .si-label::after {
  left: 8px;
  -webkit-transform: rotate(var(--rotate-active)) scale(1);
          transform: rotate(var(--rotate-active)) scale(1);
}

.si.si-checkbox > input:checked + .si-label::before {
  -webkit-transform: rotate(var(--rotate-active)) scale(0);
          transform: rotate(var(--rotate-active)) scale(0);
}

.si [data-onchecked="show"],
.si > input:checked ~ [data-onchecked="hide"] {
  display: none;
}

.si [data-onchecked="hide"],
.si > input:checked ~ [data-onchecked="show"] {
  display: inline-block;
}

.si > input:checked + .si-label.line-across {
  text-decoration: line-through;
}


/***** POPUP BOX *****/


@media screen and (min-width: 769px) and (max-width: 2560px) {
  .popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 400px;
    z-index: 200;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 20px 4px rgba(0,0,0,.06);
    box-shadow: 0 0 20px 4px rgba(0,0,0,.06);
  }

  .popup_btn {
    background-color: #000;
    font-family: 'almarai-light';
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 11px 40px;
    width: inherit;
  }

  .popup_btn:hover {
    background-color: #EBC8CA;
    transition: ease-in-out 0.2s;
    font-family: 'almarai-light';
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 11px 40px;
    width: inherit;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .popup {
    position: fixed;
    bottom: 10px;
    width: 90%;
    z-index: 200;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 20px 4px rgba(0,0,0,.06);
    box-shadow: 0 0 20px 4px rgba(0,0,0,.06);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .popup_btn {
    padding: 11px 0;
    width: 300px;
    margin: 0 auto;
    display: block;
    background-color: #000;
    font-family: 'almarai-light';
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #fff;
    margin-bottom: 10px;
  }

  .popup_btn:hover {
    background-color: #EBC8CA;
    transition: ease-in-out 0.2s;
    font-family: 'almarai-light';
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 11px 0px;
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}


.popup_on {
  transition: opacity .4s linear 1.5s;
    opacity: 1;
}

.popup-text {
  padding: 10px;
}


/***** Privacy Policy Page *****/

.pp-section {
  padding-top: 230px;
  width: 100%;
  z-index: 90;
}

.nav-pills .nav-link.active {
  color:#ffff !important;
  background-color: #000 !important;
}

@media screen and (min-width: 769px) and (max-width: 2560px){
  .nav-link {
    color: #000 !important;
    font-family:'almarai-light';
    line-height: 1;
    padding: 12px 18px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px){
  .nav-link {
    color: #000 !important;
    font-family:'almarai-light';
    line-height: 1;
    padding: 10px 15px;
  }
}

.nav-link:hover {
  background-color: #EBC8CA;
  color: #fff !important;
}

.lang {
  position: fixed;
  top: 150px;
  z-index: 150;
}
