/*@font-face {*/
/*    font-family: 'Montserrat arm';*/
/*    src: url('font/Montserratarm-Regular.otf') format('opentype');*/
/*}*/
/*@font-face {*/
/*    font-family: 'font-family: 'DM Sans', Arial, sans-serif';*/
/*    src: url('font/DMSans-ThinItalic.ttf') format('opentype');*/
/*}*/
.mainmarketing {
    font-family: 'Montserrat arm', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgba(141, 10, 54, 1);
    margin: 0;
}

.firstsectionphotoparent {
    
    display: flex;
    font-size: 30px;
}

.sectionmainsecond {
    padding-left: 15%;
    width: 57%;
    font-family: Montserrat arm;
    font-size: 22px;
    font-weight: 400;
    line-height: 28.1px;
    letter-spacing: 0.04em;
    color: rgba(36, 36, 36, 1);
}
.backimg {
    padding-top: 175px;
    padding-left: 15%;
    display: flex;
    align-items: center;
}

footer {
    background: rgba(109, 133, 171, 1);
}

.footerlogo {
    margin-top: 65px;
}

.footerparent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footerul ul {
    list-style-type: none;
    font-family: 'Montserrat arm';
    font-size: 14px;
    color: rgba(248, 250, 255, 1);
    display: flex;
    margin: 0;
    padding: 0;
    gap: 48px;
    cursor: pointer;
}

.sectionmainfirst {
    padding-left: 15%;
    width: 68.9%;
    font-family: Montserrat arm;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding-top: 66px;
    color: rgba(36, 36, 36, 1);
}

.sectionmainfirst p{
    margin: 0;
}


.footerbody {
    margin: 0;
}



.calllogos {
    display: flex;
    gap: 20px;
}

.calllogos img {
    cursor: pointer;
}



.allrightrecerved span {
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}



.marketingparent {
    width: 75%;
    justify-content: center;
    display: flex;
    text-transform: capitalize;
    font-weight: 700;
}

.sectionmainsecond p {
    margin: 0;
}

.threesection {
    line-height: 30px;
}

.sun {
    align-items: end;
    DISPLAY: FLEX;
}

.divpictureparent {
    padding-bottom: 200px;
    display: flex;
}

.secondimage {

    align-items: end;
    display: flex;
}

@media only screen and (max-width: 1440px) {
    .mainmarketing {
        font-size: 22px;
    }

    .sectionmainfirst {
        padding-left: 10%;
        width: 67.9%;
        font-size: 20px;
    }

    .backimg {
        padding-left: 10%;
    }

    .sectionmainsecond {
        padding-left: 10%;
        font-size: 20px;
    }
    .marketingparent {
        width: 80%;
    }
}

@media only screen and (max-width: 1000px) {
    .sectionparentmain section {
        font-size: 16px;
    }

    .divpictureparent {
        padding-bottom: 100px;
    }

    .secondimage img {

        width: 250px;
    }
}

@media only screen and (max-width: 800px) {
    .backimg img{
        display: none;
    }
    
    .footerul ul {
        font-size: 8px;
        gap: 36px;
    }

    .calllogos img {
        width: 22px;
    }

    .allrightrecerved span {
        font-size: 12px;
    }


    .secondimage {
        display: none;
    }

    .sun {
        display: none;
    }

    .sectionparentmain {
        text-align: center;
        justify-content: center;
    }

    .divpictureparent {
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .firstsectionphotoparent {
        justify-content: center;
        
    }
    .sectionmainsecond {
        padding-left: 0;
        width: 80%;

    }

    .sectionmainfirst {
        padding-left: 0;
        width: 80%;
        padding-top: 25px;
    }

    .backimg {
        padding-left: 0;
        justify-content: center;
        width: 100%;
    }
    .mainmarketing {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .sectionparentmain section {
        font-size: 14px;
    }

    .divpictureparent {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 485px) {
    .sectionparentmain section {
        font-size: 12px;
    }
}


footer .nav-link{
    font-family: Montserrat arm;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: rgba(248, 250, 255, 1);
}