/* ===================================
    Crafto - Marketing
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'Harabara';
  src: url('../../fonts/habity/Harabara.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa Heavy';
  src: url('../../fonts/habity/NexaTextHeavy.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa Light';
  src: url('../../fonts/habity/NexaTextLight.otf') format('opentype');
}

@font-face {
  font-family: 'Nexa ExtraLight';
  src: url('../../fonts/habity/NexaTextExtraLight.otf') format('opentype');
}

.harabara {
    font-family: 'Harabara' !important;
}

.nexa {
    font-family: 'Nexa Light' !important;
    color: black;
}

.nexa-extralight {
    font-family: 'Nexa ExtraLight' !important;
}

.nexa-heavy {
    font-family: 'Nexa Heavy' !important;
}

body {
    overflow-x: hidden;
}

.carrousel-image {
    width: 500px;
    height: 310px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
}

.container-white {
    background-color: white;
    border-radius: 5px;
}
.container-gray {
    background-color: var(--very-light-gray);
    border-radius: 5px;
}

/* variable */
:root {      
    --alt-font: 'Nexa Light', sans-serif;
    --primary-font: 'Nexa Light';
    --base-color: #00409B;
    --dark-gray: #1f242e; 
    --yellow: #ffeb7d; 
    --medium-gray: #717580;
    --aluminium-gray: #6e727c;
}   
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 10px;
        height: 10px;
        background: #1f242e;
    }
}
body{
    line-height: 30px;
}

/* CUSTOM */
html {
  scroll-behavior: smooth !important;
}

.nav-link {
    font-weight: 1000 !important;
    color: #00307E !important;
    font-size: 16px !important;
    padding: 0px 10px !important;
}
header .navbar-brand {
    padding: 10px 0px !important;
}
.navbar-logo {
    max-height: 100px !important;
    height: 80px;
    padding: 0px !important;
}
.principal-subtitle {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
    color: black;
}
.principal-title {
    font-size: 75px;
    margin-bottom: 0px;
    color: black;
}
.tab a {
    font-size: 20px !important;
    padding-top: 15px !important;
    line-height: 50px;
    color: #262627 !important;
}
.separator {
    background-image: url('../../habity_images/separator.png');
    background-repeat: repeat;
    background-size: 500px;
    background-position: top left;
    width: 100%;
    height: 100px;
}
#principal-container {
    padding-left: 60px;
    padding-right: 60px;
}
.know-more-principal {
    margin-right: 20px;
}
.sale-rent-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: white;
    padding: 6px !important;
    border-radius: 8px;
}
#contact-text {
    font-size: 33px;
}
.feature-box-content h6 {
    font-size: 26px;
}
@media (min-width: 1000px) {
    .principal-subtitle {
        width: 80%;
    }
}
@media (max-width: 360px) {
    .principal-subtitle {
        font-size: 30px;
    }
    .principal-title {
        font-size: 37px !important;
    }
}
@media (max-width: 444px) {
    .know-more-principal {
        margin-right: 0px;
    }
    .feature-box-content h6 {
        font-size: 19px;
    }
}
@media (max-width: 452px) {
    #structure-button {
        margin-top: 10px;
        margin-right: 20px;
    }
}
@media (max-width: 768px) {
    .checked-mobile {
        background: white;
        border-radius: 10px;
        padding: 8px;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
    #home {
        margin-top: 100px !important;
    }
    #front-image-moving {
        display: none;
    }
    #corporative-identity {
        text-align: right;
    }
    .text-center-768 {
        text-align: center;
    }
    #contact-text {
        font-size: 25px;
        line-height: 32px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1450px) {
    #cymk-principal-image {
        top: 100px !important;
        right: -50px !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    #cymk-principal-image {
        top: 100px !important;
        right: -200px !important;
    }
     #carrousel {
        right: 2%;
    }
}
@media (max-width: 991px) {
    #carrousel {
        display: none;
    }
    #principal-logo {
        visibility: visible !important;
        opacity: 1 !important;
        width: 150px !important;
        height: auto !important;
    }
    .blue-navbar { display: none; }
    .menu-navbar {
        margin-top: 0px !important;
    }
    #principal-container {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }
    .principal-title {
        font-size: 45px;
    }
    #cymk-principal-image {
        transform: scaleX(-1);
        right: -50px !important;
        margin-right: 0px !important;
        top: 120px !important;
    }
    #contact-text {
        line-height: 38px;
    }
    #text-separator-center {
        text-align: center;
        margin: 0px 40px;
    }
    #icon-text-separator-center {
        display: none;
    }
    .separator {
        background-position: right;
    }
    .feature-box-content h6 {
        font-size: 20px;
    }
}

/* CUSTOM */

/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
}
header .navbar-brand img {
    max-height: 27px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    width: 260px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 360px;
}
.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 23px;
}
/* bg color */
.bg-light-red-grey {
    background-color: #fff1ee;
} 
.bg-base-color-transparent {
    background-color: rgba(255, 122, 86,.9);
}
/* bg gradient */
.bg-gradient-black-green { 
    background-image: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,242,239,1) 80%, rgba(255,242,239,1) 100%);
}
.bg-jungle-green {
    background-color: #2ebb79;
}
/* slider shadow */
.slider-shadow-left-right {
    mask-image:linear-gradient(to right, transparent 10%, #000000 25%, #000000 75%, transparent 90%);
    -webkit-mask-image:linear-gradient(to right, transparent 10%, #000000 25%, #000000 75%, transparent 90%); 
}
/* text color */
.text-jungle-green {
    color: #2ebb79;
}
/* btn */
.btn {
    text-transform: none;
    letter-spacing: 0px;
}
.btn.btn-very-small { 
    padding: 9px 18px;
}
.btn.btn-small { 
    padding: 11px 22px;
}
.btn.btn-medium { 
    padding: 12px 22px 13px;
}
.btn.btn-large { 
    padding: 13px 26px 15px;
}
.btn.btn-extra-large { 
    padding: 16px 32px 18px;
    word-break: normal;
}
.btn.btn-extra-large .btn-icon i {
    top: 0;
}
.btn-icon i {
    top: 1px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
/* portfolio filter */
.portfolio-simple .portfolio-box:hover .portfolio-image img {
    opacity: 1;
}
/* footer */
footer .elements-social li {
    margin: 0 10px 0 0;
}
footer .footer-logo img {
    max-height: 27px;
}
footer {
    padding-bottom: 30px;
}
footer {
    font-size: 15px;
    line-height: 30px;
}
/* newsletter style 02  */
.newsletter-style-02 input {
   padding-right: 90px !important; 
   font-size: 14px;
}
/* tabs style 08 */
.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
/* team style 01 */
.team-style-01 figure figcaption .social-icon a {
    margin: 0 5px;
}
/* process step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
/* select */
.select:after {
    right: 25px;
}
/* media query responsive */
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 13px;
    }
    .newsletter-style-02 input {
        padding-left: 15px;
        padding-right: 100px;
    }
    .nav-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    .lg-overflow-hidden {
        overflow: hidden;
    }
    .lg-mt-45 {
        margin-top: 45% !important;
    }
}
@media (max-width: 991px) {
    .header-icon .icon {
        top: -2px;
    }
    .elements-social.social-icon-style-04 .large-icon a {
        font-size: 21px;
        width: 50px;
        height: 50px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
    .md-right-minus-250px{
        margin-right: -100px !important;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 25px 25px;
    }
}
@media (max-width: 767px) {
    .elements-social ul li {
        margin-bottom: 0;
    }
   
}