/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 12:55:41 */

        body {
            font-family: "Outfit", serif;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
        .section{
        padding:60px 10%;    
        }
        .hero {
            background: #fff;
            color: #000;
            text-align: center;
            padding: 40px 20px;
        }
        .section {
            padding: 60px 20px;
        }
        .cta-btn {
                display: inline-block;
                font-family: "Outfit", serif;
                padding: 12px 20px;
                background-color: #7d47f3;
                color: #fff;
                font-size: 16px;
                border-radius: 5px;
                text-decoration: none;
                margin-bottom: 40px;
                border: none;
        }
        .contact {
            background: #ffe5b4;
            padding: 50px;
        }
        .footer {
            background: black;
            color: white;
            padding: 20px;
            text-align: center;
        }
        @media (max-width: 768px) {
           li.in-link-item a {
    font-size: 17px!important;
} 
            .hero {
                padding: 50px 10px;
                overflow: hidden;
            }
            .section {
                text-align: center;
            }
            .section img {
                width: 100%;
                margin-bottom: 20px;
            }
            .contact form input,
            .contact form textarea {
                width: 100%;
            }
            .col-md-6 {
              width: 100%!important;
            }
            .row.section {
                display:block!important;
            }
            .header-flex {
    text-align: center;
}
.menu-inline {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  /*transition: 0.5s;*/
  padding-top: 60px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
}
div#mySidenav li {
    text-align: left;
    padding-left: 10px;
}

.menu-inline a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.menu-inline a:hover {
  color: #f1f1f1;
}

.menu-inline .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
    .header-flex {
        display: flex
;
        align-items: center;
        justify-content: space-between;
        height: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }
    div#mySidenav ul {
    padding: 0;
}
    
        }
        @media (min-width:769px)
        {
      
    /*        ul.inline-menu {*/
    /*    position: absolute;*/
    /*    top: 28px;*/
    /*    left: 0px;*/
    /*    display: none;*/
    /*    background: #fff;*/
    /*    padding: 20px;*/
    /*    width: 175px;*/
    /*    list-style:none;*/
    /*}*/
    /*li.link-item.hover-over:hover ul.inline-menu {*/
    /*    display: block;*/
    /*}*/
            a.hover-over-menu {
    display: flex
;
    align-items: center;
}
            .header-flex span
{
    display:none;
}
a.closebtn
{
    display:none;
}
            .menu-inline ul li {
    padding: 30px;
}
            .menu-inline > ul {
    display: inline-flex
;
    list-style: none;
    padding-left:0px;
}
            .menu-inline ul li {
    padding: 11px;
    text-align: left;
}
/*            .header-flex {*/
/*    display: flex*/
/*;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding-left: 80px;*/
/*    padding-right: 80px;*/
/*    max-width: 1200px;*/
/*    height:70px;*/
/*}*/
        }
        .col-md-6 img {
    max-width: 100%;
    
}
.col-md-6
{
   width: 45%; 
}

.row.section {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.mockup-frame img {
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
}
.heading {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align:center;
}

.heading .highlight {
    color: #ff6a00;
}
.highlight {
    color: #09090b;
    -webkit-text-fill-color: transparent;
    background-image: url(https://adsagenz.com/assets/images/bg.png);
    background-position: 0 0;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 42px;
}
p
{
        font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}
.container {

    margin: 0px auto;
    background-image: linear-gradient(#fff, #fff0), radial-gradient(circle at 0%, #ab84d84a, #fff0 64%), radial-gradient(circle at 100%, #7d47f326, #fff 60%);
}
.container .row
{
    max-width:1200px;
    margin:0px auto;
}
.col-md-6 img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.footer {
    width: 90%;
    background: #f3f3f3;
    padding: 20px;
    border-radius: 15px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
    margin-bottom: 50px;
}

.header-logo.black-header img {
    max-width: 100%;
    width: 90px;
}
.footer-top img {
    height: 90px;
}
.footer-bottom {
    width: 100%;
    display: flex
;
    justify-content: center;
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}


.menu-inline ul li a {
    color: #000;
    text-decoration: none;
}
.hero
{
   background-image: url(https://adsagenz.com/assets/images/bg-image.png);
    background-position: 50%;
    background-size: contain;
    margin-top: 20px;  
    background-repeat: no-repeat;
    
}
   .col-md-6 h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.account {
padding: 60px 10%;
text-align: center;
background: #f9f9f9;
color: #000;
margin-bottom: 60px;
}
.account h2 {
margin-bottom: 20px;
font-size: 28px;
}
.form-input-field {
    width: 100%;
    display: flex
    
;
    flex-wrap: wrap;
}
span.iti__country-name {
    color: #000;
}
.account input {
    width: 100%;
    /* max-width: 400px; */
    padding: 12px;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 50px;
    display: block;
    font-size: 16px;
    font-family: 'Outfit';
}
.chekboxes label {
display: flex;
align-items: center;
margin-bottom: 10px;
margin-top: 10px;
}
.chekboxes input {
width: auto;
margin: 0px 10px;
}
.chekboxes {
max-width: 400px;
text-align: left;
margin: 0px auto;
padding-bottom: 20px;
padding-top: 5px;
}
.slick-arrow.slick-disabled {
opacity: .2;
}
.account button {
background: #ff0050;
padding: 15px 30px;
color: #fff;
border: none;
font-size: 16px;
border-radius: 30px;
cursor: pointer;
transition: background 0.3s ease;
}
.account button:hover {
background: #e60045;
}
form {
    max-width: 400px;
    margin: 0px auto;
}
.heading .highlight {
    color: #ff6a00;
}

.highlight {
    color: #09090b;
    -webkit-text-fill-color: transparent;
    background-image: url(https://adsagenz.com/assets/images/bg.png);
    background-position: 0 0;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 42px;
}
