/* First section */

.mobile-fa {
  display: none;
}

.first-section {
  padding-top: 120px;
}

.first-section-video-container {
  width: 100%;
  height: calc(100vh - 120px);
}

.first-section-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Second section */

.second-section {
  padding: 4% 0;
}
.second-section-container {
  padding: 0 8%;
}

.second-section-heading {
  font-size: 60px;
  font-family: "mn-bold";
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

.second-section-description {
  font-size: 26px;
  font-family: "mn-book";
  text-align: center;
  padding-bottom: 15px;
}

.second-section-pointers {
  display: flex;
  justify-content: space-between;
}

.second-section-pointer-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333%;
  padding: 0 5%;
  text-align: center;
}

.pointer-one-img {
  padding-bottom: 10px;
}

.pointer-one-title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "mn-bold";
  padding-bottom: 10px;
}

.pointer-one-details {
  font-size: 14px;
  font-family: "mn-book";
  line-height: 170%;
}

.second-section-apply-btn {
  width: 188px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "mn-book";
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  background: black;
  margin: 30px auto 0 auto;
  line-height: 100%;
  outline: none;
  border: none;
  border-radius: 2px;
  transition: all 0.4s ease-out;
}

.second-section-apply-btn:hover {
  letter-spacing: 1.4px;
}

.applyBtn:hover {
  color: white;
}

/* second section modal */

.second-section-modal {
  z-index: 3000 !important;
  margin: auto;
  background: rgba(0, 0, 0, 0.705);
}

.second-sec-dialog {
  width: 658px;
}

.second-sec-modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.second-sec-modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  /* background-color: transparent; */
  margin: 5% 0 3% 0;
  z-index: 100;
}

.closeButton {
  opacity: 1;
  background: none;
  outline: none;
  border: none;
}

.second-sec-body {
  padding: 2% 10% 10% 10%;
  /* margin-top: 2%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/ambassadorPage/ambassador-signup.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-heading {
  font-size: 67px;
  /* font-family: "mag-bold"; */
  padding-bottom: 3%;
}

.little-about-yourself {
  font-size: 24px;
  font-family: "mn-book";
  padding-bottom: 3%;
}

.second-sec-modal-form {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.second-sec-form-input {
  width: 100%;
  margin-bottom: 4%;
}

.second-sec-form-input input {
  width: 100%;
  height: 50px;
  font-family: "mn-book";
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 18px;
  color: #6f6f6f;
}

.second-sec-form-input input::placeholder,
textarea::placeholder {
  font-size: 18px;
  font-family: "mn-book";
}

.second-sec-form-input textarea {
  width: 100%;
  border: none;
  font-family: "mn-book";
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: #6f6f6f;
}

.second-sec-submit-btn {
  width: 236px;
  height: 60px;
  background: black;
  color: white;
  outline: none;
  border: none;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2%;
  transition: all 0.3s ease-out;
}

.second-sec-submit-btn:hover {
  letter-spacing: 1.4px;
}

/* Third Section */

.third-section {
  padding: 3% 0;
}

.third-section-heading {
  font-size: 60px;
  font-family: "mn-demi";
  color: #ff2a59;
  padding-bottom: 10px;
}

.third-section-description {
  font-size: 14px;
  font-family: "mn-book";
  width: 40%;
}

/* Fourth section */
.fourth-section-heading {
  color: #138fe4;
}

/* Fifth section */

.fifth-section-heading {
  color: #e25fa3;
}

/* Sixth section */

.sixth-section {
  padding: 2% 0;
}

.sixth-section-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sixth-sec-first-col {
  padding-left: 15%;
  width: 60%;
  padding-right: 3%;
}
.sixth-sec-second-col {
  width: 40%;
}

.sixth-sec-second-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sixth-sec-first-col-title {
  font-size: 80px;
  font-family: "mn-bold";
}

.sixth-sec-first-col-title span {
  color: #138fe4;
}

.sixth-sec-first-col-desc {
  font-size: 26px;
  padding: 3% 0;
}

.sixth-sec-first-col-btn {
  width: 345px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: white;
  font-size: 26px;
  font-family: "mn-book";
  text-transform: uppercase;
  outline: none;
  border: none;
  transition: all 0.4s ease-out;
}

.sixth-sec-first-col-btn:hover {
  letter-spacing: 1.4px;
}

.sixth-sec-general-concern {
  padding: 2% 0;
  width: 80%;
  padding-left: 15%;
}

.general-concerns {
  font-size: 21px;
  font-family: "mn-bold";
  text-transform: uppercase;
}

.panel-default {
  border-bottom: 1px solid #d9d9d9;
  border: none;
  box-shadow: none !important;
  border-color: #fff !important;
}

.panel {
  border-bottom: 1px solid #d9d9d9;
}

.panel-default > .panel-heading {
  color: #000;
  background-color: #fff !important;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #d9d9d9 !important;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none !important;
  font-size: 16px;
  font-family: "mn-book";
  margin-left: 50px;
}

.panel-default > .panel-heading a {
  display: block;
  font-size: 40px;
  padding-left: 30px;
  font-family: "mn-light" !important;
  text-decoration: none !important;
  padding: 6px 0px;
  padding-left: 15px !important;

}

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  bottom: 1px;
  display: inline-block;
  font-family: "mn-light";
  font-size: 50px;
  line-height: 100%;
  margin-right: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: 13.3s cubic-bezier(0.409, 0.003, 0, 1.009);
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.409, 0.003, 0, 1.009);
  transition-delay: 0s;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #fff;
}


