/* import fonts from google font */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&display=swap');

/* universal and main style  start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Almarai', sans-serif;
}

button,
.btn,
input,
textarea {
  box-shadow: none !important;
}
a {
  text-decoration: none;
}

input[type="email"]{
  direction: rtl;
}
:root {
  --black: #000;
  --main-blue: #1679BA;  
  --light-black: rgba(0,0,0,0.6);
  --footer-link-black: rgba(0, 0, 0, 0.77);
  --footer-p: #1F1E1F;
  --white: #F8F8FC;
  --main-green: #18C5BF;



}

.lines2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lines3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* universal and main style  end */


/* header start */


header .top-header {
  background-color: var(--main-blue);
}

header .top-header .header-info a{
  color: var(--white);
  font-weight: bold;
  font-size: 12px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
header .top-header .header-info a:hover{
  opacity: 0.7;
  
}



.header .navbar-nav .nav-link {
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  color: var(--light-black);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  padding-right: 0px;
}

#myheader .navbar-nav .nav-link {
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  color: var(--light-black);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  position: relative;
  padding-right: 0px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link  {
  color: var(--main-blue);
}
.navbar-light .navbar-nav .nav-link.active svg {
  fill: var(--main-blue);
}

 #myheader .nav-link::after {
  content: "";
  position: absolute;
  background-color: var(--main-blue);
  border-radius: 10px;
  height: 3px;
  width: 50%;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: none;
}
 #myheader .active::after {
  display: block;
}
 #myheader .active::before {
  display: none;
}

 #myheader .nav-link::before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  border-radius: 10px;
  right: auto;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background-color: var(--main-blue);
}
 #myheader .nav-link:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.sidebar li .submenu {
  list-style: none;
  text-align: center;
 
}

.dropdown4
,.dropdown5 {
  position: relative;
  display: inline-block;
 
}

.header .modal-backdrop{
  z-index: 800 !important;
}

.dropdown-menu {
  display: block;
  position: absolute;
  background-color: white;
  min-width: 200px;
  border: none;
  right: -50px;
  padding: 0;
  max-height: 0 ;
  overflow: hidden;
  transition: all 0.3s ease;
  
}

.dropdown5 .dropdown-menu {
  display: block;
  position: absolute;
  background-color: var(--white);
  min-width: 100px;
  border: none;
  right: 0px;
  padding: 0;
  max-height: 0 ;
  overflow: hidden;
  transition: all 0.3s ease;
 
  
}


