body {
    font-family: 'Rubik', sans-serif !important;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

body:lang(ar) {
    direction: rtl !important;
    text-align: right;
}

.message {
    font: 17px Helvetica, Arial, Sans-serif;
    display: none;
    width: 100%;
    padding: 20px;
    color: #000000e3;
    padding-left: 0px;
}


.custom-checkbox label:lang(ar)::before {
    right: 0px !important;
}

.custom-checkbox label:lang(ar)::after {
    right: 0px !important;
}

.custom-checkbox:lang(ar) {
    padding-right: 25px !important;
}


.title h1:lang(de) {
    font-size: 1.4rem;
}

.select div {
    width: 100%;
}

.swal2-actions {
    display: none !important;
}

.all_languages {
    display: none;
}

.all_languages.active {
    display: flex !important;
}

/* Swiper  */
 .swiper-slide:lang(de) {
        height: 605px !important;
    }
    
 .swiper-slide:lang(ru) {
    height: 530px !important;
 }

.swiper-pagination:lang(de) {
      bottom: 50px;
}

.about_mycoin_de:lang(de)
{
    display:none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: 391px !important;
    margin-top: -718px;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide {
      background: white;
      width: 420px;
      height: 500px !important;
      border-radius: 6px;
      display: flex;
      flex-direction: column;
      padding: 30px;
      text-align: left;
      justify-content: start;
      color: #FFFFFF;
  }

  .swiper-slide p {
    color: #5B6C94;
  }

  .swiper-slide h1 {
      color: #5B6C94;
  }

  .swiper-slide-active p {
    color: white;
  }

  .swiper-slide-active h1 {
    color: #FFFFFF;
  }

  .swiper-slide-active svg *{
    fill: white;
  }
   .swiper-slide-duplicate.swiper-slide-next svg *{
  fill: #5B6C94; 
 }

  .swiper-slide-active {
      background: #1FDB84;
  }

  .swiper-pagination {
      left: 50%;
      bottom: 76px;
  }


  .swiper-pagination-bullet-active{
    background: white !important;
  }
  .swiper-pagination-bullet {
      margin: 0 7px;
      width: 20px !important;
      height: 20px !important;
      border: 3px solid #FFFFFF;
      box-sizing: border-box;
      opacity:  1 !important;
  }

  .swiper-button-next:focus {
      outline: none !important;
  }
  

  /*  */

  .navbar-nav {
      align-items: center;
  }



.nav-link {
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    height: 100%;
    position: relative;
}

.nav-link:lang(ru)
{
    font-size: 13px;
    padding-right: .1rem !important;
    padding-left: .1rem !important;
}

.nav-item:last-child {
    background: #1FDB84;
    box-shadow: 0px 8px 34px rgba(31, 219, 132, 0.6);
    border-radius: 5px 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    padding: 6px 22px;
}

.nav-item {
    margin: 0px 4px;
    height: 100%;
}

.navbar {
    z-index: 9999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hamburger-inner {
    background-color: white !important;
}

.hamburger-inner::after{
    background-color: white !important;
}

.hamburger-inner::before {
    background-color: white !important;
}

.hamburger:focus {
    outline: none;
}

.hamburger-box {
    height: 7px !important;
}

.hamburger {
    display: none !important;
}

.child-menus {
    text-align: left;
    padding: 10px 0px;
    width: 200px;
    background: white;
    position: absolute;
    top: 100%;
    display: none;
    left: -10px;
    box-shadow: 0px 10px 20px rgba(3, 29, 91, 0.5);
}

.child-menus a {
    font-family: "Rubik";
    font-size: 14px;
    line-height: 100%;
    color: #4D4D4D;
    padding: 14px;
}

.childish:hover .child-menus {
    display: block;
}

/* Section_1 */

.section_1 {
    background-image: url('/template/images/section_1_bg.png');
    height: 920px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_1_text h1 {
    padding-top: 65px;
    font-weight: bold;
    font-size: 48px;
    line-height: 57px;
    color: #ffffff;
}

.section_1_img img {
    width: 100%;
}

.section_1_text ul {
    margin-top: 30px;
    padding: 0px;
    list-style-type: none;
}

.section_1_text ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
}

.section_1_text ul li:lang(ar) {
    padding-right: 15px;
}

.section_1_text ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 3px solid #1FDB84;
    box-sizing: border-box;
    box-shadow: 0px -2px 15px rgba(31, 219, 132, 0.35);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section_1_text ul li:lang(ar)::before {

    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 3px solid #1FDB84;
    box-sizing: border-box;
    box-shadow: 0px -2px 15px rgba(31, 219, 132, 0.35);
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}


.actual_section_1 {
    padding-top: 9rem;
}

.btns {
    margin-top: -20px;
}

.btns-title h1 {
    font-size: 31px;
    line-height: 37px;
    color: #ffffff;
    font-weight: bold;
}

.btns-buttons {
    margin-top: 40px;
    display: flex;
}

.btns-buttons p:first-child{
    padding: 15px 35px;
    background: #1FDB84;
    box-shadow: 0px -8px 34px rgba(31, 219, 132, 0.6);
    border-radius: 10px 0px;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
}

.btns-buttons p:last-child{
    border: 2px solid rgba(31, 219, 132, 0.15);
    padding: 15px 35px;
    background: #313A5A;
    box-shadow: 0px -8px 34px rgba(49, 58, 90, 0.45);
    border-radius: 10px 0px;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    margin-left: 80px;
}



/* Section_2  */

.section_2_box {
    background: #FFFFFF;
    box-shadow: 0px 10px 34px rgba(210, 210, 210, 0.5);
    border-radius: 10px;
    margin-top: -80px;
}

.section_2_box hr {
    border-width: 3px;
    border-color:rgba(31, 219, 132, 0.5);
    width: 96%;
    margin: 5px auto;
}

.section2_details {
    padding: 30px;
}

.detail_1 h1,.detail_2 h1,.detail_3 h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #031D5B;
    position: relative;
    padding: 30px 0px;
}

.detail_1 h1::after,.detail_2 h1::after,.detail_3 h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1FDB84;
    width: 60px;
    height: 4px;
}

.detail_1 h1:lang(ar):after,.detail_2 h1:lang(ar)::after,.detail_3 h1:lang(ar)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1FDB84;
    width: 60px;
    height: 4px;
}

