#section1 {
  background: linear-gradient(to top right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%), url('../assets/images/HomePage/HeaderDesign.jpg') center center/ cover no-repeat;

}

#section2 {
  background: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 55%), url('../assets/images/HomePage/Derivatives&StructuredProductsSection.png') center center/ cover no-repeat;
}
/* //radial-gradient(51.14% 55.14% at 48% 36.95%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 100%),
      url('../assets/images/HomePage/Mobile/ContactUsSectionHomePage.png') 49% center/ auto 100% no-repeat yash phone section6 */
#section3 {
  background: linear-gradient(to top right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 55%), url('../assets/images/HomePage/ComercialForexExchangeSection.png') center center/ cover no-repeat;
}

#section4 {
  background: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 55%), url('../assets/images/HomePage/Image-3.jpg') center center/ cover no-repeat;
}

#section5 {
  background: linear-gradient(to top right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%), url('../assets/images/HomePage/Investments&SecuritiesTradingSection.png') center center/ cover no-repeat;
}

#section6 {
  background: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 150%), url('../assets/images/HomePage/ContactUsSectionHomePag.jpg') center center/ cover no-repeat;
}

.section1_content {
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100svh;
  align-content: end;
  padding-left: 6.25svw;
  padding-bottom: 20svh;
}

h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.25rem;
  font-family: "Opensans", sans-serif;
}

.page-title {
  text-align: left;
}

