/*---------------------------------------------------------------------------------

 Theme Name:   divi-child
 Theme URI:    
 Description:  divi-child
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

body{
	background: #f5f1ea;
	font-family: "DM Sans", sans-serif;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Instrument Serif", serif;
  	font-weight: 400;
  	font-style: normal;
}


/* Header CSS */

#main-header li a{
	font-family: "DM Sans", sans-serif;
}

#main-header{
	background-color: #f5f1ea !important;
	box-shadow: none !important;
}

#main-header .link-header-home {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
    font-family: Arial, sans-serif;
}

#main-header .link-header-home span:first-child {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

#main-header .link-header-home span:last-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

#main-header .link-header-home:hover {
    color: #111;
    text-decoration: none;
}

#main-header .link-header-home span:first-child {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: rotate(0deg);
}

#main-header .link-header-home:hover span:first-child {
    transform: rotate(12deg);
}

/* End Header CSS */


/* Home CSS */

.independent-app-builder p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .16em;
}

.independent-app-builder p::before {
    margin-right: 10px;
    content: "";
    width: 8px;
    height: 8px;
    background: #ff7a52;
    border-radius: 50%;
    display: inline-block;
}

.independent-app-builder h1{
	margin-top: 20px;
	font-size: clamp(67px, 10vw, 168px);
    letter-spacing: -.055em;
	line-height: .78;
}


.independent-app-builder h1 span{
	font-style: italic;
	color: #ff7a52;
}

.mad-useful-steps span{
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: 12px;
	color: #878787;
}

.mad-useful-steps h2{
	margin-top: 10px;
	color: #fff !important; 
	font-size: 4.5rem !important;
	letter-spacing: -.04em !important;
}

.mad-useful-steps h2 span{
	text-transform: lowercase;
	color: #efff61 !important; 
	font-size: 4.5rem !important;
	letter-spacing: -.04em !important;
	font-style: italic;
}

.mad-useful-steps img{
	transform: rotate(-3deg) scale(1);
	max-width: 150px;
    border-radius: 30px;
	transition: transform .45s cubic-bezier(.22,1,.36,1);
}

.mad-useful-steps h3{
	font-size: 50px;
    color: #c9cbc2;
}

.mad-useful-steps p{
	color: #c9cbc2;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
}

.mad-useful-steps .products:hover img{
	transform: rotate(0deg) scale(1.08);
}

/* End Home CSS */

/* Privacy Policy CSS */

.privacy-policy h2{
	font-size: 35px;
    font-weight: 600;
}

.privacy-policy h4{
	font-size: 25px;
    font-weight: 600;
	margin-top: 20px;
}

/* End Privacy Policy CSS */

/* Support Page CSS */

.support-page h2{
	font-size: 35px;
    font-weight: 600;
}

.support-page h4{
	font-size: 25px;
    font-weight: 600;
	margin-top: 20px;
}

/* End Support Page CSS */


/* Footer CSS */

#footer-widgets {
    padding: 4% 0 0 !important;
}

#footer-bottom{
	display: none !important;
}

#footer-widgets .footer-widget{
	margin: 0 !important
}

#footer-widgets .footer-widget p{
	color: #252525 !important;
}

#footer-widgets .footer-widget span{
	color: #808080 !important;
}

#footer-widgets .footer-widget a{
	color: #808080 !important;
	margin-right: 20px;
}

/* End Footer CSS */


/* Mobile CSS */

@media (max-width: 767px) {
    #main-header .link-header-home {
        gap: 9px;
    }

    #main-header .link-header-home span:first-child {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    #main-header .link-header-home span:last-child {
        font-size: 16px;
    }
}

/* End Mobile CSS */