body{
    margin: 0;
    padding:0;
    box-sizing:border-box;
    /* font-weight: 400; */
    font-style: normal;

}
html,body{
  overflow-x: hidden;
}
a:hover{
  text-decoration: none;
}

.header-logo img{
    width: 100%;
}
.menu-header li a{
  /*color: #000000 !important;*/
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: gray!important;
}
.home-text p{
    font-size: 16px;
    text-align: justify;
}

li.nav-item {
  border: 1px solid #000000;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
}

/* --------footer area----------- */

.footer-section {
    background: #00e5c3;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ffffff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
    max-width: 250px;
    border: 1px solid #ffffff;
    padding: 5px;
    border-radius: 3px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #000000;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .linkedin-bg {
    background: #0b66c3;
}

.instagram-bg {
    background: rgb(54, 232, 44);
    background: linear-gradient(45deg, rgba(54, 232, 44, 1) 0%, rgb(250 214 114) 0%, rgba(250, 126, 30, 1) 29%, rgba(214, 41, 118, 1) 66%, rgb(150 47 191 / 86%) 87%, rgba(79, 91, 213, 1) 100%);
}

.pinterest-bg{
      background: #e90026;
}

  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ffffff;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #ffffff;
  }
  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #a79891;
      padding: 13px 20px;
      border: 1px solid #a79891;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #878787;
  }
  .copyright-text p a{
    color: #ffffff;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #ffffff;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }

  /* ---------end of footer--------- */

  .link-line a{
    font-size: 22px;
  }
  .highlights-link a{
    font-size: 22px;
  }

  .home-img img{
    width: 85%;
  }
  .all-text {
    padding: 9px;
    border: 1px solid gray;
    background-color: #FFFFCB;
}
.text-questions1 span{
    font-weight: 200;
    font-size: 14px;
}
.text-questions2 span{
    font-weight: 200;
    font-size: 14px;
}
.text-questions3 span{
    font-weight: 200;
    font-size: 14px;
}
.text-questions4 span{
    font-weight: 200;
    font-size: 14px;
}
.text-questions5 span{
    font-weight: 200;
    font-size: 14px;
}

.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #00e5c3;
}
.all-text1 {
    padding: 9px;
    border: 1px solid gray;
    background-color: #CDFFCC;
}
.text-questions11 span{
    font-weight: 200;
    font-size: 14px;
}
.text-questions22 span{
    font-weight: 200;
    font-size: 14px;
}
.text-questions33 span{
    font-weight: 200;
    font-size: 14px;
}
.text-questions44 span{
    font-weight: 200;
    font-size: 14px;
}
.home-question-text{
    border: 1px solid gray;
    width: 100%;
    position: relative;
    
}
.home-question-text1{
  position: absolute;
  top: 28%;
  left: 33%;
}
.all-text-box{
    border: 1px solid gray;
    background-color: #FFFFCB;
    height: 18vh;
    padding: 10px;
   
}
.all-text-box1{
    border: 1px solid gray;
    background-color: #ceffcc;
    height: 18vh;
    padding: 10px;
}
/* .home-question-text1 form{
    position: relative;
    top: 110px;
    left: 55px;
} */
.home-img1 img {
    width: 100%;
}
.home-img img {
    width: 100%;
}
.all-text-box span{
    font-weight: 200;
    font-size: 14px;
}

/* li.nav-item {
    border-left: 1px solid gray;
} */
.LINK-TEXT a{
  font-size: 40px;
  text-align: center;

}
.LINK-TEXT-box a{
  font-size: 40px;
  text-align: center;
  
}

.f-links a{
  display: grid;
}
.f-links a {
  display: grid;
  text-transform: uppercase;
  color: black;
  padding: 4px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.mem-btn{
  padding: 15px 30px 15px 30px;
  background-color: #32d803;
  border: none;
  color: #ffffff;
}
.mem-btn1{
  padding: 15px 30px 15px 30px;
  background-color: #329316;
  border: none;
  color: #ffffff;
}
.mem-btn2{
  padding: 15px 30px 15px 30px;
  background-color: #32d803;
  border: none;
  color: #ffffff;
}
.mem-btn3{
  padding: 15px 30px 15px 30px;
  background-color: #329316;
  border: none;
  color: #ffffff;
}
.app-link a{
  background-color: #25d366;
  border: none;
  color: white;
  padding: 11px 16px;
  font-size: 29px;
}
.account-btn a{
/* background-color: #2E2E2E; */
color: #ffffff;
border: none;
font-size: 15px;
padding: 5px 30px;
display: inline-block;
text-align: center;
margin-top: 15px;
cursor: pointer;
transition: all .3s ease;
}
.or-text{
  position: relative;
    top: 7px;
}
.prince-text h2{
   text-decoration: underline; 
}
.content-img img{
  width: 100%;
}
.text-decoration-underline{
  text-decoration: underline;
  font-size: 17px;
}
.content-details p{
  text-align: justify;
  font-size: 16px;
}
.illustration ul li{
  font-size: 16px;
}
.rule-description ol li{
  font-size: 16px;
}
.leg-log-img img{
  width: 100%;
}
.home-text h3{
  font-size: 24px;
  font-weight: 600;
}
.content-box{
  border-radius: 2px;
  padding: 36px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cm-img img{
  width: 100%;
}



/* ---------zooming-css------------ */

.gallery {
  padding: 20px;
}

.content {
  cursor: pointer;
  margin-top: 0;
  opacity: 1;
  /* margin-bottom: 2rem; */
}

/* Popup section */
.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(7 6 6 / 85%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.2s;
}

.pop {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0s;
}

.container.pop {
  filter: blur(10px);
  z-index: 0;
}

.pop>article {
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.popup img {
  width: 100%;
  z-index: 5;
  animation: popup 0.3s linear both;
}

.close-btn {
  background: gray;
  border-radius: 100%;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  transition: background 0.5s ease;
  animation: popup 0.3s linear 0.3s both;
}

.close-btn:hover {
  background: black;
}

.icon-cancel::before {
  position: relative;
  top: -0.05px;
}

.closepopup {
  animation: closepopup 1s linear both;
}

@keyframes popup {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes closepopup {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0);
    opacity: 0;
  }
}


p.alert.alert-success {
       width: 30%;
    /* padding: 13px; */
    text-align: center;
    position: relative;
    top: 0px;
    left: 42%;
    z-index: 9999;
}