.section1_text-gradient {
  background: linear-gradient(86.47deg, #855F39 -7.89%, #FFAC59 41.22%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'Times New Roman', Times, serif;
  padding-bottom: 1.2rem;
  line-height: 0.9;
  font-size: 85px;
  line-height: 77.81px;
  font-weight: 400;
  font-family: "FreightDispProBook-Regular";
  font-weight: 400;
  font-size: 85px;
  line-height: 77.81px;
  letter-spacing: 3px;
  vertical-align: middle;
}

.text-gradient span {
  letter-spacing: 2px;
}


.page-title-text {
  color: #c9c2c2;
  padding: 1rem 0rem;
  font-family: "BentonSans Book";
  font-weight: 400;
  font-size: 36px;
  line-height: 38.9px;
  letter-spacing: 2px;
  vertical-align: middle;

}



.section2_content {
  position: absolute;
  right: 5svw;
  /* top: 45svh; */
  bottom: 10svh;
  color: #656464;
  width: 575px;
  text-align: left;
  width: 30%;
}


.section2_text-gradient {
  background: linear-gradient(270.52deg, #855F39 -6.01%, #FFAC59 51.81%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'Times New Roman', Times, serif;
  padding-bottom: 2.2rem;
  line-height: 0.9;
  font-family: "FreightDispProBold-Italic";
  font-weight: 400;
  font-style: italic;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 1px;
}

.section3_text-gradient {
  background: linear-gradient(81.28deg, #855F39 -8.26%, #FFAC59 45.14%);
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 30px;
  font-family: "FreightDispProBold-Italic";
  font-weight: 400;
  font-style: italic;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
}

.section4_text-gradient {
  background: linear-gradient(269.55deg, #855F39 17.49%, #FFAC59 67.44%);
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 30px;
  font-family: "FreightDispProBold-Italic";
  font-weight: 400;
  font-style: italic;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
}

.section5_text-gradient {
  background: linear-gradient(81.28deg, #855F39 -8.26%, #FFAC59 45.14%);
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 30px;
  font-family: "FreightDispProBold-Italic";
  font-weight: 400;
  font-style: italic;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
}

.accordion_title {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 1.62rem;
  color: #AB8763;

  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}


.accordion_item {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding-left: 50px;
  min-height: 50px;
}

.accordion_header {
  font-weight: 500;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}

.accordion_content {
  display: none;
  overflow: hidden;
  color: #ddd;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 18px;
  padding-top: 7px;
}

/* .accordion_header:hover+.accordion_content {
  display: block;
} */

.accordion_header.active+.accordion_content {
  display: block;
}

/* .accordion_header:hover {
  color: #FFAC59;
} */

.accordion_header.active {
  color: #FFAC59;
}

.bullet {
  margin-right: 35px;
  font-size: 45px;
  display: inline-block;
  transition: color 0.3s ease;

  position: absolute;
  left: 0;
  top: 0;
  font-size: 45px;
  color: #AB8763;
  transition: color 0.3s ease;
  z-index: 1;
}

/* .accordion_header:hover .bullet {
  color: #FFAC59;
} */

.accordion_header.active .bullet {
  color: #FFAC59;
}


.accordion_item:not(:last-child)>.accordion_header::after,
.accordion_item>.accordion_header.active::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 23px;
  width: 0px;
  z-index: 0;
  border-width: 0px;
  border-color: transparent;
  border-left-width: 1px;
}

/* .accordion_item:not(:last-child)>.accordion_header::after,
.accordion_item>.accordion_header:hover::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 23px;
  width: 0px;
  z-index: 0;
  border-width: 0px;
  border-color: transparent;
  border-left-width: 1px;
} */

.accordion_item:not(:last-child)>.accordion_header::after {
  border-style: solid;
  height: calc(100% - 25px);
  border-image: linear-gradient(to bottom, #AB8763 0%, rgb(255 0 0 / 0%) 100%) 1 100%;
}

/* .accordion_item>.accordion_header:hover::after {
  height: calc(100% - 54px);
  border-style: dashed;
  border-image: repeating-linear-gradient(to bottom, #ffffff 0px, #ffffff 10px, transparent 10px, transparent 20px) 2 10%;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent);
  mask-image: linear-gradient(to bottom, black, transparent);
} */

.accordion_item>.accordion_header.active::after {
  height: calc(100% - 54px);
  border-style: dashed;
  border-image: repeating-linear-gradient(to bottom, #ffffff 0px, #ffffff 10px, transparent 10px, transparent 20px) 2 10%;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent);
  mask-image: linear-gradient(to bottom, black, transparent);
}

/* .accordion_item:last-child:hover::after {
  border-left: 1px dashed #ddd;
  display: block;
} */

.section3_content {
  position: absolute;
  left: 5svw;
  bottom: 10svh;
  width: 575px;
  text-align: left;
  width: 26%;
}

.section4_content {
  position: absolute;
  right: 5svw;
  bottom: 10svh;
  width: 575px;
  text-align: left;
  width: 29%;
}

.section5_content {
  position: absolute;
  left: 5svw;
  bottom: 10svh;
  width: 575px;
  text-align: left;
  width: 32%;
}

.section6_content {
  height: auto;
  width: 80%;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  padding: 75px;
}



.form-container {
  width: 67%;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  padding: 22px 22px 0px 0px;
}

.form-row input {
  height: 50px;
  width: 434px;
  border: 1px solid #F4F4F4;
  padding-left: 36px;
  font-family: BentonSans Book;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;

}

.form-row.full-width {
  width: 34%;
}

input[type="submit"] {
  padding: 8px 16px;
  width: 32%;
}

.contact-title {
  font-weight: 400;
  font-size: 3.5rem;
  font-size: 2.62rem;
  background: linear-gradient(80.28deg, #855F39 -14.56%, #FFAC59 51.13%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'Times New Roman', Times, serif;
  padding-bottom: 2.2rem;
  line-height: 0.9;
  text-align: left;
  font-family: FreightDispProBook-Regular;
  font-weight: 400;
  font-size: 47.14px;
  line-height: 53.04px;
  letter-spacing: 1px;
}


.submit-btn {
  background: linear-gradient(81.46deg, #855F39 -34.49%, #FFAC59 41.99%);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
}

.form-message {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(81.46deg, #855F39 -34.49%, #FFAC59 41.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: none;
}

.submit-btn-div {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1536px) {

  #section1 {

    background-size: cover;
    background-repeat: no-repeat;


  }

  #section2 {

    background-size: cover;

    background-repeat: no-repeat;

  }

  #section3 {

    background-size: cover;

    background-repeat: no-repeat;
  }

  #section4 {


    background-size: cover;

    background-repeat: no-repeat;

  }

  #section5 {


    background-size: cover;

    background-repeat: no-repeat;
  }

  #section6 {


    background-size: cover;

    background-repeat: no-repeat;

  }

  .accordion_title {
    width: 380px;
    
    padding-top: 10px;

  }

  .accordion_header {
    font-weight: 400;
    font-size: 20px;
    line-height: 16.81px;
    letter-spacing: 1px;

  }

  .accordion_content {
    font-size: 12px;
    line-height: 13px;
  }

  /* .accordion_item>.accordion_header:hover::after {
    border-style: dashed;
    border-image: repeating-linear-gradient(to bottom, #ffffff 0px, #ffffff 5px, transparent 5px, transparent 10px) 2 10%;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent);
    mask-image: linear-gradient(to bottom, black, transparent);
  } */

  .accordion_item>.accordion_header.active::after {
    border-style: dashed;
    border-image: repeating-linear-gradient(to bottom, #ffffff 0px, #ffffff 5px, transparent 5px, transparent 10px) 2 10%;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent);
    mask-image: linear-gradient(to bottom, black, transparent);
  }

  .accordion_item {
    width: 87%;
    padding-left: 25px;
  }

  .section1_content {
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    width: 624px;
    height: 253.69px;
    left: 10svh;

  }

  .page-title-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 38.9px;
    letter-spacing: 2px;
  }

  .section1_text-gradient {

    padding-bottom: 1.2rem;
    font-weight: 400;
    font-size: 85px;
    line-height: 77px;
    letter-spacing: 3px;
  }

  .section2_content {
    position: absolute;
    right: 1svw;
    width: 575px;
    text-align: left;
    width: 33%;
    top: 20svh;
  }


  .section2_text-gradient {
    padding-bottom: 2.2rem;
    line-height: 0.9;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 1px;
  }

  .section3_content {
    left: 10svw;
    width: 575px;
    text-align: left;
    width: 30%;
    top: 20svh;
  }

  .section3_text-gradient {
    padding-bottom: 2.2rem;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 2px;
  }

  .section4_content {
    position: absolute;
    right: 0svw;
    width: 575px;
    text-align: left;
    width: 33%;
    top: 20svh;
  }


  .section4_text-gradient {
    padding-bottom: 2.2rem;
    line-height: 0.9;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 1px;
  }

  .section5_content {
    left: 10svw;
    width: 575px;
    text-align: left;
    width: 30%;
    top: 20svh;
  }

  .section5_text-gradient {
    padding-bottom: 2.2rem;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 2px;
  }


  .contact-title {
    font-weight: 400;
    font-size: 44px;
    line-height: 53px;
    letter-spacing: 1px;
    width: 100%;
    padding-bottom: 18px;

  }


  .form-container {
    width: 100%;
  }

  .form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 22px 22px 0px 0px;
  }

  .form-row input {
    height: 50px;
    width: 434px;
    border: 1px solid #F4F4F4;
    padding-left: 36px;
    font-family: BentonSans Book;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  ;

  .submit-btn {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
  }

  .submit-btn-div {
    display: flex;
  }

  .submit-btn-div .submit-btn {
    width: 26%;
  }
}

@media screen and (max-width: 1208px) {

  #section1 {

    background-size: cover;

    background-repeat: no-repeat;


  }

  #section2 {


    background-size: cover;

    background-repeat: no-repeat;

  }

  #section3 {


    background-size: cover;

    background-repeat: no-repeat;
  }

  #section4 {


    background-size: cover;

    background-repeat: no-repeat;

  }

  #section5 {


    background-size: cover;

    background-repeat: no-repeat;
  }

  #section6 {


    background-size: cover;

    background-repeat: no-repeat;

  }

  .accordion_title {
    width: 380px;
    
    padding-top: 10px;

  }

  .accordion_header {
    font-weight: 400;
    font-size: 18px;
    line-height: 16.81px;
    letter-spacing: 1px;
  }

  .accordion_content {
    font-size: 12px;
    line-height: 13px;
  }

  .accordion_item {
    width: 87%;
    padding-left: 25px;
  }

  .section1_content {
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    width: 624px;
    height: 253.69px;
    left: 10svh;

  }

  .page-title-text {
    font-weight: 400;
    font-size: 31px;
    line-height: 38.9px;
    letter-spacing: 2px;
  }

  .section1_text-gradient {

    padding-bottom: 1.2rem;
    font-weight: 400;
    font-size: 72px;
    line-height: 77px;
    letter-spacing: 3px;
  }

  .section2_content {
    position: absolute;
    right: 0svw;
    width: 575px;
    text-align: left;
    width: 33%;
  }


  .section2_text-gradient {
    padding-bottom: 2.2rem;
    line-height: 0.9;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 1px;
  }

  .section3_content {
    left: 10svw;
    width: 575px;
    text-align: left;
    width: 35%;
  }

  .section3_text-gradient {
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 2px;
  }

  .section4_content {
    position: absolute;
    right: 0svw;
    width: 575px;
    text-align: left;
    width: 33%;
  }


  .section4_text-gradient {
    padding-bottom: 2.2rem;
    line-height: 0.9;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 1px;
  }

  .section5_content {
    left: 10svw;
    width: 575px;
    text-align: left;
    width: 30%;
  }

  .section5_text-gradient {
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 2px;
  }


  .contact-title {
    font-weight: 400;
    font-size: 44px;
    line-height: 53px;
    letter-spacing: 1px;
    width: 100%;
    padding-bottom: 18px;

  }


  .form-container {
    width: 100%;
  }

  .form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 22px 22px 0px 0px;
  }

  .form-row input {
    height: 50px;
    width: 388px;
    border: 1px solid #F4F4F4;
    padding-left: 36px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
  }


  .submit-btn {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
  }

  .submit-btn-div {
    display: flex;
  }

  .submit-btn-div .submit-btn {
    width: 43%;
  }




}

