@font-face {
  font-family: "montserratmedium";
  src: url("./fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("./fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextralight";
  src: url("./fonts/montserrat-extralight-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("./fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silver_south_serifregular";
  src: url("./fonts/silver_south_serif-webfont.woff2") format("woff2"),
    url("./fonts/silver_south_serif-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "montserratlight";
}

.mainnewsletter header.secheader h2 {
  position: absolute;
  width: 100%;
  margin: auto;
  padding-top: 120px;
  font-size: 40px;
  color: #fff;
}

.newsletterform {
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: 60px;
  padding-bottom: 120px;
}
.newsletterform .btn.btn-circle {
  padding-top: 8px;
}

.newsletterform .form-control {
  background: transparent;
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #707070;
  height: 60px;
  font-family: "montserratlight";
  color: #ccc;
}

/* footer */

.copyright {
  background: #004f93;
  height: 83px;
  width: 100%;
  background-repeat: repeat;
  text-align: center;
  color: #fff;
  line-height: 20px;
  padding-top: 30px;
}

.websection .secheader h2 {
  font-family: "montserratlight";
  font-size: 56px;
  margin-bottom: 10px;
}

.circle-bottom-circle {
  position: relative;
}

.circlebottom {
  position: absolute;
  bottom: 0;
  width: 92%;
  text-align: center;
  margin-bottom: -85px;
  left: 4%;
}

.btn.btn-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  font-size: 30px;
  padding-top: 50px;
}

a.btn.btn-black {
  width: 120px;
  height: 120px;
  background: #000;
}

a.btn.btn-black img {
  width: 40px;
}

.btn-medium.circlebottom {
  margin-bottom: -55px;
}

.fsocialsec {
  text-align: center;
  display: flex;
  justify-content: center;
}

.fsocialsec a i {
  font-size: 26px;
}

.fsocialsec a {
  display: block;
  margin: 0 15px;
  color: #000;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

header.siteheader {
  background: #fff;
  padding: 0 20px 0px;
  transition: all 0.5s ease;
}
.headerright {
  position: absolute;
  right: 0px;
  top: 43px;
  font-size: 24px;
}
img.mainlogo {
  max-width: 160px;
}

.collaborate.newsletter > img {
  height: 655px;
  width: 100%;
  object-fit: cover;
}
.herosection {
  background: #eeedea;
  padding: 30px;
  padding-right: 0;
}
.herosection .container-fluid {
  padding-right: 0;
}
.herosection-content {
  max-width: 490px;
  margin: auto;
}
.websection .herosection-content h2 {
  font-size: 150px;
  line-height: 130px;
}
.collaborate {
  max-width: 88%;
  margin: auto;
}
.collaborate.newsletter {
  max-width: 72%;
}
.full-align-right {
  margin-left: auto;
  max-width: 620px;
}
.fullsection img.fullimage {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
.fullsection-content {
  padding: 30px;
  max-width: 100%;
  margin: auto;
  padding-right: 60px;
}
.bigPahrah {
  font-size: 28px;
}
.fullsection-content p {
  padding-bottom: 12px;
  margin: 0;
  font-size: 16px;
  max-width: 720px;
}
section.websection + .websection {
  margin-top: 20px;
}
section.websection {
  padding: 60px 0;
}
.websection h2 span {
  display: block;
  font-family: "montserratlight";
  font-size: 40px;
  padding-bottom: 10px;
}
.websection h2 {
  font-size: 34px;
  margin: 0;
  line-height: 40px;
}
.btn-text {
  font-size: 26px;
  padding: 0;
  margin: 0;
}
.primary_color {
  color: #5364fc;
}
.websection h2.font-max-80 {
  font-size: 80px;
}
#newsletterform {
  margin-bottom: 0;
}
.secheader h2.fontb {
  font-family: "montserratmedium";
}
.fontb {
  font-family: "montserratmedium";
}
.websection .fashiondesigner h2 {
  position: absolute;
  bottom: 20px;
  font-size: 90px;
  color: #fff;
  left: 20px;
}
.fashiondesigner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: auto;
}
section.websection.herosection.circle-bottom-circle {
  padding: 0;
  margin: 0;
}
button#playBtn {
  opacity: 0;
  height: 0;
  width: 0;
}
video#videosToPlay {
  border: 0;
  outline: 0;
}

