/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: A child theme for Divi Theme.
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: Divi
 Version: 1.0.0
*/

/* Import Parent Theme CSS */
@import url("../Divi/style.css");

/* Add your custom CSS below */
footer#main-footer {
    display: none;
}

.container {
    width: 100% !important;
    max-width: 1350px !important;
    margin: auto;
}

 #footer-section, #main-header {
    background: #05011a;
    padding: 20px 20px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}

#footer-section:before, #main-header:before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    right: -250px;
    top: -250px;
    background: radial-gradient(circle, rgba(125, 77, 255, .18), transparent 70%);
    pointer-events: none;
}

h1 {
    font-family: 'Instrument Serif', 'Times New Roman', serif !important;
    font-weight: 400 !important;
    font-size: clamp(44px, 6vw, 78px) !important;
    line-height: 0.98;
    letter-spacing: -0.025em;
    color: #0e0820;
    margin: 0 0 28px;
}

header#main-header {
    padding: 0;
}

header#main-header a {
    color: #fff !important;
}