
:root {
  --accent-color: #960505;
  --main-transition: all 0.3s ease-in-out;
}

@font-face {
  font-family: 'allgenders';
  src: url('fonts/All-Genders-Regular-v4.otf') format('opentype');
}


* {
/* font-family: 'Cairo', sans-serif; */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'allgenders', sans-serif !important;


}



html, body {
  overflow-x: hidden;
}
body {
  
  z-index: 1;
}



.hide-nav {
  display: none;
}

.cv-container {
  max-width: 550px;
  height: auto;
  text-align: center;
  border: 1px dashed grey;
  margin: 10px;
  border-radius: 10px;
  background-color: #eef1f6;
}



/* Hide the default file input */
input[type="file"] {
  font-size: 100px;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

/* Style for the custom button */
button {
  padding: 3px 15px;
  background-color: white;
  color: #960505;
  border: 2px solid #960505;
  background-color: #eee;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'allgenders', sans-serif !important;
  text-align: center;
}

button:hover {
  background-color: #960505;
  color: white;
}

.hidden {
  visibility: none;
}

#cv-upload-img:hover {
  cursor: pointer;
}
.cv-container:hover {
  cursor: pointer;
}






.menu-container {
  list-style: none;
  padding: 0;
  margin: 0;
  direction: rtl; /* Right-to-left direction for Arabic text */
}

/* Style for the main menu items */
.menu-item {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  background-color: #666;
  border-radius: 10px;
  margin-left: 10px; /* Adjusted margin */
  color: #000;
  cursor: pointer;
}

/* Style for the dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0; /* Adjusted position for right-to-left flow */
  width: 200px;
  padding: 10px;
  background-color: #444;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Style for the dropdown menu items */
.dropdown-menu-item {
  padding: 8px 0;
}

/* Show the dropdown when hovering over the main menu item */
.menu-item:hover .dropdown-menu {
  display: block;
}





#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.vertical-separator {
    width: 2px;
    height: 300px; /* Adjust the height as needed */
    background-color: #960505; /* Red color */   
    display: inline-block;
    margin: 70px 50px;
    margin-right: 50px;

  }


.container ul li {
    border-bottom: 2px solid rgba(255,255,255,0); padding-bottom: 3px;
  }


.container ul li:hover {
    border-bottom: 2px solid #960505; padding-bottom: 3px;
}

#nav-sub-btn:hover {
    border-bottom: 2px solid #960505; padding-bottom: 3px;
}

.footer-division ul li a{
  color: white;
  text-decoration: none;
}


.subscribe-button {
    background-color: transparent;
    font-weight: bold;
    border: 3px solid #960505; /* Red border color */
    color: #960505; /* Red text color */
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'allgenders', sans-serif !important;
  }

  .subscribe-button:hover {
    background-color: #960505; /* Red background color on hover */
    color: #fff; /* White text color on hover */
    font-family: 'allgenders', sans-serif !important;
  }

body {
  color: #222;

}

.container {
  max-width: 1200px;
  margin: 30px auto;
  /* padding: 0 20px; */

}
.section_info {
    width: 100%;
    margin: 0 auto;
    /* padding: 0 20px; */
  
  }
.nav {
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  transition: var(--main-transition);
  text-transform: uppercase;
  text-align: center;
  
}

.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--main-transition);
}

.nav ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}

.nav a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  font-weight: 300;
  transition: var(--main-transition);
}

.nav * {
  font-size: 17px;
  font-weight:900;
  letter-spacing: 0.1rem;
}

.nav a.current,
.nav a:hover {
  color: var(--accent-color);
}

.nav a.current {
  font-weight: 600;
}

.nav a.current::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: var(--accent-color);
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--main-transition);
}

