/*
Theme Name: Griffin-Retreat
Description: Theme for D2C-Retreat website
Author: Rahat Yasmin
Author URI: https://inc42.com
Version: 1.0
*/

/**
 * PROJECT SPECIFIC SECTION STYLING
 * Woocomerce........... Custom css for woocomerce styling.
 * Header section css..........This is for project specific navbar styling.
 * Hanner section................. main banner section design.
 * Text slide section................ In this section all text slide bottom to top.
 * Program section................ This section added the carousel for mobile device.
 * Speaker section css................ all card need to make dynamic color in background.
 * Who it section................ content overview.
 * 10 week section css................. All learning according to course.
 * Time line code...............APPLICATION PROCESS section.
 * FAQ section css...............faq section.
 * Footer section................ footer section.
 **/

/* Fonts */
@font-face {
  font-family: "Aktiv Grotesk Ex";
  src: url("https://griffin.club/wp-content/themes/GriffinRetreatTheme/fonts/Aktiv-Grotesk-Ex_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Inter', Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'Aktiv Grotesk Ex', Arial, sans-serif;
}

@keyframes marquee {

  0% {
      left: 0%;
  }
  100% {
      left: -50%;
  }
      
}
/* ticker css */
.ticker.marquee {
  z-index: 12;
  position: relative;
  display: flex;
  width: 100vw;
  max-width: 100%;
  height: 34px;
  padding: 8px 0;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.ticker.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
  /* animation: marquee 32s linear infinite; */
}
/* header css */
img.inc42-logo {
  width: 209px;
  height: 55px;
}
.marquee.bg-black.white {
  padding: 16px;
}
.marquee.bg-black.white p {
  color: #FFF;
  text-align: center;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  margin:0;
}
button.btn {
  min-width:194px;
  background: linear-gradient(270deg, #673A32 0%, #CD7264 100%);
  color: #fff;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 20px 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: center;
}
p{
  font-size: 12px;
  font-weight: 600;
  line-height: 120%; 
  letter-spacing: 2.4px;
  margin:0;
}
h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.white{
  color:white;
}
.secondary-clr{
  color: #B8A488;
}
.uppercase{
  text-transform: uppercase;
}
.row-gap-40{
  display:flex;
  flex-direction:column;
  row-gap:40px;
}
p.f-12.black {
  color: #000;
  margin: 0;
}
/* Banner css */
section#banner {
  background-size: cover !important;
  background: url(https://griffin.club/wp-content/themes/GriffinRetreatTheme/images/banner-bg.jpg);
  margin-top: 0;
  padding: 50px 0 150px;
}
#banner h2 {
  font-size: 48px;
}
.banner-content img {
  width: 16px;
  margin: 0 12px;
}
header.header {
  background: #000;
  padding: 16px 24px;
}

a.nav-link {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%; 
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 16px !important;
}
a.nav-link:hover {
  color: #bc9e75;
}
ul.navbar-nav.mb-2.mb-lg-0.menu-items.d-none.d-md-flex {
  padding: 8px;
}

button.btn.navbar-btn.cta {
  border: 1px solid #FFF;
  background: linear-gradient(0deg, rgba(188, 158, 117, 0.50) 0%, rgba(188, 158, 117, 0.50) 100%), radial-gradient(351.17% 228.61% at 18.52% -87.24%, #987566 0%, #2A1815 100%);
  box-shadow: -12px -12px 24px -10px rgba(55, 19, 17, 0.25) inset, 12px 12px 24px -12px rgba(223, 170, 160, 0.50) inset, 0px 20px 24px -20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; 
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 24px 40px;
  border-radius: 0;
}
header.header {
  display: none;
}

header.header.scrolled {
  display: block;
  position: sticky;
  top: 33px;
  z-index: 100;
}

div#scroll-marquee {
  position: sticky;
  top: 0;
}
section#banner {
  background-size: cover !important;
  background: url(https://griffin.club/wp-content/themes/GriffinRetreatTheme/images/banner-bg.jpg);
  margin-top: 0;
  padding: 50px 0 150px;
  height: auto;
}
.logo-unit.width-auto {
  margin-bottom: 110px;
  width: 320px;
}
h4 {
  color: rgba(255, 255, 255, 0.70);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  width: 600px;
}
section#banner .col-12.col-md-8.col-lg-8 {
  height: auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
img.envelop {
  width:327px; 
}
.location.d-flex {
  padding: 8px 0;
  column-gap: 15px;
  align-items: center;
}
#banner button.btn.navbar-btn.cta {
  border: 0;
  width: 327px;
}
/* about css */
.mob-cta.cta {
  display: none;
}
section#about {
  padding: 0 0 100px;
  background: #1B1F16;
  margin-top: -2px;
}
#about .col-12.col-md-6.col-lg-6.content {
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  background: #2C3322 url(https://griffin.club/wp-content/themes/GriffinRetreatTheme/images/right-corner.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 65px;
  margin-left: -4px;
}
#about  h2 {
  color: #FFF;
  line-height: 120%;
  text-transform: uppercase;
}
p.about-desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}
/* destination */
img.gallery-img {
  width: 426.451px;
  height: 100%;
  margin: 0 16px;
}


