@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400&display=swap");

* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}


body {
  background-color: #191a21;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

/* Style for the custom dropdown */
.custom-select {
  position: relative;
  /* width: 200px; */
  /* border: 1px solid #ccc; */
  /* border-top-left-radius: 50%;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 100%; */
}

.custom-select select {
  display: none;
}

.custom-select .select-selected {
  display: flex;
  align-items: center;
}

.custom-select .select-selected img {
  margin-right: 5px;
}

.custom-select .select-items {
  position: absolute;
  /* background-color: #fff; */
  /* border: 1px solid #ccc; */
  border-top: none;
  top: 100%;
  width: 70px;
  display: none;
  border-radius: 5px;
}

.custom-select .select-items div {
  padding: 5px 5px;
  display: flex;
  align-items: center;
}

/* Style when the dropdown is open */
.custom-select.active .select-items {
  display: block;
}

.css-1yzzujv {
  position: absolute !important;
  right: 5px !important;
}

#flag-logo{
  color: #000;
  width: 150px;
}
#flag-logo option{
 /* background-image: url(./png/ENG%20language.png); */
}
#flag-logo{
  color: #000;
  width: 150px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 20px 20px 0 20px;
}

.navbar a {
  color: white;
  text-decoration-line: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.main-logo img {
  height: 40px;
}

.main-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu a {
  padding-left: 30px;
}


.menu {
  display: flex;
  align-items: center;
}

.auth {
  display: flex;
  align-items: center;
}

.login-btn {
  border: 2px solid steelblue;
  border-radius: 50px;
  background: black;
  color: white;
  padding: 5px 30px 5px 30px;
}

.register-btn {
  border: 2px solid steelblue;
  border-radius: 50px;
  background: darkturquoise;
  color: black;
  padding: 5px 30px 5px 30px;
  font-weight: 600;
}

.login-btn,
.register-btn {
  margin-left: 30px;
}

.register-btn {
  margin-left: 30px;
}

.auth img {
  height: 40px;
}

.header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.header {
  background-image: url("png/bg_text_content.png");
  height: 850px;
  background-repeat: no-repeat;
  background-position: 100%;
  padding: 0%;
}

/*dropdown*/

/* Style the dropdown button */

.dropdown img {
  width: 45px;
  height: 36px;
  /* border: 1px solid yellow; */
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.cursor{
  cursor: pointer;
}
/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  right: 270px;
  background-color: transparent;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  /* border: 1px solid red; */
}

/* Style the dropdown links */
.dropdown-content img {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 75px;
  height: 60px;
  /* border: 1px solid green; */
}

/* Change color of dropdown links on hover */
.dropdown-content img:hover {
  background-color: transparent;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #45a049;
}


/* click-here-btn  */
.sticky-box {
  position: sticky;
  top: 300px;
  z-index: 85;
}

.sticky-content {
  position: relative;
}

.sticky-content img {
  position: absolute;
  top: 0;
  width: 200px;
}

.sticky-content p {
  position: absolute;
  top: 30px;
  font-size: 24px;
  line-height: 30px;
}

.bottom-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f1p {
  padding: 15px 35px 0 35px;
  /* padding-top: 30px; */
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  /* text-align: center; */
}

.mrt {
  padding-right: 15px;
}

.social-icon {
  background: #323232;
  padding: 8px 0;
  border-radius: 5px;
}

.whatsapp_mobile2 {
  display: none;
}

.pyf {
  padding: 80px 0;
}

.cmt {
  margin: 20px 0;
}

.cmt3 {
  margin: 50px 0;
  padding-bottom: 100px;
}

.menu {
  display: none;
}

.small-menu {
  position: relative;
  display: none;
}


.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

#menue-btn2 {
  display: none;
}

.small-menu-body {
  position: absolute;
  background: #3e4153;
  padding: 10px 0 0 20px;
  width: 250px;
  height: 440px;
  border-radius: 5px;
  top: 19px;
  right: -15px;
  z-index: 10;
}

.small-menu-body a {
  display: block;
  padding: 10px;
  margin: 20px 0;
}

.small-menu-body a:hover {
  background: #7575752f;
}

.small-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.loginBs {
  padding: 0 5px;
}

.loginBs a {
  padding: 0 !important;
}

.loginB2s {
  padding: 0;
}

.loginB2s a {
  padding: 0;
}

.cp4 {
  padding: 20px 30px;
}

.commison {
  margin-top: 20px;
}

.offer-section {
  background-image: url(./png/footer_page.png);
  background-repeat: no-repeat;
}

.option-img {
  display: none;
}

.banner-box {
  color: #fff;
  /* text-align: center; */
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  /* justify-content: baseline; */
}

.banner-box img {
  width: 400px;
  border-radius: 5px;
}

.banner-box input {
  display: inline-block;
  margin-bottom: 37px;
}

.banner-box a {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  display: inline-block;
}

#zip {
  color: #fff;
  background: #47bde1;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  /* display: none; */
}

input[type=checkbox]:checked+#zip {
  display: block !important;
}

.banner-box a img {
  width: 30px;

}

.download-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