.nav.active {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav.active a {
  color: #960505;
}


.nav.active a.current::before {
  opacity: 0;
}

.nav.active .container {
  margin: 10px auto;
}

i {
  margin: 0 10px;
}

.hero {
  background-image: url("images/cover/cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  height: 100vh;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  z-index: -2;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* backdrop-filter: hue-rotate(290deg) saturate(50%) contrast(90%); */
  z-index: -1;
}

.hero h1 {
  font-size: 46px;
  margin: -20px 0 20px;
  font-weight: 800;
}

.hero p {
  font-size: 16px;
  font-weight: 200;
}

.content h2 {
  font-size: 150%;
  margin: 20px 0;
  text-transform: uppercase;
}

.content p {
  color: #555;
  line-height: 30px;
  margin-bottom: 10px;
}




* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.container_form {
  display: none;
	width:50%;

	margin:0 auto;
	position: relative;
  text-align: center;
}

.contact input[type="text"], .contact input[type="address"], .contact input[type="tel"], .contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

.contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

.contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

.contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

.contact input[type="text"], .contact input[type="address"], .contact input[type="tel"] {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

.contact input[type="text"]:hover, .contact input[type="tel"]:hover, .contact input[type="address"]:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}


.contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:white;
    font-weight: bold;
    border: 2px solid #960505;
	color:#960505;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

.contact button[type="submit"]:hover {
	background:#960505;
    color: white;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

.contact button[type="reset"] {
	cursor:pointer;
	width:100%;
	border:none;
	background: #D3D3D3;
	color:black;
	margin:0 0 5px;
	padding: 5px;
	font-size:15px;
}

.contact button[type="reset"]:hover {
	opacity: 0.5;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

input[type="text"], input[type="tel"], input[type="address"] {
    text-align: right; /* Move placeholder text to the right */
    font-size: 20px!important; /* Adjust the font size as needed */
    font-weight: bolder; /* Make the font bold */
    padding: 10px;
}

.contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

.contact input:focus, .contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


#footer_main {
  width: 100%;
  background: linear-gradient(to bottom, #960505, #912C2D)!important;
  color: white;
  height: auto;
  
}


.footer-info {
  width: 75%;
  margin: 0px auto;
  text-align: center;
}



.footer-division {
  padding-top: 40px;
  padding-bottom: 40px;
  vertical-align: top;

  width: 250px;
  display: inline-block;
  margin: 0px auto;
  /* float: right; */
  margin: 0px 30px;
}
  /* Dropdown container */
  .dropdown {
    margin: 0px auto;
    /* position: relative; */
    display: block;
    text-align: center; /* Center the text */
}

/* Dropdown button */
.dropbtn {
    background-color: #960505;
    color: white;
    border: 2px solid white;
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

/* Arrow indicating dropdown */
.dropbtn::after {
    content: '\25BC'; /* Unicode character for down arrow */
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #960505;
    min-width: 250px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

/* Dropdown items */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: white;
    color: #960505;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Default selected style */
.dropdown-content a[selected] {
    background-color: white;
    color: #960505;
}









  /* Dropdown container */
.form-dropdown {
    /* position: relative; */
    display: block;
    text-align: right; /* Center the text */
    floaT: right;
}

/* Dropdown button */
.form-dropbtn {
    background-color: #F9F9F9;
    color:#666666;
    border: 2px solid white;
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border: solid 2px #AAAAAA;

}

/* Arrow indicating dropdown */
.form-dropbtn::after {
    content: '\25BC'; /* Unicode character for down arrow */
    font-size: 7px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

/* Dropdown content */
.form-dropdown-content {
    display: none;
    position: absolute;
    background-color: #F9F9F9;
    min-width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 400px;
    overflow-y: scroll;
}

/* Dropdown items */
.form-dropdown-content a {
    color: black;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

/* Change color on hover */
.form-dropdown-content a:hover {
    background-color: white;
    color:  #666666;
}

/* Show dropdown on hover */
.form-dropdown:hover .form-dropdown-content {
    display: block;
}

/* Default selected style */
.form-dropdown-content a[selected] {
    background-color: #F9F9F9;
    color: black;
}








.copyright {
  padding-bottom: 20px;
  color: white;
  text-align: center;
  opacity: 0.9;
}




.slider {
  border-radius: 15px;
  margin: 0 auto;
}

.slide_viewer {
  height: 430px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;

}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  border-radius: 15px;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}


/* offer images */
.slide:nth-of-type(1) {
  background-image: url("images/offers/offers-1.jpg");
  background-position:center;
  background-size:contain;
  background-repeat: no-repeat;
  border-radius: 15px;

}

.slide:nth-of-type(2) {
  background-image: url("images/offers/offers-2.jpg");
  background-position:center;
  background-size:contain;
  background-repeat: no-repeat;
  border-radius: 15px;

}

.slide:nth-of-type(3) {
  background-image: url("images/offers/offers-3.jpg");
  background-position:center;
  background-size:contain;
  background-repeat: no-repeat;
  border-radius: 15px;

}

.slide:nth-of-type(4) {
  background-image: url("images/offers/offers-4.jpg");
  background-position:center;
  background-size:contain;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 35px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #960505;
  cursor: pointer;
}

.directional_nav {
  height: 40px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}


.anchor{
  display: block;
  height: 5px; /*same height as header*/
  margin-top: -5px; /*same height as header*/
  visibility: hidden;
}

#recaptcha_2 {
  width: 300px; /* Adjust the width as needed */
  margin: 0px auto; /* Set margins to auto to center horizontally */

}




.our-clients {
  width: 100%;
  background-image: url('images/assets/world.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
  height: auto;
  color: black;
  text-align: center;

}

.partners {
  width: 100%;
  height: auto;
  
}


.partners{
  text-align: center;
}

.partners-img{
  margin: 0px 80px;
}





@media (max-width: 1270px) {
  .footer-info {
    width: 100%;
  }
}

@media (max-width: 944px) {
  #quick-links {
    display: none;
  }
}





@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}


@media (max-width: 724px) {
  .container_form {
    width:100%;
      position: relative;
    text-align: center;
  }
}




@media (max-width: 921px) {
  .hero h1 {
    font-size: 30px;
  }

  .nav .container {
    display: flex;
    flex-direction: column;
  }

  /* .nav .logo {
    display: none;
  } */

  .nav {
    font-size: 1em;
  }
}


@media (max-width: 692px) {
    .nav-links {
      display: none!important;
    }
    .hero {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
        height: 100vh;
        color: #fff;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        z-index: -2;
    }
  }


  @media (max-width: 1268px) {

    #subscribe-section {
        width: 100%!important;
    }
  }

  @media (max-width: 904px) {

    .vertical-separator {
        display: block;
        margin: 0px auto;
        margin-top: 175px;
        margin-bottom: 40px;
        
        height:  2px;
        width: 50%;
    }
  }

  @media (max-width: 704px) {

    .partners-img{
      margin: 0px 40px;
    }
  }



  @media (max-width: 1220px) {

    #services-breaker {
      display: block !important;
    }
    .services-div {
      margin: 20px 20px !important;
    }
  }


  @media (max-width: 1030px) {

/* offer images */
.slide:nth-of-type(1) {
  background-image: url("images/offers/offers-1_small.jpg");

}

.slide:nth-of-type(2) {
  background-image: url("images/offers/offers-2_small.jpg");

}

.slide:nth-of-type(3) {
  background-image: url("images/offers/offers-3_small.jpg");

}

.slide:nth-of-type(4) {
  background-image: url("images/offers/offers-4_small.jpg");
}
  }