.panel-default > .panel-heading a[aria-expanded="true"]:after {
  /* content: "\002b"; */
  -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
  transform: rotate(-180deg) translateY(-10px) translateX(10px);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  /* content: "\002b"; */
  -webkit-transform: rotate(-90deg) translateY(10px);
  transform: rotate(-90deg) translateY(10px);
  transition: transform 400ms 100ms;

}



/* seventh section */

.seventh-section {
  padding: 3% 0;
}

.seventh-section-title {
  font-size: 60px;
  font-family: "mn-bold";
  color: #138fe4;
  text-align: center;
  padding-bottom: 10px;
}

.seventh-section-link {
  font-size: 22px;
  font-family: "mn-book";
  text-align: center;
}

.seventh-section-link a {
  color: #000;
}

@media only screen and (max-width: 1600px) {
  /* First section */
  .first-section {
    padding-top: 80px;
  }

  .first-section-video-container {
    height: calc(100vh - 80px);
  }

  /* Second section */

  .second-section-pointer-one {
    width: 100%;
  }

  .second-section {
    padding: 4% 0;
  }
  .second-section-container {
    padding: 0 8%;
  }

  .second-section-heading {
    font-size: 45px;
  }

  .second-section-description {
    font-size: 18px;
  }

  .pointer-one-title {
    font-size: 22px;
  }

  .pointer-one-details {
    font-size: 14px;
  }

  .second-section-apply-btn {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }

  /* second section modal */

  .second-sec-modal-content {
    width: 500px;
    margin: auto;
  }

  .close span svg {
    width: 22px;
    height: 22px;
  }

  .welcome-heading {
    font-size: 45px;
  }

  .little-about-yourself {
    font-size: 18px;
  }

  .second-sec-form-input {
    margin-bottom: 5%;
  }

  .second-sec-form-input input {
    height: 40px;
    font-size: 14px;
  }

  .second-sec-form-input input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }

  .second-sec-form-input textarea {
    width: 100%;
    height: 160px;
    font-size: 14px;
  }

  .second-sec-submit-btn {
    width: 170px;
    height: 40px;
    font-size: 16px;
  }

 

  /* Third Section */

  .third-section {
    padding: 2% 0;
  }

  .third-section-heading {
    font-size: 45px;
  }

  .third-section-description {
    font-size: 10px;
  }

  /* Sixth section */

  .sixth-sec-first-col-title {
    font-size: 60px;
  }

  .sixth-sec-first-col-desc {
    font-size: 18px;
    line-height: 170%;
  }

  .sixth-sec-first-col-btn {
    width: 250px;
    height: 60px;
    font-size: 18px;
  }

  .sixth-sec-general-concern {
    padding: 2% 0;
    width: 80%;
    padding-left: 15%;
  }

  .general-concerns {
    font-size: 16px;
  }

  .panel-group .panel-heading + .panel-collapse > .panel-body {
    font-size: 12px;
    margin-left: 75px;
  }

  .panel-default > .panel-heading a {
    font-size: 30px;
    padding-left: 25px;
  }

  .mobile-shop-menu .panel-default > .panel-heading a:after {
    font-size: 16px;
    margin-right: 32px;
    margin-left: 96%;
    margin-top: -9.1%;
    float: right;
  }

  .mobile-shop-menu
    .panel-default
    > .panel-heading
    a[aria-expanded="false"]:after {
    -webkit-transform: none;
    transform: none;
  }

  /* seventh section */

  .seventh-section-title {
    font-size: 45px;
  }

  .seventh-section-link {
    font-size: 16px;
  }

  .mobile-shop-menu
    .panel-default
    > .panel-heading
    a[aria-expanded="false"]:after {
    content: url("./../images/header/icons/mobile-dropdown-icon.svg");
  }
  .mobile-shop-menu
    .panel-default
    > .panel-heading
    a[aria-expanded="true"]:after {
    content: url("./../images/header/icons/burgerdown.svg");
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .first-section {
    padding-top: 80px;
  }

  .first-section-video-container {
    height: calc(100vh - 80px);
  }

  /* Second section */

  .second-section-pointer-one {
    padding: 0 3%;
  }

  .second-section {
    padding: 4% 0;
  }
  .second-section-container {
    padding: 0 8%;
  }

  .second-section-heading {
    font-size: 36px;
  }

  .second-section-description {
    font-size: 20px;
  }

  .pointer-one-title {
    font-size: 22px;
  }

  .pointer-one-details {
    font-size: 16px;
  }

  .second-section-apply-btn {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }

  /* second section modal */

  .second-sec-modal-content {
    width: 500px;
    margin: auto;
  }

  .close span svg {
    width: 22px;
    height: 22px;
  }

  .welcome-heading {
    font-size: 45px;
  }

  .little-about-yourself {
    font-size: 18px;
  }

  .second-sec-form-input {
    margin-bottom: 5%;
  }

  .second-sec-form-input input {
    height: 40px;
    font-size: 14px;
  }

  .second-sec-form-input input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }

  .second-sec-form-input textarea {
    width: 100%;
    height: 160px;
    font-size: 14px;
  }

  .second-sec-submit-btn {
    width: 170px;
    height: 40px;
    font-size: 16px;
  }


  /* Third Section */

  .third-section {
    padding: 2% 0;
  }

  .third-section-heading {
    font-size: 33px;
    padding-left: 3%;
  }

  .third-section-description {
    font-size: 14px;
    width: 97%;
    padding-left: 4%;
  }

  .ambassadors-name {
    font-size: 22px !important;
  }

  .ambassador-role,
  .ambassador-company {
    font-size: 13px !important;
  }

  /* Sixth section */

  .sixth-sec-first-col-title {
    font-size: 50px;
  }

  .sixth-sec-first-col-desc {
    line-height: 170%;
    font-size: 20px;
  }

  .sixth-sec-first-col-btn {
    width: 250px;
    height: 60px;
    font-size: 18px;
    margin-left: 30%;
  }

  .sixth-section-content {
    flex-direction: column-reverse;
    font-size: 14px;
  }

  .sixth-sec-first-col {
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
  }
  .sixth-sec-second-col {
    width: 100%;
    padding: 2% 0;
    width: 100%;
  }

  .sixth-sec-general-concern {
    padding: 2% 0;
    width: 80%;
    padding-left: 15%;
  }

  .general-concerns {
    font-size: 16px;
  }

  .panel-group .panel-heading + .panel-collapse > .panel-body {
    font-size: 12px;
    margin-left: 12px;
  }

  .panel-default > .panel-heading a {
    padding-left: 25px;
    font-size: 20px;
  }

  .panel-default > .panel-heading a:after {
    font-size: 40px;
    margin-right: 35px;
    margin-left: -13%;
    margin-top: -2.1%;
  }

  .panel-default > .panel-heading a[aria-expanded="true"]:after {
    margin-top: -4.5%;
  }

  /* seventh section */

  .seventh-section-title {
    font-size: 45px;
  }

  .seventh-section-link {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  .first-section {
    padding-top: 50px;
    position: relative;
  }

  .first-section-video-container {
    /* height: calc(100vh - 80px); */
    height: 60vh;
  }



  /* Second section */

  .second-section-pointer-one {
    padding: 0 3%;
  }

  .second-section {
    padding: 4% 0;
    margin-top: 5%;
    margin-bottom: 70px;
  }
  .second-section-container {
    padding: 0 0%;
  }

  .second-section-heading {
    font-size: 22px;
  }

  .second-section-description {
    font-size: 14px;
  }

  .pointer-one-title {
    font-size: 22px;
  }

  .pointer-one-details {
    font-size: 16px;
  }

  .second-section-apply-btn {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }

  /* second section modal */

  .second-sec-modal-content {
    width: 500px;
    margin: auto;
  }

  .mobile-fa {
    display: block;
  }

  .close span svg {
    width: 22px;
    height: 22px;
  }

  .welcome-heading {
    font-size: 45px;
  }

  .little-about-yourself {
    font-size: 18px;
  }

  .second-sec-form-input {
    margin-bottom: 5%;
  }

  .second-sec-form-input input {
    height: 40px;
    font-size: 14px;
  }

  .second-sec-form-input input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }

  .second-sec-form-input textarea {
    width: 100%;
    height: 160px;
    font-size: 14px;
  }

  .second-sec-submit-btn {
    width: 170px;
    height: 40px;
    font-size: 16px;
  }


  .mobile-fa2 {
    display: none;
  }

  .ambassador-slider-card {
    min-height: 374px !important;
  }

  /* Third Section */

  .third-section {
    padding: 2% 0;
    /* margin-top: 10%; */
  }

  .third-section-heading {
    font-size: 30px;
    padding-left: 4%;
  }

  .third-section-description {
    font-size: 14px;
    width: 98%;
    padding-bottom: 3%;
    padding-left: 4%;
  }

  .ambassadors-name {
    font-size: 26px !important;
  }

  .ambassador-role,
  .ambassador-company {
    font-size: 14px !important;
  }

  /* Sixth section */

  .sixth-sec-first-col-title {
    font-size: 40px;
  }

  .sixth-sec-first-col-desc {
    line-height: 170%;
    font-size: 14px;
  }

  .sixth-sec-first-col-btn {
    width: 222px;
    height: 48px;
    font-size: 18px;
    margin: 0 auto 10% auto;
    
  }

  .sixth-section-content {
    flex-direction: column-reverse;
    font-size: 14px;
    padding-top : 50px;
  }

  .sixth-sec-first-col {
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
  }
  .sixth-sec-second-col {
    width: 100%;
    padding: 2% 0;
    /* width: 83%; */
  }

  .sixth-sec-general-concern {
    padding: 2% 0;
    width: 90%;
    padding-left: 15%;
  }

  .general-concerns {
    font-size: 16px;
  }

  .panel-group .panel-heading + .panel-collapse > .panel-body {
    font-size: 14px;
    margin-left: -14px;
    width: 133%;
  }

  .panel-default > .panel-heading a {
    padding-left: 0px;
    font-size: 18px;
  }

  .panel-default > .panel-heading a:after {
    font-size: 40px;
    margin-right: 35px;
    margin-left: 105%;
    margin-top: -12.1%;
  }
  
  .panel-body {
    padding: 15px 15px 15px 8px !important;
  }

  .panel-default > .panel-heading a[aria-expanded="true"]:after {
    margin-top: -18.5%;
    margin-left: 111%;
  }

  /* seventh section */

  .seventh-section-title {
    font-size: 30px;
  }

  .seventh-section-link {
    font-size: 16px;
  }

  #burgerDropdownModal .mobile-shop-panel {
    width: 80% !important;
  }

  .modal-content {
    width: 100%;
  }
}
