    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,600;0,900;1,100&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
    body {
        margin: 0px;
        text-decoration: none !important;
        box-sizing:border-box;
    }
    
    * {
        box-sizing: border-box;
        color: rgb(30, 30, 30);
    }
    
    hr {
        border: .7px solid;
        width: 100%;
    }
    
    h1,
    h2,
    h3 {
        font-family: 'DM Serif Display', serif;
    }
    
    i {
        display: inline-block;
    }
    
    p {
        text-decoration: none !important;
        font-family: 'Poppins';
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    
    .paragraph-text {
        font-family: 'Poppins';
        font-size: 18px;
    }

    #mc_embed_signup{
        font-family: 'Poppins'!important;
        font-size: 18px;
    }
    
    .text-dm-bg {
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: 'Poppins', serif !important;
        font-size: 18px;
    }
    
    .nomarginbottom {
        margin-bottom: 0px;
    }
    
    .nomargintop {
        margin-top: 0px;
    }
    
    ul,
    li {
        font-family: 'Poppins';
        text-decoration: none;
        list-style-type: none;
    }
    
    a {
        font-family: 'Poppins';
        text-decoration: none;
        list-style-type: none;
        text-align: center;
    }

    #output {
        font-family: 'DM Serif Display', serif;
        white-space: pre-line;
    }
    
    .softblack{
        color: gray;
    }
    
    #stickybanner {
        position: fixed;
        width: 100%;
        background-color: white;
        text-align: center;
    }

    #stickybanner>div{
        display: inline-flex;
        align-items: center;
        align-content: center;
    }
    
    #stickybanner p {
        margin: 10px;
        font-size: 14px; 
        font-weight: 400; 
        color: gray;
    }

    #stickybanner a {
        font-weight: 600; 
        color:gray;
    }

    .space{
        height: 100px;
        width: 100%;
    }

    .space-sm{
        height: 60px;
        width: 100%;
    }


    .space-xsm{
        height: 20px;
        width: 100%;
    }

    .footer .shapetwo ul{
        padding: 0 0 0 20px;
    }

    .column .shapeone ul{
        padding: 0 0 0 20px;
    }
    .column .shapethree ul{
        padding: 0 0 0 20px;
    }

    .column .shapetwo ul li{
        text-align: left !important;
        font-size: 18px;
    }


    .column .shapeone ul li{
        text-align: left !important;
        font-size: 18px;
    }


    .column .shapethree ul li{
        text-align: left !important;
        font-size: 18px;
    }

    .malomagreen {
        color: #03ae83;
    }
    
    .malomagreencontact {
        color: #03ae83;
    }
    
    .malomagreen:hover {
        cursor: pointer;
    }
    
    .whatyouneedspace {
        display: flex;
        align-items: center;
    }
    
    .whatyouneed {
        display: inline-block;
        width: 50%;
        height: auto;
        padding: 30px;
    }
    
    .whatyouneed h1 {
        font-size: 38px;
    }
    
    .titlegreen {
        color: #50c0a7 !important;
    }
    
    .titlegreenhover:hover {
        color: #50c0a7 !important;
    }
    
    .padding10 {
        padding: 15px;
    }
    
    .paddingtop {
        padding-top: 30px;
    }
    
    .paddingright30 {
        padding-right: 30px;
    }
    
    .paddingleft50 {
        padding-left: 50px;
    }
    
    figcaption {
        font-size: 16px;
        font-family: 'Poppins';
    }
    
    .inlineblock {
        display: inline-block;
    }
    
    .containernav {
        display: inline-block;
        height: 200px;
        background-color: black;
    }
    
    .tick {
        transform: rotate(45deg);
        height: 20px;
        width: 8px;
        border-bottom: 7px solid white;
        border-right: 7px solid white;
        align-items: left;
    }
    
    .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*justify-content: space-between;*/
    }
    
    .column {
        width: 30%;
        margin-bottom: 20px;
    }
    
    .container {
        display: flex;
        align-content: center;
        align-items: center;
    }
    
    .containerold {
        display: flex;
        width: 100%;
    }
    
    .item {
        text-align: left;
    }
    
    input {
        width: 80%;
        height: 30px;
        border: 1px solid black;
        border-radius: 10px;
        margin: 10px 0 10px 0;
    }
    
    .colorwhite {
        background-color: white;
    }
    
    .buttoncta {
        text-decoration: none !important;
        border-radius: 10px;
        background-color: #ed0552;
        width: 190px;
        height: 45px;
        border: 0px;
        color: white;
        font-weight: 600;
        font-size: 18px;
    }

    button:hover {
        cursor: pointer;
        background-color: #d20252;
        color: white;
    }

    .buttonone {
        text-decoration: none !important;
        width: 190px;
        height: 45px;
        color: rgb(96, 87, 4);
        font-weight: 600;
        font-size: 18px;
        border: 2.5px solid rgb(96, 87, 4);;
        border-radius: 10px;
        background-color: Transparent;
    }

    .sendenquireone {
        text-decoration: none !important;
        width: 190px;
        height: 45px;
        background-color: rgb(188, 170, 9)!important;
        color: white;
        font-weight: 600;
        font-size: 18px;
        border: 2.5px solid rgb(188, 170, 9) !important;
        border-radius: 10px;
        background-color: Transparent;
    }
    
    .buttonone:hover {
        width: 200px ease;
        height: 55px ease;
        background: rgb(96, 87, 4);
        background-size: 120% 120%;
        animation: gradient-animation 1s ease infinite;    
    }

    .buttontwo {
        text-decoration: none !important;
        width: 190px;
        height: 45px;
        color: rgb(2, 86, 62);
        font-weight: 600;
        font-size: 18px;
        border: 2.5px solid rgb(2, 86, 62);
        border-radius: 10px;
        background-color: Transparent;
    }

    .sendenquiretwo{
        text-decoration: none !important;
        width: 190px;
        height: 45px;
        background-color: rgb(20, 138, 105) !important;
        color: white;
        font-weight: 600;
        font-size: 18px;
        border: 2.5px solid rgb(20, 138, 105);
        border-radius: 10px;
        background-color: Transparent;
    }
    
    .buttontwo:hover {
        width: 200px ease;
        height: 55px ease;
        background-size: 120% 120%;
        animation: gradient-animation 1s ease infinite;  
        border: white !important;
        background-color: rgb(2, 86, 62) !important;
    }


    
    .buttonthree {
        text-decoration: none !important;
        width: 190px;
        height: 45px;
        color:   rgb(43, 5, 77);
        font-weight: 600;
        font-size: 18px;
        border: 2.5px solid rgb(43, 5, 77);
        border-radius: 10px;
        background-color: Transparent;
    }

    .sendenquirethree{
        text-decoration: none !important;
        width: 190px;
        height: 45px;
        background-color:   rgb(98, 30, 158) !important;
        color: white;
        font-weight: 600;
        font-size: 18px;
        border: 2.5px solid rgb(107, 14, 188) ;
        border-radius: 10px;
        background-color: Transparent;
    }
    
    .buttonthree:hover {
        width: 200px ease;
        height: 55px ease;
        background-size: 120% 120%;
        animation: gradient-animation 1s ease infinite;       
        background-color:  rgb(43, 5, 77);
        color: white !important;
 
    }
    
    
    .getaquotebutton {
        color: white;
        font-size: 14px !important;
        font-weight: bold;
        background-color: #50c0a7;
        border: 1.5px solid #50c0a7;
        width: 130px;
    }
    
    .getaquotebutton:hover {
        color: black !important;
        background-color: white !important;
        border: 1.5px solid #50c0a7 !important;
    }
    
    .margin-bottom {
        margin-bottom: 10px;
    }
    

    .flex-containerworks {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .flex-containerworks>div {
        box-sizing: border-box;
        width: 30%;
        margin: 10px;
        text-align: left;
        align-items: center;
        font-size: 25px;
        padding-left: 10px;
        height: auto;
    }
    
    .imagework {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: 50% 50%;
        --c: #50c0a7;
        /* the border color */
        --b: 1.5px;
        /* the border thickness*/
        --g: 7px;
        /* the gap on hover */
        padding: calc(var(--g) + var(--b));
        --_g: #0000 25%, var(--c) 0;
        background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient( at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
        transition: .3s, background-position .3s .3s;
    }
    
    .imagework:hover {
        cursor: pointer;
        --_i: 100%;
        transition: .3s, background-size .3s .3s;
    }
    
    .text-white {
        color: white;
    }
    
    .text-left {
        text-align: left !important;
    }
    
    .maloma-works-wrap {
        width: 100%;
        padding: 0 50px 10px 50px;
    }
    
    .copyrightspace {
        display: block;
        width: 100%;
        background-color: #50c0a7;
        height: 60px;
        border: 1px solid #50c0a7;
    }
    
    .banner {
        /*background: rgb(0, 0, 0);*/
        background:linear-gradient(290deg, #190a20, #240e2e);
        width: 100%;
        height: 430px;
        justify-content: center;
        overflow: hidden;
        padding: 75px 0 50px 0;
        text-align: center;
    }

    .banner:hover {
        background: linear-gradient(290deg, #096754, #240e2e, #2b0f38, #096754);
        background-size: 240% 240%;
        animation: gradient-animation 16s ease infinite;
    }

    #mission{
        display: flex;
        width: 80%;
        align-items: center;
        align-content: center;
    }

    body #mission{
        margin:auto;

    }
    
    .mission-one{
        border: 10px solid #50c0a7;
        border-radius: 75px 0 75px 0;
        padding: 30px;
    }


    .mission-one p{
        width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 40px;
    }

    .mission-one h1{
        text-align: left;
        color: #50c0a7 !important;
        font-size: 38px;
    }

    .mission-two img{
        min-width:100%;
    }
    
    a.c-link{
        text-align: left !important;
    }

    footer .layout_item p{
        color: white !important;
        font-size: 14px;
        font-weight: 400;
    }

    div.footer_inner{
        padding: 32px 60px 32px 60px 32px !important;
    }

    div.logofooter{
        display: inline-block;
    }
    

    @keyframes gradient-animation {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    
    .elements-left {
        justify-content: left !important;
        justify-items: left;
        text-align: left;
    }
    
    #buttonhome {
        width: 100px;
        padding: 10px;
    }
    
    .text-about-us {
        display: inline-block;
        height: 100px;
        width: 60%;
        padding: 30px;
        line-height: 2em;
        color: #414042;
    }
    
    .text-about-us-parent {
        display: flex;
        width: 100%;
        padding: 50px;
    }
    
   /* .bannerhome {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 65px 0 50px 0;
    }*/
    
    .getoknowMaloma-space-parent {
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        padding: 20px 0 0 20px;
        justify-content: space-between;
    }
    
    .mailchimp-space-parent {
        display: flex;
        width: 100%;
        height: auto;
    }
    
    .infinito-space-parent {
        display: flex;
        width: 80%;
        background-color: #e5e5e5;
        height: 150px;
        align-content: center;
    }
    
    .getoknowMaloma-space {
        display: block;
        height: auto;
    }
    
    .mailchimp-space {
        display: block;
        width: 50%;
        height: auto;
    }
    
    .space40 {
        width: 40%;
    }
    
    .space30 {
        width: 30%;
    }
    
    .imgisowidth {
        width: 70%;
    }
    
    .text-center {
        text-align: center !important;
    }
    
    .footerspace-parent {
        display: flex;
        width: 100%;
        height: auto;
        background-color: black;
        justify-content: center;
        padding: 30px;
    }
    
    .footerspace {
        display: block;
        width: 100%;
        height: auto;
        align-items: center;
    }
    
    .shapeone {
        box-sizing: border-box;
        height: 920px;
        width: 100% !important;
        padding: 10px !important;
        transition: .3s, background-position .3s .3s;
        --c: #ffd805;
        /* the border color */
        --b: 10px;
        /* the border thickness*/
        --g: 7px;
        /* the gap on hover */
        padding: calc(var(--g) + var(--b));
        --_g: #0000 25%, var(--c) 0;
        background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient( at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
        transition: .3s, background-position .3s .3s;
        z-index: 1 !important;
    }
    
    .shapeoneunder{
        box-sizing: border-box;
        margin-bottom: 30px;
        height: 900px;
        width: 100% !important;
        padding: 20px;
        line-height: 30px;
        left: 0px;
        background: linear-gradient(125deg,rgb(138, 124, 1),rgb(180, 162, 2), rgb(138, 124, 1));
        background-size: 120% 120%;
        animation: gradient-animation 1s ease;
    }

    @keyframes shapethreeunder {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      } 

      .shapethree:hover {
        cursor: pointer;
        /* Start Border */
        --_i: 100%;
        transition: .3s, background-size .3s .3s;
    }  

    .shapeone:hover {
        cursor: pointer;
        --_i: 100%;
        transition: .3s, background-size .3s .3s;    
    }

    .shapeoneunder:hover{
        border-radius: 0% 0% 0% 0%;
        animation: gradient-animation 1.5s ease;
      }

    .shapetwo {
        box-sizing: border-box;
        height: 950px;
        width: 100% !important;
        padding: 10px !important;
        line-height: 20px;
        border-radius: 0% 0% 0% 0%;    
        transition: .3s, background-position .3s .3s;
        --c: rgb(9, 175, 128);
        /* the border color */
        --b: 10px;
        /* the border thickness*/
        --g: 7px;
        /* the gap on hover */
        padding: calc(var(--g) + var(--b));
        --_g: #0000 25%, var(--c) 0;
        background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient( at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
        transition: .3s, background-position .3s .3s;
        z-index: 1 !important;
    }


    .shapetwounder {
        box-sizing: border-box;
        margin-bottom: 30px;
        height: 930px;
        width: 100% !important;
        padding: 20px;
        line-height: 30px;
        border-radius: 0% 0% 0% 0%;
        background: linear-gradient(125deg,rgb(2, 86, 62),rgb(11, 169, 127), rgb(2, 96, 70));
        background-size: 120% 120%;
        animation: gradient-animation 3s ease infinite;

    }
          
    @keyframes shapetwounder {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }   

    .shapetwo:hover {
        cursor: pointer;
        --_i: 100%;
        transition: .3s, background-size .3s .3s;

    }
    
    .shapethree {
        box-sizing: border-box;
        height: 920px;
        width: 100% !important;
        padding: 10px !important;
        border-radius: 0% 0% 0% 0%;    
        transition: .3s, background-position .3s .3s;
        --c: rgb(86, 30, 135);
        /* the border color */
        --b: 10px;
        /* the border thickness*/
        --g: 7px;
        /* the gap on hover */
        padding: calc(var(--g) + var(--b));
        --_g: #0000 25%, var(--c) 0;
        background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient( at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
        transition: .3s, background-position .3s .3s;
        z-index: 1 !important;
    }

    .shapethreeunder:hover {
        border-radius: 0% 0% 0% 0%;
        animation: gradient-animation 1.5s ease;
    }
    
    .shapethreeunder {
        box-sizing: border-box;
        height: 900px;
        width: 100% !important;
        padding: 20px !important;
        line-height: 30px;
        border-radius: 0% 0% 0% 0%;
        background: linear-gradient(125deg,rgb(31, 3, 56),rgb(86, 30, 135), rgb(30, 2, 55));
        background-size: 120% 120%;
        animation: gradient-animation 1s ease;
    }
    @keyframes shapethreeunder {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      } 

      .shapethree:hover {
        cursor: pointer;
        /* Start Border */
        --_i: 100%;
        transition: .3s, background-size .3s .3s;
    }

    .grid-container{
        display: flex;
        width: 80%;
        align-items: center;
    }

    
    body section .grid-container{
        margin-left: auto;
        margin-right: auto;
    }
    

    .grid-container button{
        float: left;
    }

    .grid-container img{
        border-radius: 100px 0 0 0;
    }

    
    #servicesok{
        display: flex;
        width: 80%;
        align-items: center;
        align-content: center;
    }

    .servicesbranding{
        display: absolute;
        height: 450px;
        padding: 30px;
        background:linear-gradient(290deg, #190a20, #240e2e);
        width: 100%;
        justify-content: center;
        overflow: hidden;
        border-radius: 0 0 150px 0;
    }

    .servicesbranding:hover {
        background: linear-gradient(290deg, #096754, #240e2e, #2b0f38, #096754);
        background-size: 240% 240%;
        animation: gradient-animation 16s ease infinite;
    }

    .servicesbranding p{
        color: white !important;
        text-align: left;
        width: 100%;
        font-size: 18px;
        line-height: 40px;
    }

    .servicesbranding h2{
        color: white;
        text-align: left;
    }
    
    .servicesbranding button{
        left: 0px;
    }


    .outlinebutton{
        border: 2px solid  #ed0552 !important;
        border-radius: 10px;
        text-decoration: none !important;
        width: 190px;
        height: 45px;
        color: white;
        font-weight: 600;
        font-size: 18px;
        background-color: Transparent;
    }

    .outlinebutton:hover{
        background-color: Transparent;

    }

    button{
        margin: 8px;
    }

        /*-------NAV---*/
    

        .topnav #myTopnav{
            text-align: center !important;
    
        }
    
        .topnav {
            overflow: hidden;
        }
        
        .topnav>a {
            display: inline-block;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            
        }
        
        .topnav a:hover {
            font-weight: 400;
        }
    
        
        .topnav a.active {
            color: black;
        }
        
        .topnav .icon {
            display: none;
        }



    .topnav {
        overflow: hidden;
        background-color: #f0f0f0;
      }

      .topnav .icon {
        display: none;
      }

    .topnav>a{
        display: inline-block;
        text-align: left;
        width: 120px;
        padding: 30px 15px 15px 15px;
        color: black;
        margin-bottom: 7px;
        font-weight: 400;
    }

    .topnav a.active {
        color: black;
    }
    
    .cool-link {
        display: inline-block;
        color: black;
        text-decoration: none;
    }
    
    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #0000;
        transition: width .3s;
    }
    
    .cool-link:hover::after {
        width: 30%;
        transition: width .7s;
    }

   .font38{
    font-size: 38px;
   } 

   #includespace{
    padding: 15px 0 15px 0;
   }

   .textthree{
    color: rgb(246, 228, 250);
   }

   .textone{
    color: rgb(246, 249, 220);
   }

   .texttwo{
    color: #ffffff;
   }

   .cardtwo{
    width: 90%;
    margin: auto;
    height: auto;
    border-radius: 20px;
    background-color: #91e1cd;
    padding: 10px;
    align-content: center;
    box-shadow: 15px 15px 45px rgb(2, 86, 62);
   }

   .cardthree{
    width: 90%;
    margin: auto;
    height: auto;
    border-radius: 20px;
    background-color:   rgb(223, 191, 251);
    padding: 10px;
    align-content: center;
    box-shadow: 15px 15px 45px rgb(69, 24, 109);
   }

   .cardone{
    width: 90%;
    margin: auto;
    height: auto;
    border-radius: 20px;
    background-color:#f4e594;
    padding: 10px;
    align-content: center;
    box-shadow: 15px 15px 45px rgb(138, 124, 1);
   }

   .cardparent{
    display: flex;
    justify-content: center;
}

   .text-two{
    color:rgb(2, 86, 62);
   }

   .text-one{
    color: rgb(96, 87, 4);
   }

   .text-three{
    color: #ffffff;
   }

   .text-three{
    color: rgb(43, 5, 77);
   }

   .infinitoparent{
    display: flex;
    padding: 0 40px 0 60px;    
    align-items: center;
    justify-content: center;
    }

    .infinitochild{
        width: 100%;
        height: auto;
    }

    .infinitochild img{
        max-width: 100%;
        width: 700px;
    }

    .infinitochild label{
        font-family: 'Poppins';
    }

    #mc_embed_signup h2{
        font-size: 44;
    }

    section{
margin: auto;
    }

#mc_embed_signup input{
    width:70%;
}

body footer{
    margin: 0px !important;
    padding: 0px;
}

.buttonmailchimp{
    cursor: pointer;
    background-color: #d20252;
    color: white;
}

.maribelparent{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}


.maribelchild>img{
    width: 480px; 
    border-radius: 50%; 
    background:linear-gradient(290deg, #2f113d, #00786e);
    margin:20px;
}

.maribelchild_text{
    padding: 50px 30px 30px 30px;
    display: block;
    border: 10px solid #50c0a7;
    border-radius: 75px 75px 75px 0;
    padding: 30px;
    max-width: 100%;
    z-index: -1;
    font-size: 18px;
    line-height: 40px;
}

.sectionform{
    width: 60%;
    margin: auto;
}

/*Footer*/

  .footer_inner {
    background: var(--light);
    backdrop-filter: blur(50px);
    border: 0.1px solid rgba(233, 232, 232, 0.208);
    border-radius: 5px;
    padding: 2rem;
    margin: 1rem 0;
  }
  .footer {
    position: relative;
    display: flex;
  }

/*  .footer h3,
  .footer h4{
    font-family: 'Poppins';
  }*/
  
  .containernew {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;

  }
  
  .newsletter form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 400px);
    border-bottom: 1px solid var(--dark);
    border: 1px solid white;
    border-radius: 20px;
    padding: 10px;

  }
  
  .newsletter form input {
    padding: 0.75rem 0;
    border: none;
    background: none;
    font-weight: 500;
    transition: border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 0;
    width: 100%;
    font-size: 1.05rem;
    font-weight: bolder;
  }

  .newsletter form input:focus {
    outline: none;
  }

  .newsletter form input::placeholder {
    color: var(--dark) !important;
  }

  .newsletter form {
    position: relative;
  }

  svg {
    margin: 0.5rem;
  }
  .c-2 {
    margin-top: 3.5rem;
  }

  .layout {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 2rem;
  }

  .layout_item{
    display: inline-block;
  }

  .layout_itemlogo{
    display: flex;
    align-items: left;
    justify-content: center;
  }


  .layout_item ul li a{
    text-decoration: none;
    color: var(--dark);
    font-weight: 400;
    transition: 0.3s ease-in;
    border-bottom: 1px solid transparent;
    display: inline-flex;
    color: white;
  }

  .layout_itemlogo h2{
    color: white;

  }
  
  .layout_item ul li a:hover {
    cursor: pointer;
    border-bottom: 1px solid var(--dark);
  }
  
  .layout nav h3 {
    list-style-type: none;
    padding: 0;
    color: white;
  }

  .layout_item h2{
    color: white;
  }

  .newsletter form button {
    appearance: none;
    border: 0;
    background: transparent;
    color: white;
  }

  .layout_item ul li{
    color: #e5e5e5;
  }

  .layout_item:nth-child(1){
flex-grow: 3;
  }
  
  .layout_item .w-50{
    width: 50%;
  }

  .layout_item .w-25{
    width: 25%;
  }
  
  .flex {
    display: flex;
  }