section#destination .ticker {
  height: 760px;
  padding: 80px 0;
  background-color: transparent !important;
  z-index: 3;
}
.content-box {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
section#destination {
  background: #1B1F16;
  padding: 120px 0 0;
  color: #fff;
  text-align: center;
}
p.label {
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  text-transform: uppercase;
}
h2.title {
  color: #A68770;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
span.italic {
  font-style: italic;
  text-transform: capitalize;
}
section#footer-bar p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}
section#footer-bar {
  background: #1B1F16;
  padding: 80px 0 120px;
}
.flex-end {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
section#experience {
  padding: 100px 0;
}

.accordion.d-flex {
  border: 1px solid #2C3322;
  background: #FFF;
  margin: 10px 0;
  padding: 32px 40px;
}

img.experience-icon {
  width: 120px;
  margin-right: 30px;
  object-fit: contain;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%; 
  text-transform: uppercase;
}

p.p-15 {
  color: rgba(0, 0, 0, 0.60);
  font-size: 15px;
  font-weight: 400;
  line-height: 157%; 
  text-transform: capitalize;
}

.accordion.d-flex div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
section#experience  button.btn.navbar-btn.cta {
  margin-top: 40px;
  width: 375px;
}
p.content {
  color: #0B0D13;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}

.right-block {
  padding-left: 50px;
}

.upper-div {
  border: 1px solid #BC9E75;
  background: #C2CDB3;
  padding: 12px;
  margin-top: 36px;
}

.mob-12 {
  border: 1px solid #BC9E75;
  background: #2C3322;
  padding: 13px 32px 24px;
  display: flex;
  justify-content: space-between;
}

.counters h2 {
  color: #FFF;
  font-family: "Times New Roman";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}

.counters p {
  color: #BC9E75;
  font-family: "Aktiv Grotesk Ex";
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; 
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
section#application {
  padding: 80px;
  background: #1B1F16;
  color: #fff;
}

#application .col-12.col-md-6.col-lg-7.row-gap-40 {
  padding-right: 80px;
}

#application p.label {
  color: #BCA48E;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.accordion.d-flex:hover {
  background: #2C3322;
  color: #fff;
}
.accordion.d-flex:hover p.p-15 {
  color: #fff;
}
#application h2.title {
  color: #BCA48E;
  font-family: "Aktiv Grotesk Ex";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; 
  text-transform: uppercase;
}

#application p {
  color: rgba(255, 255, 255, 0.51);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}
p.p-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(232, 215, 214, 0.10);
  margin-bottom: 24px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
#application  ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
ul.list li img , ul.list2 li img {
  margin-right: 21px;
  margin-left: -36px;
}
#application ul.application-process {
  flex-direction: row;
  padding-top: 32px;
  border-top: 1px solid #E8D7D61A;
  column-gap: 30px;
  padding-left: 0;
}
ul.application-process li {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
ul.application-process .nos {
  color: #BCA48E;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
ul.application-process li {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #FFF;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.ticket {
  color: #000;
  padding: 40px 32px 50px; 
  background: url(https://griffin.club/wp-content/uploads/2024/11/Group-1000004931.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
ul.list2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 28px 0 28px 36px;
  margin: 20px 0;
}
h2.price.text-center {
  font-family: 'Inter';
}
/* footer css */
div#footer {
  background-color: #000;
  padding: 40px 0 80px;
  color: #fff;
  border-top: 1px solid #BC9E75;
  background: #000;
}
.contact-us-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height: 180px;
    margin-bottom: 40px;
    width: 350px;
}
a {
  text-decoration: none;
}
.bordr-top {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding-top: 35px;
}
.contact-us-div h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
  text-transform: uppercase;
}
div#footer .container {
  display: flex;
  flex-direction: column;
  row-gap: 29px;
}
.footer-subscribe-style.row-gap-20.d-flex.flex-column.pt-40 {
  width: 350px;
}
ul.row-gap-16 {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}
.footer_logo.d-md-block {
  width:175px;
  margin-bottom: 40px;
}
.col-lg-6.col-md-6.col-12.contact-us h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
button.btn.navbar-btn.cta.contact-us {
  background: transparent;
  border: 1px solid #BC9E75;
  box-shadow: none;
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  padding: 24px;
}
.single_footer {
    width: 150px;
    padding-right: 20px;
}
img.logo_icon {
  width: 175px;
}
.footer-heading {
    font-size: 16px;
    line-height: 20px;
    color:#fff;
    margin-bottom: 30px;
}

