
/* -----------------------------------------------------------------------------------
Template Name: GLOSERIA
Description: GLOSERIA | Figma
Version: 1.0.0
 00. Body
 01. Header
 02. Slider
 03. Products
 04. Workshop
 05. About
 06. Bannerz
 07. Specs
 08. Mobile Menu
 09. Faq & Gallery
 10. Responsive
 11. Footer
 12. Inline Pages
----------------------------------------------------------------------------------- */
/* --- 00. Body --- */

@font-face {
    font-family: 'Rangoflys';
    src: url('../fonts/Rangoflys-Regular.woff2') format('woff2'),
         url('../fonts/Rangoflys-Regular.woff') format('woff'),
         url('../fonts/Rangoflys-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Gotham-Black';
  src: url("../fonts/Gotham-Black_gdi.eot");
  src: url("./fonts/Gotham-Black_gdi.eot?#iefix") format('embedded-opentype'), url("fonts/Gotham-Black_gdi.woff") format('woff'), url("fonts/Gotham-Black_gdi.ttf") format('truetype'), url("fonts/Gotham-Black_gdi.otf") format('opentype'), url("fonts/Gotham-Black_gdi.svg#Gotham-Black") format('svg');
  font-weight: 450;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0219;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url("./fonts/Gotham-Bold_gdi.eot");
  src: url("./fonts/Gotham-Bold_gdi.eot?#iefix") format('embedded-opentype'), url("fonts/Gotham-Bold_gdi.woff") format('woff'), url("fonts/Gotham-Bold_gdi.ttf") format('truetype'), url("fonts/Gotham-Bold_gdi.otf") format('opentype'), url("fonts/Gotham-Bold_gdi.svg#Gotham-Bold") format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0219;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book_gdi.eot");
  src: url("../fonts/Gotham-Book_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/Gotham-Book_gdi.woff") format('woff'), url("../fonts/Gotham-Book_gdi.ttf") format('truetype'), url("../fonts/Gotham-Book_gdi.otf") format('opentype'), url("../fonts/Gotham-Book_gdi.svg#Gotham-Book") format('svg');
  font-weight: 325;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0219;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium_gdi.eot");
  src: url("../fonts/Gotham-Medium_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/Gotham-Medium_gdi.woff") format('woff'), url("../fonts/Gotham-Medium_gdi.ttf") format('truetype'), url("../fonts/Gotham-Medium_gdi.otf") format('opentype'), url("../fonts/Gotham-Medium_gdi.svg#Gotham-Medium") format('svg');
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0219;
}

:root {
    --primary-red: #AE6F5C;
    --primary-dark: #000;
  
}
body {
    font-family: 'Gotham-Book';
    color: #333;
}

.logo{
    min-width: 12rem;
}
.headmenu .nav-item{
    margin-left: 1rem;
}
.mega-nav--desktop .mega-nav__control{
     font-family: 'Gotham-Medium';
 font-weight: 350;
    font-size: 1rem;
    color: #fff !important
}
.sticky-header.mega-nav--desktop .mega-nav__control{
     font-family: 'Gotham-Medium';
 font-weight: 350;
    font-size: 1rem;
    color:var(--primary-red) !important;
}
.mega-nav--desktop .mega-nav__control svg{
    max-width: 1rem;
    margin-left: 1rem;
}
/* Video Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin-top: -5rem;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.video-background iframe {
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 100vh;
    min-width: 177.77vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
/* Sticky header styles */

.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.3s, box-shadow 0.3s;
    margin: 0 !important;
    padding: 0;
}