.dropdown4:hover .dropdown-menu {
  max-height: 600px; 
  transition-delay: 0.3s; 
  padding: 1.5rem 0;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.dropdown5:hover .dropdown-menu {
  max-height: 600px; 
  transition-delay: 0.3s; 
  padding: 1.5rem 0;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.dropdown-menu .items {
  font-size: 14px;
  line-height: 2.5;
  color: var(--light-black) ;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.dropdown-content .items:hover {
  background-color: #1678ba14 !important;
  color: var(--main-blue) !important;
  padding-right: 1.5rem;
}


#myheader {
  display: none;
  position: relative;
  transition: position 5s 3s ease !important;
  -webkit-transition: position 5s 3s ease !important;
  -moz-transition: position 5s 3s ease !important;
  -ms-transition: position 5s 3s ease !important;
  -o-transition: position 5s 3s ease !important;
}






@media (max-width : 1250px) {
  .header-logo{
    width: 220px;
  }
  .list-gap{
    gap : 0.8rem;
  }

}

@media (min-width : 1250px) {
  .header-logo{
    width: 350px;
  }
  .list-gap{
    gap : 1.5rem;
  }

}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white !important;
  height: 90px;
  box-shadow: -1px 0px 5px rgb(57 63 72 / 30%) !important;
 
}

.sticky > .nav {
  padding-top: 0px !important;
}

.offcanvas-body .nav-link {
  height: 20px !important;
}

 .header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background-color: var(--main-blue);
  border-radius: 10px;
  height: 3px;
  width: 50%;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: none;
}
 .header .navbar-nav .active::after {
  display: block;
}
 .header .navbar-nav .active::before {
  display: none;
}

 .header .navbar-nav .nav-link::before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  border-radius: 10px;
  right: auto;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background-color: var(--main-blue);
}
 .header .navbar-nav .nav-link:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

 .header .offcanvas-start {
  transition: all 1s !important;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
}
 .header .offcanvas-start .navbar-nav .nav-link {
  font-weight: 400 !important;
  line-height: 22px;
  color: var(--light-black);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
 .header .offcanvas-start .navbar-nav .nav-link:hover {
  color: var(--main-blue);
}
.header .offcanvas-start .navbar-nav .nav-link:hover:before{
  display: none;

}

 .header .offcanvas-start .navbar-nav .active {
  color: var(--main-blue);
}
 .header .offcanvas-start .navbar-nav .active::after  
{
  display: none;
}
 .navbar-light .nav-toggle {
  color: var(--light-black) !important;
  font-size: 30px !important;
  font-weight: bold;
  display: block;
}
@media (min-width: 992px) {
   .navbar-light .nav-toggle {
    display: none;
  }
}



@media (min-width: 500px) {
   .header .offcanvas {
    width: 50%;
  }
}
.land-sec .header .offcanvas-header .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

header .header .side-header a {
  color: var(--light-black);
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
header .header .side-header a:hover{
  color: var(--main-purple);
}


header .header {
  background-color: var(--white);
  box-shadow: -1px 0px 5px rgb(57 63 72 / 30%) !important;


}

.btn-danger{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-green);
  border-radius:5px ;
  -webkit-border-radius:5px ;
  -moz-border-radius:5px ;
  -ms-border-radius:5px ;
  -o-border-radius:5px ;
  border: 1px solid var(--main-green);
  font-weight: bold;
  width: 177px;
  padding: 14px 4%!important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;

}
.btn-danger:hover{
  background-color: var(--main-blue);
  border-color: var(--main-blue);
}
.btn-danger:focus{
  background-color: var(--main-blue);
  border-color: var(--main-blue);
}





/* header end */



/* footer start */


footer .top-footer{
  background-blend-mode: overlay;
  background-image: url("../images/backmoit34.png"),radial-gradient(circle at center,#1679ba 0%,#34b6b8 100%)!important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 4rem ; 
  

}
footer .top-footer h4 {
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: var(--white);
}

footer .top-footer .btn-danger{

  background-color: var(--main-blue);
  border-color: var(--main-blue);
}


footer .top-footer .btn-danger:hover{
  background-color: var(--main-green);
  border-color: var(--main-green);

}
footer .top-footer .about h6 {
  font-weight: bold;
  line-height: 24px;
  font-size: 25px;
  text-align: right;
  color: var(--main-purple);
}
footer .top-footer .about p{
  line-height: 30px;
  text-align: right;
  color: var(--footer-p);
}
footer .top-footer .footer-icons .f-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: var(--main-blue);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
footer .top-footer .footer-icons .f-icon:hover{
  background-color: var(--main-green);
}
footer .top-footer .footer-icons .f-icon i{
  color: var(--white);
}


footer .top-footer .links-menu .nav-link {
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: var(--white);
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
footer .top-footer .links-menu .nav-link:hover {
  color: var(--footer-p);
  margin-right: 5px;
}
footer .top-footer .links-menu input ,
footer .top-footer .links-menu .btn-danger  {
  padding: 14px 4%!important;
  width: 100% ;
 
}
footer .top-footer .links-menu input::placeholder{
  font-size: 14px;
}

footer .top-footer .links-menu input:focus ,
footer .top-footer .links-menu input:active {
  border-color: var(--main-blue) !important;
}


footer .botom-footer .copy-right h6{
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  color: #1E2B2D;
 
}
footer .botom-footer .copy-right p{
  font-weight: 700;
  color : #666;
  
}

footer .botom-footer .copy-right a{
  color: #333;
  transition:  all 0.5s ;
  -webkit-transition:  all 0.5s ;
  -moz-transition:  all 0.5s ;
  -ms-transition:  all 0.5s ;
  -o-transition:  all 0.5s ;
}
footer .botom-footer .copy-right a:hover{
  color: var(--main-blue) !important;
}

/* footer end */