/* table start */
.table-comm {
  color: #fff;

  width: 1150px;
  height: 400px;
  border: 4px solid #45a049;
  box-shadow: 0px 0px 8px 3px rgba(36, 165, 83, 0.6), inset 0px 0px 5px 3px rgba(36, 165, 83, 0.5);

}

.table-comm th {
  font-size: 20px;
  background: #212123;

}

.table-comm td {
  font-size: 20px;
}

.table-comm th,
.table-comm td {
  border: 1px solid #ccc;
  padding: 18px;
  text-align: left;
  border: none;

}


.table-comm th {
  background-color: #333;
  color: white;
}

/* table end */

/* registetion start */
.show-flage {
  display: flex;
  position: relative;
}

.show-flage select {
  /* width: 150px; */
  background: #fff;
  color: #000;
}

.show-flage section option {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  align-items: center;
  border: none;
  /* background-image: url(./png/bdf.png);
  background-position: center;
  background-repeat: no-repeat; */
}
.object-contain{
  width: 90%;
}

.show-flage .bd-flg-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 15px;
  /* position: absolute; */
  color: #000;
  /* top: 5px; */
  /* left: 5px; */
  font-size: 20px;
  background: #eae9e9;

}

.show-flage .bd-flg-box p {
  display: flex;
}

.show-flage .bd-flg-box img {
  width: 35px;
  margin-right: 5px;
}


/* registetion end  */
@media only screen and (max-width: 580px) {
  .table-comm {
    width: 600px;
  }

  .table-comm th,
  .table-comm td {
    padding: 5px 25px;

  }

  .table-comm th {
    font-size: 18px;
  
  }
  
  .table-comm td {
    font-size: 15px;
  }

  .dropdown-content {
    right: 236px;
    background-color: transparent;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .custom1 .cp1,
  .custom1 .cp3 {
    font-size: 38px;
  }

  .custom1 .cp2 {
    font-size: 120px;
  }

  .cmt {
    width: 300px;
    margin-top: 60px;
  }

  .f1p {
    width: 100% !important;
  }

  .cp5 {
    font-size: 26px;
  }

  .cp7 {
    font-size: 28px;
  }

  .pt-16 {
    padding: 17px;
  }

  .img02 {
    margin-top: 30px;
    width: 100%;
  }

  .cp8 {
    font-size: 16px;
  }

  .cp9 {
    font-size: 25px;
  }

  .cp11 {
    font-size: 26px;
    width: 500px;
    padding: 0 0 0 120px;
  }

  .main-logo {
    display: flex;
  }

  .main-logo img {
    width: 90px;
    height: 50px;
  }

  .logo-text {
    display: block;
  }

  .loginB,
  .loginB2 {
    display: none;
  }

  .commison {
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
  }

  .start-btn {
    width: 200px;
    margin-top: 10px;
  }

  .offer-section {
    background-image: url(./png/footer_page2.png);
    /* background-size: contain; */
  }

  .table-comm {
    height: 400px;
    width: 700px;
  }

  .table-comm th {
    font-size: 18px;

  }

  .table-comm td {
    font-size: 18px;
  }

  .table-comm th,
  .table-comm td {
    padding: 10px;

  }

}

@media only screen and (max-width: 448px) {
  .custom1 img {
    width: 100px;
  }

  .custom1 .cp1,
  .custom1 .cp3 {
    font-size: 28px;
  }

  .custom1 .cp2 {
    font-size: 90px;
  }

  .cp4 {
    padding: 10px 20px;
    font-size: 18px;
  }

  .cp5 {
    font-size: 20px;
  }

  .cp6 {
    font-size: 22px;
  }

  .cp7 {
    font-size: 25px;
  }

  .img02 {
    margin-top: 35px;
  }

  .cp8 {
    font-size: 14px;
    line-height: 15px;
  }

  .cp10 {
    font-size: 28px;
    line-height: 30px;
  }

  .show-section-head {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .main-logo img {
    width: 60px;
    height: 30px;
  }

  .offer-section {
    background-image: none;
  }

  .option-img {
    display: block;
  }
  
  .table-comm th,
  .table-comm td {
    padding: 5px;
    text-align: left;
  }

  .table-comm {
    height: 250px;
    width: 550px;
  }
  .table-comm th {
    font-size: 15px;
  
  }
  
  .table-comm td {
    font-size: 15px;
  }

}



@media only screen and (max-width: 812px) {
  .sticky-content img {
    width: 100px;
  }

  .sticky-content p {
    top: 15px;
    font-size: 13px;
    line-height: 15px;
  }

  .mt-5 {
    margin-top: 3px;
  }

  .whatsapp_mobile1 {
    display: none;
  }

  .whatsapp_mobile2 {
    display: block;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .show-section-head {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .show-section {
    display: flex;
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 992px) {
  .whatsapp_mobile {
    gap: 20px;
  }

  .whatsapp_mobile1 img {
    width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .dropdown-content {
    right: 55px;
  }

  .cp4 {
    padding: 7px 15px;
    font-size: 18px;
  }

  .logo-text {
    display: block;
  }

  .custom1 {
    padding-top: 50px;
    padding-bottom: 0 !important;
  }

  .custom1 img {
    width: 80px;
  }

  .custom1 p {
    font-size: 38px;
  }

  .cp5 {
    font-size: 18px;
  }

  .cp7 {
    font-size: 22px;
  }
}