@media screen and (max-width: 1024px) {

  #section1 {


    background-size: cover;

    background-repeat: no-repeat;


  }

  #section2 {


    background-size: cover;

    background-repeat: no-repeat;

  }

  #section3 {


    background-size: cover;

    background-repeat: no-repeat;
  }

  #section4 {


    background-size: cover;

    background-repeat: no-repeat;

  }

  #section5 {


    background-size: cover;

    background-repeat: no-repeat;
  }

  #section6 {


    background-size: cover;

    background-repeat: no-repeat;

  }

  .accordion_title {
    width: 380px;
    
    padding-top: 10px;

  }

  .accordion_header {
    font-weight: 400;
    font-size: 18px;
    line-height: 16.81px;
    letter-spacing: 1px;

  }

  .accordion_content {
    font-size: 12px;
    line-height: 13px;
  }

  .accordion_item {
    width: 87%;
    padding-left: 25px;
  }

  .section1_content {
    height: 207px;
    width: 364px;
    top: 28svh;
    padding-left: 5px;

  }

  .page-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
    letter-spacing: 1px;
  }

  .section1_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 44px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section2_content {
    height: auto;
    width: 412px;
    padding-left: 5px;
    right: 0svw;

  }

  .section2_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section3_content {
    height: auto;
    width: 412px;
    padding-left: 5px;
    left: 10svw;

  }

  .section3_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section4_content {
    height: auto;
    width: 376px;
    padding-left: 5px;
    right: 0svw;

  }

  .section4_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section5_content {
    height: auto;
    width: 398px;
    padding-left: 5px;
    left: 10svw;

  }

  .section5_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
  }


  .contact-title {
    font-weight: 400;
    font-size: 26.36px;
    line-height: 29.65px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    padding-bottom: 18px;

  }


  .form-container {
    width: 100%;
    height: 100%;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0px;
  }

  #contact-form {
    height: 100%;
    width: 100%;
  }

  .form-row input {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
  }

  ;

  .submit-btn {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
  }

  .submit-btn-div {
    display: flex;
    align-items: center;
  }

  .submit-btn-div .submit-btn {
    width: 60%;
  }




}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
  }

  #section1 {

    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%),
      url('../assets/images/HomePage/Mobile/HeaderDesign.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;


  }

  #section2 {

    background: linear-gradient(-235.5deg, rgba(0, 0, 0, 0) 4.78%, #020200 83.48%),
      url('../assets/images/HomePage/Mobile/Derivatives&StructuredProductsSection.png') 32% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;

  }

  #section3 {

    background: linear-gradient(235.5deg, rgba(0, 0, 0, 0) 4.78%, #020200 83.48%),
      url('../assets/images/HomePage/Mobile/ComercialForexExchangeSection.png') 57% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  #section4 {

    background: linear-gradient(-235.5deg, rgba(0, 0, 0, 0) 4.78%, #020200 83.48%),
      url('../assets/images/HomePage/Mobile/Derivatives&StructuredProductsSection.png') 50% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;

  }

  #section5 {

    background: linear-gradient(235.5deg, rgba(0, 0, 0, 0) 4.78%, #020200 83.48%),
      url('../assets/images/HomePage/Mobile/Investments&SecuritiesTradingSection.png') 82% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  #section6 {

    background: radial-gradient(0.14% 0.14% at 21% 16.95%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%),
      url('../assets/images/HomePage/Mobile/ContactUsSectionHomePage.jpg') 0% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;

  }

  .accordion_title {
    width: 380px;
  }

  .accordion_header {
    font-weight: 400;
    font-size: 18px;
    line-height: 16.81px;
    letter-spacing: 1px;

  }

  .accordion_content {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 10px;
  }

  .accordion_item {
    width: 87%;
    padding-left: 25px;
  }

  .section1_content {
    height: 207px;
    width: 364px;
    top: 28svh;
    padding-left: 5px;

  }

  .page-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
    letter-spacing: 1px;
  }

  .section1_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 44px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section2_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  
  .section2_content, .section3_content, .section4_content, .section5_content {
    height: auto;
    width: 90svw;
    padding-left: 5px;
    left: 10svw;
    bottom: 10svh;

  }

  .section3_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section4_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section5_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
  }


  .contact-title {
    font-weight: 400;
    font-size: 26.36px;
    line-height: 29.65px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    padding-bottom: 18px;

  }


  .form-container {
    width: 100%;
    height: 100%;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0px;
  }

  #contact-form {
    height: 100%;
    width: 100%;
  }

  .form-row input {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
  }


  .submit-btn {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
  }

  .submit-btn-div {
    display: flex;
    align-items: center;
  }

  .submit-btn-div .submit-btn {
    width: 60%;
  }




}

