/* Navbar */

nav {
  padding: 31px 68px;
}

nav a {
  display: flex;
  align-items: center;
  gap: 30px;
}

nav .logo {
  width: 50px;
  height: 78px;
  object-fit: contain;
}

nav .title {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 3px;
}

nav .sub-title {
  font-weight: 700;
  font-size: 10px;
  color: #999999;
}

nav .hrdf_img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

/* About */
.about-section {
  padding: 60px 0;
}

.about-section .about-info {
  font-size: 20px;
  margin-top: 24px;
  color: #333333;
  line-height: 35px;
  text-align: center;
}

@media screen and (max-width: 600px) {
    .about-section {
        padding: 30px 0 ;
    }
    .about-section .about-info {
        font-size: 16px;
        line-height: 24px;
    }
  }

.about-section .poster {
  margin-top: 60px;
  width: 100%;
  height:100%;
}

.about-section .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 1300px) {
  .cards-wrapper {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1240px) {
  .cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 833px) {
  .cards-wrapper {
  }
}
@media screen and (max-width: 734px) {
  .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 512px) {
  .cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cards-wrapper .card {
  padding: 20px 40px;
  border-radius: 24px;
  /* min-height: 345px; */
  min-height: 200px;
}

.cards-wrapper .card .card-img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-wrapper .card .card-img {
  width: 100%;
  height: 85px;
  margin: 0 auto;
  object-fit: contain;
}

.cards-wrapper .card .card-title {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: center;
}

.cards-wrapper .card .card-desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  line-height: 28px;
  display: inline;
}

.cards-wrapper .card .read-more {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 16px;
}


.btn_register {
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  outline: none;
  border-radius: 35px;
  text-decoration: none;
  padding: 16px 40px;
  margin: 0 auto;
}

.btn_register:hover {
  color: #fff;
}

/* Subscribe */
.subscribe-section {
  padding: 10px 0 60px 0;
}

.subscribe-section .tabs {
  margin-top: 45px;
}

.subscribe-section .tabs .tabs-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 40px;
}

.subscribe-section .tabs .tabs-header .tab-btn {
  width: 300px;
  height: 76px;
  border-radius: 8px;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  color: #999999;
  cursor: pointer;
  font-weight: 700;
}

.subscribe-section .tabs .tabs-header .tab-btn.active {
  background-color: var(--mainColor);
  color: #ffffff;
}

@media screen and (max-width: 600px) {
    .subscribe-section .tabs .tabs-header {
        gap: 20px;
    }
    .subscribe-section .tabs .tabs-header .tab-btn {
        height: 50px;
    }
}

.subscribe-section .tabs .tab-content {
  display: none;
}

.subscribe-section .tabs .tab-content.show {
  display: block;
}

.tab-content form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tab-content .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

@media screen and (max-width: 925px) {
    .tab-content .form-row {
        flex-direction: column;
        gap: 24px;
    }
}

.tab-content .form-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tab-content .form-input label {
  font-weight: 700;
}

.tab-content .form-input input,
.tab-content .form-input select {
  border: 1px solid #ececec;
  padding: 20px 24px;
  border-radius: 8px;
}

.tab-content .form-input input:focus {
  outline: none;
}
.tab-content .form-input input::placeholder {
  color: rgba(128, 128, 128, 1);
  font-size: 16px;
  font-weight: 400;
}

.tab-content .input_flag {
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  padding: 12px 20px 12px 0 ;
  border-radius: 8px;
}

.tab-content .input_flag .country_info {
    display: flex;
    align-items: center;
    gap: 17px;
    padding-left: 12px;
    border-left: 2px solid rgba(196, 196, 196, 1);
}

.tab-content .input_flag .country_info .flag-img {
    width: 48px;
    height: 32px;
    object-fit: contain;
}

.tab-content .input_flag input {
    border: 0;
    padding: 0;
    padding-right: 12px;
    height: 33px;
    border-radius: 0;
    width: 100%;
}

.tab-content .ss-main {
    border: 1px solid #ececec;
    padding: 11px 24px;
    border-radius: 8px;
}

.tab-content .ss-value {
    background-color: #ececec!important;
    font-size: 14px;
    padding: 8px;
    border-radius: 28px!important;
}

.tab-content .ss-main .ss-values .ss-value .ss-value-text,
.tab-content .ss-main .ss-values .ss-value .ss-value-delete  {
    color: #000!important;
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
    fill: #000 !important;
    stroke: #000 !important;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background-color: #ececec!important;
    color: #000;
}

.ss-content .ss-list .ss-option:hover {
    background-color: var(--mainColor)!important;
}

.warning-msg {
    gap: 10px;
    display: none;
}

.warning-msg p {
    font-weight: 700;
    font-size: 14px;
}

.warning-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.add-people  {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin-top: 3 0px;
}
 .remove-people {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin-top: 3 0px;
  border: 0;
  outline: 0;
  background: transparent;
}

.add-people img  , .remove-people img {
  width: 16px;
  height: 16px;
}

.add-people p {
  color: var(--yellowColor);
  font-weight: 700;
  font-size: 18px;
}
.remove-people p {
  color: red;
  font-weight: 700;
  font-size: 18px;
}

.submit_btn {
<<<<<<< HEAD
  padding: 24px 35px;
=======
  padding: 24px 40px;
>>>>>>> 5d5afdd241f5b672c5e8820aec6e8ed8bc7b00c6
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  outline: none;
  border-radius: 35px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
}

.country_key  {
  margin-bottom: 0px;
}

.form-body,
.person-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btn_download {
  background-color: var(--mainColor);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  width: fit-content;
}

.btn_download:hover {
  color: #fff;
}