:root {
  /* Set the default direction to LTR */
  direction: rtl;
}

html[dir="rtl"],
body[dir="rtl"] {
  /* Set the direction to RTL for elements with the dir attribute set to "rtl" */
  direction: rtl;
}


body{
  margin: 0;
  padding: 0;
/*  height: 3000px;*/
 overflow-x: hidden;
}

:root{
  --main-color :#EDF8FF;
  --button-color:#1b6eb3;
  --secondary-color:#1d4295;
  --buuton2-color:#1b6eb3;
--h6-color:#48546e;
--border-top:#ccd5dd;
}

.fa-sharp{
  color: var(--button-color);
  
}

.container{
  /* margin-left: auto;
  margin-right: auto;
  padding: 0; */
}



.up {
  position: fixed;
  bottom: 50px;
  right: -60px;
  background-color: white;
  color: var(--secondary-color);
  font-weight: bolder;
  font-size: 18px;
  padding-top: 30px;
  padding-right:15px ;
  border: var(--secondary-color) 1px solid;
  border-radius: 50px;
  font-family: Arial, Tahoma;
  cursor: pointer;
  transition: 0.2s;
  height: 100px;
  width: 60px;
  z-index: 10;
}
.up.show {
  right: 20px;
}

/*section 1 */


/* Style the li a */


.se .bt {
  padding: 8px 16px;
 cursor: pointer;
border-bottom:rgba(255, 253, 253,0) 2px solid;

}


.se .color, .bt {
 color: var(--buuton2-color);
 border-bottom: 2px solid var(--button-color);
}

.se .bt:hover{
 outline: none;
 color: var(--buuton2-color);
 border-bottom: 2px solid var(--buuton2-color);
}

/*
.btn {
  outline: none;
  padding: 10px 16px;
  cursor: pointer;
 
}


.se .color, .btn {

  color: var(--buuton2-color);
  border-bottom: 3px solid var(--button-color);
}

.se .btn:hover{
  color: var(--buuton2-color);
  border-bottom: 3px solid var(--buuton2-color);
}

*/
/*button bootstra*/

.sec2 .lar{
  background-color: var(--button-color);
  border: none;
}
.sec2 .lar:hover{
  background-color: var(--buuton2-color);
  color: white;
  border: none;
}

/*fixed scroll*/
.se .navbar .largerbut{
  height: 50px;
  width: 180px;
}

.form-control{
  text-align: center;
}



.sec2 .header{
  width: 100px;
  height: 100px;
}


.navbar.container{
  text-align: center;
}

.se.fixed {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  padding: 10px;
  transition: 0.5s;

}


/* Add a box shadow to the navbar */
.se.fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.se.fixed .nav-links li a{
  color: var(--secondary-color);
}

.se{
  background-color: var(--main-color);
}

.se .container{
  text-align: center;

}


/*resourese list*/

.se .navbar .res{
  position: relative;
  
}


.se .navbar .res:hover .reso{
  display: block;
  
}

.se .navbar .reso{
  position: absolute;
  background-color: #ffffff;
  display: none;
width: 250px;
 padding: 10px;
 margin: 0;
 color: #24262b;

}

.se .navbar .reso li{
  color: black;
  text-align: center;
  padding: 20px;
  border-bottom: #24262b solid 1px;
}

/*
.se .navbar .reso li .colr{
  text-decoration: none;
  color: black;
  padding: 20px;
}

/*
.se .navbar .reso li .colr:not(:last-child){
  color: black;
border-bottom: 1px black solid;
}


.se .navbar .reso li .colr:hover{
  color: var(--button-color);
}
/*end resourse list*//*resourese list*/
select:hover{
  outline: 2px var(--button-color) solid;
}

.se .navbar .reso li .colr:hover{
  color: var(--button-color);
  padding-left: 5px;
  transition: 0.5s;
}


