/*----------------------------------------------------------------
[Master Stylesheet]

Project:    Onboarding
Version:    1.1
Last change:    11/06/2022
Assigned to:    Rachel Shepherd
Updated by:     Rachel Shepherd
Primary use:    Onboarding Styles 
-------------------------------------------------------------------*/

@font-face {
    font-family: 'Soleil';
    src: url(https://talos-onboarding-redirect.azurewebsites.net/bettysandtaylors/includes/fonts/SoleilBold.woff);
    font-weight: bold;
  }

  
@font-face {
    font-family: 'Soleil';
    src: url(https://talos-onboarding-redirect.azurewebsites.net/bettysandtaylors/includes/fonts/SoleilLight.woff);
    font-weight: light;
  }

  @font-face {
    font-family: 'Soleil';
    src: url(https://talos-onboarding-redirect.azurewebsites.net/bettysandtaylors/includes/fonts/SoleilRegular.woff);
    font-weight: normal;
  }




@font-face {
    font-family: 'Soleil';
    src: url(https://onboarding.bettysandtaylors.co.uk/includes/fonts/SoleilBold.woff);
    font-weight: bold;
  }

  
@font-face {
    font-family: 'Soleil';
    src: url(https://onboarding.bettysandtaylors.co.uk/includes/fonts/SoleilLight.woff);
    font-weight: light;
  }

  @font-face {
    font-family: 'Soleil';
    src: url(https://onboarding.bettysandtaylors.co.uk/includes/fonts/SoleilRegular.woff);
    font-weight: normal;
  }


  .carousel{
    max-height: 84vh !important;
    overflow: hidden;
    margin-top: -80px;
  }

  .full-height{
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
  }

  a.nav-link {
    letter-spacing: 1.5;
    color:white !important;
}

.bg-dark {
    background-color: #ffffff00!important;
    z-index: 99 !important;
}

nav .container {
    border-bottom: 1px solid white;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

@media (min-width: 1500px){
    .container {
        max-width: 1400px;
    }
}


.carousel .row {
    position: absolute;
    bottom: 0;
}

.container.HeroTitle {
    position: relative;
    height: 84vh;
}

.HeroTitle h1 {
    color: white;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-weight: bold;
    font-size: 5em;
    letter-spacing: 1;
    margin-bottom: 36px;
}

.HeroTitle .tag-line {
    color: white;
    text-transform: uppercase;
    font-family: 'Soleil';
    letter-spacing: 1.5;
    font-weight: lighter;
}

.tag-line {
    color: white;
    text-transform: uppercase;
    font-family: 'Soleil';
    letter-spacing: 5;
    font-weight: lighter;
    margin-bottom: 5px;
}

.container-fluid.personalInfos {
    background: #2C4B48;
    height: 16vh;
    padding: 5vh;
}

p {
    font-family: 'Soleil';
    letter-spacing: 0;
    color: white;
}

#more {display: none;}

.cream-bk{
    background: #F3F0EB;
      padding: 10vh 15px;
    padding-bottom: 10vh;
}
.cream-bk p {
    color: black !important;
}

.cream-bk h2 {
    text-align: center;
    color: #2c4b48;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-weight: bold;
    font-size: 3em;
    letter-spacing: 1;
    margin-bottom: 53px;
}

.green-bk{
    background: #2c4b48;
      padding: 10vh 15px;
    padding-bottom: 10vh;
}
.green-bk p {
    color: white !important;
}

.green-bk h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-weight: bold;
    font-size: 3em;
    letter-spacing: 1;
    margin-bottom: 53px;
}


h3.location-h3 {
    color: white !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col-12 p a {
    color: white !important;
    text-decoration: underline;
}



p.location-address, .whatthreewords-p {
    font-weight: 200;
}

img.location-img {
    width: 100%;
    margin-bottom: 17px;
}

p.whatthreewords-p {
    margin-bottom: 8vh;
}

.white-bk{
    background: white;
      padding: 10vh 15px;
    padding-bottom: 10vh;
}
.white-bk p {
    color: black !important;
}

.white-bk h2 {
    text-align: center;
    color: #2c4b48;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-weight: bold;
    font-size: 3em;
    letter-spacing: 1;
    margin-bottom: 53px;
}

.blue-bk{
    background: #202c5b;
      padding: 10vh 15px;
    padding-bottom: 10vh;
}
.blue-bk p {
    color: white !important;
}

.blue-bk h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-weight: bold;
    font-size: 3em;
    letter-spacing: 1;
    margin-bottom: 53px;
}

.blue-bk h3 {
    color: white;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    letter-spacing: 1;
    margin-bottom: 23px;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 265px;
    margin-bottom: 20px;
}

.owl-dots {
    display: none;
}

.icon-style {
    background: white;
    /* padding: 24px; */
    border-radius: 100%;
    font-size: 1.5em;
    margin-bottom: 15px;
    height: 69px;
    width: 69px;
    text-align: center;
    line-height: 3 !important;
}

h3.whatweoffer-title {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.whatweoffer-p{
    margin-bottom: 5vh;
}
button#myBtn {
    border: none;
    font-weight: bold;
    color: #2c4b48;
    padding: 0;
    font-family: 'Inter Tight', sans-serif;
    letter-spacing: 1.5;
}

a.btn.btn-header-link {
    color: #2c4b48;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-weight: bold !important;
    font-size: 1.3em !important;
    letter-spacing: 1;
}

button#myBtn:focus {
    border: none !important;
    outline: none !important;
}


.centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

a.footer-nav-link {
    color: white;
    display: block;
    margin-bottom: 12px;
    letter-spacing: 1.5;
    color: white !important;
    font-size: 18px;
    font-family: 'Soleil';
    font-weight: 100;
}

p.nav-link-header {
    font-size: 14px;
}

.container.bottom-footer {
    border: 1px solid grey;
    border-right: 0 !important;
    border-left: 0 !important;
    padding: 30px;
    margin-top: 10vw;
    margin-bottom: 6vh;
}


  #main #faq .card {
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: black !important;
    display: block;
    text-align: left;
    background: white;
    padding: 20px;
    color: #2c4b48;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-weight: bold;
    font-size: 0.5em;
    letter-spacing: 1;
  }

  .card-body {
    padding-left: 70px;
    padding-bottom: 40px;
}
  
#main #faq .card .card-header .btn-header-link:after {
    content: "" !important;
    float: right;
    padding: 5px;
    display: inline-block;
    text-align: center;
    background: url(https://talos-onboarding-redirect.azurewebsites.net/bettysandtaylors/includes/images/Arrow-down.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #FFF;
    color: #fff;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "" !important;
    float: right;
    padding: 5px;
    display: inline-block;
    text-align: center;
    background: url(https://talos-onboarding-redirect.azurewebsites.net/bettysandtaylors/includes/images/Arrow-up.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
  }

  img.external-link-open {
    width: 9px;
}
  
  #main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #fff;
    color: black;
    border: 2px solid #202c5b !important;
    border-top: 0 !important;
    border-radius: 0 0 5px 5px !important;
  }

  span.number {
    font-weight: 600;
    font-size: 22px;
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px 0 5px #8a8a8a;
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}


  a.btn.btn-header-link:focus {
    outline: none !important;
    box-shadow: none;
}

a.btn.btn-header-link {
    border: 2px solid #202c5b !important;
    border-bottom: 0 !important;
    border-radius: 5px 5px 0 0 !important;
}

a.btn.btn-header-link.collapsed {
    border-radius: 5px !important;
    border: 1px solid #e2e0e0 !important;
}

.videoSection{
    min-height: 100vh;
}

@media(max-width:760px){
    .container.HeroTitle {
        position: relative;
        height: 67vh;
    }
    .carousel {
        max-height: 67vh !important;
        overflow: hidden;
        margin-top: -80px;
    }
    .container-fluid.personalInfos {
        height: max-content;
    }
    av.navbar.navbar-expand-lg.navbar-dark.bg-dark {
        padding: 16px;
        background: #2c4b48 !important;
    }
    nav .container {
        border-bottom: 0px solid white;
    }
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10.5px !important;
    padding-left: 10.5px !important;
}
}