.detail_1 p,.detail_2 p,.detail_3 p {
    padding: 20px 0px;
    width: 98%;
    font-size: 16px;
    line-height: 32px;
    color: #5B6C94;
}



.section_3 {
    margin-top: 50px;
    position: relative;
}



.section_3_title h1 {
    padding: 40px 50px;
    font-weight: 500;
    font-size: 46px;
    line-height: 48px;
    color: #031D5B;
}

.section_3_title {
    background-image: url('/template/images/vector.svg');
    height: 306px;
    width: auto;
}

.section_3_left {
    background-image: url('/template/images/section_3_bg.png');
    height: 970px;
    width: 1527px;
}



/* Section 4 */

.section_4 {
    margin-top: 107px;
}

.section_4_title h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #031D5B;
}

.section_4_left h1 {
    margin-top: 54px;
    font-size: 500;
    font-size: 32px;
    line-height: 32px;
    color: #031D5B;
}

.section_4_left p {
    margin-top: 35px;
    font-size: 18px;
    line-height: 36px;
    color: #5B6C94;
}

.section_4_right {
    margin-top: 34px;
}

.section_4_right p {
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #1FDB84;
}

.section_4_footer {
    margin-top: 37px;
}

.footer_title h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #031D5B;
    padding-bottom: 28px;
}

.footer_title p {
    font-size: 18px;
    line-height: 36px;
    color: #5B6C94;
}

.footer_first p {
    font-size: 12px;
    line-height: 36px;
    color: #5B6C94;
}

.footer-end p {
    font-size: 18px;
    line-height: 36px;
    color: #5B6C94;
}

.footer-end span {
    font-size: 18px;
    line-height: 36px;
    color: #5B6C94;
}

/* section_5  */

.section_5 {
    margin-top: 81px;
}

.request_callbak h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #031D5B; 
}

.request_callbak p {
    font-size: 18px;
    line-height: 36px;
    color: #5B6C94;
}

.section_5 .form {
    width: 746px;
    margin: 0 auto;
}

.form .first_step {
    display: flex;
}

.name_email {
    display: flex;
    flex-direction: column;
}

.name_email {
    display: flex;
    flex-direction: column;
}

.form input ,textarea{
    width: 93%;
    border: 1.5px solid rgba(151, 151, 151, 0.5) !important;
    border-radius: 10px;
    background: transparent !important;
    padding: 15px;
    margin-bottom: 20px;
}

.form input::placeholder ,textarea::placeholder {
    font-size: 18px;
    line-height: 36px;
    color: rgba(91, 108, 148, 0.75);
}