body .titlesparent{
    margin: auto;
}

.titlesparent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
    width: 80%;
}

.titleschild{
    text-align: center;
}

.titleschildsecond{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 150px;
    font-size: 22px;
    vertical-align: middle;

}

.titlesparent .titleschild .comillasup{
    font-family: 'DM Serif Display', serif;
    color: #ed0552;
    font-size: 50px;
    vertical-align: middle;
}

.titlesparent .titleschild .comillasdown{
    bottom: 0px;
    font-family: 'DM Serif Display', serif;
    color: #ed0552;
    font-size: 50px;
    vertical-align: middle;

}

.font42{
    font-size: 42px;
}

.font26{
    font-size: 26px;
}

h4{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.sendenquire{
    background-color:  rgb(96, 87, 4) !important;
    color: white !important;
}

footer .layout_item nav ul{
    padding: 0px;
}

.layout_itemlogo{
    justify-content: left;
}


footer{
    width: 100%;
    margin: 0px;
    background: linear-gradient(125deg,rgb(31, 3, 56),rgb(86, 30, 135), rgb(30, 2, 55));
    display: flex;
    align-items: center;
    justify-content: center;
}


.containerfooter{
    display: flex;
    /*border: 1px solid green;*/
    justify-content: center;
    padding: 30px;
}

.columnfooterparent{
    display: inline-flex;
    /*border: 1px solid yellow;*/
    align-items: center;
    justify-content: center;
}


footer .columnfooter h2, h3, ul li a{
    color: white !important;
}

.footerdetails{
    width: 100%;
    text-align: center;
    background-color: #281c3f;
    margin: 0px;
    padding: 20px;
}

.footerdetails p {
    color: white !important;
}

.footersocial{
    background-color: #4b376e;
    color: white;
}

.footersocial ul{
    display: flex;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    height: 50px;
    justify-content:center;
    align-items: center;
    
}

.footersocial ul li a{
    display: flex;
    align-items: center;
    margin: 10px;
}

.footersocial ul li{
    color: white;
    font-family: 'DM Serif Display', serif;
}

.marginleft{
    margin-left: 20px;
}


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

    .grid-container img{
            width: 100%;
     }

    .grid-container{
        display: block;
        margin: auto;
    }

    .servicesbranding{
        height: 395px;
        }
    }

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

        #mission{
            flex-wrap: wrap;
            justify-self: center !important;
        }
    
        .mission-two img{
        max-width:100%;
        border-radius: 0px 0px 75px 0px;
        }

        .mission-one{
            border-radius: 75px 0 0 0;
        }

        .column{
            width: 90%;
        }

        .infinitoparent{
            flex-wrap:wrap-reverse;
            padding: 0 40px 0 40px;    
            }

        .maribelparent{
            flex-wrap:wrap;
        }

        .sectionform{
            width: 80%;
        }

    }
        
    @media screen and (max-width: 926px) {

        .column{
        width: 90% !important;
        }
        .servicesbranding{
        height: 440px;
        }

    }

    @media screen and (max-width: 669px) {
        .column{
        width: 90% !important;
        }
        .servicesbranding{
        height: 520px;
        }
        .columnfooter ul{
            padding-left: 0px;
            top:0px !important;
        }
        .maribelchild>img{
            width: 380px; 
            border-radius: 50%; 
            background:linear-gradient(290deg, #2f113d, #00786e);
            margin:20px;
        }
  

}

    @media screen and (max-width: 518px) {
        .column{
        width: 90% !important;
        }
        .servicesbranding{
        height: 600px;
        }
        
    } 

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

    .smallheight{
        height: 150px !important;
        }
    }

    @media screen and (max-width: 800px) {
        .column {
            width: 33.33%;
            margin: 0px;
        }

        #mission{
            display: block !important;
        }

        .flex-containerworks>div {
            width: 100% !important;
        }

        .column {
            width: 100%;
            margin: 0 40px 0 40px;

        }
        .invisible {
            display: none;
        }

        .column {
            margin: 0px !important;
        }
        .invisible {
            display: none;
        }
        .topnav a:not(:first-child) {
            display: none;
        }
        .topnav a.icon {
            float: right;
            display: block;
        }
        .titleschildsecond{
        width: 80%;
    }

    footer{
        flex-wrap: wrap;
        padding: 20px;
        align-items: center;
    }
    .columnfooterparent{
    display: block;
    }

    .columnfooterparent img{
        margin-left: 30%;
    }

}
    
    @media screen and (max-width: 800px) {
        .topnav.responsive {
            position: relative;
        }
        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }
        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
        div.logofooter{
            display: none;
        }
        .layout_itemlogo .w-50{
            width: 100%;
        }
                .space-xsm-service{
            height: 20px;
        }
        
    }
    
    @media (max-width:800px) {
        .banner {
            display: block;
            height: 440px;
        }
        .text-about-us-parent {
            display: block;
        }
        .text-about-us {
            width: 90%;
        }

        .getoknowMaloma-space-parent {
            display: block;
            width: 100%;
        }
        .getoknowMaloma-space {
            width: 100%;
        }
        .mailchimp-space-parent {
            display: block;
            width: 100%;
        }
        .mailchimp-space {
            width: 100%;
        }
        .imgisowidth {
            width: 50%;
        }
        .footerspace-parent {
            display: block;
            width: 100%;
            text-align: center !important;
        }
        .footerspace {
            width: 100%;
            text-align: center !important;
        }
        input {
            width: 90%;
        }
        .whatyouneedspace {
            display: block;
            width: 100%;
        }
        .whatyouneed {
            width: 100%;
        }
        .text-dm-bg {
            width: 100%;
            font-size: 18px;
            text-align: center;
        }
        
        /*.bannerhome img {
            margin-left: 30px;
            margin-right: 30px;
        }*/

        .paddingtop {
            padding-top: 50px;
        }
        .letterspacing {
            letter-spacing: -1px;
        }
        .maloma-works-wrap {
            width: 100%;
            padding: 0 20px 20px 20px;
        }
        .whatyouneed {
            padding: 0 30px 10px 30px;
        }

        }
