* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --black-color: #000;
  --white-color: #fff;
  --grey-color: #666;
  --white-smoke: #f1f1f1;
  --white-shade: #f9f9fe;
}
h1,
h3,
h6,
p {
  margin-bottom: 0 !important;
}
a {
  text-decoration: none !important;
}
.white--smoke {
  background-color: var(--white-smoke);
}
/* navbar */
.myNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.logo img {
  width: 260px;
}
.right_logo img {
  width: 120px;
}
/* banner section start */
.banner_wrapper {
  padding: 100px 0;
}
.banner_wrapper__heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner_wrapper__heading h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
}
.banner_wrapper__heading p {
  max-width: 900px;
  text-align: center;
  margin-top: 12px;
  line-height: 1.7;
  color: var(--grey-color);
  font-size: 18px;
}
.view_more {
  margin-top: 18px;
  background: var(--white-color);
  border: 1px solid var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  cursor: pointer;
}
.view_more p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 18px;
}

/* presence_heading */
.presence_wrapper {
  padding: 60px 0;
  background: var(--white-smoke);
}
.presence_heading h1 {
  text-align: center;
  font-size: 32px;
  color: var(--grey-color);
  font-weight: 600;
}
.content {
  margin-top: 3rem;
}
.presence_img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.flag {
  flex-wrap: wrap;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
/* trade_wrapper */
.trade_wrapper {
  padding: 60px 0;
}
.main_heading h1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 36px;
}
.main_heading p {
  text-align: center;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.6;
}
.trade_card {
  /* background: var(--white-shade); */
  padding: 1rem;
  margin-bottom: 1.2rem;
  border-radius: 10px;
  transition: 0.2s ease-in;
}
.trade_wrapper__content h1 {
  font-size: 26px;
  margin-bottom: 2rem !important;
}
.trade_card h3 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
}
.trade_card p {
  font-size: 16px;
  margin-top: 1rem;
  /* position: relative; */
}
/* .trade_card p::before{
    content: '';
    position: absolute;
    left: -14px;
    top: 7px;
    background: var(--black-color);
    height: 8px;
    width: 8px;
    border-radius: 50%;
} */

/* contact_wrapper */
.contact_wrapper {
  padding: 60px 0;
  background: var(--white-smoke);
}
.contact_wrapper__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--black-color);
}
.contact_wrapper__heading h1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
.contact_wrapper__heading p {
  text-align: center;
  font-size: 18px;
  margin-top: 14px;
}
.contact_mail {
  margin-top: 1rem;
  text-align: center;
}
.contact_mail a {
  font-size: 22px;
  color: var(--black-color);
  font-weight: 500;
}
.contact_mail p {
  font-size: 22px;
  font-weight: 500;
}
.contact_mail a:hover {
  color: var(--black-color);
}

/* choose_wrapper */
.choose_wrapper {
  padding: 60px 0px 0px 0px;
}
.choose_box__bg {
  padding: 2rem 0;
}
.choose_wrapper_box {
  height: 100%;
  padding: 2.2rem;
  transition: 0.3s all ease-in;
}
.choose_wrapper_box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.choose_box__bg:nth-child(1) {
  background-color: #dedeff;
}
.choose_box__bg:nth-child(2) {
  background-color: #ffe8e8;
}
.choose_box__bg:nth-child(3) {
  background-color: #f2deee;
}
.choose_box__bg:nth-child(4) {
  background-color: #e8ffd9;
}
.bg_1 {
  /* background-color: rgb(192, 234, 236); */
  background-color: #fff;
}
.bg_2 {
  /* background-color: rgb(255, 252, 204); */
  background-color: #fff;
}
.bg_3 {
  /* background-color: rgb(214, 214, 243); */
  background-color: #fff;
}
.bg_4 {
  /* background-color: rgb(253, 245, 226); */
  background-color: #fff;
}
.bg_5 {
  /* background-color: rgb(251, 217, 217); */
  background-color: #fff;
}
.bg_6 {
  /* background-color: rgb(255, 243, 222); */
  background-color: #fff;
}
.bg_7 {
  /* background-color: rgb(252, 252, 230); */
  background-color: #fff;
}
.bg_8 {
  /* background-color: rgb(251, 226, 226); */
  background-color: #fff;
}
.choose_wrapper_box h3 {
  font-weight: 500;
  font-size: 26px;
}
.choose_wrapper_box p {
  font-size: 18px;
  margin-top: 14px;
}
.box_content {
  margin-top: 1rem;
}
.box_content strong {
  font-size: 18px;
}

footer {
  padding: 10px 0;
  text-align: center;
}
.box_heaidng {
  margin-bottom: 2rem;
}
.box_heaidng h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1rem !important;
}

/* responsive css start */
@media (max-width: 1200px) {
  .flag {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .full_width {
    width: 100%;
  }
  .box_right {
    margin-top: 2rem;
  }
  .contact_wrapper__heading h1 {
    font-size: 24px;
  }
  .contact_wrapper__heading p {
    font-size: 16px;
  }
  .contact_mail a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .banner_wrapper__heading img {
    width: 100%;
  }
  .banner_wrapper__heading h1 {
    font-size: 36px;
  }
  .banner_wrapper__heading p {
    font-size: 16px;
  }
  .presence_img img {
    width: 150px;
  }
  .main_heading h1 {
    font-size: 24px;
  }
  .main_heading p {
    font-size: 16px;
  }
  .trade_card h3 {
    font-size: 18px;
  }
  .trade_card p {
    margin-top: 10px;
  }
  .choose_wrapper_box h3 {
    font-size: 22px;
  }
  .box_heaidng h1 {
    font-size: 26px;
  }
  .choose_wrapper_box p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .trade_card {
    margin-bottom: 14px;
  }
  .box_heaidng h1 {
    font-size: 22px;
  }
  .choose_wrapper_box h3 {
    font-size: 20px;
  }
  .banner_wrapper__heading h1 {
    font-size: 30px;
  }
  .banner_wrapper__heading p {
    font-size: 14px;
  }
  .logo img {
    width: 200px;
  }
  .right_logo img {
    width: 85px;
  }
  .banner_wrapper {
    padding: 50px 0;
  }
  .presence_heading h1 {
    font-size: 26px;
  }
  .box_right {
    padding: 1rem;
    margin-top: 1rem;
  }
  .choose_wrapper_box {
    padding: 1.2rem;
  }
}