.sticky-header .logo {
    transition: filter 0.3s;
}
.hero-overlay {
    height: 100vh;
}
.hero-overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;

   
background: linear-gradient(180deg, rgba(174, 111, 92, 0.8) 0%, rgba(174, 111, 92, 0) 100%);


    pointer-events: none;
}
.hero-overlay::after{
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 60%;



background: linear-gradient(180deg, #AE6F5C 0%, rgba(174, 111, 92, 0) 100%);
transform: rotate(-180deg);




    pointer-events: none;
}

.hero-overlay .two{
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin-left: -4rem;
}
.hero-overlay .three{
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin-right: -6rem;
}
.hero-overlay .one{
    z-index: 9;
    display: block;
    position: relative;
    font-size: 2rem;
}

.home-products{
position: relative;
width: 100%;
height: auto;
left: 0px;
background: linear-gradient(180deg, #AE6F5C 0%, #FFFFFF 50%);
}
.home-products h3{
     font-family: 'Rangoflys', sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: right;
    color: var(--primary-red);
    margin-top: 20%;
}
.home-products h1{
     font-family: 'Rangoflys', sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
    color:#fff;
    white-space: nowrap;
}
.home-products p{
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: right;
    color: var(--primary-dark)
}
.home-products .line{
    position: absolute;
    top: 0;
    left: 0;
   
    height: auto;
    z-index: 1;
     animation: rotate-slow 60s linear infinite; /* 20 saniyede bir tur */
     width: 90%;
    margin: 0px auto;
}
.homeabout h2{
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 3rem 0;
}

.homeabout h4{
    text-align: left;
    font-size: 2rem;
    line-height: 1.8rem;
    color: var(--primary-red);
    font-family: 'Gotham-Book';
    font-weight: 325;
    float: left;
    width: 20%;
}
.homeabout h5{
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: var(--primary-red);
}
.homeabout p{
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.3rem;

    font-family: 'Gotham-Book';
    font-weight: 325;


}
@keyframes rotate-slow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg); /* Eksi değer = saatin tersi */
    }
}
/* Blob Image Shapes */
.blob-container {
    position: relative;
    margin: auto 10%;
    width: 80%;
}
.blob-container h1 {
    transition: transform 0.3s ease, font-size 0.3s ease;
}

/* A hover olduğunda h1'i büyüt */
.blob-container a:hover h1 {
    transform: scale(1.1); /* %10 büyütme */
}
.blob-img {
    width: 100%;
  position: relative;
    z-index: 2; /* Üstte kalır */
    object-fit: cover;
    /* Özel maske şekilleri */
  
}


.blob-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  z-index: 9;
  min-width: 80%;
}




/* Video Hero Section */
.workshop-hero-section {
    position: relative;
    height: 60vh;
    overflow: hidden;
    margin-top: 0rem;
    border-radius: 3rem;
}

.workshop-video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60vh;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.workshop-video-background iframe {
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 60vh;
    min-width: 177.77vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.workshop-hero-overlay {
    height: 60vh;
}
.workshop-hero-overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

   
background: linear-gradient(180deg, rgba(174, 111, 92, 0.9) 0%, rgba(92, 51, 38, 0.9) 100%);


    pointer-events: none;
}

.bloghome h2{
    font-family: 'Rangoflys', sans-serif;
    font-size: 3rem;
    color: var(--primary-red);
    line-height: 4rem;
    margin-left: 0rem;
    margin-bottom: 2.4rem;
}
.bloghome img{
    border-radius: 1rem;
    height: 9rem;
}
.bloghome span{
   position: relative;
        bottom: 1rem;
        left: 0;
        width: 80%;
        border-radius: 1rem;
        margin: 0px auto;
        display: block;
        height: 2rem;
        background: linear-gradient(180deg, #AE6F5C 100%, rgba(174, 111, 92, 0) 100%);
        pointer-events: none;
    
}
.bloghome p{
    font-family: 'Gotham-Book';
    font-weight: 325;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 1.5rem;
}
.bloghome h4{
    font-family: 'Rangoflys', sans-serif;
    font-size: 1.2rem;
    color: var(--primary-red);
    line-height: 1.4rem;
    margin-bottom: 1rem;
}
.bloghome img:hover, .bloghome p:hover, .bloghome h4:hover, .bloghome h2:hover{
    cursor: pointer;
   
    transition: transform 0.3s ease;
}
.workshop-hero-overlay .two{
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin-left: 0rem;
     margin-bottom: 2.4rem;
}
.workshop-hero-overlay .three{
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin-right: -6rem;
}
.workshop-hero-overlay .one{
    z-index: 9;
    display: block;
    position: relative;
    font-size: 1.3rem;
}
.workshop-hero-overlay a{
    z-index: 9;
    display: block;
    position: relative;
    font-size: 1rem;
    color: #fff;
    margin-top: 2rem;
    line-height: 1.2rem;
}
.workshop-hero-overlay p{
    z-index: 9;
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 1.2rem;

}


/* --- 11. Footer --- */
.footer .footer-nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .footer-nav li{
    list-style: none;
    color: #fff !important;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 20px; /* ikon için boşluk */

    font-family: 'Gotham-Medium';
  font-weight: 350;
}
.footer .footer-nav li a{
    list-style: none;
    color: #fff !important;
    font-size: 0.9rem;
    text-decoration: none;
}
.footer .footer-nav li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url("../img/bloglist.svg");
    background-repeat: no-repeat;
    background-size: contain;
}