.se .navbar{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.se .navbar h2{
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  color: var(--secondary-color);
}
  


.se .navbar ul{
  display: flex;
  justify-content: space-around;
  list-style: none;
  width:70%;
  margin-left: 20px;
  align-items: center;
  text-align: center;
  margin-top: 15px;
}

.se .navbar ul li a{
  text-decoration: none;
  font-size: 20px;
 color: var(--secondary-color);

}
/*
.se .navbar ul li:first-child{
  color: greenyellow;
  border-bottom: solid 2px greenyellow;
}

.se .navbar ul li:not(:first-child) a:hover{
  color: greenyellow;
  border-bottom: solid 2px greenyellow;
}
*/

.sec2 .burger{
  display: none;
 
}






@media only screen and (max-width: 1444px){

  body{
    overflow-x: hidden;
  }


  .nav-links{
    position: fixed;
    top: 100px;
    gap: 0;
    flex-direction: column;
    background-color: #fffefe;
    width: 100%;
    text-align: center;
    transform: translatey(-150%);
    z-index: 20;
   
  }

.nav-links li{
  margin: 16px 0;
  width: 100%;
}

.se .navbar ul{
  width: 100%;
  margin-left: 0;
}

.se .navbar ul li{
  border-bottom: rgba(89, 87, 87,0.2) 2px solid;
  width: 400px;
}
.se .navbar ul li a{
  text-decoration: none;
  font-size: 20px;
  color: var(--secondary-color);
  
 
}




.nav-links.active{
  transform: translatey(0%);
}

  .nav-links ul{
    opacity: 0;
  }
 .sec2 .burger{
    margin-left: 10px;
    display: block;
    cursor: pointer;
    color:rgb(14, 15, 15);
  }
}


/*end navbar header*/
/*start with section1*/
/* .section1{
  padding: 120px 12px;
  background:url(/image/backgroun.svg);
      background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -370px;
} */
.section1 .container{
text-align: center;
}

.section1 h6{
color: var(--h6-color);
}

/* .section1 h1{
  font-size: 51px;
  font-weight: 500;
  font-size: 70px;
color: var(--secondary-color);
display: block;
line-height: 1.8
} */



.section1 .large{
  width: 400px;
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
 
 
}

.section1 .large:hover{
  background-color: var(--buuton2-color);
  
}

.section1 .large i{
  display: none;
  margin-left: 20px;
}
.section1 .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}

.section1 .play{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 border: 1px solid var(--button-color);
 background-color: white;
}

.section1 .play:hover{
  background-color: var(--buuton2-color);
}

.section1 .play i {
  color:var(--button-color);
  border-radius: 2px;
 
}

.section1 .play:hover i{
  color: white;
}



/* .section1 img{
  vertical-align: middle;
  margin-top: 90px;
  
} */

/* 
.section1 .valutpara{
  text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary-color);
    width: 676px;
    text-align: center;
    margin: auto;
margin-top: 90px;
  } */


  @media(max-width:800px) {

    .section1 .large{
      width: 200px;
     
    }
  .large i{
    display: none;
    width: 80px;
  }
  
  .section1 .sec1{
  text-align: center;
  width: 100%;
  }
  .section1 .sec1 h1{
    
    font-size: 30px;
  }

  /* .section1 img{
    width: 436px;
  } */

  /* .section1 .valutpara{
    font-size: 18px;
    width: 400px;
  } */
  
  }

/*interface section */

 /*
section{
  background-color: var(--main-color);
  position: relative;
  height: 90vh;
}

.sec1{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 525px;
  line-height: 100px;
}

.sec1 h1{
  font-size: 60px;
  line-height: 100px;
  color: var(--secondary-color);
}


section .large{
  width: 400px;
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
}

section .large:hover{
  background-color: var(--buuton2-color);
}

section .large i{
  margin-left: 215px;
}
section .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}

section .play{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 border: 1px solid var(--button-color);
 background-color: white;
}

section .play:hover{
  background-color: var(--buuton2-color);
}

section .play i {
  color:var(--button-color);
  border-radius: 2px;
 
}

section .play:hover i{
  color: white;
}






@media(max-width:800px) {

  .section1 .large{
    width: 200px;
   
  }
.large i{
  display: none;
  width: 80px;
}

.section1 .sec1{
text-align: center;
width: 100%;
}
.section1 .sec1 h1{
  
  font-size: 30px;
}

}

*/
/*section digtiz*/
.secdigit{
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #ccd5dd;
  margin-top: 80px;
}
.secdigit .container{
  text-align: center;
}

.secdigit h6{
  margin-bottom: 1rem!important;
  font-size: 18px;
    font-weight: 500;
    color: #48546e;
    text-transform: uppercase;
    letter-spacing: .58px;
}

.secdigit h1{
  color: var(--secondary-color);
  font-size: 50px;
  font-weight: 500;
}




.secdigit h3{
  color: var(--secondary-color);
  width: 160px;
 margin: auto;
}

