* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
.manrope-mukunda {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
ul,
li {
  list-style: none;
}
ul,
li a {
  text-decoration: none;
  color: #333;
}
#Circle {
  width: 50px;
  height: 50px;
  background-color: rgba(228, 205, 84, 1);
  border-radius: 50%;
  position: fixed;
  z-index: 99999999;
  opacity: 0.7;
  pointer-events: none;
}
.main_container {
  width: 100%;
  background: rgba(240, 247, 255, 1);
}
.banner_section {
  width: 100%;
  background: rgba(25, 54, 94, 1);
}
.banner_bg {
  width: 100%;
  height: 700px;
  background: url("../images/v30_46.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 0px;
  position: relative;
}
.banner_bg::before {
  content: "";
  background-color: #19365e;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.top_nav {
  width: 100%;
  height: 79px;
  background: rgba(255, 255, 255, 1);
  padding: 10px 10px;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.top_nav ul {
  display: flex;
  gap: 22px;
  align-items: center;
}
.top_nav ul li.selected {
  font-weight: 800;
  background: #e7d160;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
}
.logo img {
  max-width: 280px;
  max-height: 59px;
}
.nav_items {
  background: url("../images/v30_18.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.nav_ul {
  background: url("../images/v38_49.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.v30_19 {
  width: 40px;
  color: rgba(12, 12, 12, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Manrope;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.v30_20 {
  width: 67px;
  color: rgba(12, 12, 12, 1);
  position: absolute;
  top: 0px;
  left: 70px;
  font-family: Manrope;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.v30_21 {
  width: 86px;
  color: rgba(12, 12, 12, 1);
  position: absolute;
  top: 0px;
  left: 167px;
  font-family: Manrope;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.v30_22 {
  width: 86px;
  color: rgba(12, 12, 12, 1);
  position: absolute;
  top: 0px;
  left: 283px;
  font-family: Manrope;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.v30_23 {
  width: 40px;
  color: rgba(12, 12, 12, 1);
  position: absolute;
  top: 0px;
  left: 399px;
  font-family: Manrope;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.topnav_socialmedia {
  display: flex;
  gap: 10px;
}
.topnav_socialmedia img {
  max-width: 22px;
}
.topnav_contact {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.banner_main {
  z-index: 10;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_text {
  color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 40%;
}
.banner_text .text01 {
  font-size: 22px;
}
.banner_text .text02 {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}
.banner_text_flex {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.banner_flex {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.silver_coin {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.silver_coin:hover {
  transform: translateY(-8px); /* move up */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* optional soft shadow */
}
.silver_coin img {
  max-width: 320px;
}
.v30_29 {
  width: 400px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  text-align: left;
}
.v30_48 {
  width: 404px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 59px;
  left: 0px;
  font-family: Manrope;
  font-weight: Bold;
  font-size: 64px;
  opacity: 1;
  text-align: left;
}
.v30_30 {
  width: 282px;
  height: 295px;
  background: url("../images/v30_30.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 90px;
  left: 454px;
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
  border-bottom-left-radius: 37px;
  border-bottom-right-radius: 37px;
  overflow: hidden;
}
.about_section {
  width: 100%;
  min-height: 500px;
  background: rgba(243, 243, 243, 1);
  min-height: 400px;
  padding: 50px;
}

.about_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.about_images {
  background: url("../images/v103_81.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.v103_82 {
  width: 275px;
  height: 303px;
  background: url("../images/v103_82.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 90px;
  margin-left: 40px;
}
.v103_83 {
  width: 249px;
  height: 213px;
  background: url("../images/v103_83.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.about_description {
  max-width: 40%;
  margin: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.v103_85 {
  width: 343px;
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  opacity: 1;
  text-align: left;
}

.v103_87 {
  color: #4d4d4d;
  font-size: 15px;
  opacity: 1;
  text-align: left;
}
.button_blue {
  background: rgba(21, 45, 77, 1);
  padding: 15px 30px;
  opacity: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  /* display: inline-block; */
}
.v103_89 {
  width: 88px;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  opacity: 1;
  text-align: left;
}
.v108_450 {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  position: absolute;
  top: 35px;
  left: 128px;
  overflow: hidden;
}
.v108_451 {
  width: 15px;
  height: 12px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  position: absolute;
  top: 4px;
  left: 2px;
}
.yellow_dot {
  width: 34px;
  height: 34px;
  background: rgba(228, 205, 84, 1);
  position: absolute;
  left: 90px;
  top: 250px;
  border-radius: 50%;
}
.downloads_section {
  width: 100%;
  min-height: 350px;
  background: rgba(164, 208, 252, 1);
  display: flex;
}
.download_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.v50_65 {
  font-size: 32px;
}
.downloads_description {
  font-size: 16px;
  opacity: 1;
  text-align: center;
  max-width: 70%;
}
.v105_219 {
  background: rgba(21, 45, 77, 1);
  padding: 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.v105_220 {
  width: 139px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 15px;
  left: 30px;
  font-family: Montserrat;
  font-weight: Regular;
  font-size: 15px;
  opacity: 1;
  text-align: left;
}
.contact_us {
  background: rgba(255, 255, 255, 1);
  padding: 30px 30px;
}
.v103_96 img {
  max-width: 600px;
}
.v103_102 {
  width: 100%;
  height: 421px;
  background: url("../images/v103_102.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 50px;
  opacity: 1;
  position: absolute;
  top: 30px;
  left: 120px;
  overflow: hidden;
}
.contact_address {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.v103_94 {
  width: 400px;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.v103_100 {
  font-size: 20px;
  text-align: left;
}
.v103_103 {
  font-size: 20px;
  text-align: left;
}
.v103_106 {
  font-size: 20px;
  text-align: left;
}

.footer {
  background: rgba(31, 32, 36, 1);
  color: #fff;
  display: flex;
  padding: 50px 50px 0px 50px;
  flex-direction: column;
  gap: 50px;
}
.footer_flex {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.v105_131 {
  width: 100%;
  height: 261px;
  background: url("../images/v105_131.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
  margin: 100px;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 120px;
  overflow: hidden;
}
.v105_134 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #a8a8a8;
}
.footer_links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 30%;
}
.foo_link_title {
  font-size: 24px;
}
.v106_240 {
  background: rgba(75, 75, 75, 1);
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
}
.v106_241 {
  color: rgba(123, 123, 123, 1);
  font-size: 14px;
}
.v106_229 {
  max-width: 30%;
}
.v106_242 {
  background: rgba(236, 209, 94, 1);
  padding: 10px 30px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.v106_243 {
  color: rgba(0, 0, 0, 1);
}
.v106_244 {
  color: rgba(179, 179, 179, 1);
  font-size: 12px;
}
.v106_245 {
  width: 170px;
  height: 65px;
  background: url("../images/v106_245.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 10px;
  opacity: 1;
  position: absolute;
  top: 50px;
  left: 890px;
  overflow: hidden;
}
.v106_246 {
  width: 139px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Manrope;
  font-weight: Regular;
  font-size: 24px;
  opacity: 1;
  text-align: left;
}
.footer_socialmedia {
  display: flex;
  gap: 15px;
}
.newsletter_box {
  display: flex;
  gap: 10px;
}
.newsletter_box input {
  background: none;
  border: 0 none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  width: 100%;
}
.newsletter_box input::placeholder {
  color: #7c7c7c;
}
.rights {
  text-align: center;
  color: #7c7c7c;
}
.rights_container {
  display: flex;
  border-top: 1px solid #7c7c7c;
  align-items: center;
  justify-content: center;

  padding: 30px;
}