.footer .footer-nav-adres{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .footer-nav-adres img{
    width: 4rem;
    height: 4rem;
}
.footer .footer-nav-adres li{
    list-style: none;
    color: #fff !important;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 0px; /* ikon için boşluk */
     font-family: 'Gotham-Medium';
  font-weight: 350;
}
.footer .footer-nav-adres li a{
    list-style: none;
    color: #fff !important;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-hero-section {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 0rem;

}

.footer-video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 50vh;
    transform: translate(-50%, -50%);

}

.footer-video-background iframe {
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 50vh;
    min-width: 177.77vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.footer-hero-overlay {
    height: 50vh;
}
.footer-hero-overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

   
background: linear-gradient(180deg, rgba(174, 111, 92, 0.9) 0%, rgba(92, 51, 38, 0.9) 100%);


    pointer-events: none;
}
.footer-hero-overlay .two{
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin-left: 0rem;
     margin-bottom: 2.4rem;
}
.footer-hero-overlay .three{
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin-right: -6rem;
}
.footer-hero-overlay .one{
    z-index: 9;
    display: block;
    position: relative;
    font-size: 1.3rem;
}
.footer-hero-overlay a{
    z-index: 9;
    display: block;
    position: relative;
    font-size: 1rem;
    color: #fff;
    margin-top: 0.7rem;
    line-height: 1.2rem;
}
.footer-hero-overlay p{
    z-index: 9;
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 1.2rem;

}
.footer-logo{
    position: relative;
}
.footer-end{
    background-color: #5C3326;
    color: #fff;
     font-family: 'Gotham-Medium';
    text-align: left;
    font-size: 1rem;
    line-height: 1.2rem;
}
.footer-end a{
    color: #fff;
     font-family: 'Gotham-Book';
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-decoration: none;
}
/* --- 11. Footer --- */

/* --- 10. Responsive --- */

@media (max-width: 768px) {
    .hero-section { height: 50vh;
    margin-bottom: -5px; }
    .mega-nav__icon-btn{
    border: none !important;
    background:  #fff !important;
    border-radius: 12rem;
    color:var(--primary-red) !important;
}
   
}