/* .secdigit .digit{
  display: grid;
  grid-template-columns: repeat(4,1fr);
} */


/* 
@media (max-width:800px){
  .secdigit .digit{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
} */


/* section2 */

.section2{
  width: 100%;
  display: block;
  background-color: var(--main-color);
}

.section2 .image .dataimg{
  margin-left: auto;
  margin-right: auto;
  display: block;

 

}
.section2 .valutpara1{
  text-align: center;
}

.section2 .valutpara{
  line-height:1.5rem;
  color: var(--secondary-color);
  font-weight: bolder;
  font-size: 20px;
  padding: 10px;
  width: 500px;
 text-align: center;
 position: relative;
 left: 35%;
 margin-top: -100px;
}

.section2::after{
  content: " ";
position: absolute;
width: 100%;
height: 1px;
bottom: -90%;
background-color: rgb(192, 188, 188);
left: 0;
}


@media(max-width:800px){
  .section2 .image .dataimg{
    display: block;
    margin-left: auto;
    margin-right: auto;   
    width: 80%;
  }

  .section2 .valutpara1{
   text-align: center;
   position: relative;
   left: -180px;
   
   
  }

  .section2 .valutpara1 .valutpara{
    width: 500px;
    left: 10px;
  }


  .section2::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    background-color: rgb(210, 25, 25);
    left: 0;
  }

 
}


@media(max-width:1200px){
  .section2 .valutpara1{
    position: relative;
  
    
    }

 
   .section2 .valutpara1 .valutpara{
    left: 200px;
     text-align: center;
   }
 
   .section2::after{
     bottom: -100%;
   }
}




/*section 3*/

.modd{
  margin-top: 80px;
  margin-bottom: 60px;
  border-top: 1px solid #ccd5dd;
  padding-top: 50px;
}
.modd .container{text-align: center;}
.modd h6{
  color: #48546e;
}

.modd h1{
  color: var(--secondary-color);
}
.sectiontabs{
  background-color: var(--main-color);
 
}

/* .tab-buttons{
  display: flex;
  justify-content: space-around;
  align-items: center;

} */


/* .tab-button {
  background-color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  width: 105px;
  font-weight: 500;
  padding: 0.8rem 0;
  border-bottom: 3px solid transparent;
  font-size: 1.2rem;
  color: #48546e;
  width: 167px;
} */


.tab-button:hover {
  color: var(--button-color);
  border-bottom: 2px solid var(--button-color) ;
}

.tab-button.active {
  color: var(--button-color);
  border-bottom: 2px solid var(--button-color) ;
}

.tab-panel {
 display: none;
  padding: 20px;
}
.tab-panel .tabflex{
  display: flex;
  justify-content: space-between;
  background-color: var(--main-color);
}
/* .tab-panel img{
  width: 400px;
} */

.tab-panel.active {
  display: block;
}




/* .sectiontabs .conttab{
  width: 400px;
  height: 313px;
  padding-left: 0;
} */

/* .sectiontabs .conttab h1{
  color: var(--secondary-color);
  font-weight: 500;
  line-height: 3.3rem;
}


.sectiontabs .conttab p{
  color: #48546e;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px;
}

.sectiontabs img{
  width: 100%;
  max-width: 757px;
} */
/*btn in tabs*/
/* 
.sectiontabs .large{
  width: 400px;
  height: 80px;
  background-color: var(--button-color);
  border: none;
  position: relative;
  border-radius: 3px;
}

.sectiontabs .large:hover{
  background-color: var(--buuton2-color);
  border: none;
} */

.sectiontabs .large i{
  margin-left: 215px;
}

.sectiontabs .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}




@media only screen and (max-width:850px) {
  /*.sectiontabs .container{
    text-align: center;
  }*/
  .sectiontabs{
    /* min-height:780px; */

  }

  .sectiontabs .conttab{
    /* width: 400px;
    height: 212px; */
    /* padding-left: 0; */
  }
/*   
  .sectiontabs .conttab h1{
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 2rem;
  }


  .sectiontabs img{
    width: 100%;
    max-width: 400px;
  }



  .sectiontabs .tabflex{
    display: flex;
   flex-wrap: wrap;
   flex-direction: column-reverse;
  }

  .sectiontabs .tabflex h1{
    margin-top: -20px;
  }

  .sectiontabs .tabflex p{
    margin-top: -30px;
    font-size: 15px;

 
  }
 
  .sectiontabs img{
   text-align: center;
 
  } */
  
}





