* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Quicksand;
  background-color: #FAFAFA;
}

.banner {
  padding: 10px 0px 10px 0px;
  background-image: linear-gradient(#108A7B, #076E60);
}

.banner p {
  font-size: 16px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;

}

#logo {
  margin-left: 10%;
}

.dropdown-item {
  width: fit-content !important;
}

.collapse {
  position: absolute;
  right: 15%;
  color: #052B4A;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.show {
  position: inherit;
}

.nav-item a {
  color: #052B4A;
  margin: 20px;
}

.gold-banner {
  height: 56rem;
  display: inline-block;
  margin-bottom: -15%;
}

.gold-banner svg {
  height: 42rem;
  width: 100%;
  position: absolute;
  z-index: -10;
  background-image: linear-gradient(#f1d983, #fbfbfb, #fafafa);
}

@media (max-width:737px) {
  .gold-banner svg {
    height: 100rem;
  }

  .gold-banner {
    margin-bottom: 0;
  }
}

.text h1 {
  font-family: Source Sans Pro;
  color: #875E20;
  font-size: 36px;
  font-weight: 700;
  line-height: 3.8rem;
  letter-spacing: 0em;
  text-align: left;

}

.text p {
  color: #875E20;
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.87rem;
  letter-spacing: 0em;
  text-align: left;
}

.text {
  position: relative;
  left: 10%;
  width: 30%;
  padding-top: 10%;
}

.text button {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 16px 80px 16px 80px;
  border-radius: 5px;
  gap: 8px;

}

.data {
  /* margin-top: 10%; */
  /* display: flex; */
  justify-content: space-between;
}

.data img {
  /* position: absolute;
    right: 10%;
    top:20%; */
  /* width: 39%;
    height: auto; */
  translate: -10%;
}

.details {
  width: 100%;
  margin-top: 15%;
  padding: 2rem;
}

.kj {
  margin: 0 5%;
  width: 160px;
}

@media (max-width:737px) {
  .detail {
    width: fit-content;
  }

  .kj {
    margin: 0;
    width: inherit;
    margin-bottom: 10%;
  }
}

.detail-text {
  /* position: absolute;
    left: 10%; */
  /* width: 40%; */
  height: auto;
  transition: transform .2s;
  /*margin: 2rem;*/
}

.detail-img {
  /* position: absolute; */
  /* right: 10%; */
  text-align: center;
  height: 40%;
  width: auto;
}

.detail-img img {
  max-width: inherit;
  height: 250px;
}

.detail-text h2 {
  font-family: Source Sans Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: black;
}

.detail-text p {
  margin-top: 5%;
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: black;
}

.detail-text h3 {
  margin-top: 5%;
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

@media only screen and (max-width: 620px) {
  .detail {
    width: 100%;
  }
}

/* section  */
.key-feature {
  background: linear-gradient(180deg, #EAD280 0%, #58C382 100%);
  width: 100%;
  margin-left: 0% !important;
  justify-content: space-between;
  position: relative;
}

.gear-img {
  text-align: right;
  width: 50%;
}

@media (max-width:1267px) {
  .gear-img {
    display: none;
  }

  .key-feature {
    position: initial;
  }
}

.keypoints {
  border-left: solid 1px rgba(163, 103, 12, 0.50);
  ;
  padding-left: 5%;
}

.gear-text {
  font-family: Source Sans Pro;
  font-size: 45px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.p-1 {
  justify-content: space-around;
  margin: 4% auto;
}

.p-1 img {
  width: 115px;
  height: 115px;
  opacity: 0.75;

}

.fas {
  position: absolute;
  left: 68px !important;
  background: rgba(163, 103, 12, 0.50);
  height: 1px;
  width: 50px;
  text-align: left;
  color: #19E5A880;
}

@media (max-width:1280px) {
  .keypoints {
    border: none;
  }

  .fas {
    opacity: 0;
  }
}

.t h3 {
  font-family: Source Sans Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.t p {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .xs-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* footer  */
.site-footer {
  background-color: #011A2E;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #a9a9a9;
}

.site-footer hr {
  border: solid 1px #19E5A8;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  /* color:#737373; */
  color: #fff;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  font-size: 10px;
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0;
    padding-left: 10px;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.instagram:hover {
  background-color: #e00a55
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}

/* login signup */
@media (max-width:737px) {
  .modal-content {
    width: 100% !important;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

button#openModalBtn {
  background-color: #0B3A61;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1.8px;
  border-radius: 5px;
  border: 2px solid #0B3A61;
  cursor: pointer;
}

button#openModalBtn:hover {
  background-color: transparent;
  color: #0B3A61;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 450px;
}

.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 18px;
  width: 48%;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #0b3a61;
  color: white;
}

.tabcontent {
  display: none;
  padding: 0px 30px 30px 30px;
}

button[type="submit"] {
  padding: 15px 15px;
  background-color: #0B3A61;
  border: none;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  width: 92.7%;
  font-size: 18px;
  border-radius: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="tel"] {
  width: 92.7%;
  padding: 10px 5px;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid black;
}

input[type="submit"]:hover {
  /* background */
}

#popupModal h2 {
  font-family: SourceSansPro;
  font-size: 36px;
  margin: 30px 0px 10px 0px;
}

#popupModal p {
  font-size: 16px;
  line-height: 1.2;
}

input::placeholder {
  font-size: 16px;
  padding: 15px;
}

.tab .tablinks {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
}

span.phone_error,
.password_error {
  margin-top: -15px;
  margin-bottom: 15px;
}

/* accordian  */
.accordion {
  margin: 0 auto 5% auto;
  width: 80%;
  --bs-accordion-bg: #fafafa !important;
}

.accordion-title {
  text-align: center !important;
  margin-bottom: 2em;
  color: #A15610;
  font-family: Source Sans Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.accordion-item {
  border-bottom: 1px solid #dee2e6 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fafafa !important;
  color: #0A7567 !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-header {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.accordion-body p {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.accordion-button {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.btn-read-more {
  background-color: #A15610 !important;
  border: black 1px solid !important;
  margin: 2% auto;
}

.tbn {
  text-decoration: none;
  width: auto;
}

/* profile menu */


.profile-dropdown{
  display: inline-block;
  position:relative;
  background:  #feffff;
  border: black 1px;
  border-radius: 100%;
  margin: auto;
  font-size: 1.3rem;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  
  * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */     
  }
  
  input[type="checkbox"]{
    display:none;
    &:checked{
      & ~ ul{
        display:block;
        animation: pulse .5s;
      }
    }
  }
 
  img{
    display: inline-block;
    background: darken( #f2f2f2, 10%);
    height: 1.5rem;
    vertical-align:middle;
    margin-right: 1rem;
    margin-top: 1rem;
    margin: .5rem .5rem .5rem .5rem;
    border-radius: 60%;
  }
  
  span{
    display:inline-block;
    vertical-align: sub;
    margin-right:2rem;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .prof-ul{
    display:none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position:absolute;
    top: 100%;
    right: 0;
    border-radius: 3px;
    z-index: 2000;

    li{
      a{
        color: black;
        display:block;
        padding: .75rem 1rem;
        text-decoration: none;
        font-size: 1rem;
        
        i{
          font-size: 1.3rem;
          vertical-align: middle;
          margin: 0 .75rem 0 -.25rem;
        }
        
        &:hover{
          background: darken( #f2f2f2, 5%);
        }
      }
      
      &:first-child a:hover{
        border-radius: 3px 3px 0 0;
      }
      
      &:last-child a:hover{
        border-radius: 0 0 3px 3px;
      }
    }
  }
  
  & > label {
    position: relative;
    height: 3.5rem;
    display: block;
    text-decoration: none;
    background: transparent;
    color: #333;
    box-sizing: border-box;
    padding: .9rem;
    float: right;
    border-radius: 0 3px 3px 0;

    i{
      color: darken( #f2f2f2, 25%);
      font-size: 1.75rem;
    }
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

.half{
  height: fit-content;
  margin-top: 18px;
}


.container{
  width: 80%;
  margin:4rem auto 2rem;
  
  .half{
    width: 50%;
    float:left;
    margin-bottom: 2rem;
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

p.subtitle{
  color: rgba(0,0,0, .5);
  font-weight: bold;
  text-align:center;
  margin: .5rem 0 2rem;
  letter-spacing: .1rem;
}

.background{
  position:absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .25;
  z-index: -1;
  background: url(https://ar1web-com.googlecode.com/svn/Bg/bg63.gif);
}
.prof-ul{
  width: max-content;
}
@media (max-width:500px) {
  .prof-ul{
    left:20px;
  }
}