@import url('https://fonts.googleapis.com/css2?family=Inter&family=Noto+Sans:wght@100&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* h1,h2,h3,h4,p,a {
    font-family: sans-serif;
}


.main{
    width: 100%;
    background-color:#222428;
    
}
.move {
    height: 8vh;
    width: 100%;
    background-color: #4684ff; 
   
}

.header_baner{
    align-items: center;
    background-color: rgb(70, 132, 255);
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* margin-left: 4rem; */
    padding: 0.75rem 0px;
    width: 100%;
}
.header_baner p{
    color: rgb(255, 255, 255);
    font-family: Inter ;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-left: 30px;
}
.header_button{
    margin-left: 3rem;
    align-items: center;
    
}
.header_button a{
    background: rgb(255, 255, 255);
    border-radius: 6px;
    height: 40px;
    color: rgb(36, 36, 36);
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
    
}

.nav{
    height: 15vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
.n_logo{
    margin-left: 40px;
}
.n_items{
    margin-left: 200px;
}
.n_items a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-left: 4rem;
    font-size: 14px; 
    /* font-style: ; */
}

.n_button{
    height: 50px;
    width: 100px;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.n_button a{
    color: rgb(19, 19, 19);
    text-decoration: none;
    font-size: large;
    font-weight: bold;
}

/* checking hambour start  */
.mobileNav{
    width: 80px;
    background-color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2;
    top: 0;
    right: -160px;
    padding: 16px;
    transition: transform 0.3s;
    display: none;
    margin-top: 8vh;
}
/* hamburger end */

/* checking */
.container_1 {
    width: 80%;
    margin: 13vh auto 0; 
    height: auto; 
    display: flex;
    /* flex-direction: column;  */
}

.content_1 {
    color: white;
    height: auto; 
    width: 100%;
    text-align: left;
    margin-top: 60px;
}

.content_1 h1 {
    margin-top: 10px;
    font-size: 5rem;
}
.content_1 h2{
    color: #80a3ea;
    font-size: 2.2rem;
}
.content_1 p{
    color: #fff;
    font-size: 1rem;
    line-height: 1.9;
    margin-top: 1rem;
}

.content_1 button {
    height: 50px;
    width: 120px;
    font-size: large;
    border-radius: 20px;
    background-color: #05f;
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin: 20px 0px; 
    align-items: start;
}

.content_2 {
    width: 100%;
    height: auto; 
    text-align: left;
    margin-top: 60px;
}

.content_2 img {
    height: auto;
    width: 70%;
    max-width: 100%;
    z-index: 5; 
    display: block; 
    margin: 0 auto; 
}


.companies_content{
    background: rgb(244, 249, 253);
    padding-bottom: 7em;
    padding-top: 4em;
    position: relative;
    /* border: 2px solid red; */
}
.companies_content h1{
    width: 100%;
    color: rgb(8, 36, 73);
    font-size: 2.125rem;
    letter-spacing: -0.03em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 3rem;
    /* border: 2px solid green; */
    
    
}


/* work pending */


.companies_list_1 {
    width: 80%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin: 40px auto;
}

.companies_logo {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 64px;
    justify-content: center;
    position: relative;
    width: 184px;
}

.companies_logo img {
    opacity: 0;
    transition: opacity 0.6s linear, transform 0.6s linear;
}

.image_curr {
    opacity: 1;
    transform: translateY(0%);
}

.image_next {
    opacity: 0;
    transform: translateY(100%);
}

.image_hidden {
    opacity: 0;
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(+50%);
    }
    20%{
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: translateY(0%);
    }
    80%{
        opacity: 0;
    }
   
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}

.companies_logo img:nth-child(1) {
    animation: moveUp 6s linear infinite  ;
}

.companies_logo img:nth-child(2) {
    
    animation: moveUp 6s linear infinite 2s ;
}

/* .companies_logo img:nth-child(3) {
    animation: moveUp 6s linear infinite ;
} */





/* companies list 2 */

