/*
 Theme Name:     LTMTF
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/


:root {
    --deep-black:#101923;
    --obsidian-black:#08100C;
    --smoke-black:#23262A;
    --alien-black:#1A2228;
    --neutral-black:#232325;
    --content-width:90%;
    --secondary-color:#d6b673;
    --primary-color:#23232f;
} 
#hero {
    z-index:1;
}

#hero h1 {
    font-size:60px;
    letter-spacing: -0.05em;
}

#home-banner h2 {
    font-size:70px;
    letter-spacing: -0.05em;
}

h2 {
    font-size:50px;
    letter-spacing: -0.05em;
}

h3 {
    font-size:36px;
    letter-spacing: -0.05em;
}

h4 {
    font-size:30px;
    letter-spacing: -0.05em;
    line-height:1.2;
}

.small {
    font-size:14px;
    line-height:1.4;
    display: block;
}


.btn {
    line-height:1;
    font-size: 14px;
    padding: 15px 60px 15px 30px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    transition: background-image 0.5s ease;
}

.btn.btn-primary {
    background:var(--secondary-color);
}

.btn.btn-primary:hover {
    background:var(--primary-color);
}


.btn::after {
    content: "";
    position: absolute; 
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg); 
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19L19 5M19 5H9m10 0v10' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}




.btn.btn-primary.dark-back:hover {
   
    background-image: none;
    background-color: var(--primary-blue);
}



.btn:hover::after {
    transform: translateY(-50%) rotate(45deg); 
}

.btn.btn-more {
    padding:0 30px 0 0;
    color:var(--primary-dark);
    font-size:16px;
    font-weight:600;
}

.btn.btn-more.white {
    color:#ffffff;
}

.btn.btn-more::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19L19 5M19 5H9m10 0v10' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  right:0;
}

.btn.btn-more.white::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19L19 5M19 5H9m10 0v10' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}


@media only screen and (max-width: 1360px) {

    #hero h1 {
    font-size:50px;
    
    }

    h2 {
        font-size:50px;
       
    }

    h3 {
        font-size:30px;
       
    }

    h4 {
        font-size:24px;
        letter-spacing: -0.05em;
    }
}

@media only screen and (max-width: 980px) {

    #hero h1 {
    font-size:40px;
    
    }

    h2 {
        font-size:40px;
       
    }

    h3 {
        font-size:30px;
       
    }

    h4 {
        font-size:20px;
       
    }

   
}

@media only screen and (max-width: 767px) {

    #hero h1 {
    font-size:20px;
    
    }

    h2 {
        font-size:30px;
       
    }

    h3 {
        font-size:24px;
       
    }

     h4 {
        font-size:18px;
       
    }

   
} 
