/* Common Css */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Sora:wght@400;700&display=swap');

html {
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Sora', sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
/* IRON MARKET CSS----------------------------------*/
.nav_bg {
  background-color: #ffffff14;
  /* position: fixed; */
  width: 100%;
  top: 0;
  z-index: 99999;
}
.im_menu {
  align-items: center;
}
.im_menu li a{
  font-family: 'Sora', sans-serif;
  color: #000000!important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-left: .2rem;
  margin-right: .2rem;
  align-items: center;
}
.im_menu li a:hover{
  color: #ffc107!important;
}

.btn-light, .btn-light:active, .btn-light.visited {
    color: #000;
    background-color: #fff;
    border-color: #fff; /*set the color you want here*/
    font-weight: 600;
}

.btn-light:hover, .btn-light:focus, .open>.dropdown-toggle.btn-light {
    color: #ffc107;
    background-color: #000;
    border-color: #000; /*set the color you want here*/
}
.header_menu_icon{
  background-color: #000000;
  padding: 14px;
  color: #ffc107;
  border-radius: 50%;
}
.full_banner{
  width: 100%;
  background-image: url('/img/im_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50rem;
  position: relative;
  overflow: hidden;
}
.banner_group_img {
  position: relative;
}
.image_one {
  position: absolute;
  width: 600px;
  left: 0px;
}
.image_two {
  position: absolute;
  width: 250px;
  left: 680px;
  overflow: hidden;
}
.image_sand {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: -12%;
  left: 0%;
  transform: translate(0%, 12%);
}
.image_sand.opacity_none {
  opacity: 0;
}
.image_sand2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: -12%;
  left: 0%;
  transform: translate(0%, 12%);
}
.banner_content {
  position: absolute;
  top: 40%;
  right: 15%;
  transform: translate(-15%, -40%);
  z-index: 9999;
}
.banner_content h2 {
  color: #000000;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 54px;
}
.banner_book_btn {
  background: #000000;
  border-radius: 32px;
}
.banner_book_btn {
  font-family: 'Sora', sans-serif;
  background-color: #000000;
  border-radius: 32px;
  padding: 20px 30px;
  color: #FFC114;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.banner_book_btn:hover {
  color: #000000;
  background-color: #FFC114;
  transition-duration: .3s;
}
.banner_sale_btn {
  font-family: 'Sora', sans-serif;
  background-color: #FFC114;
  border-radius: 32px;
  padding: 20px 30px;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.banner_sale_btn:hover {
  color: #FFC114;
  background-color: #000000;
  transition-duration: .3s;
}
.banner_content_button p{
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-top: 1rem;
}
/* =====================CONTENT============ */
.content_bg {
  position: relative;
}
.yellow_color {
  background-color: #FFC114;
  padding: 5rem;
  width: 77%;
  position: absolute;
  margin-top: -4rem;
  z-index: 9;
}
.yellow_color p {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  text-align: justify;
  padding: 0rem 0rem 0rem 15rem;
}
.back_color::after {
  content: '';
  position: absolute;
  background-color: black;
  height: 300px;
  width: 75%;
  top: 0%;
  right: 0%;
  transform: translate(0%, 0%);
}
/* ================================== */
.key_point_sec {
  background-color: #F5F5F5; 
  padding: 25rem 0rem 2rem 0rem;
}
.key_point_list{
  border-bottom: 2px solid #000000;
  width: 71%;
  margin-bottom: 3rem;
}
.key_point_list:hover{
  border-bottom: 2px solid #FFC114;
  transition-duration: .3s;
}
.key_point_list h2{
  font-family: 'Sora', sans-serif;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
}
.key_point_list p{
  font-family: 'Sora', sans-serif;
  color: #6F6F6F;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3rem;
  height: 50px;
}
.video_sec h2{
  font-family: 'Sora', sans-serif;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
}
.video-container1 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.video-container1 video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* FOOTER */
.footer {
  background-color:  #1E1E1E;
  padding: 5rem 0rem 3rem 0rem;
}
.footer_section {
  display: flex;
  justify-content: space-between;
}
.footer_social ul {
  display: flex;
  list-style-type: none;
}
.footer_social ul li {
  margin-right: 1rem;
  background-color: #ACACAC;
  padding: 5px 12px;
  border-radius: 50%;
}
.footer_social ul li:hover {
  background-color: #FFC114;
}
.footer_social ul li a {
  font-size: 1.5rem;
  color: #1E1E1E;
}
.footer_social ul li a .fa-brands {
  width: 24px;
  height: 24px;
  text-align: center;
}
.footer_hr {
  color: #d5caca;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1px;
}
.footer_bottom_menu {
  display: flex;
  justify-content: space-between;
}
.footer_bottom_menu p{
  color: #ACACAC;
}
.footer_list ul{
  display: flex;
  list-style-type: none;
}
.footer_list ul li{
  margin-right: 3rem;
}
.footer_list ul li a{
  font-family: 'Sora', sans-serif;
  color: #ACACAC;
}
.footer_list ul li a:hover{
  color: #FFC114;
}
/* RESPONSIVE */
@media screen and (max-width: 1440px) {
  .image_sand {
    bottom: -5%;
    left: 0%;
    transform: translate(0%, 5%);
  }
  .banner_content {
    top: 40%;
    right: 3%;
    transform: translate(-3%, -40%);
  }
  .yellow_color p {
    font-size: 25px;
    padding: 0rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 1366px) {
  .image_one {
    width: 520px;
    left: 0%;
    transform: translate(0%, -5%)
  }
  .image_two {
    width: 200px;
    top: -1%;
    left: 46%;
    transform: translate(-46%, 1%);;
  }

  .banner_content {
    top: 30%;
    right: 12%;
    transform: translate(-12%, -30%);

  }

  .banner_content h2{
    font-size: 40px;
  }
  .banner_book_btn,  .banner_sale_btn{
    padding: 15px 20px;

  }
  .image_sand {
    bottom: 7%;
    left: 0%;
    transform: translate(0%, 7%);
  }
  .yellow_color p {
    padding: 0rem 0rem 0rem 0rem;
    font-size: 22px; 
  }
  .yellow_color {
    padding: 4rem;
  }
  .key_point_list p {
    margin-bottom: 2rem;
    height: 37px;
  }
  .back_color::after {
    height: 275px;
  }
  .key_point_sec {
    padding: 21rem 0rem 2rem 0rem;
  }
  .footer {
    background-color: #1E1E1E;
    padding: 3rem 0rem 3rem 0rem;
  }
}
@media screen and (max-width: 1024px) {
  .full_banner {
    height: 36rem;
  }
  .image_one {
    width: 390px;
  } 
  .image_two {
    width: 140px;
  }
  .image_sand {
    bottom: 0%;
    left: 0%;
    transform: translate(0%, -0%);
  }
  .banner_content {
    top: 35%;
    right: 5%;
    transform: translate(-5%, -35%);
  }
  .key_point_list h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .mbl_header_menu_icon{
    font-size: 20px;
    background-color: #000000;
    padding: 15px;
    color: #FFC114;
    border-radius: 50%; 
  }
  .mbl_menu{
    border: none;
    background-color: unset;
  }
  .header_menu_icon{
    display: none;
  }
  .navbar-light .navbar-toggler {
    color: #FFC114;
    border-color: #FFC114;
    outline: none!important;
  }
  .im_menu{
    background: #ffc114;
    width: 100%;
    padding: 10px;
  }

  .im_menu li:last-child{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .full_banner {
    height: 27rem;
  }
  .image_one {
    width: 300px;
  }
  .image_two {
    width: 126px;
  }
  .banner_content h2 {
    font-size: 30px;
  }
  .banner_book_btn, .banner_sale_btn {
    padding: 13px 13px;
    font-size: 12px;
  }
  .yellow_color {
    padding: 2rem;
    width: 85%;
  }
  .yellow_color p {
    font-size: 16px;
  }
  .back_color::after {
    height: 184px;
  }
}
@media screen and (max-width: 500px) {
  .im_menu {
    align-items: flex-start;
    padding: 0rem 1rem;
  }
  .full_banner {
    height: 21rem;
  }
  .image_one {
    width: 241px;
  }
  .image_two {
    width: 98px;
    left: 80%;
    transform: translate(-80%, 1%);
  }
  .yellow_color p{   
     font-size: 14px;
     line-height: 28px;
  }
  .yellow_color{   
    margin-top: -2rem;
  }
  .banner_content h2 {
    font-size: 16px;
    text-align: center;
  }
  .banner_book_btn, .banner_sale_btn {
    padding: 5px 13px;
    font-size: 10px;
  }
  .banner_content_button p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0rem;
  }
  .banner_content {
    top: 70%;
    right: 3%;
    transform: translate(-3%, -70%);
  }
  .key_point_sec {
    padding: 15rem 0rem 0rem 6rem;
  }
  .footer {
    padding: 1rem 0rem 0rem 0rem;
  }
  .image_sand {
    bottom: 3%;
    left: 0%;
    transform: translate(0%, -4%);
  }
  .yellow_color p {
    font-size: 13px;
    line-height: 23px;
  }
  .footer_list ul {
    display: inline-block;
  }
  .footer_list ul li a {
    font-size: 12px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}