.companies_list_2{
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 40px;
    /* align-items: center; */
    /* border: 2px solid rebeccapurple; */
    margin: 20px auto;
}


/* Work pending */

.payment_content{
    height: 130vh;
    width: 100%;
    background-color: white;
    background-image: url(images/payment_content_bg.png);
    background-size:cover ;
    background-size: 900px;
    background-position: center;
    background-repeat: no-repeat;
    /* border: 2px solid red; */
}

.payment_desc{
    height: 500px;
    width: 750px;
    font-weight: 500;
    padding-top: 150px;
    padding-left: 130px;
    
}
.payment_desc h1{
    font-size: 4rem;
    color: #082449;
    font-weight: bolder;
   
}
.companies_desc{
    width: 85%;
    height: 50vh;
 
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto;
    
}
.article{
    width: 20%;
    height: 80%;
 
    
}
.article img{
    padding: 10px 100px 30px;
    align-items: center;
}

.article .num{
    font-size: 3.9rem;
    color: #2346a4;
    text-align: center;
}
.article .val{
    font-size: 2.9rem;
    color: #2346a4;
}
.article .text h3{
    font-size: 22px;
    color: #234ea4;
    text-align: center;
    padding-top: 15px;
}
.article .text h4{
    font-size: 1.5 rem;
    color: black;
    text-align: center;
    padding-top: 10px;
}



/*  */


/* changes */

.product_detail{
    width: 100%;
}

.product_detail h1{
    font-size: 4rem;
    padding-top: 8rem;
    font-style:sans-serif ;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.00341em;
    padding-left: 9rem;
    margin-bottom: 2rem;
}
.details_parts{
    width: 90%;
    /* border: 2px solid red; */
    display: flex;
    margin: 70px auto;
    justify-content: space-around;
}
.product_img{
    width: 550px ;
    z-index: 2;
    /* border: 2px solid green; */
}
.product_img img{
    width: 100%;
}
.product_explanation{
    width: 560px;
    /* border: 3px solid orange; */
}
.product_explanation h3{
    color: #fff;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    opacity: .6;
    text-transform: uppercase;
}
.product_explanation h2{
    color: #80a3ea;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -.03em;
    margin-bottom: 1rem;
}
.product_explanation p{
    color: #fff;
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.9;
}

.line{
    border-top: #fff;
   
    border-style:outset;
    z-index: 1;
    margin :  8rem  180px;
    size: 1px;
    opacity: 0.6;
}
.product_explore{
    width: 90%;
    display: flex;
    /* border: 2px solid red; */
    justify-content: space-around;
    margin: auto;
}
.explore_1{
    width: 28%;
    /* border: 3px solid blue; */
}
.explore_1 h2{
    color: #8b9ec4;
    font-size: 3.5rem;
    letter-spacing: -.03em;
}
.explore_1 p{
    color: #fff;
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.9;
    padding-right: 3rem;
}
.explore_1 button{
    height: 50px;
    width: 100px;
    background-color: #fff;
    color: #000;
    margin-top: 1rem;
    border-radius: 10px;
    font-size: 20px;
}

