@font-face {
    font-family: 'fraunces';
    src: url('../fonts/fraunces.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'fraunces-bold';
    src: url('../fonts/fraunces-regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'fraunces-light';
    src: url('../fonts/fraunces-light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'fraunces-semibold';
    src: url('../fonts/fraunces-semibold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'fraunces-italic';
    src: url('../fonts/fraunces-italic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'fraunces-bold-italic';
    src: url('../fonts/fraunces-bold-italic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'cormorantgaramond-semibold';
    src: url('../fonts/cormorantgaramond-bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'cormorantgaramond-light';
    src: url('../fonts/cormorantgaramond-light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'cormorantgaramond-medium';
    src: url('../fonts/cormorantgaramond-medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'cormorant-garamond-italic';
    src: url('../fonts/CormorantGaramond-BoldItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'CormorantGaramond-LightItalic';
    src: url('../fonts/CormorantGaramond-LightItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'cormorantgaramond-mediumitalic';
    src: url('../fonts/cormorantgaramond-mediumitalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'cormorantgaramond-italic';
    src: url('../fonts/cormorantgaramond-italic.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'nord-regular';
    src: url('../fonts/nord-regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'OPTIMA';
    src: url('../fonts/OPTIMA.ttf');
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'fraunces';

}

ul,
ol {
    padding-left: 0px;
    font-size: 16px;
}

body {
    font-family: 'cormorantgaramond-semibold';
    font-size: 16px;
    color: #3a2c25;
}

p {
    font-family: 'cormorantgaramond-semibold';
    font-size: 16px;
}

:root {
    --color-one: #008080;
    --color-two: #50C877;
    --color-white: #ffffff;
}
.text-italic{
    font-family: 'cormorant-garamond-italic';
}
.text-italic-light{
   font-family: 'cormorantgaramond-mediumitalic';
}
.text-italic-fraunces{
    font-family: 'fraunces-italic';
}
.mT0 {
    margin-top: 0 !important;
}

.mT5 {
    margin-top: 5px;
}

.mT10 {
    margin-top: 10px;
}

.mT15 {
    margin-top: 15px;
}

.mT20 {
    margin-top: 20px;
}

.mT25 {
    margin-top: 25px;
}

.mT30 {
    margin-top: 30px !important;
}

.mT40 {
    margin-top: 40px;
}

.mT50 {
    margin-top: 50px !important;
}

.mT60 {
    margin-top: 60px !important;
}

.mT70 {
    margin-top: 70px !important;
}

.mT80 {
    margin-top: 80px !important;
}

.mT100 {
    margin-top: 100px !important;
}

.mT180 {
    margin-top: 180px !important;
}

.mT200 {
    margin-top: 200px !important;
}

.mL0 {
    margin-left: 0px !important;
}

.mL2 {
    margin-left: 2px;
}

.mL5 {
    margin-left: 5px;
}

.mL10 {
    margin-left: 10px;
}

.mL15 {
    margin-left: 15px;
}

.mL20 {
    margin-left: 20px;
}

.mL25 {
    margin-left: 25px;
}

.mL30 {
    margin-left: 30px;
}

.mL40 {
    margin-left: 40px;
}

.mL50 {
    margin-left: 50px;
}

.mL55 {
    margin-left: 55px;
}

.mR0 {
    margin-right: 0;
}

.mR2 {
    margin-right: 2px;
}

.mR5 {
    margin-right: 5px;
}

.mR10 {
    margin-right: 10px;
}

.mR12 {
    margin-right: 12px;
}

.mR14 {
    margin-right: 14px;
}

.mR15 {
    margin-right: 15px;
}

.mR18 {
    margin-right: 18px;
}

.mR20 {
    margin-right: 20px;
}

.mR21 {
    margin-right: 21px;
}

.mR22 {
    margin-right: 22px;
}

.mR23 {
    margin-right: 23px;
}

.mR24 {
    margin-right: 24px;
}

.mR25 {
    margin-right: 25px;
}

.mR30 {
    margin-right: 30px !important;
}

.mR40 {
    margin-right: 40px !important;
}

.mR45 {
    margin-right: 45px !important;
}

.mR50 {
    margin-right: 50px !important;
}

.mR55 {
    margin-right: 55px !important;
}

.mR60 {
    margin-right: 60px !important;
}

.mR65 {
    margin-right: 65px !important;
}

.mR70 {
    margin-right: 70px !important;
}

.mB0 {
    margin-bottom: 0px !important;
}

.mB5 {
    margin-bottom: 5px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB15 {
    margin-bottom: 15px !important;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB28 {
    margin-bottom: 28px !important;
}

.mB30 {
    margin-bottom: 30px !important;
}

.mB35 {
    margin-bottom: 35px !important;
}

.mB40 {
    margin-bottom: 40px !important;
}

.mB45 {
    margin-bottom: 45px !important;
}

.mB50 {
    margin-bottom: 50px !important;
}

.mB60 {
    margin-bottom: 60px !important;
}

.mB80 {
    margin-bottom: 80px !important;
}

.mB100 {
    margin-bottom: 100px !important;
}

.p0 {
    padding: 0 !important;
}

.p2 {
    padding: 2px;
}

.p5 {
    padding: 5px;
}

.p6 {
    padding: 6px;
}

.p8 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.p12 {
    padding: 12px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p18 {
    padding: 18px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.pT0 {
    padding-top: 0px !important;
}

.pT8 {
    padding-top: 8px;
}

.pT5 {
    padding-top: 5px;
}

.pT10 {
    padding-top: 10px;
}

.pT15 {
    padding-top: 15px;
}

.pT20 {
    padding-top: 20px;
}

.pT30 {
    padding-top: 30px;
}

.pT40 {
    padding-top: 40px;
}

.pT50 {
    padding-top: 50px;
}

.pT80 {
    padding-top: 80px;
}

.pB0 {
    padding-bottom: 0px !important;
}

.pB5 {
    padding-bottom: 5px;
}

.pB10 {
    padding-bottom: 10px;
}

.pB15 {
    padding-bottom: 15px;
}

.pB20 {
    padding-bottom: 20px;
}

.pB30 {
    padding-bottom: 30px;
}

.pB40 {
    padding-bottom: 40px;
}

.pB50 {
    padding-bottom: 50px;
}

.pB60 {
    padding-bottom: 60px !important;
}

.pB80 {
    padding-bottom: 80px;
}

.pL0 {
    padding-left: 0px;
}

.pL5 {
    padding-left: 5px;
}

.pL8 {
    padding-left: 8px;
}

.pL10 {
    padding-left: 10px;
}

.pL15 {
    padding-left: 15px;
}

.pL20 {
    padding-left: 20px;
}

.pL30 {
    padding-left: 30px;
}

.pL40 {
    padding-left: 40px;
}

.pL50 {
    padding-left: 50px;
}

.pL60 {
    padding-left: 60px;
}

.pL90 {
    padding-left: 90px;
}

.pr0 {
    padding-right: 0;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pR90 {
    padding-right: 90px;
}

.no-padding {
    padding: 0px;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
    /*padding: 15px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #423c32;
    font-weight: 600;
    font-size: 12px;
    padding-top: 30px;
    letter-spacing: 1px;
    font-family: 'fraunces-light';
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #858585;
}

.navbar {
    margin-bottom: 0px;
}

.dropdown {
    position: static !important;
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 0px !important;
    width: 100% !important;
    padding: 30px 0px;
    background: #fff;
    /*border-bottom: 5px double #afafae;
    border-right: 0px;
    border-left: 0px;*/
    border: none;
}

.dropdown-menu>li>a {
    text-align: right;
    padding: 3px 200px;
    color: #423c32;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'fraunces';
}

.dropdown-menu>li>a:hover {
    color: #858585;
    background-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #726965;
}

.navbar-inverse .navbar-nav li a:focus {
    color: #726965 !important;
}

.menu-1 {
    display: block;
    position: relative;
}

.menu-1::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}

.menu-1:hover::before {
    transform: scale3d(1, 1, 1);
}

.menu-1::before {
    background: #594a42;
    transform-origin: 100% 50%;
}

.menu-1:hover::before {
    transform-origin: 0 50%;
}

.navbar-brand>img {
    display: block;
    width: 315px;
    height: auto;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 99;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

.navbar-toggle {
    background-color: white;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

/*banner*/
.banner-sec {
    position: relative;
    /*padding: 50px 0px;*/
    /*position: fixed;*/
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -9999;
}

.banner-content {
    position: relative;
}

.banner-content img {
    width: 100%;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
    width: 100%;
}

.banner-text h1 {
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 15px;
    line-height: 65px;
}

.banner-text h1 span {
    font-size: 30px;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /*background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    
}
    video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh;
    object-fit: cover;
    min-height: auto;
    display: block;
    margin: 0 auto;
    /*margin-left: 50vw;
    transform: translate(-50%);*/
    }

.overlay-video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/video-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: #00000057;*/
    /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);*/
    background-size: 3px 3px;
    z-index: 2;
}

.bg-video-wrap h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /*max-width: 400px;*/
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 15px;
    line-height: 65px;
}

.bg-video-wrap h1 span {
    font-size: 30px;
}

.bg-video-wrap h1 img {
    width: 400px;
}

.overview-sec {
    padding: 110px 0px 120px;
    background-color: #f7f5f6;
    position: relative;
  /*  overflow: hidden;*/
}

.overview-text {
    text-align: center;
    /* padding: 30px 0px; */
    height: 580px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.overview-text .btn{
    width: max-content;
    margin: 0 auto;
}
.overview-text-title{

}
.overview-text h4 {
    text-align: center;
    font-size: 33px;
    line-height: 38px;
    font-family: 'cormorantgaramond-mediumitalic';
    /* font-family: 'cormorant-garamond-italic'; */
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #423c32;
}

.overview-text h4 span {
    font-family: 'CormorantGaramond-LightItalic';
}

.overview-img {
    text-align: right;
}

.overview-img img {
    width: 390px;
    margin: 0 auto;
}

.overview-logo {
    position: absolute;
    text-align: center;
    right: 0px;
    left: 0px;
    bottom: -77px;
}
.overview-sec-two{
    background-color: #ebe7e4;
    padding: 138px 0px;
}
.overview-text-two{
    text-align: center;
}
.overview-text-two img{
    width: 180px;
    margin: 0 auto;
}
.overview-text-two h4{
    font-family: 'cormorantgaramond-medium';
    font-size: 33px;
    line-height: 38px;
    margin-top: 50px;
}
.overview-logo img{
    position: relative;
    z-index: 1;
    width: 200px;
}
.heading-icon {
    text-align: center;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.overview-text h3 {
    text-align: center;
    font-size: 24px;
    font-family: 'cormorantgaramond-medium';
    line-height: 35px;
    padding-bottom: 30px;
    letter-spacing: 3px;
    padding-top: 30px;
    color: #423c32;
    text-transform: uppercase;
}

.overview-text p {
    font-size: 18px;
    line-height: 23px;
    /*font-family: 'cormorantgaramond-medium';*/
    color: #423c32;
    margin-bottom: 30px;
}

.overview-text h5 {
    font-family: 'cormorantgaramond-semibold';
    letter-spacing: 4px;
    line-height: 23px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

/*crazy-cock-sec*/
.crazy-cock-sec {
    position: relative;
    background: #fff;
    padding: 200px 0px 280px;
}

.crazy-cock-text {
    text-align: center;
    padding-top: 20px;
}

.crazy-cock-text p {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 30px;
    color: #423c32;
    font-family: 'cormorantgaramond-medium';
}

.shape-img-one {
    position: absolute;
    top: 100px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    /* transform: translate(-50%, -50%); */
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.shape-img-one img {
    width: 400px;
    /*opacity: 0.8;*/
}

/*article-sec*/
.article-sec {
    position: relative;
    padding: 40px 0px;
}

.article-text {
    text-align: center;
    padding-top: 50px;
}

.article-text h2 {
    font-size: 25px;
    line-height: 35px;
    font-family: 'cormorantgaramond-semibold';
    color: #423c32;
    letter-spacing: 1px;
}

/*article-one-sec*/
.article-one-sec {
    padding: 6px 0px;
    background-color: #30384f;
}

.article-one-text {
    text-align: center;
}

.article-one-text h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 8px;
    margin: 0px;
    font-family: 'cormorantgaramond-light';
}

.article-one-text h2 span {
    font-family: 'fraunces';
    font-style: italic;
}

/*footer*/
.footer-one {
    position: relative;
    padding: 20px 0px;
    background: #fff;
}

.footer-logo {
    padding-top: 10px;
}

.footer-logo img {
    height: 55px;
}

.footer-links {
    padding: 17px 0px;
}

.footer-links-one {
    position: relative;
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
}

.footer-links-one li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
}

.footer-links-one li:after {
    position: absolute;
    content: '|';
    top: 0px;
    right: 0px;
}

.footer-links-one li:last-child:after {
    display: none;
}

.footer-links-one li a {
    color: #22223a;
    font-family: 'fraunces';
    font-size: 14px;
    font-weight: 500;
}

.footer-links-one li a:hover {
    text-decoration: none;
    color: #000;
}

.footer-links-two {
    position: relative;
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
}

.footer-links-two li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
}

.footer-links-two li a {
    color: #22223a;
    font-family: 'fraunces';
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 500;
}

.footer-links-two li a:hover {
    text-decoration: none;
    color: #000;
}

.footer-social {
    padding: 25px 0px;
    float: right;
}

.footer-social ul {
    position: relative;
    display: inline-block;
    list-style-type: none;
}

.footer-social ul li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.footer-social ul li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 35px;
    font-size: 15px !important;
    height: 35px;
    background: #30384f;
    color: #fff !important;
    border-radius: 50%;
    transition: color 0.3s ease;
}

.footer-social ul li a:hover {
    text-decoration: none;
    background: #594a42;
}

.footer-social ul li a i {
    font-size: 15px;
}

.footer-two {
    background-color: #ece9e1;
    padding: 20px 0px;
}

.footer-two p {
    font-family: 'fraunces';
    font-size: 14px;
    font-weight: 500;
    color: #22223a;
    line-height: 20px;
    margin-bottom: 0px;
}

.footer-two-text-one {
    margin-bottom: 10px !important;
}

.drink_line {
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

.footer-two-text {
    text-align: center;
}

.onload-modal .modal-body {
    position: relative;
    background-image: url(../img/home/home-popup.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.onload-popup-info {
    text-align: center;
}

.onload-popup-info img {
    width: 250px;
    margin: 0 auto;
}

.onload-popup-info h2 {
    color: #fff;
    padding: 30px 0px;
}

.onload-modal .modal-dialog {
    width: 900px;
}

.onload-popup-info .btn-yes,
.onload-popup-info .btn-no {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    margin-right: 10px;
    padding: 15px 35px;
    border-radius: 0px;
    font-family: 'nord-regular';
    font-size: 16px;
    letter-spacing: 5px;
}

.onload-modal .modal-footer p {
    text-align: center;
    color: #221f1f;
    font-family: 'fraunces';
    font-size: 14px;
    line-height: 23px;
}

.onload-modal .modal-footer p a {
    color: #151315;
    text-decoration: underline;
}

/*.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}*/
.breadcrumb-wrap {
    padding: 80px 0;
    background-color: #594a42;
    text-align: center;
}

.breadcrumb-text {}

.breadcrumb-text h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: 'cormorantgaramond-light';
}

.leagal-page {
    position: relative;
    /* background-image: url(../img/home/legal-banner.png); */
    /* background-size: cover; */
    /* background-position: center bottom; */
    background-color: #f4f2ef !important;
    /* background-repeat: no-repeat; */
    /* padding: 220px 0px; */
    display: flex !important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
   /* height: 100vh;*/
    /*margin: 30px;*/
}
.leagal-page-box{
    margin: 30px;
    background-color:#eae7e4 !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.legal-info {
    text-align: center;
    position: relative;
    z-index: 9999;
    /*padding: 35px 0px;*/
}
.submit_btn{
    padding: 11px 30px !important;
    font-family: 'nord-regular' !important;
    font-size: 14px !important;
}
.legal-info img {
    width: 330px;
    margin: 0 auto;
}
.legal-info h2 {
    color: #606060;
    padding: 0px 0px 10px;
    font-size: 25px;
    font-family: 'fraunces';
    text-transform: uppercase;
}
.legal-info .form-control{
    height: 45px;
    box-shadow: none;
    font-family: 'nord-regular' !important;
    font-size: 14px !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: 4px;
}
.legal-info .btn-yes,
.legal-info .btn-no {
    color: #30384f;
    width: 150px;
    background: #fff;
    border: 2px solid #f7f7f7;
    margin-right: 10px;
    padding: 15px 35px;
    border-radius: 0px;
    font-family: 'nord-regular';
    font-size: 16px;
    letter-spacing: 7px;
    font-weight: 400;
}
.legal-info .btn-yes:hover,
.legal-info .btn-no:hover{
    padding: 15px 35px;
}
.legal-info .btn-group {
    margin-bottom: 15px;
}
.legal-info-footer{
    padding-top: 15px;
}
/*.leagal-info-footer{
    background-color: #fff;
    padding: 20px 0px;
}*/
.legal-info-footer p {
    text-align: center;
    color: #141227;
    font-family: 'fraunces-bold';
    font-size: 14px;
    line-height: 22px;
}

.leagal-info-footer p a {
    color: #140f0b;
    text-decoration: underline;
}

/*our-ethos-one*/
.our-ethos-one {
    padding: 50px 0px 70px;
    position: relative;
    overflow: hidden;
}
.ethod_img{
    overflow: hidden;
}
.ethod_img img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    transition: 0.4s ease;
}
.ethod_img:hover img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.ethod_img h2 {
    position: absolute;
    color: #fff;
    text-align: center;
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-family: 'fraunces-light';
    line-height: 40px;
    /* bottom: 70px; */
    /* padding: 120px 0px; */
}

.ethod_content .btn {
    width: max-content;
    margin: 0 auto;
    margin-top: 20px;
}

.ethod_content {
    background-color: #f4f2ed;
    text-align: center;
    height: 575px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.ethod_content h2 {
   font-family: 'cormorantgaramond-semibold';
    letter-spacing: 0px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #423c32;
}

.ethod_content p {
    font-size: 18px;
    color: #423c32;
    margin-bottom: 25px;
    font-family: 'cormorantgaramond-semibold';
}

.ethod_content p span {
   /* font-family: 'CormorantGaramond-LightItalic';*/
}

.our-ethos-two {}

.ethod_img_two img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.ethod_content_two {
    background-color: #ffffff;
    text-align: center;
    height: 800px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.ethod_content_two h2 {
    font-family: 'cormorantgaramond-medium';
    letter-spacing: 7px;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #000;
}

.ethod_content_two p {
    font-size: 18px;
    color: #000;
    font-family: 'cormorantgaramond-light';
}

.ethod_content_two p span {
    font-family: 'CormorantGaramond-LightItalic';
}

.our-ethos-three {
    padding-bottom: 50px;
}

.ethod_img_three img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.ethod_content_three {
    background-color: #f4f2ed;
    text-align: center;
    height: 620px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.ethod_content_three h2 {
    font-family: 'cormorantgaramond-medium';
    letter-spacing: 7px;
    font-size: 25px;
    line-height: 35px;
    color: #000;
    margin-bottom: 30px;
}

.ethod_content_three p {
    font-size: 18px;
    color: #000;
    font-family: 'cormorantgaramond-light';
}

.ethod_content_three p span {
    font-family: 'CormorantGaramond-LightItalic';
}

/*csr-one*/
.csr-one {
    position: relative;
    padding: 50px 0px 80px;
}

.csr-one:after {
    position: absolute;
    content: '';
    background-color: #f7f6f5;
    height: 88%;
    width: 640px;
    top: 210px;
    z-index: -9;
}

.csr-one hr {
    border-top: 2px solid #bc9969;
    position: relative;
    z-index: 1;
}

.csr_row {
    position: relative;
    /*border: 5px double #c3996b;
    padding: 10px;
    margin-top: 20px;*/
}

.csr_img img {
    /*height: 350px;*/
    width: 100%;
    object-fit: cover;
}

.csr_content {
    /*background-color: #fff;*/
    height: 457px;
    padding: 0px 20px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.csr_content h2 {
    font-family: 'cormorantgaramond-medium';
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 35px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.csr_content h2 img {
    width: 50px;
    margin-right: 15px;
}

.csr_content p {
    font-size: 18px;
    color: #594a42;
    /*padding-left: 80px;
    padding-right: 20px;    */
    font-family: 'cormorantgaramond-semibold';
}
.csr_content .btn{
    width: max-content;
    margin-top: 10px;
}
.text-overlay{
    background: linear-gradient( to top, hsl(0deg 0% 100%), #594a42 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*contact-sec*/
.contact-sec {
    position: relative;
    padding: 50px 0px;
}

.contact_form .form-control {
    margin-bottom: 10px;
    border: 1px solid #594a42;
    border-radius: 0px;
    font-size: 14px;
    height: 40px;
    font-family: 'fraunces';
}

.contact_form textarea {
    height: 150px !important;
}

.contact-btn {
    display: inline-block;
    position: relative;
    background: #eae4dc;
    padding: 15px 50px;
    color: #594a42;
    font-size: 16px;
    float: right;
}

.contact-details {
    background: #eae4dc;
    padding: 25px 40px;
}

.contact-details ul {
    padding-left: 0px;
    list-style-type: none;
}

.contact-details ul li {
    color: #000;
    font-size: 13px;
    font-family: 'fraunces';
    padding-bottom: 5px;
}

.contact-details ul li i {
    padding-right: 10px;
}

.contact-details ul li a {
    color: #000;
    font-size: 15px;
}

.contact-details ul li a:hover {
    text-decoration: none;
}

/*whicky-page-sec*/
.whicky-page-sec {
    padding: 60px 0px;
    position: relative;
}
.our-spirit-banner{
    margin: 180px 0px 100px;
}
.stamp1{
    position: absolute;
    top: -192px;
    left: 0px;
    right: 0px;
    width: 500px;
    margin: 0 auto;
    display: block;
}
.stamp2{
    position: absolute;
    width: 150px;
    bottom: -70px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
}
.whicky-page-shape img {
        position: absolute;
    left: -131px;
    width: 500px;
    bottom: -80px;
    z-index: -9;
}

.whicky-banner img {
    width: 100%;
    margin-bottom: 20px;
}

.crazy-cock-logo img {
    width: 100%;
    margin-top: -80px !important;
    width: 500px;
    margin: 0 auto;
}

.whicky-content {
    text-align: center;
}

.whicky-content p {
    font-family: 'cormorantgaramond-semibold';
    font-size: 18px;
    margin-bottom: 25px;
}

.whicky-content p span {
    font-family: 'cormorant-garamond-italic';
    font-size: 18px;
}

.whicky-content h5 {
    font-family: 'cormorant-garamond-italic';
    font-size: 22px;
    margin-top: 50px;
}

.whicky-content h5 a {
    font-size: 22px;
    margin-top: 50px;
    color: #494338;
}

.whicky-content h5 a:hover {
    text-decoration: none;
    color: #594a42;
}

/*Neha css*/
.inner-lagacy-wrap {
    margin-top: 60px;
}

.lagacy-img {
    position: relative;
}

.lagacy-img img {
    width: 100%;
}

.lagacy-img h2 {
    text-align: center;
    position: absolute;
    color: #fff;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'cormorantgaramond-semibold';
    letter-spacing: 2px;
}

.lagacy-img h2 span {
    font-family: 'fraunces-italic';
}

.lagacy-text {
    background-color: #f3f1ef;
    padding: 60px 60px;
    text-align: center;
}

.lagacy-text p {
    font-size: 21px;
    width: 80%;
    margin: auto;
    margin-bottom: 18px;
    font-family: 'cormorantgaramond-light';
}

.lagacy-text span {
    font-family: 'CormorantGaramond-LightItalic';
}

/*.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}*/
.mB60 {
    margin-bottom: 60px;
}

.journey-wrap {
    padding: 50px 0px 60px;
    position: relative;
    overflow: hidden;
}
.journey-wrap .page_title{
    padding-bottom: 0px;
}
.head-year {}

.head-year h3 {
    color: #907458;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 75px;
    font-family: 'cormorantgaramond-semibold';
}

.head-year p {
    color: #907458;
    text-align: center;
    font-size: 21px;
    margin-bottom: 30px;
    font-family: 'cormorantgaramond-light';
}

.journey-text-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.journey-text-box h3 {
    color: #907458;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 35px;
    font-family: 'cormorantgaramond-semibold';
}

.journey-text-box p {
    color: #907458;
    font-size: 18px;
    margin: 0 30px;
    font-family: 'cormorantgaramond-light';
}

.left-box {
    text-align: left;
}

.left-box h3 {
    text-align: right;
    margin-top: 20px;
}

.left-box h3:after {
    content: "";
    background-color: #111;
    width: 157px;
    height: 1px;
    margin-left: 20px;
    position: relative;
    bottom: 0;
    right: 14px;
    z-index: 7;
    display: inline-block;
}

.left-box p {
    text-align: right;
}

.right-box {}

.right-box h3 {
    text-align: right;
    margin-top: 20px;
}

.right-box h3:before {
    content: "";
    background-color: #111;
    width: 100px;
    height: 1px;
    margin-right: 15px;
    position: relative;
    bottom: 0;
    left: 4px;
    z-index: 7;
    display: inline-block;
}

.right-box p {
    text-align: right;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}
.timeline h3{
    margin-top: 0px;
}
.journey-wrap .col-md-6, .single-text{
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 265px;
    display: flex;
   /* padding-left: 0;
    padding-right: 0;*/
}

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

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

.onenine-text {}

.onenine-text h3 {
    margin: 0;
    font-size: 85px;
    line-height: 0.5;
    margin-bottom: 40px;
}

.onenine-text p {
    margin: 0;
}

.onenineseventwo-text p {
    margin-bottom: 0px;
}

.oneninesevenfive-box {
    display: inline-block;
    padding-top: 0;
}

.oneninesevenfive-box h3:after {
    width: 506px;
}

.heading-timeline {
    position: relative;
}

.timeline-heading {
    content: "";
    position: absolute;
    background-color: #c1b9b0;
    height: 106%;
    width: 30px;
    display: inline-block;
    right: -15px;
}

.map-img {
    margin-left: 30px;
}

.map-img img {
    width: 83%;
}

.onenineninezero-text {
    padding-top: 0px;
}

.bottle-img {
    margin-left: 30px;
}

.bottle-img img {}

.contain-img {
    margin: 20px 0;
    margin-left: 15px;
    margin-top: 175px;
}

.contain-img img {
    width: 270px;
}

.containtwo-img {
    margin-left: 15px;
    margin-top: 90px;
}

.containtwo-img img {
    width: 400px;
}

.twozerotwothree-text {
    padding-top: 60px;
}

.oneninetwonine {
    font-size: 45px !important;
    position: relative;
}

.twozerozerofive-text {
    padding-top: 0px;
}

.twozerozerofive-h4 {
    margin: 0 30px;
    font-family: 'cormorantgaramond-semibold';
    color: #907458;
    font-size: 25px;
    padding-bottom: 5px;
}

.twozerozeroseven-text {
    padding-top: 0px;
}

.oneninetwonine:after {
    width: 121% !important;
    margin: 0 !important;
    position: absolute !important;
    bottom: 35% !important;
    right: -42% !important;
}

.oneninefournine {}

.oneninefournine:after {
    width: 270px !important;
}

.onenine-text {
    margin-top: 10px;
}

.onenineninefive:after {
    width: 389px !important;
}

.onenineninenine:after {
    width: 270px !important;
}

.twozerozerofive:after {
    width: 503px !important;
}

.twozerozeroseven:after {
    width: 385px !important;
}

.twozerooneeight:after {
    width: 271px !important;
}

.oneninetwotwo:before {
    width: 270px !important;
}

.onenineeightfour:before {
    width: 500px !important;
}

.onenineninezero {
    font-size: 65px !important;
}

.onenineninezero:before {
    width: 330px !important;
}

.twozerotwothree {
    font-size: 75px !important;
}

.twozerotwothree:before {
    width: 430px !important;
}

.journey-icon {
    position: absolute;
    right: 10%;
    bottom: 23%;
    opacity: 0.2;
}

.onenineeightfour-text {
    padding-top: 0px !important;
}

.onenineeightfour {
    margin-top: 10px !important;
}

.onenineninezero {
    margin-top: 0px !important;
}

.journey-icon img {}

.timeline-three-heading-one {
    position: absolute;
    transform: rotate(270deg);
    left: 89%;
    top: 5%;
    display: flex;
    gap: 120px;
    white-space: nowrap;
}

.timeline-three-heading-two {
    position: absolute;
    transform: rotate(270deg);
    left: 88.2%;
    top: 25%;
    display: flex;
    gap: 120px;
    white-space: nowrap;
}

.timeline-three-heading-three {
    position: absolute;
    transform: rotate(270deg);
    left: 85.2%;
    top: 100%;
    display: flex;
    gap: 120px;
    white-space: nowrap;
}

.timeline-three-heading-one p {
    margin-bottom: 0 !important;
    font-size: 13px;
}

.timeline-three-heading-two p {
    margin-bottom: 0 !important;
    font-size: 13px;
}

.timeline-three-heading-three p {
    margin-bottom: 0 !important;
    font-size: 13px;
}

/*terms-conditions-sec*/
.terms-conditions-sec {
    padding: 60px 0px;
}

.terms-conditions-sec .container-fluid {
    padding: 0px 50px;
}

.terms-content p {}

.terms-content p a {
    color: #3a2c25;
    text-decoration: underline;
}

.terms-content h3 {
    font-family: 'cormorantgaramond-medium';
    /*letter-spacing: 3px;*/
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #594a42;
}

.terms-content h4 {
    font-family: 'cormorantgaramond-medium';
    font-size: 22px;
    text-transform: uppercase;
}

.terms-content h5 {
    font-family: 'cormorant-garamond-italic';
    font-size: 18px;
}

.terms-content h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #594a42;
}

.cookies-text ul {
    list-style-type: none !important;
}

.sub_list {
    list-style-type: none;
    padding-left: 10px !important;
}

.btn {
    display: inline-block;
    position: relative;
    border: 1px solid #594a42;
    padding: 15px 30px;
    color: #423c32;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'cormorantgaramond-semibold';
    font-size: 16px;
    border-radius: 0px;
    transition: 0.3s ease;
}

.btn:hover {
    background: #eae4dc;
    padding: 15px 50px;
    color: #594a42;
}

.whicky-content .btn {
    margin-top: 30px;
}

.aswa-text {
    font-size: 21px;
}

.journey-home-wrap {
    padding: 100px 0;
    background-image: url(../img/story-bg.jpg);
    background-size: cover;
    background-position: top;
    text-align: center;
}

.journey-home-text h2 {
    margin-top: 0;
    font-size: 45px;
    font-family: 'cormorantgaramond-medium';
    line-height: 50px;
    padding-bottom: 3px;
    letter-spacing: 6px;
    color: #ffffff;
}

.journey-home-text p {
    font-family: 'cormorantgaramond-semibold';
    color: #fff;
    font-size: 23px;
    margin-bottom: 50px;
}

.journey-home-text a {}

.about-home-img {
    margin-top: 50px;
}

nav {
    text-align: center;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: none;
}

nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #333;
    display: inline-block;
    /*padding:1em 3em;*/
    text-decoration: none;
    /*border-bottom:2px solid #fff;*/
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    font-size: 16px;
}

nav ul li a:hover {
    color: #34B484;
}

/*styling open close button*/
.button {
    display: inline;
    position: absolute;
    right: 50px;
    top: 0px;
    z-index: 999;
    font-size: 30px;
    padding: 15px 0px;
}

.button a {
    text-decoration: none;
}

.btn-open:after {
    /*color: #423c32;
    content: "\f0c9";
    font-family: "FontAwesome";*/
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
.main_menu_site .btn-open img{
    width: 30px;
}
.btn-open:hover:after {
    color: #34B484;
}

.btn-close:after {
    color: #423c32;
    content: "\f00d";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-close:hover:after {
    color: #34B484;
}

/*overlay*/
.main_menu_site {
    /*border-bottom: 1px solid #423c32;
    padding: 20px 0px;
    background: #f7f5f6;*/
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
  /*min-height: 100%;
  min-width: 100%;
  background-size: cover;
  margin-top: 1000px;*/
}
.inner_page_menu{
    margin-top: 0px;
}
.main_menu_site .overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f4f2ef;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 999;
}

#style-3::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #fff;
}

#style-3::-webkit-scrollbar {
    width: 0px;
    background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.main_menu_site .wrap {
    color: #e9e9e9;
    width: 100%;
    padding: 15px 0px;
    margin: 0 auto;
}

.main_menu_site .wrap ul.wrap-nav {
    text-transform: capitalize;
    padding: 170px 0px 130px
}

.main_menu_site .wrap ul.wrap-nav li {
    font-size: 25px;
    display: block;
    vertical-align: top;
    position: relative;
    font-family: 'fraunces';
    letter-spacing: 5px;
}

.main_menu_site .wrap ul.wrap-nav li a {
    color: #726965;
    display: block;
    padding: 20px 0;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.main_menu_site .wrap ul.wrap-nav li a:hover {
    color: #423c32;
}

.main_menu_site .wrap ul.wrap-nav li a:before {
    content: "";
    position: absolute;
    left: -17px;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #423c32;
    transition: width 0.25s ease-out;
}

.main_menu_site .wrap ul.wrap-nav li a:hover::before {
    width: 100%;
}

.main_menu_site .wrap ul.wrap-nav ul {
    padding: 20px 0;
}

.main_menu_site .wrap ul.wrap-nav ul li {
    display: block;
    font-size: 13px;
    width: 100%;
    color: #e9e9e9;
}

.main_menu_site .wrap ul.wrap-nav ul li a {
    color: #f0f0f0;
}

.main_menu_site .wrap ul.wrap-nav ul li a:hover {
    color: #34B484;
}

.main_menu_site .social {
    font-size: 25px;
    padding: 20px;
}

.main_menu_site .social p {
    margin: 0;
    padding: 20px 0 5px 0;
    line-height: 30px;
    color: #423c32;
    font-size: 14px;
    font-family: 'fraunces';
    text-align: center;
}

.main_menu_site .social p a {
    color: #34B484;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.main_menu_site .social-icon {
    width: 80px;
    height: 50px;
    background: #e9e9e9;
    color: #333;
    display: inline-block;
    margin: 0 20px;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.main_menu_site .social-icon:hover {
    background: #34B484;
    color: #f0f0f0;
}

.main_menu_site .social-icon i {
    margin-top: 12px;
}

@media screen and (max-width:48em) {
    .main_menu_site .wrap ul.wrap-nav>li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #575757;
    }

    .main_menu_site .wrap ul.wrap-nav {
        padding: 30px 0px 0px;
    }

    .main_menu_site nav ul {
        /* opacity:0;
        visibility:hidden;*/
    }

    .main_menu_site .social {
        color: #c1c1c1;
        font-size: 25px;
        padding: 15px 0;
    }

    .main_menu_site .social-icon {
        width: 100%;
        height: 50px;
        background: #fff;
        color: #333;
        display: block;
        margin: 5px 0;
    }
}

.main_menu_site .content {
    width: 100%;
    margin-top: 200px;
    font-size: 20px;
    color#333;
    text-align: center;
}

.main_logo {
    margin-bottom: 0px;
    background: #f7f6f5;
}
.main_logo img{
    width: 200px !important;
}
.btn_close {
    float: right;
    font-size: 35px;
    color: #423c32;
    padding: 0px 50px;
}

.btn_close img {
    width: 30px;
}

.menu_img img {
    margin: 0 auto;
    width: 760px;
}

.overview-text-title h2 {
    font-family: 'fraunces';
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0px;
    font-size: 40px;
    line-height: 60px;
}

.overview-text-title h2 span {
    font-size: 50px;
    font-family: 'cormorantgaramond-medium';
}

.page_title {
    text-align: center;
    padding-bottom: 50px;
}

.page_title h1 {
    font-family: 'cormorantgaramond-semibold';
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    color: #30384f;
    text-transform: uppercase;
}

.page_title img {
    width: 50px;
}

.readmore {
    position: relative;
    max-height: 220px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;

    transition: max-height 0.15s ease-out;

}

.readmore.expand {
    max-height: 5000px !important;
    transition: max-height 0.35s ease-in-out;
}

.readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    /*height: 60px;*/
    color: blue;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, #ffffffeb, white);
    cursor: pointer;
}

.readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top: 10px;
    /*height:20px;*/
}

.readmore-link:after {
    content: "Read more";
    display: inline-block;
    position: relative;
    border: 1px solid #594a42;
    padding: 15px 30px;
    color: #423c32;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'cormorantgaramond-semibold';
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.3s ease;
}

.readmore-link.expand:after {
    content: "Read less";
}

.readmore-two {
    max-height: 300px;
}

.readmore-three {
    max-height: 300px;
}

.readmore-four {
    max-height: 300px;
}

.our-legacy-wrap .ethod_content h2 {
    letter-spacing: 0px;
    font-size: 17px;
    line-height: 24px;
    margin-top: 0px;
}

.our-legacy-wrap .ethod_img h2 {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    bottom: 0px;
    top: 0px;
    font-family: 'fraunces-light';
}

.our-legacy-wrap .ethod_img h2 span {
    font-family: 'fraunces-italic';
    display: contents;
    font-size: 26px;
}
.our-legacy-wrap .ethod_img img{
    transition: 0.4s ease;
}
.our-legacy-wrap .ethod_img:hover img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.legacy-stamp {
    position: absolute;
    right: 50px;
    top: 140px;
    z-index: 1;
}
.legacy-stamp img{
    width: 165px;
}
.our-legacy-wrap {
    position: relative;
}

.our-legacy-wrap:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 405px;
    background-color: #30384f;
    width: 874px;
    height: 1000px;
    z-index: -9;
}

/* Timeline */
.timeline {
    border-left: 50px solid #30384f;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: #000;
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0px;
    list-style: none;
    text-align: left;
    font-weight: 100;
   /* max-width: 70%;*/
    margin-top: 0px;
}

.timeline h1,
.timeline h2,
.timeline h3 {
    letter-spacing: 0px;
    font-size: 30px;
    font-family: 'cormorantgaramond-medium';
}

.timeline .event {
    border-bottom: 1px dashed rgb(255 255 255 / 0%);
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 0px;
}
.timeline-text-content{
    background-color: #f7f7f7;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 280px;
    display: flex;
    padding-left: 20px;
}
.timeline-text-content-white{
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 130px;
    display: flex;
    padding-left: 20px;
}
.timeline .event:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -217.5px;
    color: rgba(255, 255, 255, 0.4);
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

.timeline .timeline-title:after {
    content: 'A STORY OF PASSION' !important;
    left: -138px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    content: "";
    top: 120px;
    transform: rotate(270deg);
    font-family: 'cormorantgaramond-light';
}

.journey-shape {
    position: absolute;
    top: 21%;
    left: 7%;
}

.journey-shape-one {
    position: absolute;
    bottom: 10%;
    left: 7%;
}
.journey-shape img, .journey-shape-one img{
        width: 200px;
    }
.event p{
    line-height: 20px;
    font-family: 'fraunces-bold';
    font-size: 14px;
    letter-spacing: 0px;
}
.event-img {
    background-color: #f7f6f5;
}

.timeline .event-img {
    padding-bottom: 0px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    /*display: flex;
    justify-content: space-between;*/
}
.sidebar_shapes{
    height: 3440px;
    position: relative;   
}
.side-shape-one img{
    width: 220px;
    margin: 0 auto;
}
.side-shape-four img{
    width: 220px;
    margin: 0 auto;
    left: 0px;
    bottom: 295px;
    position: absolute;
    right: 0px;
}
.side-shape-three img{
    margin: 0 auto;
    left: 0px;
    bottom: 975px;
    position: absolute;
    right: 0px;
}
.side-shape-two img{
    margin: 0 auto;
    left: 0px;
    top: 870px;
    position: absolute;
    right: 0px;
}
.side-shape-one img{
    width: 220px;
    margin: 0 auto;
    left: 0px;
    top: 450px;
    position: absolute;
    right: 0px;
}
.side-text-one h2{
    text-align: center;
    font-family: 'cormorantgaramond-light';
    line-height: 47px;
    letter-spacing: 8px;
    color: #bc9e6c;
    font-size: 37px;
     position: absolute;
    bottom: 1730px;
    left: 0px;
    right: 0px;
}
.side-text-two h2{
    text-align: center;
    font-family: 'cormorantgaramond-light';
    line-height: 47px;
    letter-spacing: 8px;
    color: #bc9e6c;
    font-size: 37px;
    position: absolute;
    bottom: 645px;
    left: 0px;
    right: 0px;
}
.timeline-img {
    padding-left: 0px;
}

.timeline-img img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.timeline-disclaimer {
    float: right;
    padding: 0px 30px 20px 30px;
}
.timeline-disclaimer p{
    line-height: 20px;
    font-family: 'OPTIMA';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
}
.first-year-box h3{
    font-family: 'cormorantgaramond-medium';
    font-size: 160px;
    color: #d6cdc6;
}
.first-year-box p{
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 245px;
    display: flex;
    font-size: 17px;
    font-family: 'fraunces-bold';
}
.disclaimer-map{
    display: none;
}
.bg_grey {
    background-color: #f7f6f5;
}

.timeline-shape-one img {
    position: absolute;
    bottom: 20px;
    width: 120px;
    left: 450px;
}

.timeline-shape-two img {
    position: absolute;
    bottom: 500px;
    width: 500px;
    right: 0px;
}

.timeline-shape-three img {
    position: absolute;
    bottom: 260px;
    width: 400px;
    right: 225px;
}

.timeline-shape-four img {
    position: absolute;
    bottom: 1300px;
    width: 250px;
    right: 70px;
}
.one-triple-nine-row{
    width: 87%;
}
.timeline-shape-five img {
    position: absolute;
    top: 1884px;
    height: 239px;
    width: 430px;
    right: 0px;
    z-index: 1;
    object-fit: cover;
}

.timeline-shape-six img {
    position: absolute;
    top: 1525px;
    width: 500px;
    right: 200px;
}
.timeline-shape-seven img {
    position: absolute;
    top: 30%;
    width: 340px;
    left: 0px;
}
.timeline-shape-eight img {
    position: absolute;
    top: 61%;
    width: 340px;
    left: 0px;
}
.timeline-shape-nine img {
    position: absolute;
    top: 250px;
    width: 550px;
    right: 0px;
    z-index: -9;
}
.timeline-shape-ten img {
    position: absolute;
    top: 1095px;
    width: 490px;
    height: 280px;
    object-fit: cover;
    right: 0px;
}
.timeline-content-title {
    font-size: 18px !important;
    font-family: 'fraunces' !important;
}
.timeline-content{
    padding-right: 0px;
}
.popup-legacy-content-no-scroll p{
    font-size: 18px;
    font-family: 'cormorantgaramond-semibold';
    color: #594a42;
    line-height: 25px;
    margin-bottom: 20px;
}
.popup-legacy-content-no-scroll{
    text-align: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.popup-legacy-content{
    text-align: center;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #30384f;
}
.popup-legacy-content p{
    font-size: 18px;
    font-family: 'cormorantgaramond-semibold';
    color: #594a42;
    line-height: 25px;
    margin-bottom: 20px;
}

.legacy-content-popup .modal-header{
    padding: 5px 15px;
    border-bottom: none;
}
.legacy-content-popup .modal-header .close{
    line-height: 25px;
    font-size: 50px;
}
.legacy-content-popup .modal-dialog{
    border: 5px solid #bc9969;
    border-radius: 10px;
    width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0px;
}
.legacy-content-popup .modal-body{
    padding: 30px 0px 60px;
}

.no-btn-text p{
    color: red;
    margin-bottom: 0px;
}
.iti {
    width: 100%;
    margin-bottom: 10px;
}
.onload_form_popup {
    padding-right: 0px !important;
}
.onload_form_popup .modal-dialog{
    width: 400px;
    /*border: 5px solid #bc9969;*/
    border-radius: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0px;
}
.onload_form_popup .modal-content{
    background-color: #ece9e1;
    padding: 10px;
    border-radius: 0px;
}
.popup-main-title{
    display: flex;
    justify-content: unset;
    gap: 20px;
    padding: 0px 0px 10px;
}
.popup-main-icon{
    height: 91px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.popup-main-icon img{
    width: 70px;
}
.popup-main-text{

}
.popup-main-text h3{
    margin: 0px;
    font-size: 30px;
    font-family: 'fraunces';
    font-weight: normal;
}
.popup-main-text h6{
    font-size: 16px;
    font-family: 'fraunces-bold-italic';
}
.onload_form_popup .modal-header{
    border-bottom: none;
}
.onload_form_popup .modal-body {
    position: relative;
    padding: 15px;
    border: solid 1px #c7b396;
    outline: solid 1px #c7b396;
    outline-offset: -6px;
}
.onload_form_popup .close{
    font-size: 60px;
    line-height: 15px;
    color: #c6b193;
    opacity: 1;
    margin-bottom: 15px;
}
.onload_form_popup .form-control{
    margin-bottom: 10px;
}
.col-form-label{
    font-size: 13px;
    font-family: 'fraunces';
    font-weight: 500;
}
.popup_form_onload .form-control{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #c7b396;
    height: 30px;
}
.date_div{
    width: 40px;
    display: inline-flex;
    position: relative;
    gap: 2px;
    margin-right: 2px;
}
.month_div{
    width: 40px;
    display: inline-flex;
    position: relative;
    gap: 2px;
    margin-right: 2px; 
}
.year_div{
    width: 80px;
    display: inline-flex;
    position: relative;
    gap: 2px;
}
.date_div .form-control, .month_div .form-control, .year_div .form-control{
    padding: 0px;
    text-align: center;
    font-family: 'fraunces';
}
.popup_form_onload label{
    font-size: 13px;
    font-family: 'fraunces';
    font-weight: 500;
}
.form-below-text{
    font-size: 11px;
    font-family: 'fraunces';
    font-weight: 500;
    padding-bottom: 20px;
}
.popup_form_onload_hr{
    border-top: 1px solid #c7b396 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.popup_form_onload .form-group {
    margin-bottom: 3px;
}
.checkbox_row{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}
.checkbox-square {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 0px;
    vertical-align: middle;
    border: 1px solid #c7b396;
   /* appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;*/
}

.checkbox_row label{
    font-size: 11px;
    line-height: 20px;
}
.condition_label{
    font-size: 11px !important;
    margin-bottom: 15px;
}
.popup_btn{
    font-family: 'fraunces';
    padding: 10px 35px;
    background: #fff;
    border: 1px solid #c7b396 !important;
    font-size: 13px;
    /*font-weight: 600;*/
    margin-top: 15px;
}
.home_page_menu{
    border-bottom: none;
}


.page_menu{
    padding: 20px 0px;
    background: #f7f6f5;
    border-bottom: 1px solid #423c32;
}
.page_menu .button{
    padding: 0px;
}
.bottomMenu {
    position: fixed;
    top: 0;
    color: white;
    width: 100%;
    padding: 20px 0px;
    background: #f7f5f6;
    border-bottom: 1px solid #423c32;
    z-index: 1;
    transition: all .5s;
}
.hide {
    opacity:0;
   
}
.show {
    opacity:1;
    transition: all 1s;
transition: all 1s;
 -webkit-transition: all 1s;
  
}
.crazy-cock-logo{
    width: 200px !important;
}
.our-spirit-title h1{
    font-size: 40px;
    line-height: 75px;
    margin-top: 5px;
}
.thanks-sec{
    position: relative;
    padding: 50px 0px 80px;
}
.thanks_text{
    text-align:center;
}
.thanks_text h1 {
    font-family: 'cormorantgaramond-semibold';
    text-align: center;
    font-size: 90px;
    letter-spacing: 10px;
    color: #30384f;
    text-transform: uppercase;
}
.thanks_text img {
    width: 70px;
}
.thanks_text .btn{
    display: block;
    width: max-content;
    margin: 0 auto;
}
.thanks_text h6{
    font-size: 20px;
    margin: 30px 0px;
    line-height: 30px;
}
.navigation {
  width: auto;
}
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainmenu a {
  display: block;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 0;
  color: #726965;
  font-size: 25px;
  vertical-align: top;
  position: relative;
  font-family: fraunces;
  letter-spacing: 5px;
}
.mainmenu li{
    display: block;
}
.mainmenu a:hover {
    background-color: transparent;
    color: #726965;
}
.navigation{
    text-align: left;
}
.navigation ul{
    text-align: left;
}
.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}
.submenu a {
  background-color: transparent;
  font-size: 20px;
  padding: 10px 0px;
}
.submenu a:hover {
  background-color: transparent;
}
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
.main_menu_site .wrap .navigation{
    padding: 170px 0 130px;
}
.main_menu_site .wrap .navigation .submenu li a:hover::before {
    width: unset;
}
.main_menu_site .wrap .navigation ul li a:hover::before {
    width: 100%;
}
.main_menu_site .wrap .navigation ul li a:before {
    content: "";
    position: absolute;
    left: -17px;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #423c32;
    transition: width .25s ease-out;
}

.six-brothers{
    position: relative;
    background: #ebe7e4;
    padding: 200px 0 120px;
}
.six-brothers:before{
    content: '';
    background: url(/six-brothers/img/Border-1.png) no-repeat center center / cover;
    position: absolute;
    top: -29px;
    left: 0;
    width: 100%;
    height: 9vh;
    opacity: 0.6;
}
.careers-title-wrap{
    padding: 70px 0px;
}
.careers-title-wrap .page_title {
    padding-bottom: 0;
}
.careers-title-wrap h1{
    letter-spacing: 0px;
}
.career-wrap{
    padding: 80px 0 80px 0;
}
.no-margin{
    margin-right: 0;
    margin-left: 0;
}
.career-flex{
    display: flex;
}
.career-img{

}
.career-img img{
    
}
.career-form{
    padding: 35px 40px;
    background-color: #f3f2ed;;
}
.career-form h2{
    font-family: 'cormorantgaramond-medium';
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
}
.half-field {
    padding-right: 20%;
}
.text-left-btn{
    text-align: left;
    margin-top: 30px;
    display: flex;
}
.career-img{
    background-image: url(../img/home/career-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.career-form input{
    font-style: italic;
}
.placeholder-black::-webkit-input-placeholder {
  color: #111 !important;
}

.placeholder-black::-moz-placeholder {
  color: #111 !important;
}

.placeholder-black:-ms-input-placeholder {
  color: #111 !important;
}

.placeholder-black::-ms-input-placeholder {
  color: #111 !important;
}
.career-form .form-control {
    color: #111;
    border: 1px solid #bab9b9;
}


.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper select {
  appearance: none; /* Remove default arrow in modern browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; /* Make space for the icon */
}

.custom-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
    font-size: 30px;
}

.input-wrapper {
  position: relative;
    color: #111;
}

.faux-placeholder {
    position: absolute;
    top: 11px;
    left: 12px;
    color: #111;
    pointer-events: none;
    font-style: italic;
}

.faux-placeholder .red {
  color: red;
}

.input-wrapper input {
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #bab9b9;
    font-style: italic;
}
.career-main-wrap{
    padding: 0 0 80px 0;
}
.career-main-flex{
    display: flex;
}
.career-main-img{
    background-image: url(../img/home/career-main-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.career-main-text{
    text-align: center;
    padding: 80px 40px;
    background-color: #f3f2ed;
}
.career-main-text h4{
    font-family: 'cormorantgaramond-medium';
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 40px;
    line-height: 45px;
}
.career-main-text p{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 18px;
    line-height: 25px;
}
.career-main-text p span{
    font-style: italic;
}
.career-featured-sec{
    padding-bottom: 80px;
}
.career-featured-sec h3{
    font-family: 'cormorantgaramond-medium';
    font-size: 33px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 0;
}
.career-featured-sec .row{
    display: flex;
}
.career-featured-sec .col-md-2 {
    border: 1px solid #949494;
    width: 20%;
    padding: 50px 20px;
    text-align: center;
}
.featured-text{

}
.featured-text h4 a{
    font-style: italic;
    font-weight: 400;
    margin: 0;
    color: #111;
}
.text-center{
    text-align: center;
}
.mt-30{
    margin-top: 80px;
}
.craft-title-wrap{

}
.craft-row{
    display: flex
}
.craft-img{
    background-image: url(../img/home/career-cat-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.craft-text {
    padding: 50px 80px;
    background-color: #ededed;
}
.craft-text h4{
    font-size: 30px;
    font-weight: 400;
}
.openings-dashboard-wrap{
    padding: 80px 0;
}
.openings-dashboard-wrap h2{
    text-align: center;
    color: #111;
    margin-top: 0;
    font-family: 'cormorantgaramond-semibold';
    font-size: 36px;
    margin-bottom: 20px;
}
.openings-dashboard-wrap h3{
    text-align: center;
    color: #111;
    margin-top: 0;
    font-family: 'cormorantgaramond-light';
    font-size: 25px;
    margin-bottom: 40px;
}
.openings-search{

}
.search-box-wrap{

}
.search-box-wrap .input-group-addon {
    background-color:#836246;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 0;
    cursor: pointer;
}
.search-box input{
    width: 100% !important;
    display: block !important;
    height: 40px;
    border-radius: 0;
    font-size: 18px;
}
.search-box {
    margin-bottom: 15px;
    width: 100%;
}
.checkbox-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-box-wrap .btn-primary{
    border: 2px solid #836246;
    background-color: #fff;
    padding: 10px 20px !important;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #836246;
}
.search-box-wrap .btn-primary img{
    width: 15px;
}
.search-box-wrap .dropdown-menu>li>a{
    padding: 10px 10px;
    text-align: left;
}
.search-box-wrap .dropdown-menu {
    padding: 0px 0px;
}
.search-box-wrap .dropdown{

}
.search-box-wrap .dropdown{

}
.btn-primary.active, 
.btn-primary:active, 
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #836246;
    background-image: none;
    border-color: #836246;
}
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #836246;
    border-color: #836246;
}
.openings-list-wrap{
    padding: 0 0 80px 0;
}

.openings-list-wrap .table {
    text-align: center;
    table-layout: fixed;
  width: 100%;
}
.single-head-opening {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.single-head-opening th {
    width: 25%;
}
.single-head-opening h2{
    font-size: 25px;
    font-family: 'cormorantgaramond-semibold';
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0;
    margin: 0;
}
.single-opening{
   /* display: flex;
    align-items: center;
    justify-content: space-between;*/
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
/*.single-opening td{
    width: 50%;
}*/
.single-opening h2{
    text-align: center;
    color: #836246;
    margin-top: 0;
    font-family: 'cormorantgaramond-light';
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-opening a{
    text-decoration: none;
    color: #111;
}
.single-opening h4{
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
}
.single-opening h6{
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
}
.single-opening .opening-btn{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.single-opening .btn{
    color: #fff;
    background-color: #836246;
    background-image: none;
    border-color: #836246;
    border: 2px solid #836246;
    background-color: #fff;
    padding: 10px 20px !important;
    line-height: 1;
    letter-spacing: 0;
    color: #836246;
    margin: auto;
}
.single-opening .btn:hover{
    color: #fff;
    background-color: #836246;
    border-color: #836246;
}
.opening-btn img{
    width: 20px;
    margin-top: 5px;
}
.opening-btn a{
    text-align: center;
    display: inline-block;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 20px 0;
    vertical-align: middle;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
}
.text-left{
    text-align: left !important;
}
.selected-filter{

}
.selected-filter ul{
    list-style: none;
}
.selected-filter li{
    color: #836246;
}
.selected-filter img{
    width: 15px;
    margin-right: 5px;
}
.opening-detail-wrap{
    padding: 80px 0;
}
.opening-detail-text a{
    font-weight: 700;
    color: #826850;
    font-size: 18px;
}
.opening-detail-text a img{
    width: 20px;
    margin-right: 5px;
}
.opening-detail-text h1{
    text-transform: capitalize;
}
.opening-detail-text h2{
    font-size: 20px;
}
.opening-more-text{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.opening-more-text p {
    width: 50%;
}
.opening-more-text ul{
    display: flex;
    flex-wrap: wrap;
}
.opening-more-text li{
    
}
.opening-more-text strong{
    font-family: 'fraunces';
    font-weight: 600;
}
.opening-normal-text {
    margin-bottom: 50px;
}
.opening-normal-text h2{
    font-size: 24px;
}
.opening-normal-text h3{
    font-size: 18px;
}
.opening-normal-text h4{
    font-size: 20px;
}
.opening-normal-text p{
    font-family: 'cormorantgaramond-medium';
    font-size: 18px;
}
.opening-normal-text li{
    font-family: 'cormorantgaramond-medium';
    font-size: 18px;
}
.opening-more-text p {
    font-size: 18px;
    font-family: 'cormorantgaramond-medium';
}
.opening-two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.opening-heading{

}
.listing li {
    padding: 4px 0;
    display: inline-block;
    width: 100%;
    margin-left: 20px;
}
.listing li:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -20px;
    color: #826850;
    font-size: 6px;
    vertical-align: middle;
    padding-right: 10px;
    display: inline-block;
}
.opening-normal-text strong{
    font-family: 'fraunces';
    font-weight: 600;
}
.space-box{
    margin-top: 40px;
}
.opening-opportunity-wrap{

}
.opening-opportunity-wrap h2{
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'cormorantgaramond-semibold';
    font-weight: 600;
}
.single-opportunity{
    margin-bottom: 50px;
}
.single-opportunity h3{
    font-size: 18px;
    color: #826850;
}
.single-opportunity p{
    
}


.share-social-wrap{
    position:relative;
}
.tooltip-social {
  display: none;
    position: absolute;
    right: 0;
    width: 150px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0px;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.tooltip-social a {
    display: block;
    color: #333;
    text-decoration: none;
    margin: 0px 0;
    padding: 5px 0;
    border-bottom: 1px solid #e2e2e2;
}
.tooltip-social a i{
    color: #836246;
}

.tooltip-social a:hover {
  color: #836246;
}
.login-form-wrap{
    padding: 80px 0;
}
.login-form-text{
    text-align: center;
    margin-bottom: 30px;
}
.login-form-text h2{
    
}
.login-form-text p{
    
}
.form-footer {
    gap: 10px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}
.form-footer a{
    color: #726965;
}
.form-control {
    margin-bottom: 10px;
    border: 1px solid #594a42;
    border-radius: 0px;
    font-size: 14px;
    height: 40px;
    font-family: 'fraunces';
}
.form-group span{
    color: red;
}
.form-buttons-two{
    display: flex;
    justify-content: flex-end; 
    gap: 10px;                
    margin-top: 15px;
}
.candiate-detail-wrap{
    padding: 80px 0;
}
.vertical-tabs .tabs-left {
    border-right: 0;
    background-color: #ebe7e4;
}

.vertical-tabs .tabs-left > li {
    float: none;
    margin: 0;
}

.vertical-tabs .tabs-left > li > a {
    margin-right: -1px;
    display: block;
}

.vertical-tabs .tab-content {
    padding: 30px 30px;
    border: 1px solid #ddd;
    border-left: none;
}
.vertical-tabs .nav-tabs>li>a {
    color: #423c32;
    width: 100%;
    text-transform: uppercase;
    padding: 17px 19px;
    border-radius: 0;
}
.vertical-tabs .nav>li>a:focus, 
.vertical-tabs .nav>li>a:hover {
    text-decoration: none;
    background-color: #fffbf8;
}
.candiate-detail-wrap .row{
    margin-right: 0;
    margin-left: 0;
}
.candiate-detail-wrap .col-sm-9,
.candiate-detail-wrap .col-sm-3{
    padding-right: 0;
    padding-left: 0;
}
.upload-box-wrap{

}
.upload-resume{

}
.upload-resume h3{
    
}
.upload-resume .col-md-12{
    padding-right: 0;
    padding-left: 0;
}
.upload-resume .form-control {
    height: 50px;
    padding: 13px;
}
.tabs-form-btn-bottom {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.tabs-form-btn-bottom .btn {
    letter-spacing: 2px;
    padding: 8px 15px;
}
.custom-tab-content{

}
.custom-tab-content h4{
    font-size: 28px;
    margin-bottom: 20px;
}
.custom-tab-content p {
    font-size: 18px;
}
.personal-information-form{

}
.personal-information-form h4{
    
}
.personal-information-form .help-block{
    font-size: 18px;
}
.education-information-form{

}
.job-quetions-information-form{

}
.review-submit-wrap{

}
.review-submit-wrap h5 {
    font-size: 25px;
    padding-bottom: 15px;
    margin: 20px 0 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.review-submit-wrap label{
    
}
.custom-tab-content p{

}
label{
    font-size: 18px;
}
.add-more-btn{
    margin-bottom: 30px;
}


.side-shape-five img {
    width: 100%;
    margin: 0 auto;
    left: 0px;
    bottom: -250px;
    position: absolute;
    right: 0px;
}
        
.timeline-2025-custom-img {
    height: 280px !important;
    /*background-color: #f7f7f7;*/
}
        
/*.timeline-2025-custom-img img {*/
/*    height: auto;*/
    /*object-fit: cover;*/
/*    width: 100%;*/
/*}*/
        
.ss-2025-journey-custom-img-sec {
    margin: 0 auto;
    width: 200px;
}
