* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  body, section{
    overflow-x: hidden; 
    overflow-y: auto;
    margin-bottom: 50px;
  }
  header{
    position: sticky;
  top:0;
  z-index: 999;
  padding: 20px 0;  
  background: white;
  box-shadow: 6px 3px 19px 2px rgba(224,247,250, 0.8);
  -webkit-box-shadow: 6px 3px 19px 2px rgba(224,247,250, 0.5);
  -moz-box-shadow: 6px 3px 19px 2px rgba(224,247,250, 0.2);
  }
  
  a{
    text-decoration: none;
  }
  body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Montserrat', sans-serif;
  
  }

  .section_5 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section_5 a{
    text-align: center;
  }
  p{
    font-size: 19px;
    font-weight: 500;
  }

  
  .section4_wrapper li{
    font: 19px;
    line-height: 26px;
    font-weight: 600;
  }
  h2{
    max-width: 90%;
    
    text-align: start !important;
    
  }
  h2::before{
    content: "";
    display: block;
    width: 50px;
  margin-bottom: 10px;

height: 6px;  
background: blue;
}
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .text-container {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
   
  }
  
  .text-container h1 {
    
    margin-bottom: 40px;
    font-weight: 900;
  }
  
  .text-container p {
    max-width: 500px;
    margin-bottom: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .text-container button{
    background: rgb(0,82,175);
    color: white;
    padding: 14px 60px;
   
    border-radius: 40px;
    border: none;
  }
  
  
  
  p{
  
    line-height: 30px;
  }
  
  
  .section4_l img{
      max-width: 400px;
    }
  
  /* handle trade previledges */
  .box-wrapper{
    width:80%;
    margin:  0 auto;
    display: flex;
    justify-content: center;
    /* background: rgba(244,247,250); */
  }
  
  .box-wrapper .box-item{
  
    /* box-shadow: 0 2px 8px rgba(244,247,250); */
   
    border-radius: 15px;
  background: white;
  margin: 8px;
  min-width: 240px;
  max-width: 250px;
  height: 400px;
  padding: 20px;
  padding-left: 30px;
  }
  button{
    font-size: 20px;
  }
  a{
    font-size: 18px;
  }
  
  .box-item .icon{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
    background: rgb(68,167,231);
  }
  .box-item .icon i{
    color: white;
  }
  .box-item p{
   display: block;
   text-align: start;
  }
  .box-item h3{
   
    margin-bottom: 10px;
  }
  .section1{
    margin-bottom: 60px;
    overflow: hidden;
  }
  /* 
   .section1 h2, .section1 p{
     text-align: center;
   } */
  
   .websiteLink{
    color:rgb(0,124,255);
   
   }
  
   h2{
    margin-bottom: 20px;
   text-align: center;
   }
  
   .section1p{
    max-width: 550px;
    display: flex;
    justify-content: center;
    margin:  20px auto;
    
   }
  
   /* handle section2   */
   .section5_wrapper p{
    color: #f3f4f5;
  }
   .section2{
    padding:  50px 0;
    background: rgb(244,251,253);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   }
   .section2_wrapper{
    display: flex;
    justify-content:space-between;
    width: 80%;
    margin:  0 auto;
    align-items: center;
   }
   .section2_wrapper img{
    width: 320px;
   }
   .section2_l{
    flex:5;
   }
  
   .section2_r{
    flex: 4;
   }
   .section2p{
    text-align: center;
    max-width: 600px;
    margin-bottom: 60px;
   
   }
  
   .section2_item{
    margin-bottom: 30px;
   }
   .section2_item h3{
  
    margin-bottom: 10px;
   }
   .section2_item p{
    margin-bottom: 20px;
   }
   .ira-item{
    display: flex;
    align-items: center;
    
   }
   .ira-item h3{
  
   }
   .ira-item i{
  
   }
   .ira-item span{
  
    color: white;
    display: flex;
    width: 40px;
    height: 40px;
    background: rgb(68,197,231);
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
   }
   /* .section2_r_item h3::before{
    content: "IRA";
  
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(68,197,231);
    display:inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
   } */
   
  
   .section2_item a{
  
    color: rgb(24, 118, 168);
   }
   .section2_item i{
  
   }
   .arrow-icon{
  
    color: rgb(24, 118, 168);
   }
  
   /* section3 styling */
   .section3{
        background: white;
        padding: 150px 0; 
        position: relative;
      }
      .section3_wrapper{
        max-width: 80%;
        margin:  0 auto;
      }
      .slick-dots {
      position: absolute;
      bottom:10px;
  }
  
  .slick-dots button {
  
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
      .sliderContainer{
        max-width:100vw;
        overflow-x: hidden;
        padding: 10px;
      }
      .section3_item{
        display: block;
      }
     
      .section3_item_r img{
        max-width: 500px;
      }
      
     
      .section3_item_l, .section3_item_r{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
      }
      
      @media screen and (min-width: 768px){
        .links-item span{
          flex-wrap: nowrap;
        }
       i{
        font-size: 12px !important;
       }
        .section4_r h2{
          text-align: start;
       
        }
       
        h1{
          font-size: 50px;
        }
       .section2_wrapper_sm{
        display: none;
       }
       .section_6_item{
    margin-right: 80px;
  }
        .box-wrapper .box-item{
            /* box-shadow: 6px 3px 19px 11px rgba(224,247,250, 0.8);
  -webkit-box-shadow: 6px 3px 19px 11px rgba(224,247,250, 0.5);
  -moz-box-shadow: 6px 3px 19px 11px rgba(224,247,250, 0.2);     */
  box-shadow: 0 4px 8px 0 rgba(208, 215, 216, 0.8);
        }
        .section3_item{
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: row-reverse;
       
      }
        .section3_item_r{
        width:50%;
    
      }
      .section3_item_l{
        display: none;
        top: 200px !important;
       
        max-width: 500px;
     
        left: 5% !important; 
      }
      .section3_item_l.active{
        display: block;
       
      }
  
      .section3_item_l.fixed {
        position: fixed;
        top:40px;
        left: 10px;
      }
      }
      .slick-dots{
        color: greenyellow;
      }
  /* section4 styles */
  .section4{
    background: rgb(244,251,253);
  padding-bottom: 30px;
  }
  .section4_wrapper{
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  
  }
  .section4_r h4{
    font-weight: 500;
  }
  
  .section4_l{
  flex: 1;
  }
  
  
  .section4_r{
    flex: 1;
  }
  
  .section4 a{
    color: white;
    background:rgb(0,124,255);
    padding: 10px 20px;
  
    border-radius: 35px;
    text-align: center;
   
  }
  .section4 ul{
    margin-bottom: 40px;
  }
  .section4 h4{
    margin-top: 40px;max-width: 90%;
    margin:  40px auto;
  
  }
  /* section5 styling */
  
  .section5{
   
    background: rgb(0,82,175);
    padding: 40px 0;
  }
  .section5_wrapper{
    width: 80%;
    margin:  0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  color:white;
  }
  
  .section5 img{
    width: 600px;
  }
  .section5 .links{
    display: flex;
  }
   
  .section5 .links-item{
    margin:  0 20px;
    color: #f3f4f5;
  
  }
  .section5 p{
    margin-bottom: 20px;
  }
  .section5 .links i{
  font-size: 14px;
    margin-left: 10px;
  }
  .section5-icons{
    display: flex;
    justify-content: center;
    margin:  30px 0;
  }
  .section5-icons.bigSmallScreen{
    /* border-bottom: 1px solid #f7f3f3; */
    margin-bottom: 20px;
    display: none;
    width: 90%;;
    justify-content: center;align-items: center;
    padding-bottom: 30px;
    margin:  20px auto;
   
   
  }
  
  .section5-icons > div{
    margin:  0 10px;
  }
  .section5-icons img{
    width: 50px;
    height: 50px;
    border: 1px solid #ebe5e5;
  
    border-radius: 50%;;
  }
  
  
  .side-menu-footer {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
  }
  
  #cancelButton {
  background: none;
  color: blue;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
  }
  
  
 
  p{
  color: #333;;
  }
  
  @media screen and (max-width: 768px){
  
    .box-wrapper .box-item{
      max-height: 300px;
      margin-bottom: 30px;
      
    }
      .box-item-head{
          display: flex;
          position: relative;
      }
      .box-item-head img{
      position: absolute;
      left: -70px;
      width: 40px;
      height: 40px;
      }
      
      .head-logo img{
    width: 100px;
  
  }
    
  }
  
  @media (max-width: 768px) {
  
     h1{
      margin-bottom: 10px;
     }
  
  
  p, li,a, h5{
    font-size: 11px;
  
  }
  h5{
    line-height: 25px;
    width: 90%;
    margin:  0 auto;
  }
  h3{
    font-size: 13px;

    font-weight: 600;
  }
  
  }

  .section_wrapper{
    width: 90%;
    margin:  0 auto;

  }
  
  .section_wrapper img{
    width: 340px;
  }
  
  .section_wrapper_item{
    display: flex;
    
  }
  .section_wrapper_item_l, .section_wrapper_item_r{
    flex: 1;
  }  
  
  .section_2 img{
    width: 150px;
  }
.section_1{
    display: flex;
    justify-content: end;
    padding: 0 10px;
}
  .section_1 img{
    width: 80px;
    height: 50px;
  }

  .section_3{
    display: flex;
    justify-content: center;
  }
  .section_3 .section_item_l{
    display: flex;
    justify-content: center;
  }
.section_3 img{
    width: 200px;
}
.section_4 .section_item_l{
  display: flex;
  justify-content: center; 
  align-items: center;
  margin-bottom: 20px;
}
.section_4 img{
  width: 250px;
}

.section_5{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_5 a{
  text-align: center;
  background: blue;
  padding: 12px 50px;
  border-radius: 20px;
  font-size: 15px;
  color: white;
}
.socials{
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials img{
  width: 40px;
  height: 40px;
  margin: 30px 15px;
}
.footer_wrapper_l, .footer_wrapper_r{
  flex: 1;
}
.footer-wrapper{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin:  0 auto;
}
footer img{
  width: 130px;
  height: 50px;
}
.footer_wrapper_item a {
  color: #333;
 display: block;
 margin-bottom: 15px;
 
}
footer p{
  max-width: 90%;
  margin:  0 auto;
}
footer p:last-of-type{
  border-bottom: 1px solid #dbd6d6;
  margin-bottom: 20px;
}
.footer_wrapper_item h3{
  margin-bottom: 15px;
}

@media screen and (min-width: 768px){
  .section_wrapper, footer{
    max-width: 900px;
    margin: 0 auto;
  }
  section p, footer p, footer a{
    font-size: 15px !important;
  }
  h2::before{
    content: "";
    display: block;
    margin: 0 auto;
    width: 50px;
  margin-bottom: 10px
  }
  section h5{
    margin:  0 auto;

    font-size: 23px;
    text-align: center;
  }
  .section_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .section_2 .section_wrapper_item_l, .section_2 .section_wrapper_item_r{
    flex: 1;
    
    width: 90vw;
    text-align: center;
  }

  section img{
    min-width: 300px;
    margin-bottom: 30px;
  }

  .paragraph_container p{
  
    text-align: center;
  }
  .section_wrapper_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section h2{
    font-size: 40px !important;
    text-align: center !important;
    margin:  0 auto;
    margin-bottom: 40px;
  
  }
  .section_1- img{
    min-width: 600px;
  }
  
}