.explore_2{
    width: 60%;
    /* border: 2px solid blanchedalmond; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.explore_2 a{
    text-decoration: none;
    margin-bottom: 50px;
}

.product_baner{
    background: #323646;
    border-radius: 0.5rem;
    max-width: 350px;
    height: 350px;
    text-decoration: none;
}
.product_baner_img{
    width: 100%;
    height: 50%;
    background: url(images/product__insidebanner.png);
   
    background-size: cover;
}
.product_baner_img img{
    padding-left: 2rem;
    padding-top: 2rem;
}
.product_baner_details{
    padding: 1rem 2rem;
    text-decoration: none;
}
.product_baner_details h2{
    color: #fff;
    font-size: 2rem;
    letter-spacing: -.03em;
    margin-top: 10px;
}
.product_baner_details p{
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.9;
    opacity: .7;
    margin-top: 20px;
}
.Product_inside_new{
    background: #f37320;
    font-size: 1rem;
    padding: 4px 5px 3px;
    position: relative;
    top: -6px;
}
/*  */
/*  */

.sucess{
    background-color: #fff;
    width: 100%;
   
}

.sucess h1{
    color: #082449;
    font-size: 4rem;
    letter-spacing: -.03em;
    padding-top: 7rem;
    padding-bottom: 2rem;
    text-align: center;
}

.sucess_des{
    width: 60%;
    margin: 30px auto 60px;
    /* border: 2px solid red; */
    height: 90vh;
    
    display: flex;
    position: relative;
   
}
.img_upper{
    height: 180px;
    width: 180px;
}
.img_lower{
    height: 180px;
    width: 180px;
    position: relative;
    top: 62vh; 
    left: 60%;
}
.sucess_containt{
    width: 75%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 70px rgba(148, 143, 143, 0.774);
    position: absolute;
    /* top: 100px; */
    z-index: 2;
    left: 120px;
    top: 60px;
    border-radius: 15px;
}
.suc_containt_text{
    height: 80%;
    width: 100%;
    /* border: 2px solid red; */
}
.blue_color{
    width: 80%;
    color: #234ea4;
    font-size: 1.3rem;
    margin: 20px auto;
    font-family: Inter;
    font-weight: 500;
}

.grey_color{
    width: 80%;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.1rem;
    margin: 20px auto;
    font-family: Inter;
    font-weight: 500;
}
.com_name{
    height: 20%;
    color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    text-align: right;
    font-weight: 800;
    margin: 5px 0px 10px 30px;
    padding-right: 50px;
}

.suc_containt_tag{
    height: 20%;
    width: 100%;
    /* border: 2px solid green; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.suc_containt_tag img{
    height: 100px;
    width: 80px;
}
.sucess_des_2{
    width: 100%;
    display: flex;
    margin-bottom: 100px;
    position: relative;
    justify-content: center;
}

.sucess_des_2 h1{
    color: rgb(8, 36, 73);
    font-size: 6rem;
    font-family: sans-serif;
}
.sucess_des_2 h2{
    font-size: 5.6rem;
    color: rgb(139, 158, 196);
    margin-top: -0.51em;
    font-family: sans-serif;
}
.lambda{
    height: 300px;
    width: 200px;
    position: absolute;
    top: 70px;
    left: 70%;
    z-index: 2;
}
.sucess_des_3{
    width: 100%;
    display: flex;
    /* justify-content: space-around; */
}
.code{
    width: 42%;
    background-color: #000;
    margin-bottom: 20px;
    padding-top: 20px;
    border-radius: 10px;
    margin-left: 50px;
    padding-bottom: 40px;
    height: 55vh;
}
.code_block_1{
    padding-top: 5px;
    margin-left: 20px;
}
.code_block_2{
    padding-top: 5px;
    margin-left: 60px;
}
.code_block_3{
    padding-top: 5px;
    margin-left: 87px;
}
.white{
    font-family: sans-serif;
    font-size: 1rem;
    color: #f0f0f0;
}
.black{
    font-size: 1rem;
    font-family: sans-serif;
    color: #8B8970;
}
.blue{
    font-size: 1rem;
    font-family: sans-serif;
    color: #6ecbcc;
}
.balnk{
    color: #f0f0f0;;
}
.sucess_story{
    width: 40%;
    /* border: 2px solid red; */
    /* height: 50vh; */
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}
.sucess_text{
    width: 70%;
    margin: 20px 60px 70px;
    
}
.sucess_text p{
    font-size: 1.225rem;
    line-height: 1.3;
    color: #222428;
    margin: 0px 0px 23.2px;
    font-family: sans-serif;
}
.sucess_domain{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.domain_logo{
    margin: 0px 5px 4px 5px;
}
.domain_logo img{
    justify-self: end;
    padding-right: 16px;
    width: 50px;
}
.domain_des{
    margin-left: 10px;
}
.domain_des figcaption{
    color: #222428;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.domain_des p{
    color: #222428;
    margin-bottom: 10px;
    font-size: 14px;
}
.sucess_button{
   margin-left: 100px;
   
}
.sucess_button button{
    height: 50px;
    width: 150px;
    font-size: 20px;
    color: #fff;
    background: #1865ff;;
    border-radius: 10px;
    margin-left: 48%;
    margin-top: 100px;
    margin-bottom: 150px;
     
}

/*  */

/*  */

footer{
    display: grid;
    grid-template-columns: repeat(12,minmax(0,1fr));
    max-width: 100%;
    padding-bottom: 11em;
    padding-top: 10em;
    position: relative;
    width: 100%;
    z-index: 5;
    align-content: stretch;
    background-color:#f4f9fd;
}
footer a{
    text-decoration: none;
}
footer nav{
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    grid-column-end: span 2;
    grid-row-end: span 1;
    line-height: 2.5;
    display: flex;
    flex-direction: column;

}
footer nav h3{
    color: #000000cc;
    font-weight: 700;
    font-style: sans-serif;
    font-size: 24.5px;
    
}
footer nav a{
    color: #000000cc;
    font-style: Inter;
    font-size: 14px;
    
}


footer .col1
{
    grid-column-start: 2;
}
footer .col2 
{
    grid-column-start: 4;
    justify-content: space-between;
}
footer .col3
{
    grid-column-start: 6;
}
footer .col4
{
    grid-column-start: 8;
}
footer .col5
{
    gap: 60px;
    grid-column-start: 10;
    grid-column-end: 12;  
}
footer .col5 .footericon{
    display: flex;
    gap: 20px;
}
footer .col5 .footericon img{
    width: 80px;
    object-fit: contain;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0;
    border-style: none;
}
footer .col5 .footericon2{
    display: flex;
    gap: 32px;
}
footer .col5 .footericon2 figure{
    margin: 0 0 1.45rem;
    padding: 0;
}
footer .col5 .footericon2 {
    margin: 0 0 1.45rem;
    padding: 0;
}

/* @media screen  and (min-width:500px) {
    .companies_desc{
        display: flex;
        flex-direction: column;
    }
    
} */


@media  screen and (min-width:1100px){
    .only_for_mob{
        display: none;
    }
}

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


    .move{
        height: 12vh;
    }
    .only_for_web{
        display: none;
    }
    

    .container_1 {
        flex-direction: column;
        align-items: start; 
        margin-top: 0; 
    }

    .content_1 {
        width: 80%; 
        text-align: left;
    }

    .content_1 h1 {
        font-size: 4rem; 
    }

    .content_1 button {
        display: inline-block; 
        margin: 20px 0 0; 
        margin-right: 400px;
    }

    .content_2 {
        width: 100%;
        height: auto;
        text-align: left;
        margin-top: 60px;
    }
    
    

    
    .n_items{
        display: none;
    }
    .n_button{
        display: none;
    }

/* hamburger */



    
.bar1 , .bar2 , .bar3{
    background-color: black;
    height: 4px;
    width: 36px;
    margin: 3px;
    border-radius: 10px;
    
}
 .hamburger{
    display: none;
    margin-right: 20px;
}



.openDrawer{
    transform: translateX(-840px);
}
.mobileNav a{
    text-decoration: none;
    color: rgb(141, 130, 130);
    margin: 10px 0;
    height: 20px;
    width: 100px;
    /* background-color: #8B8970; */
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding-top: 5px;
}
.mobileNav a:hover{
    text-decoration: none;
    /* background: rgb(210, 216, 210); */
    /* color: rgb(70, 132, 255); */
    font-weight: bold;
    font-size: 24px;
    /* background-color: lightgreen; */
    /* text-decoration: wavy; */
    
    
}



    .nav .hamburger{
        display: flex;
        color: #fff;
        flex-direction: column;
        z-index: 2;
    }


    .animateBar1{
        animation: flipBar1 0.5s;
        animation-fill-mode: forwards;
    }
    .animateBar2{
        animation: fadeBar2 0.5s;
        animation-fill-mode: forwards;
    }
    .animateBar3{
        animation: flipBar3 0.5s;
        animation-fill-mode: forwards;
    }

    .mobileNav{
        width: 100%;
        background-color: #fff;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 0;
        top: 0;
        right: -840px;
        padding: 16px;
        transition: transform 0.3s;
        margin-top: 12vh;
        
    }

    @keyframes flipBar1 {
        from{
            transform: rotate(0);
        }to{
            transform: rotate(45deg) translate(4px , 10px);
        }
    }
    @keyframes fadeBar2 {
        from{
            transform: scaleX(1);
            opacity : 1;
        }to{
            transform: scaleX(0);
            opacity : 0;
        }
    }
    @keyframes flipBar3 {
        from{
            transform: rotate(0);
        }to{
            transform: rotate(-45deg) translate(4px , -10px);
        }
    }

    /* hamburger */

    .companies_list_1, .companies_list_2 {
        width: 70%;
        flex-direction: row;
        align-items: center;
    }

    .companies_logo {
        margin-bottom: 20px; 
    }
    .image_curr{
        display: none;
    }

    .companies_list_1, .companies_list_2 {
        justify-content: space-between;
    }

    .companies_list_2 {
        width: 70%;
    }
    .payment_content{
        height: 300vh;
        width: 100%;
        background-color: white;
        background-image: url(images/payment_content_bg.png);
        background-size:cover ;
        background-size: 900px;
        background-position: center;
        background-repeat: no-repeat;
        /* border: 2px solid red; */
    }

    .payment_desc {
        width: 80%;
        padding: 100px 20px;
        text-align: left;
        padding-left: 50px;
    }

    .payment_desc h1 {
        font-size: 3rem;
        font-weight: 700;
    }

    .companies_desc {
        flex-wrap: wrap;
        margin-top: 0px ;
        padding-bottom: 0;
        /* border: 2px solid rebeccapurple; */
        margin-top: 0px;
        
    }
   

    .article {
        width: 40%;
        margin-top: 50px;
        margin-bottom: 30px;
        text-align: center;
    }

    .article img {
        padding: 0;
    }

    .article .num {
        font-size: 2.5rem;
    }

    .article .val {
        font-size: 1.5rem;
    }

    .article .text h3 {
        font-size: 18px;
    }

    .article .text h4 {
        font-size: 1rem;
    }

    .product_detail h1 {
        font-size: 2.3rem; 
        padding: 8rem 0px 0px; 
        text-align: left;
        align-items: center;
        margin-left:60px ;
        font-weight: 700;
        line-height: 110.5%;
    }

    .details_parts {
        flex-direction: column; 
        align-items: center; 
    }

    .product_img {
        width: 90%; 
        max-width: 500px; 
        z-index: 3;
    }

    .product_explanation {
        width: 90%; 
        max-width: 500px; 
        text-align: left; 
        margin-top: 2rem; 
    }

    .product_explanation h3{
        font-size: 1rem;
    }
    .product_explanation h2{
        font-size: 2.2rem;
        font-weight: 600;
        letter-spacing: -.03em;
        margin-bottom: 1rem;
    }
    .product_explanation p{
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.9;
        font-family: Inter;
    
    }

    .line {
        margin: 2rem 50px;
    }

    .product_explore {
        flex-direction: column; 
        align-items: center; 
        text-align: left;
    }

    .explore_1 {
        width: 90%; 
        max-width: 500px; 
        text-align: left; 
    }
    .explore_1 h2{
        font-size: 2rem;
    }
    .explore_1 p{
        font-size: 1rem;
        line-height: 1.9;
        padding-right: 3rem;
    }
    .explore_1 button{
        margin: 10px 0px 40px;
    }

    .explore_2 {
        width: 60%; 
        max-width: 700px; 
       
    }

    .product_baner {
        width: 90%; 
        max-width: 400px; 
        height: 250px; 
        margin-bottom: 2rem; 
        display: flex;
        flex-direction: column;
    }

    .ban{
        width: 120%;
    }

    .product_baner_img img {
        padding: 1rem; 
    }

    .product_baner_details {
        padding: 0.5rem; 
    }

    .product_baner_details h2{
        font-size: 1.2rem;
    }
    .product_baner_details p{
        font-size: 0.8rem;
    }

    .Product_inside_new {
        font-size: 0.8rem; 
    }

    .sucess h1 {
        font-size: 3rem;
    }

    .sucess_des {
        flex-direction: column;
        /* align-items: center; */
    }

    .sucess_des_2 {
        flex-direction: column;
        /* align-items: center; */
        text-align: left;
    }

    .sucess_des_2 h1 {
        font-size: 1.5rem;
        padding-right: 100px;
    }

    .sucess_containt{
        width: 100%;
        height: auto;
        background-color: #fff;
        box-shadow: 0px 0px 70px rgba(148, 143, 143, 0.774);
        position: absolute;
        /* top: 100px; */
        z-index: 2;
        left: 30px;
        top: 60px;
        border-radius: 15px;
    }

    .blue_color {
        width: 80%;
        color: #234ea4;
        font-size: 0.65rem;
        margin: 20px auto;
        font-family: Inter;
        font-weight: 500;
    }
    .grey_color {
        width: 80%;
        color: rgba(0, 0, 0, 0.8);
        font-size: 0.65rem;
        margin: 20px auto;
        font-family: Inter;
        font-weight: 500;
    }
    .com_name {
        height: 20%;
        color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        text-align: right;
        font-weight: 400;
        margin: 5px 0px 10px 30px;
        padding-right: 50px;
    }
    .suc_containt_tag {
        height: 20%;
        width: 80%;
        /* border: 2px solid green; */
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-left: 40px;
    }
    .suc_containt_tag img{
        height: 40px;
        width: 40px;
    }

    .sucess_des_2 h1 {
        font-size: 2rem;
        padding-right: 250px;
    }

    .sucess_des_2 h2 {
        font-size: 1.9rem;
        padding-left: 50px;
    }

    .lambda {
        display: none;
    }

    .sucess_des_3,
    .sucess_story {
        width: 100%;
        margin-left: 0;
    }

    
    .code{
        width: 80%;
        background-color: #000;
        margin-bottom: 20px;
        padding-top: 20px;
        border-radius: 10px;
        margin-left: 50px;
        padding-bottom: 40px;
        height: auto ;
    }

    .sucess_text,
    .sucess_domain {
        width: 80%;
        margin-left: 0;
        align-items: center;
    }
    .img_upper{
        display: none;
    }

    .sucess_text{
        width: 80%;
        margin: 20px 60px 70px;
        
    }
    .sucess_text p{
        font-size: 0.9rem;
        line-height: 1.3;
        color: #222428;
        margin: 0px 0px 23.2px;
        font-family: sans-serif;
    }

    .sucess_domain{
        display: flex;
        /* margin-top: 20px; */
        /* margin-bottom: 20px; */
        margin-left: 60px;
    }

    .sucess_des_3 {
        flex-direction: column;
        align-items: center;
    }

    .sucess_button button {
        margin-left: auto;
        margin-right: auto;
    }



    footer {
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
        grid-template-rows: auto auto auto; 
        padding-bottom: 5em; 
        padding-top: 5em; 
    }

    footer .col1,
    footer .col2,
    footer .col3,
    footer .col4 {
        grid-column: span 1; 
    }

    footer .col1,
    footer .col2 {
        grid-row: 1; 
    }

    footer .col3,
    footer .col4 {
        grid-row: 2; 
    }
    .footericon {
        margin-left: 60px;
        margin-top: 60px;
    }

    

    footer .col5 {
        grid-column: span 2; 
        grid-row: 3; 
        text-align: center; 
    }
    .Layout-module{
        margin-left: 80px;
    }

    footer nav {
        text-align: center; 
    }
}





