﻿/* this coding created by web developer/ Ahmed fawzy mohamed */
/* personal email: ahmedfawzyalhegazy2020@gmail.com */
/* whatsapp: +201094848584 */
/* website: https://orion-comp.com/ */
/* formal email: info@orion-comp.com */
/* linkedin account: https://www.linkedin.com/in/ahmed-fawzy-mohamed-48a771202 */

/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --blue: #3a1467;
  --bluedark: #1b0a30;
  --secbg: #02070f;
  --gray: #8c999f;
  --txtcolor: #8c8c8c;
  --white: #ffffff;
  --ofwhite: #d3d3d3;
  --black: #000;
  --green: #24960a;
  --red: #c50a0d;
  --main-transition: 0.25s;

  --brand-blue: #0d6efd;
  --brand-dark: #212529;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: var(--blue);
}

::-webkit-scrollbar-thumb {
  background-color: var(--gray);
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  /* background-color: var(--main-color-alt); */
}

/* === Fix contact form inputs & dropdown === */
.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="tel"],
.contact form select,
.contact form textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 10px;
  background-color: #ddd;
  border: 1px solid var(--black);
  border-radius: 3px;
  color: var(--black);
  font-family: "Cairo", sans-serif;
}

.contact form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%230d6efd" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M5 7l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 14px;
  padding-left: 35px;
}

.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus,
.contact form input[type="tel"]:focus,
.contact form select:focus,
.contact form textarea:focus {
  border-color: var(--blue);
  background-color: #fff;
  outline: none;
}

.bluebtn {
  background-color: var(--blue);
  color: var(--white);
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
}

.bluebtn:hover {
  background-color: #5a2a8c;
}


html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  /* font-family: "Cairo", sans-serif; */
  font-family: "Noto Sans Arabic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  /* background-color: var(--secbg); */
  /* color: var(--txtcolor); */

  background: url("../img/body-bg.jpg");
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: round !important;
  width: 100% !important;

  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.w-100 {
  width: 100% !important;
}

.h3black {
  margin-bottom: 20px;
  position: relative;
  color: var(--black);
}

.h3black::after {
  content: " ";
  width: 30px;
  height: 4px;
  border-radius: 30px;
  background-color: var(--black);
  display: block;
  position: absolute;
  right: 0%;
}

.h3blue {
  margin-bottom: 20px;
  position: relative;
  color: var(--blue);
}

.h3blue::after {
  content: " ";
  width: 40px;
  height: 7px;
  border-radius: 30px;
  background-color: var(--blue);
  display: block;
  position: absolute;
  right: 0%;
  bottom: -10px;
}

.h6 {
  /* color: var(--gray); */
  color: #724db6;
  margin-bottom: 5px;
}

.p {
  margin-bottom: 20px;
}

.bluebtn {
  background-color: var(--blue);
  color: var(--white);
  padding: 8px 25px;
  border-radius: 5px;
  display: inline-block;
}

