/*-------------- Fonts -----------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Awesome Serif Variable Font */
@font-face {
    font-family: 'Awesome Serif';
    src: url('../fonts/Awesome Serif VAR-VF.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Awesome Serif Regular */
@font-face {
    font-family: 'Awesome Serif';
    src:
         url('../fonts/AwesomeSerif-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Awesome Serif Light */
@font-face {
    font-family: 'Awesome Serif';
    src:
         url('../fonts/AwesomeSerif-LightRegular.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Awesome Serif Medium */
@font-face {
    font-family: 'Awesome Serif';
    src:
         url('../fonts/AwesomeSerif-MediumRegular.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Awesome Serif SemiBold */
@font-face {
    font-family: 'Awesome Serif';
    src:
         url('../fonts/AwesomeSerif-SemiBoldRegular.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Awesome Serif Bold */
@font-face {
    font-family: 'Awesome Serif';
    src:
         url('../fonts/AwesomeSerif-BoldRegular.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Awesome Serif Italic Regular */
@font-face {
    font-family: 'Awesome Serif';
    src:
         url('../fonts/AwesomeSerifItalic-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Awesome Serif Italic Light */
@font-face {
    font-family: 'Awesome Serif';
    src:
         url('../fonts/AwesomeSerifItalic-LightReg.otf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Awesome Serif Italic Medium */
@font-face {
    font-family: 'Awesome Serif';
    src:
         url('../fonts/AwesomeSerifItalic-MedRegular.otf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Awesome Serif Italic SemiBold */
@font-face {
    font-family: 'Awesome Serif';
    src: 
         url('../fonts/AwesomeSerifItalic-SmRegular.otf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Awesome Serif Italic Bold */
@font-face {
    font-family: 'Awesome Serif';
    src: 
         url('../fonts/AwesomeSerifItalic-BdRegular.otf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/*-------------- Fonts -----------------*/

/*-------------- Start Global Rules -----------------*/
:root {
  --mainColor: #19262F;
  --secondColor: #CBAF75;
  --white: #fff;
  --black: #121212;
  --textColor: #595959;
  --textColor2: #474747;
  --lightBg: #f9f8f8;
  --smallSize: 12px;
  --mdSize: 14px;
  --mdSize2: 16px;
  --mdSize3: 18px;
  --lgSize: 20px;
  --lightFont: 100;
  --light2Font: 300;
  --mdFont: 600;
  --lgFont: 800;
  --paddingY: 60px;
  --paddingX: 100px;
  --Squada:"Squada One", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*,
::before,
::after {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: var(--mdSize);
  overflow-x: hidden;
  background-color: #fff;
  color: #19262F;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a{
    color: #fff;
    font-family: 'Awesome Serif', serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Awesome Serif', serif;
    font-weight: 400;
}
a,
a:hover {
  text-decoration: none;
}

a:hover{
    color: var(--secondColor);
}

@media (min-width: 1200px) {
    .container {
        max-width: 94% !important;
        width: 94%;
    }  
}
/*-------------- End Global Rules -----------------*/
.row.no-padding.no-margin.myRow::after,
.row.no-padding.no-margin.myRow::before{
    display:none;
}

.row.no-padding.no-margin.myRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header.siteHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index:9;
}
section.hero{
    position:relative;
    height: 100vh;
}
section.hero::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    background:#19262F;
    z-index:0;
}
div#block-carmelo-welcometo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 1;
    width: 100%;
    align-items: center;
    height: 100%;
    padding: 100px;
    color: #F2F4EA;
    font-family: 'Awesome Serif', serif;
    font-weight: 300;
    font-size: 32.2px;
    line-height: 82.8px;
    letter-spacing: 2.26px;
}
div#block-carmelo-welcometo::before{
    content:"";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 10px;
    background: url("../images/xVectore.svg") no-repeat center;
    background-size: contain;
    z-index:2;
}
div#block-carmelo-welcometo::after{
    content:"";
    position: absolute;
    bottom: -70px;
    left: -25px;
    width: 230px;
    height: 230px;
    background: url("../images/bigXVector.svg") no-repeat center;
    background-size: contain;
    z-index:2;
}
section.hero::after{
    content:"";
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 190px;
    height: 190px;
    background: url("../images/scrollDown.svg") no-repeat center;
    background-size: contain;
    z-index:2;
}
div#block-carmelo-welcometo a{
    font-style: Regular;
    font-size: 21.7px;
    line-height: 16.18px;
    letter-spacing: 1.02px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 15px 18px;
    color: #19262F;
    background: #F2F4EA;
    position: relative;
    display: flex;
    width: max-content;
    align-items: center;
    transition: 0.3s ease;
}
div#block-carmelo-welcometo a:before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/location.svg") no-repeat center;
    background-size: contain;
    opacity: 0;
    margin-left: -13px;
}
div#block-carmelo-welcometo a:hover{
    gap: 5px;
}
div#block-carmelo-welcometo a:hover:before{
    opacity: 1;
    margin-left: 0;
}

#block-carmelo-welcometo > div:nth-child(2) img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
#block-carmelo-welcometo > div:nth-child(1) img{
    max-height: 119px;
    object-fit: contain;
    text-align: left;
    width: max-content;
} 
section.hero .container{
    position: unset;
}
.header_right nav#block-carmelo-mainmenu ul:not(.contextual-links){
    display: flex;
    align-items: center;
    gap: 35px;
    width: 100%;
    justify-content: end;
}
.header_right nav#block-carmelo-mainmenu ul:not(.contextual-links) a{
    font-weight: 1;
    font-style: Light Regular;
    font-size: 19.19px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#EDEAE0;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}
.header_right nav#block-carmelo-mainmenu ul:not(.contextual-links) a:hover{
    border-color:#EDEAE0 ;
}
.header_right nav#block-carmelo-mainmenu ul:not(.contextual-links) a.bookLinkTag{
    line-height: 14.3px;
    letter-spacing: 0.9px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 12px 17px;
    border: 0.79px solid #F2F4EA
}
.header_right nav#block-carmelo-mainmenu ul:not(.contextual-links) a.bookLinkTag:hover{
    background: #F2F4EA;
    color:#19262F ;
}

nav#block-carmelo-sociallinks {
    position: absolute;
    bottom: 25px;
    right: 53px;
    z-index: 2;
}
nav#block-carmelo-sociallinks a{
    font-size: 24px;
}

section.about .container.no-padding {
    max-width: 1109px !important;
    padding: 95px 0;
}

div#block-carmelo-gettoknowus > div {
    width: 100%;
}
div#block-carmelo-gettoknowus {
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
}
div#block-carmelo-gettoknowus > div:nth-child(2){
    padding: 15px;
}
div#block-carmelo-gettoknowus > div:nth-child(1) h2{
    position: relative;
    padding-left: 42px;
    font-weight: 400;
    font-size: 28.44px;
    line-height: 27.73px;
    letter-spacing: 1.2px;
    color: #8D897C;
    margin-bottom: -25px;
}
div#block-carmelo-gettoknowus > div:nth-child(1) h2::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatY(-50%);
    width: 25px;
    height: 2px;
    background: #8D897C;
    opacity: 0.9;
}
div#block-carmelo-gettoknowus > div:nth-child(1) h3{
    font-weight: 400;
    font-style: Regular;
    font-size: 66.44px;
    line-height: 73.7px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #19262F;
    margin-bottom: 79px;
}
div#block-carmelo-gettoknowus > div:nth-child(1) p{
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26.9px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#19262F;
}
div#block-carmelo-gettoknowus > div:nth-child(1) p strong{
    font-family: Poppins;
    font-weight: 500;
    font-style: Italic;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26.9px;
    letter-spacing: 0%;
    vertical-align: middle;
}
div#block-carmelo-gettoknowus > div:nth-child(1){
    max-width: 42%;
}
.gallery{
    padding: 130px 0;
}
.gallery .container{
    max-width: 1232px !important;
}