.submit {
    padding: 15px 100px;
    background: #1FDB84;
    box-shadow: 0px -8px 34px rgba(31, 219, 132, 0.6);
    border-radius: 10px 0px;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    border: none;
}

.secton_6 {
    margin-top: 100px;
}

.payment {
    width: 100%;
    text-align: center;
}

.payment h1 {
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #031D5B;
}

.payment img {
    margin-top: 47px;
}


/* Footer */

footer {
    margin-top: 60px;
}

.footer_header p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
    color: #5B6C94;
}

.footer_nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer_nav p {
    margin: 0 25px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 32px;
    color: #5B6C94;
}


/* about us  */

.section_1_about {
    background-image: url('/template/images/section_1_bg.png');
    height: 560px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about_header {
    padding-top: 191px;
}

.about_header h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 57px;
    color: #FFFFFF;
}

.about_header p {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 40px 0px 30px 0px;
}

.about_header span {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.secction_2_about {
    margin-top: 100px;
}

.section_2_about_title h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    color: #031D5B;   
}

.section_2_about_title p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 36px;
    color: #5B6C94;
}

.section_3_about {
    margin-top: 170px;
}


.section_4_about {
    margin-top: 170px;
}

.section_4_about .section_4_left p {
    width: 80%;
    margin-top: 50px;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #1FDB84 !important; 
}

.close:focus {
    outline: none;
}

.modal{
 z-index: 9999 !important;
}

@media(max-width: 767px){
 .section_1_text h1 {
    font-size: 40px;
 }
 .three-yeasy-steps{
  flex-direction: column;
 }
 .three-yeasy-steps p{
  height: auto;
 }
 .glossary h2{
  line-height: 28px !important;
 }
}


.flag-container:lang(ar) {
    left: auto !important;
}

#phone:lang(ar) {
    padding-right: 91px !important;
}

.modal-header .close:lang(ar) {
    margin: 0 !important;
}

.sticky {
    position: fixed;
    top: 0;
    background-color: #18203e;
}

.h1-titles {
 font-size: 29px;
}

.simpletrade_banner_wrap {
	width: 100%;
	height: 130px;
	position: relative;
}
.simpletrade_banner_pg_1 {
	background: url("/template/images/bg1.png") no-repeat left center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.simpletrade_banner_pg_2 {
	background: #1B609C;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.simpletrade_banner_pg_3 {
	background: url("/template/images/bg3.png") no-repeat right center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.simpletrade_banner_text_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;

}
.simpletrade_banner_button {
	background: #1FDB84;
	box-shadow: 0px -8px 34px rgba(31, 219, 132, 0.6);
	border-radius: 10px 0px;
	font-family: "Rubik";
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.simpletrade_banner_button:hover {
	background: #FFFFFF;
	color: #1FDB84;

}
@media (max-width: 1200px) {
	.simpletrade_banner_site_name  {
		font-size: 35px !important;
	}	
	.simpletrade_banner_site_text_1 {
		font-size: 32px !important;
	}
	.simpletrade_banner_site_text_2 {
		font-size: 16px !important;
	}
	.simpletrade_banner_button {
		font-size: 16px !important;
	}
}
@media (max-width: 990px) {
	.simpletrade_banner_site_name  {
		font-size: 25px !important;
	}	
	.simpletrade_banner_site_text_1 {
		font-size: 22px !important;
	}
	.simpletrade_banner_site_text_2 {
		font-size: 14px !important;
		line-height: 14px !important;
	}
	.simpletrade_banner_button {
		font-size: 14px !important;
		line-height: 18px !important;
	}		
}
@media (max-width: 540px) {
	.simpletrade_banner_site_name  {
		font-size: 15px !important;
	}	
	.simpletrade_banner_site_text_1 {
		font-size: 15px !important;
		margin-bottom: 0.4rem !important;
	}	
	.simpletrade_banner_site_text_2 {
		font-size: 11px !important;
		line-height: 14px !important;
	}
	.simpletrade_banner_button {
		font-size: 9px !important;
		line-height: 18px !important;
	}	
}
@media (max-width: 320px) {
	.simpletrade_banner_site_name  {
		font-size: 13px !important;
	}	
	.simpletrade_banner_site_text_1 {
		font-size: 13px !important;
		margin-bottom: 0.4rem !important;
		line-height: 12px !important;
	}	
	.simpletrade_banner_site_text_2 {
		font-size: 11px !important;
		line-height: 11px !important;
	}
	.simpletrade_banner_button {
		font-size: 8px !important;
		line-height: 18px !important;
	}	
}