@media (max-width: 1024px) {
    .mega-nav__icon-btn{
    border: none !important;
    background:  #fff !important;
    border-radius: 12rem;
    text-align: center !important;
    color:var(--primary-red) !important;
}
.footer .footer-nav li a{
 
    font-size: 0.8rem;

}
.mega-nav__icon-btn i{
    display: block;
}
.mega-nav__icon-btn, .mega-nav__icon-btns {
display: block !important;
}
    .mega-nav__logo .logo {
    min-width: 10rem !important;
    max-width: 10rem !important;
}
.mega-nav__logo {
    display: block;
    width: 50% !important;
    height: 2rem /* logo height */;
}
.footer .footer-nav-adres img {
    width: 2rem;
    height: 2rem;
}
.footer .footer-nav-adres li a {
    display: flex;
    font-size: 0.8rem;
}
.footer-logo {
    position: relative;
    max-width: 10rem;
    margin-bottom: 1rem !important;
}
.footer{
    padding-top: 1rem !important;
    margin-top: 1rem !important;
}
.footer-hero-overlay, .footer-video-background, .footer-video-background iframe {
    height: 65vh !important;
}

    .homeabout h2 {
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 2rem 0;
}

.homeabout h4 {
    font-size: 1.5rem;
    line-height: 1.4rem;
    width: 15%;
}
.homeabout h5 {
 
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.workshop-hero-overlay {
    height: auto;
    padding: 1rem;
    text-align: center;
}
.workshop-hero-overlay .two {
   
    font-size: 2.4rem;
    line-height: 1.6rem;
    margin-left: 0rem;
    margin: 1rem;
}
.workshop-hero-overlay .one {
    font-size: 1.1rem;
    line-height: 1.2rem;
}
.workshop-hero-overlay p {

    font-size: 1rem;
    line-height: 1.2rem;
}
.workshop-hero-overlay a {

    margin: 1rem 0;
}
.bloghome h2 {
    font-family: 'Rangoflys', sans-serif;
    font-size: 2rem;
    color: var(--primary-red);
    line-height: 2rem;
    margin-bottom: 1rem;
}

.bloghome .blob-img {

    height: 9rem;
}
.bloghome span{
   position: relative;
        bottom: 1rem;
        left: 0;
        width: 80%;
        border-radius: 1rem;
        margin: 0px auto;
        display: block;
        height: 2rem;
        background: linear-gradient(180deg, #AE6F5C 100%, rgba(174, 111, 92, 0) 100%);
        pointer-events: none;
    
}
.blob-container {
    position: relative;
    margin: auto;
    width: 100%;
}
    .hero-overlay .one {
        font-size: 1.4rem;
    }
    .hero-overlay .two {
        font-size: 2rem;
    line-height: 2rem;
    }

    .inlinepages .hero-overlay .two {
        font-size: 2rem !important;
    line-height: 2rem !important;
    }

    .hero-overlay .three {
        font-size: 2rem;
    line-height: 2rem;
    margin-right: -3rem;
    }
    .hero-overlay {
    height: 50vh;
    }
    .video-background iframe {
    width: 100vw;
    height: 36.25vw;
    min-height: 60vh;
    }
    .home-products h1 {
    font-family: 'Rangoflys', sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    }
    .home-products h3 {
    
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 5%;
    }
    .home-products p {
    text-align: center;
    }
    section.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    }
    .mega-nav--mobile .mega-nav__item{
        list-style: none;
    }
    .mega-nav--mobile .mega-nav__sub-nav-wrapper{
        padding: 0 !important;
    }
    .mega-nav__items, .mega-nav--mobile .mega-nav__sub-items:not(:last-child){
        padding: 0 !important;
    }
    .mega-nav--mobile .mega-nav__sub-item {
    border-bottom: 1px solid var(--color-contrast-lower);
    width: 50%;
    float: left;
}
.mega-nav--mobile .mega-nav__sub-items {
   padding: 0 !important;
width: 100%;
        float: none;
        display: inline-block;
        margin-top: -2rem;
}

    .language-select-btn {

        border-radius: 20rem !important;
    }
.workshop-hero-section, .workshop-video-background, .workshop-video-background iframe{
    height: 70vh !important;
}
}

/* --- 10. Responsive --- */








/* --- 12. Inline Pages --- */



.inlinepages .hero-section {
    position: relative;
    height: 30vh;
    overflow: hidden;
    margin-top: -5rem;
}

.inlinepages .video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 30vh;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.inlinepages .video-background iframe {
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 30vh;
    min-width: 177.77vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.inlinepages .hero-overlay {
    height: 30vh;
}
.inlinepages .hero-overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

   
background: linear-gradient(180deg, rgba(174, 111, 92, 0.8) 0%, rgba(174, 111, 92, 0.6) 100%);


    pointer-events: none;
}
.inlinepages .hero-overlay::after{
    content: "";
    position: absolute;
    display: none;
   
}

.inlinepages .hero-overlay .two{
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 3rem;
    line-height: 3.4rem;
    margin-left: 0;
        bottom: -3rem;
}
.inlinepages .hero-overlay .three{
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin-right: -6rem;
}
.inlinepages .hero-overlay .one{
    z-index: 9;
    display: block;
    position: relative;
    font-size: 2rem;
}

.inlinepages .homeabout h2 {
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 3rem 0 1rem 0;
}
.inlinepages .homeabout h3 {
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0rem 0 2rem 0;
}
.inlinepages .homeabout span {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0rem 0 1rem 0;
}
.inlinepages .workshop-hero-overlay .two {
    z-index: 9;
    display: block;
    position: relative;
    font-family: 'Rangoflys', sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    margin-left: 0rem;
    text-align: center;
    margin-bottom: 1.4rem;
}
.inlinepages .workshop-hero-overlay .one {
    z-index: 9;
    display: block;
    position: relative;
    font-size: 1.1rem;
    text-align: center;
}
.inlinepages .workshop-hero-overlay{
    text-align: center;
}
.inlinepages .workshop-hero-section, .inlinepages .workshop-video-background {
    height: 40vh;
}
.inlinepages .workshop-hero-overlay {
    height: 40vh;
}

.inlinepages .homeabout p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6rem;
}
.inlinepages .homeabout strong {
    font-family: 'Gotham-Medium';
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.3rem;
}
.inlinepages .homeabout ul {
    list-style: none;
    padding-left: 0;
}
.inlinepages .homeabout ul li {
    list-style: none;
    padding-left: 0;
}
.inlinepages .homeabout h6 {
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: var(--primary-red);
}

