/*--html styles--*/

html{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body{
  font-family: livory, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  padding: 20px;
  border: 0px;
}

div{
  box-sizing: border-box;
  padding: 0px;
  overflow: hidden;
}

a{
  text-decoration: none;
  position: relative;
  color: inherit;
}

a::after{
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background-color: #e71e25;;
  width: 0px;
  min-width: 0px;
  height: 1px;
  min-height: 1px;
}

a:hover::after{
  transition: all 0.3s ease;
  width: 100%;
  min-width: 100%;
}

.no-underline::after{
  display: none;
}

button{
  margin: auto;
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 13px !important;
  text-transform: uppercase;
  display: block;
  border: 2px solid #fff;
  background-color: transparent !important;
  padding: 15px 25px;
  height: auto;
  width: auto;
  cursor: pointer;
}

button:hover{
  z-index: 1;
  transition: all 0.3s ease;
  border: 2px solid #e71e25;
  color: #fff;
}

button::after{
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 50%;
  content: "";
  width: 0px;
  height: 100%;
  background-color: #e71e25;
}

button:hover::after{
  z-index: -1;
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e71e25;
}

.body-button{
  margin: 0px;
  margin-top: 30px;
}

button:hover{
  z-index: 1;
  transition: all 0.3s ease;
  border: 2px solid #e71e25;
  color: #fff;
}

.contact-button::after{
  background-color: #1f2023;
}

.contact-button:hover{
  border: 2px solid #1f2023;
}

.contact-button:hover::after{
  background-color: #1f2023;
}

h1{
  font-family: inherit;
  font-size: 70px;
  font-weight: inherit;
  margin: 0px;
  letter-spacing: inherit;
}

h2{
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 30px;
  margin: 0px;
}

h3{
  font-family: livory, serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none !important;
  letter-spacing: 1px !important;
}

h4{
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 3px;
  line-height: 40px;
  font-size: 28px;
  margin: 0px;
}

h5{

}

h6{

}

ul, li{
  display: inline;
  margin: 0px;
  margin-left: 30px;
  list-style: none;
  padding-left: 0px;
  padding-inline-start: 0px;
}

section {
  opacity: 0;
  transform: translate(0, 0);
  transition: all .8s ease;
}

section.visible {
  opacity: 1;
  transform: translate(0, 0);
  z-index: -1;
}

/*--end the html styles--*/


/*--start the custom styles--*/

.site-wrapper{
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.hero-wrapper{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 40px);
  max-height: 100%;
  background-color: none;
}

.hero-video-container{
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
}

#heroVideo {
  opacity: .40;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


.hero-content-container{
  font-family: din-2014, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  z-index: 1;
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.explore-wrapper{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: auto;
}

.title-section-container{
  padding: 60px 0px 80px 0px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.explore-section-container{
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% + 20px);
  min-width: calc(100% + 20px);
  height: auto;
  margin-left: -10px;
  padding-bottom: 60px;
  background-color: none;
}

.explore-section-block{
  cursor: pointer;
  position: relative;
  margin: 0px 10px;
  width: calc(100% / 4 - 20px);
  max-width: calc(100% / 4 - 20px);
  height: auto;
  background-color: black;
  padding-top: calc(100% / 4 - 20px);
}

.explore-image-holder{
  transition: all 0.4s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: none;
}

.explore-section-block:hover .explore-image-holder {
  transition: all 0.4s ease;
  transform: scale(1.2);
}

.explore-section-block:hover .explore-titles-view{
  transition: all 0.4s ease-out;
  margin-right: 0px;
  opacity: 1;
}

.explore-image-holder img{
  height: 100%;
  width: auto;
}

.explore-titles{
  transition: all 0.4s ease-out;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-image: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
}

.explore-titles h4{
  display: inline;
}

.explore-titles-view{
  opacity: 0;
  transition: all 0.4s ease-out;
  font-family: din-2014, sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: right;
  display: inline !important;
  border: none;
  padding: 0px !important;
  margin-top: 6px;
  margin-right: -25px;
}

.profile-wrapper{
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 40px);
  max-height: calc(100vh - 40px);
  background-color: none;
}

.profile-content-area{
  padding: 60px 150px;
  order: 1;
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  max-width: 50%;
  height: 100%;
  max-height: 100%;
  background-color: #1f2023;
}

.profile-content-container{
  color: #9b9899;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}

.profile-content-container h2{
  color: #fff;
}

.profile-photo-area{
  order: 2;
  width: 50%;
  max-width: 50%;
  height: 100%;
  max-height: 100%;
  background-color: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.success-wrapper{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: auto;
}

.success-section-container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
  margin-bottom: 60px;
}

.success-block{
  margin: auto 0px;
  text-align: center;
  padding: 0px 30px;
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  height: auto;
  background-color: none;
}

.contact-wrapper{
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 40px);
  max-height: calc(100vh - 40px);
  background-color: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-background-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
}

.contact-content-container{
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  max-height: 100%;
  background-color: none;
  overflow: visible !important;
}

.contact-first{
  margin: auto 0px;
  z-index: 1;
  text-align: center;
  width: 50%;
  max-width: 50%;
  height: auto;
  background-color: rgba(231,30,37,.8);
  padding: 150px 80px;
  color: #fff;
}

.contact-second{
  font-style: italic;
  color: #fff;
  margin: auto 0px;
  text-align: center;
  width: 50%;
  max-width: 50%;
  height: auto;
  max-height: auto;
  background-color: none;
  border: 1px solid #fff;
  padding: 80px;
  border-left: none;
}

footer{
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #000;
}

.footer-one{
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 60px 0px 40px 0px;
  background-color: none;
}

.footer-one img{
  width: 160px;
  max-width: 160px;
  height: auto;
}

.footer-two{
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: none;
}

.footer-three{
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: none;
}

.footer-three-container{
  margin: auto;
  width: 100%;
  max-width: 900px;
}

.footer-four{
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: none;
}

.nav-class{
  transition: all 0.2s ease;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-wrap: nowrap;
  margin: -20px 0px 0px 0px;
  padding: 40px 0px;
  z-index: 999;
  position: fixed;
  width: 100%;
  max-width: calc(100vw - 40px);
  height: auto;
  background-color: rgba(255,255,255,0);
  background-color: none;
  border: none;
}

.nav-class.show{
  color: #000;
  transition: all 0.4s ease;
  padding: 10px 0px;
  width: 100%;
  max-width: calc(100vw - 40px);
  background-color: rgba(255,255,255,1);
  border-bottom: 1px solid #ccc;
}

.nav-one{
  overflow: visible !important;
  position: relative;
  text-align: left;
  width: 100%;
  padding-left: 20px;
  height: auto;
  background-color: none;
}

.nav-two{
  overflow: visible !important;
  position: relative;
  text-align: left;
  width: 33.3%;
  height: auto;
  background-color: none;
}

.nav-three{
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  height: auto;
  padding-right: 20px;
  background-color: none;
}

.nav-three a::after{
  display: none;
}

.nav-menu-button{
  display: inline;
  width: auto;
  height: auto;
  background-color: none;
}

.hamburger-icon{
  overflow: visible !important;
  cursor: pointer;
  margin: auto;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: none;
}

.hamburger-icon span{
  transition: all 0.2s ease;
  box-sizing: border-box;
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
}

#bottomBun{
  margin-bottom: 0px;
}