@media screen and (max-width: 640px) {

  #section1 {

    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%),
      url('../assets/images/HomePage/Mobile/HeaderDesign.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;


  }

  #section2 {

    background: linear-gradient(235.5deg, rgba(0, 0, 0, 0) 4.78%, #020200 83.48%),
      url('../assets/images/HomePage/Mobile/Derivatives&StructuredProductsSection.png') 32% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;

  }

  #section3 {

    background: linear-gradient(235.5deg, rgba(0, 0, 0, 0) 4.78%, #020200 83.48%),
      url('../assets/images/HomePage/Mobile/ComercialForexExchangeSection.png') 57% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  #section4 {

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 4.78%, #020200 83.48%),
      url('../assets/images/HomePage/Mobile/ProductPageAccordion6.png') 50% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;

  }

  #section5 {

    background: linear-gradient(235.5deg, rgba(0, 0, 0, 0) 4.78%, #020200 83.48%),
      url('../assets/images/HomePage/Mobile/Investments&SecuritiesTradingSection.png') 82% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  #section6 {

    background: radial-gradient(0.14% 0.14% at 21% 16.95%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%),
      url('../assets/images/HomePage/Mobile/ContactUsSectionHomePage.jpg') 0% center/ auto 100% no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;

  }

  .accordion_title {
    width: 380px;

  }

  .accordion_header {
    font-weight: 400;
    font-size: 18px;
    line-height: 16.81px;
    letter-spacing: 1px;

  }

  .accordion_content {
    font-size: 12px;
    line-height: 13px;
  }

  .accordion_item {
    width: 87%;
    padding-left: 25px;
  }

  .section1_content {
    height: 207px;
    width: 364px;
    top: 28svh;
    padding-left: 5px;
    left: 10svw;

  }

  .page-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
    letter-spacing: 1px;
  }

  .section1_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 44px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section2_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section2_content, .section3_content, .section4_content, .section5_content {
    height: 100svh;
    width: 90svw;
    padding-left: 5px;
    left: 10svw;
    align-content: end;
    padding-bottom: 25svh;
  }

  .section3_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .section4_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .section5_text-gradient {

    padding-bottom: 0.5rem;
    font-weight: 400;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
  }


  .contact-title {
    font-weight: 400;
    font-size: 26.36px;
    line-height: 29.65px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    padding-bottom: 18px;

  }


  .form-container {
    width: 100%;
    height: 100%;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0px;

  }

  #contact-form {
    height: 100%;
    width: 100%;
  }

  .form-row input {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
  }

  .submit-btn {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
  }

  .submit-btn-div {
    display: flex;
    align-items: center;
  }

  .submit-btn-div .submit-btn {
    width: 60%;
  }




}
body.stopLoading,
html.stopLoading {
  overflow: hidden;
  height: 100vh;
}


#pagepiling {
  visibility: hidden;
}