* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
body {
  
  background-image:url(images/background-image-4.jpg);
  background-size: cover;  
  background-position: center; 
  background-repeat: no-repeat; 
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  
  color:#fff;
  background-color: rgba(215, 209, 209, 0.2);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.5s;
}
.header-scrolled {
  background-color: rgb(1, 31, 87);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0,15);
}

.headerleft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.div-logo {
  display: flex;
        
        border-radius: 5px;
        height: 50px;
        width: 50px;
        margin-left: 20px;
        margin-right: 10px;
        justify-content: center;
        align-items: center;
        background: #3F5EFB;
        background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(70, 252, 210, 1) 100%);
        box-shadow: 0 6px 20px 0 rgba(60, 187, 86, 0.2), 0 6px 20px 0 rgba(12, 46, 196, 0.19);
}
.material-symbols-outlined {
        font-size: 30px;
        color: white;
      }
.div-indiamarkes {
        display: flex;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 600;
        
      }
       .india{
        
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));

      }
      .markets {
        
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
      }
      .dotcom {
        --tw-text-opacity: 1;
        color: rgba(0,0,0,(--tw-text-opacity));
        
      }
.headerright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
  margin-right: 50px;
}
.homebtn {
  align-content: center;
  justify-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 10px;
  background-color: rgba(230, 131, 45, 0.905);
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.homebtn:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  background-image: linear-gradient(-180deg, rgb(244, 124, 72, 0.784) 0%, rgba(193, 69, 15, 0.784) 100%);
  
}
.homebtn:active {
  background-color: rgba(3, 30, 16, 0.685);
  box-shadow: none;
  transform: translateY(0);
}
.section1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 150px;
}
.page-heading {
  color: rgb(244, 244, 214);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.section2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  justify-content: center;
  align-items: start;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
.section2-box1 {
  color:#fff;
  background-color: rgba(215, 209, 209, 0.5);
  
  width: 400px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  
  box-shadow: 0 0 10px rgba(193, 187, 187, 0.837);
}
.div-section2-box1 {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
}

.div-section2-box1-img1 {
  width: 60px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.5) ;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  
}
.section2box1heading {
  color: rgb(57, 71, 111);
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}
ul {
  margin-top: 20px;
  margin-left: 50px;
  line-height: 30px;
}
.section3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
  width: 80%;
}
.section3-container {
  
  
  display: flex;
 
  justify-content: center;
  align-items: center;
  
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(193, 187, 187, 0.837);

  padding-top: 50px;
  padding-bottom: 50px;
}
.section3-leftbox {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 50px;
}
.section3-leftbox-para1 {
  color: aliceblue;
  font-size: 30px;
  font-weight: 900px;
}
.section3-leftbox-para2 {
  color: aliceblue;
  font-size: 20px;
  font-weight: 500px;
  margin-top: 20px;
}
.section3-leftbox-heading {
  color: aliceblue;
  font-size: 30px;
  font-weight: 900px;
}
.section3-rightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  justify-items: center;
  
  
}
.section3-img {
  border-radius: 20px;
  width: 100px;
  
}
.section4 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
.section4-box {
  color:#fff;
  background-color: hsla(0, 0%, 96%, 0.212);
  
  width: 300px;
  border-radius: 20px;
  margin-top: 10px;
  
  border:1px;
  border-style: solid;
  align-items: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(193, 187, 187, 0.837);
  padding-bottom: 20px;
}
.section4-img-div {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section4-box-img {
  color: coral;
  width: 60px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2) ;
  border-radius: 50px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.section4-box1-para1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: dodgerblue;
}
.section4-box1-para2 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.section4-box2-para1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(206, 241, 52);
}
.section4-box2-para2 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.section4-box3-para1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(12, 220, 220);
}
.section4-box3-para2 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.section4-box4-para1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(242, 162, 252);
}
.section4-box4-para2 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.contactus {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contactbtn {
  align-content: center;
  justify-items: center;
  font-size: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border-color: rgb(208, 200, 200);
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2) ;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.contactbtn:hover {
  background-color: rgba(255, 255, 255, 0.3) ;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.contactbtn:active {
  background-color: rgba(255, 255, 255, 0.2) ;
  box-shadow: none;
  transform: translateY(0);
}
.footer {
  display: flex;
  height: 100px;
  width: 100%;
  justify-content: center;
  background-color: rgba(237, 235, 231, 0.6);
}
.footer-rights {
  margin-top: 50px;
  margin-left: 20px;
  color: rgb(88, 86, 86);
}



@media (max-width: 499px) {
   .div-logo {
      height: 40px;
      width: 40px;
      margin-left: 10px;
    }
    .div-indiamarkes {
      font-size: 26px;
      font-weight: 600;
    }

    .headerright {
      margin-right: 5px;
      margin-left: 5px;
    }
    .homebtn {
      padding-left: 10px;
      padding-right: 10px;
    }

    .section3 {
      flex-direction: row;
      margin-left: 20px;
      margin-right: 20px;
    }
    .section3-container {
      flex-wrap: wrap;
    }
    .section3-leftbox {
      width: 100%;
      margin-left: 20px;
      margin-right: 20px;
    }
    .section3-rightbox {
      margin-top: 50px;
      width: 100%;
    }
}