*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.jd-1 .main-fo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 50px 20px;
    /* background: #f1f0f0ee; */
    background-image: url(/assets/images/home/footer/footer-bg-10.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.jd-1 .main-fo .section-first,
.section-sec,
.section-next{
    width: 260px;
    height: 300px;
    position: relative;
}

.heading{
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.heading .text{
    font-size: 22px;
    color: #ffffff;
}

.heading .text .line{
    width: 50px;
    height: 2px;
    margin: 10px 0px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: aqua;
    animation: swinging 2s infinite;
}

.jd-1 .main-fo .section-first .text-dwon{
    margin: 20px 0px;
    line-height: 25px;
    padding: 0px 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #dcdcdc;
}

.jd-1 .main-fo .section-first .detail{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #dcdcdc;
}

.jd-1 .main-fo .section-first .left_pos_side{
    width: 200px;
    height: 350px;
    position: absolute;
    top: -50px;
    left: -100px;
}

.jd-1 .main-fo .section-first .left_pos_side img{
    width: 100%;
    height: 100%;
}

.jd-1 .main-fo .section-first .detail .log-det{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 10px;
}

.jd-1 .main-fo .section-sec ul{
    list-style-type: none;
}

.jd-1 .main-fo .section-sec ul li{
    padding: 10px 0px;
    color: #dcdcdc;
    cursor: pointer;
    transition: .4s;
    font-size: 15px;
}
.jd-1 .main-fo .section-sec ul li:hover{
    letter-spacing: .5px;
}
.jd-1 .main-fo .section-sec ul li i{
    font-size: 13px;
    margin: 0px 5px;
}

.jd-1 .main-fo .section-next .sub_ul{
    color: #dcdcdc;
}

.jd-1 .main-fo .section-next .sub_ul ul{
    list-style: none;
}

.jd-1 .main-fo .section-next .sub_ul ul li{
       padding: 10px 0px;
    color: #dcdcdc;
    cursor: pointer;
    transition: .4s;
    font-size: 15px;
}

.jd-1 .main-fo .section-next .sub_ul ul li:hover{
    letter-spacing: .5px;
}

.jd-1 .main-fo .section-next .sub_ul ul li i{
    font-size: 13px;
    margin: 0px 5px;
}

.jd-1 .main-fo .section-next .seltter_text p{
    line-height: 28px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #dcdcdc;
}

.jd-1 .main-fo .section-next .em_subscribe{
    display: flex;
    flex-direction: column;
    margin: 30px 0px;
}

.jd-1 .main-fo .section-next:nth-child(2){
    background-image: url(../img/girl.jpg);
    color: #2eb97e;
}

.jd-1 .main-fo .section-next .em_subscribe input{
    width: 100%;
    padding: 10px 10px;
    border: none;
    outline: none;
    background: #e6e3e3;
    border-radius: 9px;
}

.jd-1 .main-fo .section-next .em_subscribe input::placeholder{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

/* .jd-1 .main-fo .section-next .em_subscribe .button-subs{
    width: 100%;
    padding: 10px 0px;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 20px 0px;
    border: none;
    background: linear-gradient(#023262, #12c3f2);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    transition: .5s;
}
.jd-1 .main-fo .section-next .em_subscribe .button-subs:hover{
        background: linear-gradient(45deg,  #000000, #327e8d,#000000);
} */

.jd-1 .main-fo .section-next .em_subscribe .button-subs {
    width: 100%;
    padding: 10px 0px;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 20px 0px;
    border: none;
    background: linear-gradient(90deg, #023262, #12c3f2, #023262);
    background-size: 200% 100%;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    transition: background-position 0.5s ease;
}

.jd-1 .main-fo .section-next .em_subscribe .button-subs:hover {
    background-position: right center;
}


.jd-1 .main-fo .section-next .right_pos_side{
    width: 180px;
    height: 300px;
    position: absolute;
    top: 0px;
    right: -90px;
    animation: updwon 2s ease-in-out infinite;
}

@keyframes updwon{
    0%{ top: 0px; }
    50%{ top: -10px; }
    100%{ top: 0px; }
}

.jd-1 .main-fo .section-next .right_pos_side img{
    width: 100%;
    height: 100%;
}

.jd-1 .last-ses{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-top: 1px solid #b1afaf;
    padding: 20px 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
}

.jd-1 .last-ses .copy-text{
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a5959;
    text-transform: capitalize;
    font-size: 14px;
}

.jd-1 .last-ses .help{
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a5959;
    font-size: 14px;
    text-transform: capitalize;
}

@media(max-width:814px){
    .jd-1 .main-fo{
        flex-wrap: wrap;
    }
}

@media(max-width:559px){
    .jd-1 .last-ses{
        flex-direction: column;
    }

    .jd-1 .last-ses .copy-text{
        padding: 0px;
        width: 100%;
    }
    .jd-1 .last-ses .help{
        padding: 0px;
        width: 100%;
    }

    .jd-1 .main-fo .section-first .left_pos_side{
        top: -50px;
        left: -150px;
    }

    .jd-1 .main-fo .section-next .right_pos_side{
        width: 180px;
        height: 300px;
        top: 0px;
        right: -130px;
    }
}