div#footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.single_footer ul li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}
.footer-profile {
    margin-top: 20px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
p.stay-updated {
  font-family: "Aktiv Grotesk Ex";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
p.footer-text.copy-right-text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.6;
}
.footer_logo img {
  width: 84px;
}
.social_profile ul {
    column-gap: 20px;
}
p.copy-right-text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    opacity: 0.6;
}
section#experience p , p.about-desc , section#application p {
  letter-spacing: normal;
  text-transform: none;
}
#application ul.list2 {
  text-transform: capitalize;
  line-height: 25px;
}
#application ul.list2 li {
  padding-bottom: 12px;
  border-bottom: 1px dotted #0b0d1357;
}
img.speaker-img {
  width: 100%;
}

.speakers-card {
  margin: 10px;
}

.speaker-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 56px;
}

section#speakers {
  background: #1F1D1B;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

#speakers h2.title.white {
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 80px;
}

p.name {
  font-family: "Aktiv Grotesk Ex";
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

p.founder {
  color: #B49E87;
  font-family: "Aktiv Grotesk Ex";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

p.company {
  color: #FFF;
  font-family: "Aktiv Grotesk Ex";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

p.gform_required_legend {
  display: none;
}
.ginput_container {
  border: 1px solid rgba(0, 0, 0, 0.20);
  height: 45px;
}
label.gfield_label.gform-field-label {
  color: #000;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.pum-theme-18 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
  right: 35px !important;
  top: 45px !important;
}
.gform-theme--foundation .gform_fields {
  row-gap: 20px;
}
input , select , textarea {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 100% !important;
}
input#gform_submit_button_2 , input#gform_submit_button_3 {
  border-radius: 0;
  padding: 24px 60px;
  margin: 0 auto;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: 1px solid #FFF;
  background: linear-gradient(0deg, rgba(188, 158, 117, 0.50) 0%, rgba(188, 158, 117, 0.50) 100%), radial-gradient(351.17% 228.61% at 18.52% -87.24%, #987566 0%, #2A1815 100%) !important;
  box-shadow: -12px -12px 24px -10px rgba(55, 19, 17, 0.25) inset, 12px 12px 24px -12px rgba(223, 170, 160, 0.50) inset, 0px 20px 24px -20px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(20px);
}
div#gform_fields_1 {
  column-gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 5px;
}
input#gform_submit_button_1 {
  background: #fff !important;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
input#input_1_1 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
  
div#popmake-27 {
  background: url(https://griffin.club/wp-content/uploads/2024/11/Frame-1000006081-1.png);
  padding: 175px 60px 60px;
  background-size: cover;
  background-position: top center;
  height: auto !important;
}
div#popmake-27 h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  font-size: 26.944px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
#about .col-12.col-md-6.col-lg-6.content {
  margin-left: -13px;
}
.ginput_container.ginput_container_checkbox {
  border: none;
}
input#choice_2_10_1 {
  border: 1px solid #A68770 !important;
}
select#input_2_8 {
  align-items: center;
}
div#gform_confirmation_message_2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

img.tick {
  width: 90px;
  margin: 0 auto;
}

div#gform_confirmation_message_2 h5 {
  color: #BC9E75;
  font-family: "Aktiv Grotesk Ex";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; 
  text-transform: uppercase;
}

div#gform_confirmation_message_2 p {
  color: #000;
  font-family: "Aktiv Grotesk Ex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 450px;
  margin: 0 auto;
}

div#popmake-38 {
  background: url(https://griffin.club/wp-content/uploads/2024/11/Frame-1000006082.png);
  background-size: 100% 100%;
  padding: 70px;
  margin: 0;
  height: auto !important;
  background-repeat: no-repeat;
}
div#popmake-38 h2 {
  color: #000;
  text-align: center;
  font-family: "Aktiv Grotesk Ex";
  font-size: 26.944px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.ginput_container.ginput_container_textarea {
  height: 120px;
}

select#input_3_8 {
  align-items: center;
}

section#footer-bar p {
  letter-spacing: 1px;
}

div#popmake-27 {
  background: #fff url(https://griffin.club/wp-content/uploads/2024/11/Frame-1000006082.png);
  padding: 60px 60px 0;
  background-size: 100% 100%;
  background-position: top center;
  height: auto !important;
  background-repeat: no-repeat;
  border-bottom: 5px solid #A68770;
}

.full-height-img{
  height: 100%;
}
.desktop-only{
  display: block;
}
.mobile-only{
  display: none;
}
.form-logo-griffin {
text-align: center;
margin: 2rem 0;
}