section.lounge{
    position: relative;
    width: 100%;
    min-height: 472px;
}
section.lounge::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url("../images/lounge.png") no-repeat center;
    background-size: cover;
    z-index:-1;
}
section.lounge img{
    position:absolute;
    top:0;
    right:0;
    
}
section.lounge .container{
    height: 472px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
}
div#block-carmelo-masterbarberinmississauga {
    position: relative;
    z-index: 2;
}
.gallery .views-row ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
}
.gallery .views-row ul img{
    height: 305px;
    object-fit: cover;
}
.gallery .views-field.views-field-title{
    font-family: 'Awesome Serif';
    font-weight: 350;
    font-style: Medium Tall;
    font-size: 54.44px;
    leading-trim: CAP_HEIGHT;
    line-height: 73.7px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 50px;
    text-align: center;
}


div#block-carmelo-portcreditmississauga > div:nth-child(1) h2{
    position: relative;
    padding-left: 42px;
    font-weight: 400;
    font-size: 21.44px;
    line-height: 27.73px;
    letter-spacing: 1.2px;
    color: #fff;
    margin-bottom: -25px;
}
div#block-carmelo-portcreditmississauga > div:nth-child(1) h2::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatY(-50%); 
    width: 25px;
    height: 2px;
    background: #fff;
    opacity: 0.9;
}
div#block-carmelo-portcreditmississauga > div:nth-child(1) h3{
    font-weight: 400;
    font-style: Regular;
    font-size: 66.44px;
    line-height: 73.7px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 58px;
}
div#block-carmelo-portcreditmississauga > div:nth-child(1) p{
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26.9px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#fff;
}
div#block-carmelo-portcreditmississauga > div:nth-child(1){
    position: relative;
    z-index:2;
}