/*
.section3{
  margin-top: 100px;
}

.section3 .modul{
  text-align: center;
  margin: 90px;
}

.section3 .modul h6{
  position: relative;
  top: 50px;
}

.section3 .modul h1{
  margin-top: 80px;
}

.tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.tabs li {
  padding: 10px;
  border-right: 1px solid white;
  cursor: pointer;
  transition: 0.5s;
  margin-left: 0;
  margin-right: 50px;
}
.tabs li.active,
.tabs li:hover {
 border-bottom: var(--button-color) solid 3px;
}

.slider{
  width: 300px;
  display: block;
}

.content {
  background-color: var(--main-color);
 margin: auto;
}

*/

/*slider container 2 *//*
.content .line{
display: flex;
  justify-content: space-between;
  margin-left: 200px;
  margin-right: 200px;
  
}



.content .cont{
  width: 400px;
}

.content .cont h1{
  padding-bottom: 20px;
}
.content > div {
  padding: 20px;
}
.content > div:not(:first-child) {
  display: none;
}




.section3 .large{
  width: 400px;
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
}

.section3 .large:hover{
  background-color: var(--buuton2-color);
}

.section3 .large i{
  margin-left: 215px;
}
.section3 .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}

.section3 .content .cont h1{
  width: 50px;
}




@media (max-width:800px) {
  .content {
    background-color: var(--main-color);
   

  }
  .content .cont{

   margin-left: -200%;
  
  }
 .content .cont .large{
  width: 200px;
 }
 .content .line img{
  padding-left: 70px;
  width: 250px;
 }


}


*/






/*end section 3*/

/*section 4*/

.unique{
  text-align: center;
  padding: 70px;
  color: var(--secondary-color);
}

.unique h6{
  color: #48546e;
}

.set-up {
    display: flex;
    justify-content: center;
    /*grid-template-columns: repeat(3,1fr);*/
    /* margin-left: 117px;
margin-right: 128px; */
    text-align: center;
} 

.set-up .tem1{
  background-color: var(--main-color);
/*   margin-left:10px ; */
  padding: 40px;
  height: 500px;
}


.set-up .tem1 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 50px;
}





@media (max-width:1200px) {
  .set-up {
    display: grid;
    grid-template-columns: repeat( 2 , 1fr);
  }
}

@media (max-width:800px) {

  .unique
  {
    text-align: center;
  }

  .set-up {
    display: grid;
    grid-template-columns: repeat( 1 , 1fr);
    margin: auto;
        

  }
  .set-up .tem1{
    margin-bottom: 20px;

  }
}

/*section 5*/
.section5{
  background-color: var(--main-color);
  padding: 70px 0;
  margin-top: 200px;
}

.section5 .container2{
  border-bottom: none;
  text-align: center;
}

/* 
.section5 .large{
  width: 400px;
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
} */

.section5 .large:hover{
  background-color: var(--buuton2-color);
}

.section5 .large i{
  margin-left: 215px;
}
.section5 .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}



/*footer*/

.container2{
	max-width: 1170px;
	margin:auto;
  margin-top: 50px;
  border-bottom: solid 2px rgb(43, 42, 42);
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}

footer::after{
  content: " ";
  position: absolute;
  
  width: 100%;
  height: 5px;
  left: 0;
 top: 5px; 

}



.footer-block h4::before{
	content: '';
	position: absolute;
	right:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
 
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
/* .footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	color: #2b2a2a;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: green;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #2a19e9;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
} */

.flex{
  width: 1170px;
	margin:auto;
  margin-top: 50px;
  border-bottom: solid 2px rgb(43, 42, 42);
  
  
 
}

.boot2{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 10px;
}
.boot .boot2 .but2{
  display: inline-block;
  height: 50px;
}
.boot .boot2 .but2 input {
height: 50px;
width: 400px;
}

.boot .boot2 .but2 button{
margin-left:0;
margin-left: -4px;
background-color: var(--buuton2-color);
border: none;
border-radius: 2px;
height: 50px;
position: relative;
top: -2px;

}


.copyrightlogo{
  text-align: left;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
footer .boot .boot2{
  display: block;

width: 50%;
margin: 0;
}
footer .boot .boot2 .but2 input{
  width: 300px;

}


}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}

}