.verticalflex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 576px) {
  body {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  body {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
  }
}

@media (min-width: 770px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1199px) {}

/* media query  */
@media (max-width: 320px) {
  .container {
    max-width: 300px !important;
  }
}

@media (min-width: 360px) {
  .container {
    max-width: 340px !important;
  }
}

@media (min-width: 410px) {
  .container {
    max-width: 390px !important;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

/* for very lage screens */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px !important;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1560px !important;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1680px !important;
  }
}

@media (min-width: 2400px) {
  .container {
    max-width: 1920px !important;
  }
}

@media (min-width: 2800px) {
  .container {
    max-width: 2100px !important;
  }
}

@media (min-width: 3200px) {
  .container {
    max-width: 2300px !important;
  }
}

/* End @media */

/* End Global Rules */

/*  */
/* ======= الشريط الأعلى الأسود (ممتد) ======= */
.topbar {
  background: var(--brand-dark);
  color: #fff;
  font-size: 0.875rem;
}

.topbar a {
  color: #e9ecef;
  text-decoration: none;
}

.topbar a:hover {
  color: #fff;
}

.topbar .langbtn:hover {
  background: var(--blue);
}

/* ======= الشريط الثاني الأبيض (ممتد) ======= */
.midbar {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
}

.brand-logo {
  height: 55px;
  width: auto;
}

.maillink {
  color: var(--bluedark);
}

/* ======= الشريط الثالث الأزرق (داخل container) ======= */
.mainnav {
  background: var(--blue);
  border-radius: 0.75rem;
  padding-inline: 0.75rem;
  box-shadow: 0 6px 18px rgba(58, 20, 103, 0.15);
  position: relative;
  z-index: 20;
}

.mainnav .nav-link {
  color: #fff;
}

.mainnav .dropdown-item {
  color: var(--black);
  transition: var(--main-transition);
  text-align: right;
}

.mainnav .dropdown-item:hover {
  color: var(--blue);
}

.mainnav .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.mainnav .dropdown-menu {
  border: none;
  border-radius: 0.75rem;
  padding: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 0.5rem;
}

.mainnav .cta-btns .btn {
  border-radius: 999px;
}

/* ======= Main Navigation Styles ======= */
.main-nav {
  background: linear-gradient(135deg, #1b0a30 0%, #3a1467 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.main-nav .nav-link {
  color: #fff;
  padding: 15px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.main-nav .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  margin-top: 10px;
  min-width: 200px;
}

.main-nav .dropdown-item {
  padding: 10px 20px;
  color: #333;
  transition: all 0.2s ease;
  text-align: right;
}

.main-nav .dropdown-item:hover {
  background: #f5f0ff;
  color: #3a1467;
  padding-right: 25px;
}

/* Logo Styles */
.logo .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo .logo-ar {
  font-size: 18px;
  font-weight: 700;
  color: #3a1467;
}

.logo .logo-en {
  font-size: 11px;
  color: #666;
  letter-spacing: 1px;
}

/* Contact Info in Midbar */
.contact-info {
  color: #666;
  font-size: 14px;
}

/* ======= موبايل ======= */
@media (max-width: 991.98px) {

  /* إخفاء الشريطين الأعلى في الموبايل؛ سندمج روابطهما داخل المنيو الجانبية */
  .topbar,
  .midbar {
    display: none !important;
  }

  .brand-logo {
    height: 40px;
  }

  .mainnav {
    border-radius: 0.5rem;
    background-color: var(--white);
  }
}

/*  */

/* Start hcintro */
.hcintro {
  height: calc(100vb - 91px);
  overflow: hidden;
  margin-top: -36px;
}

.carousel,
.carousel-inner,
.carousel-item,
.hcintro .introimg {
  height: 100%;
}

.hcintro .introimg {}

.hcintro .carousel-caption {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.hcintro .carousel-caption img {
  height: 100px;
  margin-bottom: 10px;
}

.hcintro .carousel-caption h2 {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hcintro .carousel-caption h5 {
  font-size: 20px;
  color: var(--white-color);
  /* -webkit-text-fill-color: transparent; 
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--white-color); */
  margin-bottom: 30px;
}

.hcintro .carousel-caption a {
  position: relative;
  background-color: var(--white);
  color: var(--blue);
  padding: 10px 35px;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  border: 1px solid var(--white);
  transition: all 0.25s ease-in-out;
}

.hcintro .carousel-caption a:hover {
  background-color: var(--black);
  color: var(--white);
}

@media (max-width: 769px) {
  .hcintro {
    height: auto;
  }

  .hcintro .introimg {
    height: 400px;
  }

  .hcintro .carousel-caption {
    margin-bottom: 50px;
  }

  .hcintro .carousel-caption h2 {
    font-size: 14px;
  }

  .hcintro .carousel-caption h5 {
    font-size: 14px;
    width: auto;
  }

  .hcintro .carousel-caption p {
    font-size: 11px;
    width: 100%;
  }

  .hcintro .carousel-caption a {
    font-size: 10px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .hcintro {
    height: auto;
  }

  .hcintro .carousel-caption h5 {
    font-size: 20px;
  }

  .hcintro .carousel-caption p {
    font-size: 14px;
    width: 100%;
  }
}

/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)

@media (min-width: 993px) and (max-width: 1199px)*/
/* End hcintro */

/* Start innerto */
.innerto {
  background: url("../img/ws.jpg");
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100% !important;
  height: 300px;
  position: relative;
  margin-top: -36px;
}

@media (max-width: 576px) {
  .innerto {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 350px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .innerto {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 350px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .innerto {
    height: 300px;
  }
}

/* End innerto */

/* Start txtwimgsec */
.txtwimgsec {}

.txtwimgsec .container {
  padding: 50px 0px;
}

.txtwimgsec .row>div {
  margin-bottom: 30px;
}

.txtgeneral {}

.txtgeneral h6 {}

.txtgeneral h3 {}

.txtgeneral p {}

.imggeneral {}

.imggeneral img {
  display: block;
  margin: auto;
  width: 70%;
}

@media (max-width: 576px) {
  .imggeneral img {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .imggeneral img {
    width: 100%;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .imggeneral img {
    width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .imggeneral img {
    width: 100% !important;
  }
}

/* End txtwimgsec */

/* Start abfeatures */
.abfeatures {}

.abfeatures .container {
  padding: 50px 0px;
}

.abfeatures .row>div {}

.featurbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid;
  height: 100%;
  padding: 10px;
}

.featurbox>div {}

.iconfeatr {
  width: 50px;
  height: 50px;
  /* line-height: 50px; */
  text-align: center;
}

.iconfeatr img {
  width: 40px;
}

.abfeatures h6 {
  margin-bottom: 0px;
  color: var(--blue);
  font-weight: bold;
}

.abfeatures p {
  margin-bottom: 0px;
}

.features h6 {
  margin-bottom: 0px;
  color: var(--blue);
  font-weight: bold;
}

.features p {
  margin-bottom: 0px;
}

.features {}

.features {}

.features {}

.abfeatures {}

@media (max-width: 576px) {
  .abfeatures .row>div {
    margin-bottom: 10px;
  }

  .abfeatures .container {
    padding: 0;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .abfeatures .row>div {
    margin-bottom: 10px;
  }

  .abfeatures .container {
    padding: 0;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .abfeatures .container {
    padding: 0;
  }

  .abfeatures .row>div {
    margin-bottom: 10px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End abfeatures */

/* Start whychoose */
.whychoose {}

.whychoose .container {
  padding: 50px 0px;
}

.whychoose .row>div {
  margin-bottom: 50px;
}

.whychoose h3 {
  margin-bottom: 50px;
}

.commbox {
  padding: 20px 10px;
  position: relative;
  border: 1px solid;
  border-radius: 3px;
  height: 100%;
}

.commbox h5 {}

.commbox p {
  font-size: 14px;
  margin-bottom: 0px;
}

.commbox span {
  background-color: var(--white);
  display: inline-block;
  position: absolute;
  left: 30px;
  top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.commbox img {
  height: 40px;
}

@media (max-width: 576px) {
  .whychoose .container {
    padding: 0;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .whychoose .container {
    padding: 0;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .whychoose .container {
    padding: 0;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End whychoose */

/* Start acctypes */
.acctypes {}

.acctypes .container {
  padding: 50px 0px;
}

.acctypes h3 {
  margin-bottom: 50px;
}

.acctypes .container>.row>div {}

.acctypes .container>.row>div .row>div {
  margin-bottom: 30px;
}

.acclist {}

.acclist li {
  display: block;
  margin-bottom: 10px;
}

.acclist a {
  display: block;
  position: relative;
  background-color: #ddd;
  color: var(--black);
  padding: 20px 10px;
  border-right: 5px solid var(--blue);
  transition: var(--main-transition);
}

.acclist a.active {
  background-color: var(--blue);
  color: var(--white);
}

.acclist span {
  font-size: 13px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.acclist a:hover {
  background-color: var(--blue);
  color: var(--white);
}

.acctypes .accbox {
  border: 1px solid #ddd;
  height: 100%;
}

.acctypes .acctitle {
  text-align: center;
  background-color: var(--bluedark);
  color: var(--ofwhite);
  padding: 20px 0px;
}

.acctypes .acctitle h5 {}

.acctypes .acctitle span {
  font-size: 60px;
  display: inline-block;
}

.acctypes .accoptions {
  padding: 20px;
}

.acctypes .accoptions li {
  margin-bottom: 20px;
  display: flex;
}

.acctypes .accoptions span {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  font-weight: bold;
}

.acctypes .accbtn {
  text-align: center;
  padding: 20px 0px;
}

.acctypes .accbtn a {}

.fa-check {
  color: var(--green);
}

.fa-xmark {
  color: var(--red);
}

@media (max-width: 576px) {

  /* .acctypes .container > .row > div:nth-of-type(1) {
    margin-bottom: 50px;
  } */
  .acclist {
    margin-bottom: 50px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {

  /* .acctypes .container > .row > div:nth-of-type(1) {
    margin-bottom: 50px;
  } */
  .acclist {
    margin-bottom: 50px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .acctypes .accoptions {
    padding: 20px 10px;
  }

  .acctypes .accoptions li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .acclist a {
    font-size: 13px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End acctypes */

/* Start islamicacc */
.islamicacc {}

.islamicacc .container {
  padding: 50px 0px;
}

.islamicacc .container h3 {
  margin-bottom: 30px;
}

.islamicacc .container>.row>div {}

.islamicacc .container>.row>div .row>div {}

.islamicacc hr {
  margin: 2rem 0;
}

.islamicacc .benifits li {
  margin-bottom: 20px;
  display: flex;
}

.islamicacc .benifits span {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  font-weight: bold;
}

@media (max-width: 576px) {}

@media (min-width: 577px) and (max-width: 769px) {}

@media (min-width: 770px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End islamicacc */

/* Start market */
.market {}

.market .container {
  padding: 50px 0px;
}

.market .row>div {
  margin-bottom: 50px;
}

.txtwicon {
  display: flex;
  gap: 20px;
}

.txtwicon>div {}

.txtwicon h5 {
  color: var(--blue);
}

.txtwicon p {}

.txtwicon span {
  width: 60px;
  height: 60px;
  text-align: center;
}

.txtwicon span img {
  width: 40px;
}

.market .strategiclist {
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.market .strategiclist li {
  display: inline-block;
  cursor: pointer;
  border: 1px solid;
  padding: 7px 20px;
}

.market .strategiclist li.selected {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--white);
}

.market .maincont>div:not(:first-of-type) {
  display: none;
}

.market .maincont {
  background-color: #dddddd4d;
  padding: 20px;
}

.market {}

.market {}

.market {}

.market {}

@media (max-width: 576px) {
  .market .strategiclist {
    flex-direction: column;
  }

  .market .strategiclist li {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {}

@media (min-width: 770px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End market */

/* Start recommend */
.recommend {}

.recommend .container {
  padding: 50px 0px;
}

.recommend .uptxtwicon {
  padding: 100px 0px 0px 0px;
}

.recommend .analyslist {}

.recommend .analyslist li {
  margin-bottom: 10px;
}

.recommend .analyscont {
  margin-bottom: 30px;
}

.recommend .analyscont h5 {
  color: var(--blue);
}

.recommend .analyscont span {
  color: var(--blue);
}

.recommend .analysimg {
  width: 60%;
}

.recommend form {
  background-color: var(--bluedark);
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
}

.recommend form>div {
  margin-bottom: 10px;
}

.recommend form input[type="number"] {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 10px;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 3px;
  color: var(--white);
}

.recommend form input[type="number"]::placeholder {
  color: var(--white);
  font-size: 14px;
}

.recommend form input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 14px;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.recommend form select {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 3px;
  color: var(--white);
}

.recommend form select option {
  background-color: var(--blue);
}

@media (max-width: 576px) {
  .tradingview-widget-container {
    width: 100% !important;
  }

  .recommend .analysimg {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .tradingview-widget-container {
    width: 100% !important;
  }

  .recommend .analysimg {
    width: 100%;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .tradingview-widget-container {
    width: 100% !important;
  }

  .recommend .analysimg {
    width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End recommend */

/* Start contact */
.contact {}

.contact .container {
  padding: 50px 0px;
}

.contact .row>div {}

.contact .contdata {
  margin-bottom: 30px;
}

.contact .contdata h4 {
  color: var(--blue);
}

.contact .contdata p {}

.contact .contways {}

.contact .contways>div {
  margin-bottom: 10px;
}

.contact .contways span {
  color: var(--blue);
  display: inline-block;
  width: 30px;
}

.contact form {}

.contact form>div {
  margin-bottom: 20px;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 10px;
  background-color: #ddd;
  border: 1px solid var(--black);
  border-radius: 3px;
  color: var(--black);
}

.contact form input[type="text"]::placeholder,
.contact form input[type="email"]::placeholder,
.contact form textarea::placeholder {
  color: var(--black);
  font-size: 14px;
}

.contact form input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 14px;
  border: 1px solid var(--blue);
}

@media (max-width: 576px) {
  .contact .row>div:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .contact .row>div:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End contact */

/* Start whytrust */
.whytrust {}

.whytrust .container {
  padding: 50px 0px;
}

.whytrust .row>div {}

.titling {
  text-align: center;
  margin-bottom: 30px;
}

.titling h3 {
  color: var(--blue);
  margin-bottom: 20px;
  position: relative;
}

.titling h3::after {
  content: " ";
  width: 70px;
  height: 4px;
  bottom: -10px;
  border-radius: 30px;
  background-color: var(--blue);
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.titling p {}

.whytrust .row>div {}

.whytrust .trusbox {
  border: 1px solid #ddd;
  height: 100%;
}

.whytrust .trusboximg {
  position: relative;
}

.whytrust .trusboximg>img {
  width: 100%;
}

.whytrust .trusboximg span {
  background-color: var(--white);
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border: 1px solid #ddd;
}

.whytrust .trusboximg span img {
  width: 40px;
}

.whytrust .trusboxdata {
  padding: 30px 10px 20px 10px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.whytrust .trusboxdata h5 {}

.whytrust .trusboxdata p {}

.whytrust {}

@media (max-width: 576px) {
  .whytrust .row>div {
    margin-bottom: 20px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .whytrust .row>div {
    margin: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End whytrust */

/* Start directcharts */
.directcharts {}

.directcharts .container {
  padding: 50px 0px;
}

.directcharts .chartlist {}

.directcharts .chartlist li {
  margin-bottom: 10px;
}

.directcharts .chartlist a {
  display: block;
  position: relative;
  background-color: #ddd;
  color: var(--black);
  padding: 12px 10px;
  border-right: 5px solid var(--blue);
  transition: var(--main-transition);
}

.directcharts .chartlist a:hover {
  background-color: var(--blue);
  color: var(--white);
}

.directcharts .chartlist span {}

.directcharts {}

.directcharts .tradingview-widget-container {
  width: 100% !important;
  height: 580px !important;
}

@media (max-width: 576px) {}

@media (min-width: 577px) and (max-width: 769px) {}

@media (min-width: 770px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End directcharts */

/* Start statistics */
.statistics {
  background: url("../img/s.png");
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100% !important;
  height: 350px;
  position: relative;
}

.statistics .container {
  padding: 50px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.statistics .row>div {}

.statistics .statbox {
  text-align: center;
  background-color: #0000005c;
  padding: 30px 0px;
  /* border: 1px solid #fff; */
  box-shadow: 5px 5px 1px #545454, 0px 0px 1px #fff;
}

.statistics .statbox h5 {
  color: var(--white);
}

.statistics .statbox span {
  color: var(--white);
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
}

@media (max-width: 576px) {
  .statistics {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 350px;
  }

  .statistics .row>div {
    margin-bottom: 20px;
  }

  .statistics .statbox span {
    font-size: 20px;
  }

  .statistics .statbox {
    padding: 20px 0px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .statistics {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 350px;
  }

  .statistics .row>div {
    margin-bottom: 20px;
  }

  .statistics .statbox span {
    font-size: 20px;
  }

  .statistics .statbox {
    padding: 20px 0px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End statistics */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start footer */
footer {
  border-top: 1px solid var(--bluedark);
}

footer .container {
  padding: 50px 0px 0px 0px;
}

footer .row {}

footer .row>div {}

footer .footimg {
  width: 200px;
  margin-bottom: 20px;
}

footer .row>div:nth-of-type(1) p {
  margin-bottom: 30px;
}

footer h5 {}

footer .uplinks {}

footer .uplinks a {
  display: block;
  padding: 5px 0px;
  color: var(--blue);
}

footer .uplinks a span {
  font-size: 12px;
  margin-left: 5px;
}

footer .uplinks a:hover {}

footer .footcontact {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

footer .footcontact span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 5px;
  font-size: 15px;
}

footer .footcontact strong {
  display: block;
}

footer form {
  display: flex;
}

footer form>div {}

footer form>div:nth-of-type(1) {
  width: 70%;
}

footer form>div:nth-of-type(2) {
  width: 30%;
}

footer form input {
  width: 100%;
}

footer form input[type="tel"] {
  padding: 4px 5px;
  border: 2px solid var(--blue);
}

footer form input[type="tel"]::placeholder {
  text-align: right;
}

footer form input[type="submit"] {
  background-color: var(--blue);
  color: var(--white);
  padding: 7px 5px;
  /* border-radius: 5px; */
  border: none;
  font-size: 14px;
}

footer form {}

footer .copyright {
  padding: 30px 0px;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}

footer .copyright p {
  margin-bottom: 0px;
}

@media (max-width: 576px) {
  footer .row>div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  footer .row>div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  footer .row>div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {}

/* End footer */

/* starting button-top */
#button-top {
  background-color: var(--main-color-third);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  border: 1px solid #fff;
  color: var(--main-color);
}

/*  End button-top */

/* @media (max-width: 576px) {
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
} */

/* very lage screens */
/* @media (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 1400px) and (max-width: 1599px) {
}

@media (min-width: 1600px) and (max-width: 1799px) {
}

@media (min-width: 1800px) and (max-width: 1999px) {
}

@media (min-width: 2000px) and (max-width: 2399px) {
}

@media (min-width: 2400px) and (max-width: 2799px) {
}

@media (min-width: 2800px) and (max-width: 3199px) {
}

@media (min-width: 3200px) {
} */
/* very lage screens */