.success-message.alert.alert-success:empty {
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
}
.herosection {
  background: #fff;
  padding: 0;
}
video#videosToPlay {
  border: 0;
  outline: 0;
  line-height: normal;
  border: 0;
  background: #100805;
}
#contactform select,
#contactform input,
#contactform textarea {
  border-radius: 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 5px;
  resize: none;
  height: 30px;
}
#contactform .form-group {
  padding-bottom: 11px;
}
#contactform .form-group label {
  padding-bottom: 2px;
  font-size: 14px;
}
#contactform .form-group .form-group {
  padding: 0;
}
div#contactform {
  padding: 0 10px;
}
div#contactform {
  padding: 0 10px;
}
#contactform .form-group.formio-component-submit {
  padding: 20px 0 30px;
  font-family: "montserratlight";
  text-align: right;
}
#contactform .form-group.formio-component-submit button#submit {
  padding: 12px 30px;
  text-transform: uppercase;
  background: #ef665e;
  border-color: #ef665e;
  opacity: 1;
  border-radius: 0;
  padding: 5px 20px;
}
#contactform .form-group.formio-component-submit button#submit:after {
  opacity: 0;
}
.mainnav a {
  color: #000;
  text-decoration: none;
  font-size: 25px;
  padding-left: 0;
}
a,
button {
  outline: none !important;
  box-shadow: none !important;
}
.footerlogo img {
  max-width: 270px;
}
.newsletterform button#submit {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  font-size: 30px;
  opacity: 1;
  padding: 0;
  text-transform: uppercase;
}
.newsletterform .formio-component-submit {
  position: absolute;
  bottom: 0;
  width: 92%;
  text-align: center;
  margin-bottom: -85px;
  left: 4%;
  padding: 0;
  line-height: normal;
}
.newsletterform .formio-form {
  position: static;
}
.newsletterform .formio-form > div {
  position: static !important;
}
.secsecsame.websection h2.font-max-80 {
  font-size: 40px;
  font-family: "montserratregular";
  font-weight: 100;
}
.secsecsame.websection .full-align-right {
  max-width: 460px;
}
.investbtn a {
  text-decoration: none;
  background: #456efd;
  color: #fff;
  padding: 18px 75px;
  text-transform: uppercase;
  font-size: 22px;
}
.investbtn {
  padding: 40px 0 20px;
}
.mainnewsletter header.secheader h2 {
  opacity: 0.65;
}
button#submit:after {
  display: none;
}
.success-message2.alert.alert-success:empty {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .websection h2.font-max-80 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .mainnewsletter header.secheader h2 {
    font-size: 30px;
  }
  .websection h2.font-max-80 {
    font-size: 46px;
  }
  .websection .secheader h2 {
    font-size: 36px;
  }
  .websection .fashiondesigner h2 {
    font-size: 40px;
  }
  .fullsection-content p br {
    display: none;
  }
  .fullsection-content p {
    font-size: 19px;
  }
  .websection h2 span {
    font-size: 30px;
  }
  .websection h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1500px) {
  .websection h2 {
    /* font-family: "silver_south_serifregular"; */
    /* font-size: 100px; */
    /* margin: 0; */
    /* padding-bottom: 20px; */
  }
  .websection h2 span {
    display: block;
    font-family: "montserratlight";
    font-size: 60px;
    padding-bottom: 10px;
  }
  .bigbtnn {
    font-size: 40px;
  }
  .fullsection-content p {
    padding-bottom: 10px;
    margin: 0;
    font-size: 16px;
    max-width: 720px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 700px) {
  .navbar {
    justify-content: center;
  }
  .websection h2 {
    font-size: 45px;
  }
  .headerright {
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
  a.btn.btn-text.primary_color.fontb.bigbtnn {
    padding: 0 0 10px;
  }
  .websection .secheader h2 {
    font-size: 27px;
  }
  section.websection + .websection {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.websection {
    padding: 30px 15px !important;
  }
  .fullsection-content p.bigPahrah {
    margin-bottom: 0;
    padding: 0 0 20px;
  }
  .fullsection-content {
    padding: 20px 10px;
    max-width: 100%;
    margin: auto;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
  }
  .circlebottom {
    margin-bottom: -55px;
  }
  .btn.btn-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    font-size: 17px;
    padding-top: 26px;
  }
  .newsletterform .form-control {
    height: 44px;
    margin-bottom: 20px;
  }
  .mainnewsletter header.secheader h2 {
    font-size: 25px;
    width: 80%;
    padding-top: 40px;
    text-align: center;
    margin-left: 5%;
  }
  .collaborate.newsletter > img {
    height: 545px;
    width: 100%;
    object-fit: cover;
  }
  footer {
    height: 240px;
    padding-top: 95px;
  }
  section.websection.secsecsame h2.font-max-80 {
    font-size: 28px;
  }
  .fullsection-content {
    text-align: center;
  }
  .collaborate.newsletter {
    max-width: 96%;
  }
  .fsocialsec a i {
    font-size: 25px;
  }
  .collaborate {
    max-width: 98%;
    margin: auto;
  }
  .newsletterform {
    position: absolute;
    width: 70%;
    left: 13%;
    bottom: 60px;
    padding-bottom: 120px;
  }
  .websection .fashiondesigner h2 {
    bottom: 20px;
    color: #fff;
    left: inherit;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1500px) {
  .collaborate.newsletter > img {
    height: 680px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1400px) {
  .collaborate.newsletter > img {
    height: 580px;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    justify-content: flex-start;
  }
  header.siteheader {
    border-bottom: 1px solid #eee;
    background: #f3f1ee;
    padding: 0 20px 0px;
    transition: all 0.5s ease;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media (min-width: 900px) {
  .modal-dialog {
    max-width: 650px;
  }
}
@media (max-width: 900px) {
  .collaborate.newsletter > img {
    height: 490px;
    width: 100%;
    object-fit: cover;
  }

  .secsecsame.websection h2.font-max-80 {
    font-size: 32px;
    font-weight: 100;
  }
  .investbtn a {
    white-space: nowrap;
    padding: 18px 30px;
  }

  .websection h2 {
    font-size: 44px;
  }
}

@media (max-width: 700px) {
  .investbtn a {
    text-decoration: none;
    background: #456efd;
    color: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
    display: block;
  }
  .investbtn {
    padding: 30px 0 50px;
  }
  .headerright.fontb {
    padding-bottom: 15px;
  }

  .secsecsame.websection .full-align-right {
    max-width: 460px;
    margin: auto;
    text-align: center;
  }
}