/* Corporate About Styles */
.inlinepages .corporateabout h2 {
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 3rem 0 1rem 0;
}
.inlinepages .corporateabout h3 {
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0rem 0 2rem 0;
}
.inlinepages .corporateabout span {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0rem 0 1rem 0;
}
.inlinepages .corporateabout p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6rem;
}
.inlinepages .corporateabout strong {
    font-family: 'Gotham-Medium';
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.3rem;
}
.inlinepages .corporateabout ul {
    list-style: none;
    padding-left: 0;
}
.inlinepages .corporateabout ul li {
    list-style: none;
    padding-left: 0;
}
.inlinepages .corporateabout h6 {
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: var(--primary-red);
    margin-top: 2rem;
}
.inlinepages .breakdown {
    width: 100%;
    min-height: 4rem;
    display: block;

}
.inlinepages .features h4{
   
    float: left;
}

.inlinepages .features img{
   max-width: 60%;
    float: left;
}
.inlinepages .features h5 {
    font-family: 'Rangoflys', sans-serif;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: var(--primary-red);
    margin-top: 0;
}
.inlinepages .features h6 {
   font-family: 'Gotham-Book';
    text-align: left;
    font-size: 0.9rem;
    line-height: 1rem;
    color: var(--primary-dark);
    margin-top: 0;
}
.inlinepages .cta{
    background-color: #f1f1f1;
    border-radius: 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding: 3rem;
    text-align: left;
}
.inlinepages .cta h2{
font-family: 'Gotham-Book';
color: #2d2d2d;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 325;
  font-style: normal;
}
.inlinepages .cta h4{
font-family: 'Gotham-Medium';
color: #2d2d2d;
font-size: 1.1rem;
line-height: 1.6rem;
font-weight: 325;
  font-style: normal;
}
.inlinepages .cta span{
font-family: 'Gotham-Book';
color: #2d2d2d;
font-size: 1.4rem;
line-height: 1.6rem;
font-weight: 325;
  font-style: normal;
}
.inlinepages .cta p{
font-family: 'Gotham-Book';
color: #2d2d2d;
font-size: 1rem;
line-height: 1.2rem;
font-weight: 325;
  font-style: normal;
}
.inlinepages .reddot{
    background-color: var(--primary-red);
    color:#fff !important;
    padding-bottom: 4rem;
    background: linear-gradient(180deg, #CB8772 0%, #AE6F5C 100%);
}

.inlinepages .reddot h5, .inlinepages .reddot p,  .inlinepages .reddot h4,  .inlinepages .reddot h6{
    color:#fff !important;

}
.inlinepages .ctatwo{
    background-color: #f1f1f1;
    border-radius: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 3rem;
    text-align: left;
     background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%,  #f1f1f1 100%);
}
.inlinepages .ctatwo h2{
font-family: 'Gotham-Book';
color: #2d2d2d;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 325;
  font-style: normal;
  float: none;
  margin-top: 2rem;
}
.inlinepages .ctatwo h4{
font-family: 'Gotham-Medium';
color: #2d2d2d;
font-size: 1.1rem;
line-height: 1.6rem;
font-weight: 325;
  font-style: normal;
  float: none;
  width: 100%;
  margin-top: 2rem;
}

.inlinepages .ctatwo span{
font-family: 'Gotham-Book';
color: #2d2d2d;
font-size: 1.4rem;
line-height: 1.6rem;
font-weight: 325;
  font-style: normal;
  float: none;
}
.inlinepages .ctatwo p{
font-family: 'Gotham-Book';
color: #2d2d2d;
font-size: 1rem;
line-height: 1.2rem;
font-weight: 325;
  font-style: normal;
  float: none;
}
/* --- 12. Inline Pages --- */