.nav-menu-button-container{
  margin: auto;
  margin-left: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px;
  width: auto;
  height: auto;
  cursor: pointer;
  background-color: none;
}

.add-margin-right{
  margin-right: 30px;
}

.nav-hamburger-area{
  overflow: visible !important;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0px;
  margin-left: 10px;
  background-color: none;
}

.nav-menu-text{
  position: relative;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 55px;
  height: auto;
  margin: auto 0px;
  background-color: none;
}


/*.menu-button::before{
  position: absolute;
  top: 0px;
  left: calc(0px - 100% - 40px);
  content:"Menu";
}*/

blockquote{
  font-family: livory, serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}

cite{
  position: relative;
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: normal;
}

cite::before{
  content:"";
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  background-color: #e71e25;
}

.input-class{
  margin-top: 30px;
  width: 100%;
  max-width: calc(100% - 40px);
  height: auto;
  padding: 15px;
  border: none;
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

input:focus {
  color: #000;
  transition: all ease 0.5s;
  outline: none !important;
  border-bottom: 1px solid #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
}

.add-margin-top{
  margin-top: 30px;
}

.add-margin-bottom{
  margin-bottom: 30px;
}

.ryan-logo-container{
  position: absolute;
  padding: 0px;
  top: -20px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  background-color: none;
}

.london-logo-container{
  position: absolute;
  padding: 0px;
  top:0px;
  left: 0px;
  width: 120px;
  height: auto;
  background-color: none;
}

.nav-one img{
  width: 120px;
  height: auto;
}

.ryan-logo-container img{
  width: 100%;
  height: auto;
  border: none;
}

.nav-contact-holder{
  margin: auto 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.main-menu-wrapper{
  transition: all 0.4s ease-out;
  padding: 260px 80px 80px 80px;
  position: fixed;
  z-index: -1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100vw);
  max-width: 100%;
  height: calc(100vh);
  max-height: 100%;
  background-color: #000;
  visibility: hidden;
  margin: -20px 0px 0px -20px;
  opacity: 0;
  border: 20px solid #fff;
}

.main-menu-block{
  color: #fff;
  padding: 0px 20px;
  width: calc(100% / 5 - 15px);
  max-width: calc(100% / 5 - 15px);
  height: auto;
  background-color: none;
  border-right: 1px solid #333;
}

.remove-border-right{
  border-right: 0px !important;
}

.menu-list li{
  display: block;
  margin: 0px;
  margin-bottom: 20px;
}

.no-underline:hover::after{
  display: none;
}

/*--end the custom styles--*/

/*--start the media queries--*/

@media only screen and (max-width: 1366px){

  .profile-content-area{
    padding: 60px 80px;
  }

  .explore-section-container {
    flex-wrap: wrap;
  }


  .explore-section-block {
    margin: 10px;
    width: calc(100% / 2 - 20px);
    max-width: calc(100% / 2 - 20px);
    padding-top: calc(100% / 2 - 20px);
  }

}

@media only screen and (max-width: 1130px){

  .main-menu-wrapper {
    flex-wrap: wrap;
    height: auto;
    max-height: 100% !important;
    overflow: scroll;
    justify-content: flex-start;
  }

  .main-menu-block {
    border: none;
    width: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    margin-bottom: 30px;
  }

}


@media only screen and (max-width: 1169px){

  .profile-content-area{
    width: 70%;
    max-width: 70%;
  }

  .profile-wrapper{
    height: 100vh;
    max-height: 100vh;
  }

  .profile-photo-area{
    width: 30%;
    max-width: 30%;
  }

}

@media only screen and (max-width: 939px){

  .nav-two{
    order: 1;
    padding: 25px;
  }

  .nav-one{
    order: 2;
    width: auto !important;
    max-width: auto !important;
  }

  .nav-three{
    order: 3;
  }

  .nav-contact-holder{
    display: none;
  }

  .nav-one{
    order: 3;
    padding: 0px;
    padding-right: 20px;
  }

  .nav-three{
    text-align: center;
    order: 2;
  }

  .nav-menu-button-container{
    margin: 0px auto;
  }

  .footer-two{
    padding: 40px;
  }

  .footer-three{
    padding: 40px;
  }

  .footer-four{
    padding: 40px;
  }

  .success-section-container {
      flex-wrap: wrap;
      margin-bottom: 30px;
  }

  .success-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .profile-wrapper{
    flex-wrap: wrap;
    height: auto !important;
    max-height: 100%;
  }

  .profile-content-area{
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .profile-photo-area{
    order: 1;
    width: 100%;
    max-width: 100%;
    height: 500px;
    max-height: 500px;
    background-position: 0px -30px;
  }

  .contact-content-container {
    flex-wrap: wrap;
    margin: auto;
    max-width: 939px;
  }

  .contact-first {
    width: 90%;
    max-width: 90%;
    margin: auto;

  }

  .contact-second {
    margin: 0px auto;
    width: 80%;
    max-width: 80%;
    z-index: 1;
    border-left: 1px solid #fff;
    border-top: none;
  }

  .contact-wrapper {
    height: auto;
    max-height: 100% !important;
    padding: 100px 0px;
  }

}

@media only screen and (max-width: 880px){

  .main-menu-wrapper {
    padding: 100px 20px 20px 20px;
  }

  .main-menu-block {
    margin: auto;
    width: calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 600px){

  .main-menu-block {
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 540px){

  .nav-class{
    max-height: 32px;
  }

  h1{
    font-size: 50px;
    line-height: 50px;
  }

  .hero-content-container {
    padding: 0px 20px;
  }

  .success-block {
    padding: 0px !important;
  }

  .profile-content-area {
    padding: 60px 20px;
  }

  .contact-first {
    padding: 100px 20px;
  }

  .contact-second {
    padding: 80px 20px;
  }

}

@media only screen and (max-width: 414px){

.ryan-logo-container {
    position: absolute;
    padding: 0px;
    padding-left: 0px;
    top: -20px;
    left: 0;
    width: 100px;
    height: 130px;
    background-color: none;
  }

  .nav-hamburger-area{
    margin-left: 3px;
  }

  .ryan-logo-container img{
    height: auto;
    width: 100px;
    max-width: 100px !important;
  }

  .nav-class{
    justify-content: space-around !important;
  }

  .nav-one img{
    height: auto;
    max-width: 100px;
  }

  .nav-one{
    width: auto !important;
    max-width: auto !important;
    text-align: right;
    padding-right: 0px;
  }

  .nav-two{
    width: 100px !important;
    max-width: 100px;
  }

  .nav-three{
    z-index: 999;
    padding: 0px;
    width: auto !important;
  }

  .explore-section-block {
    margin: 10px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding-top: calc(100% - 20px);
  }

  .profile-photo-area{
    background-position: center;
  }

}

/*--end the media queries--*/
