@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Inter:wght@300;400;500;600;700&family=Jomhuria&family=League+Spartan:wght@400;500;600;700;800&family=Libre+Baskerville:wght@400;700&family=Source+Code+Pro&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Inter:wght@300;400;700&family=Jomhuria&family=Libre+Baskerville:wght@400;700&family=Montserrat+Alternates:wght@400;500;600;700;800;900&family=Source+Code+Pro&family=Varela+Round&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Inter:wght@300;400;700&family=Jomhuria&family=League+Spartan:wght@400;500;600;700;800&family=Libre+Baskerville:wght@400;700&family=Source+Code+Pro&family=Varela+Round&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Inter:wght@300;400;500;600;700&family=Jomhuria&family=League+Spartan:wght@400;500;600;700;800&family=Libre+Baskerville:wght@400;700&family=Montserrat+Alternates:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Inter:wght@300;400;500;600;700&family=Jomhuria&family=League+Spartan:wght@400;500;600;700;800&family=Libre+Baskerville:wght@400;700&family=Roboto:wght@500;700;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* hero  */
/* header  */
/* home  */
/* about  */
/* service  */
/* learn  */
/* crafting  */
/* contact  */
/* project  */
/* training  */
/* digital  */
/* career  */
/* web  */
/* brand  */
/* software */
/* carousel  */
/* phone  */
/* humburger  */
/* hamberger  */
/* app  */
/* pro  */
/* sm  */
/* conn  */
/* footer  */


/* desktop view  */

.remwhack_container {
    width: 100%;
}

.remwhack_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #D9D9D9;
}


/* hero  */
.hero_Section {
    width: 100%;
}

.hero_wrapper {
    width: 100%;
    height: 930px;
    background-image: url(images/hero1.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 1s ease;
}
.hero_wrapper2 {
    transition: opacity 1s ease;
    width: 100%;
    height: 930px;
    background-image: url(images/purple_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero_wrapper3 {
    transition: opacity 1s ease;
    width: 100%;
    height: 930px;
    background-image: url(images/dark_blue_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* header  */
.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
    background: rgba(164, 184, 255, 0.10);
    box-shadow: 0px 2px 20px -5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
}

.header_up {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.header_menu {
    width: 976px;
    height: 51px;
    border-radius: 38px;
    background: rgba(140, 172, 255, 0.20);
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 100px;
    list-style: none;
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.logo {
    width: 157px;
    height: 51px;
    border-radius: 30px 0px 0px 30px;
    background: #929b9f;
    mix-blend-mode: soft-light;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu a {
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}
.service_menu :hover{
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.get_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

menu a {
    text-decoration: none;
}

.navactive {
    width: 121px;
    height: 45px;
    border-radius: 68px;
    background: #3C44FF;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get_touch {
    width: 175px;
    height: 45px;
    border-radius: 73px;
    border: 1px solid #FFF;
    background: rgba(19, 55, 150, 0.20);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header_down {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 35px;
    margin-top: 8px;
}

.header_link {
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.hero_img_Container {
    width: 100%;
    display: flex;
}

.hero_img_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    margin-top: 100px;
}

.hero_img_head {
    color: #FFF;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    font-family: Montserrat Alternates;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
}

.hero_img_head2 {
    color: #FFF;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    font-family: Montserrat Alternates;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
}

.hero_img_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-top: 15px;
}

.hero_img_btn {
    width: 160px;
    height: 38px;
    border-radius: 12px;
    background: #9D3BFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

.hero_img_right {
    width: 50%;
}

.lapi {
    width: 100%;
    height: 780px;
}

/* home service section  */
.home_Service_section {
    width: 100%;
    overflow-x: hidden;

}

.home_service_wrapper {
    width: 100%;
    background: url(images/mainbackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}
.hsw{
    padding-bottom: 0px; 
}

.our_service_container {
    background: url(images/circle\ bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.our_service_head {
    color: #2F2F2F;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat Alternates;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    /* 102.778% */
    letter-spacing: 0.1px;
}

.our_service_bottom_container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.our_service_bottom_left {
    width: 40%;

}

.home_left_boy {
    z-index: 1;
    width: 500px;
    height: 764px;
    background: url(images/blueeclipse.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.boy {
    width: 697px;
    height: 697px;
    margin-top: 180px;
    margin-right: 10px;
    padding-right: 70px;
    animation: moveUpDown 10s linear infinite;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
        /* Adjust the distance as needed */
    }
}

.our_service_bottom_right {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    gap: 30px;
}

.our_service_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_Service_front_sky {
    height: 100%;
    width: 100%;
    background: url(images/skydev.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;

}

.our_Service_front_sky2 {
    height: 100%;
    width: 100%;
    background: url(images/skydev.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
}

.our_service_box_wrapper {

    width: 370px;
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_service_box_wrapper3 {
    width: 370px;
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_service_box_wrapper4 {
    width: 370px;
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_service_box_wrapper6 {
    width: 370px;
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.our_Service_website {
    height: 100%;
    width: 100%;
    background: url(images/darkbluedev.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
}

.our_Service_front {
    height: 100%;
    width: 100%;
    background: url(images/purple_dev.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;

}

.our_Service_front_blue2 {
    height: 100%;
    width: 100%;
    background: url(images/darkbluedev.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;

}

.service_box_para {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin-top: -23px;
}

.our_opp_web {
    width: 0%;
    height: 0%;
    border-radius: 20px;
    background: #133796;
    box-shadow: 10px 10px 70px -6px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;

}

.service_opp3 {
    height: 0%;
    width: 0%;
    border-radius: 20px;
    background: #0094FF;
    box-shadow: 10px 10px 70px -6px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
 overflow: hidden;
}

.service_opp4 {
    height: 0%;
    width: 0%;
    border-radius: 20px;
    background: #9D3BFF;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.service_opp5 {
    height: 0%;
    width: 0%;
    border-radius: 20px;
    background: #48B2FF;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.service_opp6 {
    height: 0%;
    width: 0%;
    border-radius: 20px;
    background: #133796;
    box-shadow: 10px 10px 70px -6px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.service_opp_left {
    width: 302px;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 30px;
    padding-right: 10px;
}

.opp_left_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    /* 185% */
    letter-spacing: 0.1px;
}
.mobopp{
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    /* 185% */
    letter-spacing: 0.1px;  
}
.opp_left_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 15px */
    margin-top: 8px;
}
.oppleftp{
    font-size: 12px; 
}

.opp_btn {
    color: #4DDFFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    text-decoration-line: underline;
    background: transparent;
    border: none;
   
}

.service_opp_right {
    width: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_Service_software {
    height: 100%;
    width: 100%;
    background: url(images/purple_dev.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
}

.our_opp_web {
    width: 0%;
    height: 0%;
    border-radius: 20px;
    background: #133796;
    box-shadow: 10px 10px 70px -6px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;

}

.our_opp_soft {
    width: 0%;
    height: 0%;
    border-radius: 20px;
    background: #8300C0;
    box-shadow: 10px 10px 70px -6px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}






/* home-learn section    */
.home_learn_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.home_learn_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 120px;
}

.home_learn_head {
    color: #2F2F2F;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 57.143% */
    letter-spacing: 0.1px;
}

.home_learn_para {
    color: #2F2F2F;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.5px;
    /* 172.5% */
    letter-spacing: 1.1px;
    margin-top: 15px;
}

.home_learn_head2 {
    color: #2F2F2F;
    font-family: Montserrat Alternates;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 150% */
    letter-spacing: 1.1px;
    margin-top: 20px;
}

.home_learn_ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.home_learn_li {
    color: #2F2F2F;
    font-family: Montserrat Alternates;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-left: 40px;
}

.home_learn_btn {
    display: inline-flex;
    padding: 7px 36px 5px 36px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 56px;
    border: 2px solid #178FFE;
    background: #FFF;
    color: #178FFE;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.5px;
    /* 147.5% */
    letter-spacing: 1.1px;
    margin-top: 45px;
    cursor: pointer;
}
.home_learn_btn:hover {
    display: inline-flex;
    padding: 7px 36px 5px 36px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 56px;
    border: 2px solid #178FFE;
    background: #178FFE;
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.5px;
    /* 147.5% */
    letter-spacing: 1.1px;
    margin-top: 45px;
    cursor: pointer;
}

.home_learn_right {
    width: 50%;
}

.home_right_new {
    position: relative;
    width: 100%;
    height: 920px;
    background: url(images/girl_chat.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.girl {
    position: absolute;
    right: 0;
    left: -170px;
    top: 310px;
    margin-top: -65px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 700px;
    height: 700px;
    z-index: 9;
    animation: moveUpDown 10s linear infinite;
}

/* service_crafting  */


.service_crafting_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    background: linear-gradient(270deg, rgba(0, 83, 243, 0.00) 0%, rgba(100, 30, 249, 0.50) 25.42%, rgba(108, 17, 255, 0.50) 50.7%, rgba(158, 0, 255, 0.50) 72.71%, rgba(154, 0, 249, 0.00) 100%);
    padding-bottom: 40px;
}

.service_how_head {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 35px;
}

.service_how_para {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
}

.crafting_img_container {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.crafting_first_container {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.developer {
    width: 100%;
    height: 100%;
}

.developer_abs {
    transition: height 4s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.developer_abs_head {
    color: #FFF;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 15px;
}

.developer_abs_para {
    color: #FFF;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 13px;
    padding-left: 15px;
}

.dev_abs_btn {
    width: 130px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: transparent;
    margin-top: 13px;
    margin-left: 15px;
}

.crafting_second_container {
    width: 240px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.crafting_second_img {
    position: relative;
    width: 240px;
    height: 240px;
}

.second_img {
    width: 100%;
    height: 100%;
}

.second_img_abs {
    transition: height 4s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.second_head {
    color: #FFF;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
}

.second_para {
    color: #FFF;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.second_btn {
    width: 96px;
    height: 22px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
    background: transparent;
}

.crafting_third_img {
    position: relative;
    width: 240px;
    height: 240px;
}

.third_img {
    width: 100%;
    height: 100%;
}

.third_img_abs {
    transition: height 4s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.crafting_third_container {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile_new {
    width: 100%;
    height: 100%;
}

.mobile_abs {
    transition: height 4s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.service_explore {
    width: 970px;
    height: 45px;
    border-radius: 10px;
    border: 2px solid #019FF9;
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1px;
    background-color: transparent;
    margin-top: 30px;
}

/* home_history  */

.home_history_container {
    width: 100%;
    background: url(images/about_vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.home_history_left {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 688px;
    padding-left: 150px;
}

.home_history_head {
    color: #178FFE;
    font-family: League Spartan;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    /* 157.143% */
    letter-spacing: 0.1px;
}

.home_history_head2 {
    color: #2F2F2F;
    font-family: League Spartan;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0.1px;
}

.home_history_para {
    color: #2F2F2F;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.1px;
}

.home_history_right {
    width: 40%;
    height: 590px;
}

.remwhack_img {
    width: 100%;
}
.team_wrap{
    width: 90%;
    height: 1456px;
    border-radius: 20px;
border: 1px solid #FFF;
background: rgba(94, 77, 212, 0.10);
backdrop-filter: blur(25px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.team_head{
    color: #1c1c1c;
text-align: center;
font-family: Montserrat Alternates;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 40px */
letter-spacing: 0.1px;
text-transform: uppercase;
margin-bottom: 5px;
}
.team_line{
    width: 465px;
height: 1px;
background: #1c1c1c;
}
.team_img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}
.team_img1{
    width: 250px;
height: 285px;
border-radius: 10px;
background: url(images/photoharish.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.team_img2{
    width: 250px;
height: 285px;
border-radius: 10px;
background: url(images/photofaizan.jpeg);
background-size: cover;
background-repeat: no-repeat;
}
.team_img3{
    width: 250px;
height: 285px;
border-radius: 10px;
background: url(images/photoshivang.jpeg);
background-size: cover;
background-repeat: no-repeat;
}
.team_img4{
    width: 250px;
height: 285px;
border-radius: 10px;
background: url(images/photomamta.jpeg);
background-size: cover;
background-repeat: no-repeat;
}
.team_img5{
    width: 250px;
height: 285px;
border-radius: 10px;
background: url(images/photojeevesh.jpeg);
background-size: cover;
background-repeat: no-repeat;
}
.img_name{
    color: #1c1c1c;
text-align: center;
font-family: League Spartan;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 32px */
letter-spacing: 0.1px;
text-transform: uppercase;
margin-top: 3px;
margin-bottom: 2px;
}
.img_line{
    width: 279px;
height: 1px;
background: #1c1c1c;
}
.img_name2{
    color: #1c1c1c;
text-align: center;
font-family: League Spartan;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 24px */
letter-spacing: 0.1px;
margin-top: 2px;
}
.team_img_up{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* home_why  */
.home_why_container {
    width: 100%;
    background: url(images/about_vector2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 690px;
    gap: 40px;
    margin-top: 20px;
}

.home_why_left {
    width: 40%;
    margin-top: -150px;
}

.whyus {
    width: 100%;
}

.service_custom_down_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.service2cus {
    margin-top: 0px;
}

.service_right_head {
    color: #2F2F2F;
    font-family: League Spartan;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    /* 130% */
    letter-spacing: 0.1px;
}

.service_right_para {
    color: #2F2F2F;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.1px;
}

.service_li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
}

.service_li_para {
    color: #2F2F2F;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0.1px;
    margin-bottom: 0px;
}

/* our_moto  */

.our_moto_container {
    width: 100%;
 
    background: url(images/ourmoto_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    padding-top: 60px;
}

.our_moto_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 32px */
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.our_moto_svg_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 15px;
}

.our_moto_svg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.moto_svg_name {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-family: Montserrat Alternates;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 28px */
    letter-spacing: 0.1px;
}

.our_moto_para {
    width: 65%;
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 92.5%;
    /* 18.5px */
    margin-top: 34px;
}

.img1 {
    width: 158px;
    height: 156px;
    fill: linear-gradient(180deg, #86A0FD 0%, #0057FF 100%);
}


.img2 {
    width: 156px;
    height: 156px;
    fill: linear-gradient(180deg, #86A0FD 0%, #0057FF 100%);
}

.img3 {
    width: 158px;
    height: 156px;
    fill: linear-gradient(180deg, #86A0FD 0%, #0057FF 100%);
}

/* let's connect  */
.contact_down_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.contact_div_head {
    color: #2F2F2F;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.9%;
    /* 39.564px */
}

.contact_div_para {
    width: 90%;
    color: #2F2F2F;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.9%;
    /* 21.98px */
    margin-top: 10px;
}

.contact_down_btn {
    width: 266px;
    height: 42px;
    border-radius: 20px;
    background: #0053F3;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.9%;
    /* 21.98px */
    align-self: center;
    margin-top: 20px;
}

/* footer  */
.footer {
    width: 100%;
}

.footer_wrapper {
    width: 100%;
    background: linear-gradient(180deg, #773BDC 19.85%, #1E1F2D 152.15%);
    box-shadow: 5px 5px 39px 4px rgba(0, 0, 0, 0.60);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    justify-content: space-between;
}

.footer_up {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding-bottom: 80px;
}

.footer_box {
    width: 665px;
    height: 500px;
    opacity: 0.;
    background: url(images/footer_alu.png), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: soft-light;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_box_head {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-family: League Spartan;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    /* 71.875% */
    letter-spacing: 0.1px;
}

.footer_box_para {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    /* 176.923% */
    letter-spacing: 0.1px;
}

.footer_box_div {
    width: 354px;
    height: 39px;
    border-radius: 26px;
    background: linear-gradient(180deg, #2866F5 0%, #002B80 100%);
    mix-blend-mode: plus-lighter;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.phone_svg {
    width: 49px;
    height: 49px;
}

.mail_svg {
    width: 45px;
    height: 45px;
}

.location_svg {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.box_div_para {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 109.9%;
    /* 21.98px */
    margin-bottom: 0px;
}

.footer_box_para2 {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: 0.1px;
    padding: 16px 30px 10px 50px;
}

.footer_social_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer_Service_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.our_service {
    color: #FFF;
    font-family: League Spartan;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 92% */
    letter-spacing: 0.1px;

}

.our_service li {
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;

    letter-spacing: 0.1px;
    text-decoration-line: underline;
}

.footer_up_right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer_up_line {
    width: 1px;
    height: 394px;
    background: rgba(255, 255, 255, 0.60);
}

.footer_address {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footer_contact {
    width: 383px;
    height: 79px;
    border-radius: 20px;
    background: #462292;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer_location {
    width: 383px;
    height: 134px;
    border-radius: 20px;
    background: #462292;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.foot_cont_line {
    width: 1px;
    height: 54px;
    background: rgba(255, 255, 255, 0.30);
}

.foot_cont_line2 {
    width: 1px;
    height: 88px;
    background: rgba(255, 255, 255, 0.30);
}

.footer_cont_right {
    display: flex;
    flex-direction: column;
}

.foot_cont_head {
    color: #FFF;
    font-family: League Spartan;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.1px;
    margin-bottom: 0px;
}

.contact_num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.num {
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.mail {
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}

.location_add {
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.5px;
    /* 150% */
    letter-spacing: 0.1px;
}

.footer_down {
    width: 100%;
    height: 66px;
    background: linear-gradient(180deg, #5319B6 19.85%, #1E1F2D 152.15%);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_down_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.footer_logo_box {
    background-image: url(images/footerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
    height: 500px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* project page  */
.project_heading_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_heading {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 90px;
}


/* learn and train page  */
.hero_container {
    width: 100%;
    position: relative;
}

.learn_hero_wrapper {
    width: 100%;
    background-image: url(images/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2866F5;
    opacity: 0.90;
    padding-bottom: 10px;
}

.learn_mid_container {
    position: relative;
    width: 100%;
    height: 3000px;
    background: url(images/mainbackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}
.lmcori{
    height: 3280px;
}

.cnt {
    margin-bottom: 50px;
}

.career_img {
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
}
#webbox_opp {
   transition: height 0.2s ease-out, width 0.2s ease-out;
}

#webbox_opp.webbox_wrapp:hover {
   transition: height 0.2s ease-out, width 0.2s ease-out;
}
#webbox_opp2 {
    transition: height 0.2s ease-out, width 0.2s ease-out;
}

#webbox_opp2.webbox_wrapp:hover {
    transition: height 0.2s ease-out, width 0.2s ease-out;
}
#webbox_opp3 {
    transition: height 0.2s ease-out, width 0.2s ease-out;
 }
 
 #webbox_opp3.webbox_wrapp:hover {
    transition: height 0.2s ease-out, width 0.2s ease-out;
 }


.learn_wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.learnorigin{
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.training_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.training_up {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.training_mid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.training_left {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}

.training_head {
    color: #1C1C1C;
    text-align: center;
    font-family: League Spartan;
    font-size: 59px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.trhead{
    font-size: 36px;
}
.training_para {
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 179.5%;
    /* 35.9px */
}

.training_left1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin-left: 80px;
}

.training_li {
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 49px */
}

.learn_down_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding-top: 50px;

}

.learn_web_container {
    width: 100%;
    height: 416px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(94, 77, 212, 0.10);
    backdrop-filter: blur(30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.learn_web_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    text-transform: uppercase;
}

.web_line {
    width: 710px;
    height: 1px;
    background: #FFF;
}

.web_box_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 25px;
}

.webbox_wrapp {
    position: relative;
    width: 380px;
    height: 222px;
}

.webbox_opp {
    transition: height 1s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    border-radius: 10px;
    background: #2B1D47;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: hidden;
}

.webbox_opp {
    transition: height 1s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    border-radius: 10px;
    background: #2B1D47;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: hidden;
}

.webbox_opp2 {
    transition: height 1s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    border-radius: 10px;
    background: #2B1D47;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: hidden;
}

.msoffice_wrapp {
    position: relative;
    width: 380px;
    height: 222px;
    border-radius: 10px;
    background: #FFF;
}

.ms_front {
    width: 100%;
    height: 100%;
    background: linear-gradient(108deg, #407BFF -0.3%, #C64DFF 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.ms_back {
    transition: height 1s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    background-image: url(images/msopp.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: hidden;
}

.web_opp_head {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

.web_opp_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    /* 18.4px */
    margin-top: 8px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.web_opp_btn {
    display: inline-flex;
    padding: 8px 20px 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #467AFF 0%, #C050FF 100%);
    color: #FFF;
    font-family: League Spartan;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    display: flex;
    align-self: flex-start;
    margin-left: 20px;
    margin-bottom: 10px;
    border: none;
}

.oppline {
    width: 333px;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
}

.webbox_col {
    width: 100%;
    height: 15px;
    background: linear-gradient(108deg, #407BFF -0.3%, #C64DFF 100%);
}

.web_box {
    width: 100%;
    height: 100%;
    background: linear-gradient(108deg, #407BFF -0.3%, #C64DFF 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.web_box2 {
    width: 380px;
    height: 222px;
    background: linear-gradient(357deg, #407BFF 2.64%, #C64DFF 114.68%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.web_box3 {
    width: 380px;
    height: 222px;
    background: linear-gradient(108deg, #C64DFF -0.3%, #407BFF 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.web_box_para {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.codewrap {
    position: relative;
    width: 181px;
    border-radius: 10px;
    background: #FFF;
}

.codefront {
    width: 100%;
    height: 100%;
}

.codeback {
    transition: height 4s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
}

.coding_box {
    width: 181px;
    height: 181px;
    background: linear-gradient(180deg, #467AFF 0%, #BD51FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.codeopp {
    width: 0%;
    height: 0%;
}

.code {
    background-color: white;
}

/* branding page  */

.branding_mid_container {
    position: relative;
    width: 100%;
    height: 2500px;
    background: url(images/mainbackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bmd{
    height: 1500px;
}
.blackcol{
    color: #1c1c1c;
}
.career_img {
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
}

.branding_wrapper {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bww{
    align-items: flex-start; 
}

.branding_section {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.training_up {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital_left {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}

.digital_head {
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.training_para {
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.5%;
    /* 31.7px */
}

.training_right {
    width: 40%;
}

.training_right1 {
    width: 50%;
}

.nerd {
    width: 100%;
}

.digital_left1 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin-left: 80px;
}

.brand_container {
    width: 100%;

    opacity: 2.45;
    background: linear-gradient(90deg, rgba(64, 123, 255, 0.10) 0%, #407BFF 35.94%, #9747FF 64.06%, rgba(151, 71, 255, 0.10) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 70px;
    margin-top: 150px;
    padding-bottom: 70px;
    padding-top: 40px;
}

.brand_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 223%;
    /* 44.6px */
    padding-left: 130px;
    padding-right: 130px;
}

/* software page  */
.digital_mid_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(images/mainbackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.digital_service_container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(images/circle\ bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.digital_service_head {
    color: #1C1C1C;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    text-transform: uppercase;
}

.digital_line1 {
    width: 40%;
    height: 2px;
    background: #898888;
}

/* carousel  */
.carousel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_wrapper {
    width: 94%;
    height: 759px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(94, 77, 212, 0.10);
    backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-left: 50px;

}

.slider_card {
    position: relative;
    width: 85%;
    height: 530px;
    border-radius: 20px;
    border: 1px solid #178FFE;
    background: linear-gradient(180deg, #552E85 0%, #270A5F 100%);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_img {
    width: 409px;
    height: 409px;
}

.slider_card_content {

    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 186px;
    border-radius: 15px;
    opacity: 0.9;
    background: #E8D7FF;
    box-shadow: 0px 1px 20px -3px rgba(0, 0, 0, 0.30);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.slider_card1 {
    position: relative;
    width: 85%;
    height: 530px;
    border-radius: 20px;
    border: 1px solid #733CD9;
    background: linear-gradient(180deg, #3B6EDE 0%, #1A3E8E 100%);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_card_head {
    color: #7A40E5;
    font-family: League Spartan;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.slider_card_head1 {
    color: #1D64FF;
    font-family: League Spartan;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.seo_line {
    width: 40%;
    height: 1px;
    background: rgba(122, 64, 229, 0.50);
}

.slider_card_para {
    color: #202020;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 80%;
    margin-top: 14px;
}

.slider_btn {
    width: 132px;
    height: 32px;
    border-radius: 12px;
    background: linear-gradient(180deg, #BE73F9 0%, #7A40E5 265%);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}

.slider_btn_social {
    width: 132px;
    height: 32px;
    border-radius: 12px;
    background: linear-gradient(180deg, #709CFF 0%, #1E5FEB 265%);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}

.digital_heading_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* career page  */

.career_get_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.career_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.career_wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.career_div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
   overflow: hidden;
   flex-wrap: wrap;
}

.careerdiv_wrap {
    position: relative;
    width: 545px;
    height: 362px;
    border-radius: 30px;
}

.career_div_box {
    width: 545px;
    height: 362px;
    border-radius: 30px;
    /* border: 1px solid #FFF;
background: rgba(0, 10, 255, 0.10); */
    background: #fff;
    backdrop-filter: blur(50px);
    display: flex;
    flex-direction: column;
}

.career_div_up {
    width: 545px;
    height: 91px;
    background: linear-gradient(180deg, #9747FF 0%, #4D89FF 49.79%, #58E3FD 100%);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: League Spartan;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.career_div_bottom {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 28px;
}

.career_div_head {
    color: #9747FF;
    font-family: League Spartan;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 30px;
}

.career_div_para {
    color: #2c2c2c;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding-right: 20px;
}

.career_link {
    color: #178FFE;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
    text-decoration: none;
}

.careerdiv_opp {
    transition: height 4s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    border-radius: 30px;
    background: linear-gradient(180deg, #9747FF 0%, #4D89FF 49.79%, #58E3FD 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    overflow-x: hidden;
}

.career_opp_btn {
    width: 361px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: League Spartan;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
}

.career_opp_head {
    color: #FFF;
    font-family: League Spartan;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.opp_graph{
    font-size: 50px;
}
.career_opp_btn {
    width: 361px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: League Spartan;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
}

/* services_page  */
.services_mid_container {
    width: 100%;
    height: 1000px;
    background: url(images/mainbackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.service_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service_up_wrapper {
    background: url(images/Group\ 172.png);
    width: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}

.service_custom_container {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service_custom_up {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_custom_up_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    padding-top: 50px;
    padding-left: 50px;
}

.service_custom_up_head {
    color: #2F2F2F;
    font-family: League Spartan;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 100% */
    letter-spacing: 0.1px;
    text-transform: uppercase;
    width: 80%;
}

.custom_box_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.soft_wrap {
    position: relative;
    width: 205px;
    height: 136px;
    border-radius: 20px;
}

.custom_box1 {
    width: 205px;
    height: 136px;
    border-radius: 20px;
    border: 3px solid #9747FF;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom_box_para {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: 0.1px;
}

.custom1_back {
    transition: height 4s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    border-radius: 20px;
    background: linear-gradient(180deg, #9747FF 0%, #CCA4FF 100%);
    box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    overflow: hidden;
}

.customback_head {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: 0.1px;
}

.custom_back_btn {
    display: flex;
    padding: 0px 14px;
    align-items: flex-start;
    gap: 10px;
    border: 0.25px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.1px;
    background-color: transparent;
}

.custom_box2 {
    width: 205px;
    height: 136px;
    border-radius: 20px;
    border: 3px solid #0B74FD;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom1_back2 {
    transition: height 4s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 0%;
    border-radius: 20px;
    background: linear-gradient(180deg, #0065FC 0%, #47C8FF 100%);
    box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    overflow: hidden;
}

.custom_box3 {
    width: 205px;
    height: 136px;
    border-radius: 20px;
    border: 3px solid #9747FF;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom_box4 {
    width: 205px;
    height: 136px;
    border-radius: 20px;
    border: 3px solid #387CFF;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.service_custom_up_right {
    width: 50%;
}

.webdevice {
    width: 100%;
}

.service_custom_mid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
}

.service_custom_btn {
    display: flex;
    width: 334px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 3px solid #FFF;
    background-color: transparent;
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.9%;
    /* 35.168px */
    margin-top: 24px;
}

.service_custom_down {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 40px;
}

.service_down_container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service_how_container {
    width: 100%;
    height: 301px;
    background: linear-gradient(270deg, rgba(0, 83, 243, 0.00) 0%, #641EF9 25.42%, #6C11FF 50.7%, #9E00FF 72.71%, rgba(154, 0, 249, 0.00) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_card_container {
    position: absolute;
    right: 0;
    left: 0;
    top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    overflow-x: visible;
}

.service2craf {
    margin-top: 250px;
}

.service_card {
    width: 178px;
    height: 325px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: .1s;
    transition-property: margin;
}

.service_card_head {
    color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 10px;
}

.service_line {
    width: 158px;
    height: 1px;
    background: rgba(0, 0, 0, 0.30);
}

.service_card_para {
    color: #000;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 10px 8px 15px;
}

.service_card1 {
    width: 178px;
    height: 325px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: .1s;
    transition-property: margin;
}

.service_card2 {
    width: 178px;
    height: 325px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: .1s;
    transition-property: margin;
}

.service_card3 {
    width: 178px;
    height: 325px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: .1s;
    transition-property: margin;
}

.service_card4 {
    width: 178px;
    height: 325px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: .1s;
    transition-property: margin;
}

.service_card:hover {
    margin-top: -30px;
}

.service_card1:hover {
    margin-top: -30px;
}

.service_card2:hover {
    margin-top: -30px;
}

.service_card1:hover {
    margin-top: -30px;
}

.service_card3:hover {
    margin-top: -30px;
}

.service_card4:hover {
    margin-top: -30px;
}

/* contact page  */

.contact_mid_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(images/mainbackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.contact_hero_wrapper {
    width: 100%;
    background-image: url(images/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2866F5;
    opacity: 0.90;
    padding-bottom: 20px;
    height: 540px;
}

.contact_get_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 220px;
    padding-right: 220px;
    margin-top: 60px;

}

.contact_get_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 95.9%;
    /* 86.31px */
    margin-bottom: 5px;
}

.contact_line {
    width: 100%;
    height: 1px;
    background: #FFF;
}

.contact_get_para {
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.9%;
    /* 20.38px */
    margin-top: 8px;
}

.contact_query_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contact_img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-position {
    margin-top: 880px;
    width: 80%;
    position: absolute;
    left: 0;right: 0;
margin-left: auto;margin-right: auto;    
}

.contact_query_wrapper {
    border-radius: 30px 30px 0px 0px;
    background: #EEECFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    gap: 10px;
    padding: 30px 30px 30px 30px;
}

.contact_query_left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.cont_left_head {
    color: #000;
    font-family: Helvetica;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 9px;
    margin-top: 30px;
}

.query_line {
    width: 80%;
    height: 1px;
    background: #000;
}

.query_input {
    width: 90%;
    height: 50px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.25);
    border: none;
    padding-left: 30px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.query_area {
    width: 90%;
    height: 180px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.25);
    border: none;
    margin-top: 20px;
    padding-left: 30px;
    padding-top: 20px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.send_btn {
    width: 90%;
    height: 45px;
    border-radius: 10px;
    background: #424AFF;
    box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.25);
    margin-top: 25px;
    border: none;
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.discard_btn {
    width: 90%;
    height: 45px;
    border-radius: 10px;
    border: 2px solid #1C3078;
    background: #FFF;
    box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.25);
    margin-top: 6px;
    color: #1C3078;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact_query_right {
    width: 50%;
    height: 718px;
    border-radius: 30px;
    background: #2866F5;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.con_right_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 30px 28px 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.address_svg {
    width: 100%;
    height: 414px;
}

.con_right_head {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
    align-self: center;
}

.address_frame {
    width: 100%;
}

.address_div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding-left: 30px;
    padding-right: 20px;
}

.address_div_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 18.75px */
    text-transform: capitalize;
    margin-bottom: 0px;
}

.address_div_para2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_social {
    width: 100%;
    height: 251px;
    border-radius: 0px 0px 30px 30px;
    background: #002B80;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact_social_head {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact_social_down {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
}

.contact_social_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social_head {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.social_line {
    width: 6px;
    height: 101px;
    background: #FFF;
}

.contp {
    margin-bottom: 80px;
}

.contact_down_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
  .cont_particular{
    margin-top: 1000px;
  }
/* project page  */

.project_wrapper {
 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(images/circle_bg_contact.png);
    height: 100%;
}
.project_web_wrapper {
    position: relative;
    width: 90%;
    height: 1900px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(0, 4, 95, 0.10);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.pro_web_head {
    color: #1c1c1c;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-bottom: 0px;
}

.web_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}
.pro_Web_div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yellow {
    color: #F5CE00;
}

.pro_web_left {
    width: 50%;
}

.pro_left_img {
    width: 100%;
}

.pro_web_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 100px;
}

.pro_web_right1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 100px;
}

.pro_web_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.pro_web_name {
    color: #1c1c1c;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}
.pro_web_para {
    color: #1c1c1c;
    font-family: Montserrat Alternates;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 118.5%;
    /* 21.33px */
    margin-top: 30px;
    margin-bottom: 0px;
}

.pro_Web_btn {
    width: 203px;
    height: 45px;
    border-radius: 20px;
    border: 2px solid #178FFE;
    background: #FFF;
    color: #178FFE;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    /* 25.2px */
    margin-top: 30px;
}
.pro_Web_btn:hover {
    background: #178FFE;
    color: #FFF;
}

.drippin {
    color: #FFF;
    font-family: Libre Baskerville;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    /* 44.1px */
}

.yellow {
    color: #F5CE00;
}

.much_more {
    color: #1c1c1c;
    text-align: center;
    font-family: League Spartan;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pro_web_para_down {
    color: #1c1c1c;
    text-align: center;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 516px;
    margin-top: 8px;
}

.pro_contact {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -42px;
    margin-left: auto;
    margin-right: auto;
    width: 317px;
    height: 83px;
    border-radius: 67px;
    border: 3px solid #178FFE;
    background: #FFF;
    color: #178FFE;
    font-family: League Spartan;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;

}

.package_Container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.package_head {
    color: #1c1c1c;
    text-align: center;
    font-family: League Spartan;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.package_img_container {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.package_img {
    width: 334px;
    height: 480px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(0, 4, 95, 0.10);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.coffee {
    width: 334px;
    height: 327px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.pack_img_head {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 15px;
    padding-top: 5px;

}

.pack_img_para {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 50px;
    padding-left: 15px;
    margin-bottom: 0px;

}

.app_container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.app_head {
    color: #1c1c1c;
    text-align: center;
    font-family: League Spartan;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 100px;
}

.app_wrapper {
    width: 90%;
    height: 485px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(0, 4, 95, 0.10);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 60px;
    margin-top: 60px;
    margin-bottom: 80px;
}

.app_left {
    width: 50%;
}

.chess {
    width: 90%;
    height: 428px;
}

.app_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.app_right_head_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flyover {
    color: #1c1c1c;
    font-family: MuseoModerno;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.app_right_para {
    color: #1c1c1c;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    /* 21px */
    margin-top: 20px;
}

.app_btn {
    width: 205px;
    height: 45px;
    border-radius: 20px;
    border: 2px solid #178FFE;
    background: #FFF;
    color: #178FFE;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    /* 25.2px */
    margin-top: 30px;
}

.app_much_more {
    color: #1c1c1c;
    text-align: center;
    font-family: League Spartan;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app_web_para_down {
    color: #1c1c1c;
    text-align: center;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 516px;
    margin-top: 8px;
}
.app_contact {

    width: 317px;
    height: 83px;
    border-radius: 67px;
    border: 3px solid #178FFE;
    background: #FFF;
    color: #178FFE;
    font-family: League Spartan;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

/* new page  */

.service_newwrap{
    width: 100%;
    border-radius: 20px;
border: 1px solid #FFF;
background: rgba(94, 77, 212, 0.10);
backdrop-filter: blur(30px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 50px;
padding-bottom: 50px;
gap: 40px;
margin-top: 112px;
}
.brandol{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 24px;
    margin-bottom: 60px;
}
.brandoli{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 60px;
}





.phone_wrapper {
    display: none;
}

.phone_header {
    display: none;
}

.phone_main_container {
    display: none;
}
.phone_project_main_container {
    display: none;
}
.phone_header {
    display: none;
}
/* media query css style  */

@media screen and (max-width: 600px) {




    .hero_container {
        display: none;
    }

    .learn_mid_container {
        display: none;
    }

    footer {
        display: none;
    }

    .footer_wrapper {
        display: none;
    }

    .contact_down_div {
        display: none;
    }



/* learn and train page  */

.phone_wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.phone_header {
 
    display: block;
    width: 100%;
    height: 109px;
    background: linear-gradient(181deg, #378AFE 0.81%, #924AFE 99.19%);
    box-shadow: 0px 2px 20px -5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.phone_main_container {
    display: block;
    width: 100%;
    background: url(images/mainbackground.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.phone_hero {
    width: 100%;
    height: 144px;
    background: url(images/phone_hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.phone_hero_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.phone_hero_line {
    width: 80%;
    height: 1px;
    background: #FFF;
}

.training_head {
    color: #1C1C1C;
    text-align: center;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
}
.buthead{
    color: #1C1C1C;
    text-align: center;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    margin-top: 0px;
}

.training_para_co {
    width: 100%;
    height: 180px;
    background: url(images/Vector\ 8.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.training_para_co2 {
    width: 100%;
    height: 190px;
    background: url(images/Vector9.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.trainingpara1{
    color: #1C1C1C;
font-family: League Spartan;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 133.5%; /* 20.025px */
padding: 30px 30px 0px 30px;
}
.trainingpara2 {
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.5%;
    /* 20.025px */
    padding: 0px 30px 10px 30px;
}

.whyus_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.whyus_head {
    color: #1C1C1C;
    text-align: center;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.whyus_para {
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.5%;
    /* 20.025px */
    padding-left: 30px;
    padding-right: 30px;
    padding: 30px 30px 30px 30px;
}
.provide_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.phone_ol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    margin-top: 10px;
} .ordered {
    align-self: flex-start;
    padding-left: 30px;
}
.phone_ul {
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    /* 17.1px */
}
.phonebg_container {
    width: 100%;
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.phone_web_wrapper {
    width: 85%;
    height: 388px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(0, 7, 166, 0.10);
    backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.phone_web_head{
    color: #1C1C1C;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 25px;
}
.phone_web_card {
    width: 307px;
    height: 84px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.phone_web_svg {
    width: 90px;
    height: 84px;
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(180deg, #4D96FF 0%, #9C5EFF 100%);
    display: flex;
    align-items: center;
    justify-content: center
}
.phone_web_para {
    color: #000;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    /* 22.8px */
    padding-left: 10px;
}
.phone_web_svg_right {
    width: 35px;
    height: 84px;
    border-radius: 0px 10px 10px 0px;
    background: linear-gradient(180deg, #5095FF 0%, #9A61FF 100%);
    display: flex;
    align-items: center;
    justify-content: center
}
.phone_coding_wrapper {
    width: 85%;
    height: 582px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(0, 7, 166, 0.10);
    backdrop-filter: blur(25px);
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.phone_coding_head {
    color: #FFF;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}
.javaphone {
    background-color: white;
}
.phone_other_wrapper {
    width: 85%;
    height: 388px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(0, 7, 166, 0.10);
    backdrop-filter: blur(25px);
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.phone_other_head {
    color: #FFF;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ms {
    background: transparent;
}

.phone_connect_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 40px;
}

.phone_connect_head {
    color: #1c1c1c;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.9%;
    /* 21.98px */
    padding-bottom: 10px;
}
.phone_connect_line {
    width: 80%;
    height: 1px;
    background: #1c1c1c;
}

.phone_connect_para {
    color: #1c1c1c;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 109.9%;
    /* 16.485px */
    padding: 10px 30px 15px 30px;
}
.phone_connect_btn {
    display: flex;
    width: 266px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #0053F3;
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.9%;
    /* 21.98px */
    border: none;
}

.phone_footer_container {
    width: 100%;
    background: linear-gradient(180deg, #773BDC 19.85%, #1E1F2D 152.15%);
    box-shadow: 5px 5px 39px 4px rgba(0, 0, 0, 0.60);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.phone_footer_service {
    padding-left: 15px;
}
.phone_foot_logo_contain {
    background: url(images/footerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 95%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 40px;
}

.phone_box_div_para {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 109.9%;
    /* 16.485px */
    margin-bottom: 0px;
}

.phone_footer_box_para {
    width: 85%;
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    /* 107.143% */
    letter-spacing: 0.1px;
    margin-top: 8px;
}

.phone_social {
    margin-top: 8px;
}

.insta_ph {
    width: 28px;
    height: 27px;
}

.link_ph {
    width: 26px;
    height: 26px;
}

.phone_footer_ul {
    color: #FFF;
    font-family: League Spartan;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 92% */
    letter-spacing: 0.1px;
    margin-top: 20px;
    overflow-x: visible !important;
}

.phone_footer_li {
    color: #FFF;
    font-family: League Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.5px;
    /* 169.444% */
    letter-spacing: 0.1px;
    padding-left: 8px;
}

.foot {
    margin-top: 12px;
}

.otherfoot {
    margin-top: 45px;
}

.phone_footer_connect {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.phone_footer_box_div {
    width: 291px;
    height: 29px;
    flex-shrink: 0;
    border-radius: 26px;
    background: linear-gradient(180deg, #2866F5 0%, #002B80 100%);
    mix-blend-mode: plus-lighter;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.footer_conn_head {
    color: #FFF;
    font-family: League Spartan;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 92% */
    letter-spacing: 0.1px;
    padding-bottom: 3px;
}

.footer_conn_line {
    width: 342px;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
}

.conn_div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

.conn_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.conn_num {
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.phone_loc_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    /* 130% */
    letter-spacing: 0.1px;
}

.phone_conn_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    /* 130% */
    letter-spacing: 0.1px;
    width: 90%;
}

.phone_copyright {
    width: 100%;
    height: 74px;
    background: linear-gradient(180deg, #5319B6 19.85%, #1E1F2D 152.15%);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.00);
    margin-top: 30px;
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

 /* hamberger  */
 .hamberger_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 561px;
    border-radius: 0px 0px 100px 100px;
    background: linear-gradient(156deg, #178FFE 0%, #954AFF 97.13%);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25), 0px 4px 40px 0px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.d-none {
    display: none;
}

.ham_menu {
    color: #FFF;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ham_btn {
    display: flex;
    width: 269px;
    padding: 12px 10px 10px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 41px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
}




.mainMenu {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: top 1s ease;
    display: none;
}

/* .closeMenu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
} */

.openMenu {
    display: block;

}

.humburger {
    display: block;
    width: 100%;
    height: 109px;
    background: linear-gradient(181deg, #378AFE 0.81%, #924AFE 99.19%);
    box-shadow: 0px 2px 20px -5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}



/* hum  */
.sidebarmenu {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 250x;
    height: 500;
}

.service_how_container {
    width: 100%;
    height: 301px;
    background: linear-gradient(270deg, rgba(0, 83, 243, 0.00) 0%, #641EF9 25.42%, #6C11FF 50.7%, #9E00FF 72.71%, rgba(154, 0, 249, 0.00) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.about_mid_container {
    display: none;
}

.about_hero_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.about_mid_sm {
    background: url(images/phone_bg.png);
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_sm_history {
    width: 90%;

    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(180deg, #388AFE 0%, #904CFE 100%);
    box-shadow: 0px 2px 30px -5px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_sm_historyhead {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1px;
    padding-bottom: 3px;
    padding-top: 15px;
    margin-bottom: 0px;
}

.history_sm_line {
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
}

.history_sm_para {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 100% */
    letter-spacing: 0.1px;
    padding: 15px 20px 15px 20px;
}

.history_sm_para2 {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 25px 20px 20px 20px;
}

.about_sm_vector {
    width: 100%;
    background: url(images/vectorgrp.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

/* .hand_sm {
    margin-top: -70px;
} */

.sm_whyus {
    background: url(images/vecsm2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
}

.about_sm_why {
    width: 90%;
    height: 200px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(180deg, #388AFE 0%, #904CFE 100%);
    box-shadow: 0px 2px 30px -5px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_li_sm {
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
    margin-top: 30px;
}

.about_li {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    /* 152.778% */
    letter-spacing: 0.1px;
}

.hand_about {
    align-self: flex-end;
    margin-top: 64px;
}



  /* service page  */
  .digital_mid_container{
    display: none;
}


  .service_mid_container {
    display: none;
}

.sm_service_up {
    width: 100%;
    background: url(images/Group\ 173.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sm_service_up_head {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 120% */
    letter-spacing: 0.1px;
    text-transform: capitalize;
    padding-top: 15px;
    padding-bottom: 15px;

    margin-left: 50px;
    margin-right: 50px;
}

.sm_service_card_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.sm_service_card_up {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sm_service1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sm_service_para {
    width: 80%;
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 120% */
    letter-spacing: 0.1px;
    text-transform: capitalize;
}

.service_btn_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.sm_service_btn {
    display: flex;
    width: 266px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #0053F3;
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.9%;
    /* 21.98px */
    align-self: center;
    border: none;

}

.sm_service_why {
    width: 100%;
    height: 700px;
    background: url(images/Group\ 178sm.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sm_service_box {
    width: 372px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(180deg, #388AFE 0%, #904CFE 100%);
    box-shadow: 0px 2px 30px -5px rgba(0, 0, 0, 0.25);
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 15px 15px 15px;
}

.sm_service_head {
    color: #FFF;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.sm_service_line {
    width: 333px;
    height: 1px;
    background: #FFF;
}

.sm_service_para {
    color: #FFF;
    font-family: League Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 111.111% */
    letter-spacing: 0.1px;
    padding-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sm_service_ul {
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
}


.sm_service_how {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(270deg, rgba(0, 83, 243, 0.00) 0%, #641EF9 25.42%, #6C11FF 50.7%, #9E00FF 72.71%, rgba(154, 0, 249, 0.00) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sm_service_how_head {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 25px;
}

.sm_service_lne2 {
    width: 333px;
    height: 1px;
    background: #FFF;
}

.sm_service_how_para {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px 15px 15px 15px;
}

 /* career page  */

 .career_mid_container {
    display: none;
}

.sm_career_head {
    width: 80%;
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.5px;
    /* 98.75% */
    letter-spacing: 0.1px;
}

.sm_career_head2 {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 10px 3px 15px;
}

.phone_career_main_container {
    display: block;
    width: 100%;
    background: url(images/mainbackground.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sm_career_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 20px;
    gap: 15px;
}

.sm_career_sales {
    width: 354px;
    height: 260px;
    border-radius: 20px;
    border: 0.75px solid #FFF;
    background: rgba(111, 111, 111, 0.10);
    box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sm_career_up {
    width: 100%;
    height: 44px;
    background: linear-gradient(91deg, #9747FF 9.57%, #04D8FF 94.73%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
}

.gethead{
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.5px; /* 98.75% */
    letter-spacing: 0.1px;
}

.sm_con_para {
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.9%;
    /* 13.247px */
    margin-top: 10px;
}

.sm_career_line {
    width: 317px;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    margin-left: 15px;
}

.sm_career_para {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 19.5px */
    text-transform: capitalize;
    padding: 10px 10px 20px 15px;
}

.sm_career_up a {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 32px */
    text-transform: capitalize;
}

/* digital marketing page  */
.digital_mid_container {
    display: none;
}

.phone_digital_head {
    width: 80%;
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.sm_dm_mid_container {
    width: 100%;
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.sm_digital_service_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(images/circle\ bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sm_dm_mid_head {
    color: #1c1c1c;
    text-align: center;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sm_dm_mid_para {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 27px */
    padding: 20px 10px 20px 10px;
}

.sm_dm_mid_head2 {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
    padding-bottom: 15px;
}

.sm_dm_service {
    width: 100%;
    height: 608px;
    background: url(images/sm_service.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sm_dm_service_head {
    color: #1c1c1c;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    text-transform: uppercase;
}

.sm_dm_line {
    width: 80%;
    height: 1px;
    background: #1c1c1c;
}

.sm_dm_card {
    width: 304px;
    border-radius: 20px;
    background: linear-gradient(180deg, #552E85 0%, #270A5F 100%);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}
.softi {
    font-size: 20px;
}
.sm_dm_card_blue {
    width: 304px;
    border-radius: 20px;
    background: linear-gradient(180deg, #3B6EDE 0%, #1A3E8E 100%);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}

.sm_dm_white {
    width: 304px;
    opacity: 0.9;
    background: #E8D7FF;
    box-shadow: 0px 1px 20px -3px rgba(0, 0, 0, 0.30);
    margin-top: -50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 10px;
    margin-bottom: 0px;
}

.slider_card_head {
    color: #7A40E5;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 5px;
}

.slider_card_para2 {
    color: #202020;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 5px;
    padding-right: 45px;
}

.slider_btn {
    display: flex;
    width: 240px;
    padding: 12px 20px 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: linear-gradient(180deg, #BE73F9 0%, #7A40E5 265%);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.20);
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    margin-right: 40px;
    border: none;
}

.slider_btn2 {
    display: flex;
    width: 240px;
    padding: 12px 20px 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: linear-gradient(180deg, #709CFF 0%, #1E5FEB 265%);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    margin-right: 40px;
    border: none;
}

.seo_line {
    width: 90%;
    height: 1px;
    background: rgba(122, 64, 229, 0.50);
}

.sm_web_mid_head {
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 93.5%;
    /* 29.92px */
}
.smsoftol{
    width: 100%;
    padding: 10px 10px 15px 20px;
}
.sofmid{
    width: 100%;
    padding: 10px 10px 10px 20px;
}
.smmidw{
    color: #1C1C1C;
    font-family: League Spartan;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 93.5%;
    /* 29.92px */

}
  /* contact page  */
  .contact_query_container {
    display: none;
}
.contact_mid_container {
    display: none;
}
.phone_con_main_container {
    display: block;
    width: 100%;
    background: url(images/mainbackground.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sm_con_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 98.4%;
    /* 31.488px */
    margin-bottom: 5px;
}

.sm_con_para {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sm_contact-position {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sm_contact_query_wrapper {

    border-radius: 30px 30px 0px 0px;
    background: #EEECFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    gap: 10px;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.sm_con_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sm_con_white_container {
    width: 90%;
    border-radius: 20px;
    background: #EEECFF;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_query_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cont_left_head {
    color: #000;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.query_input {
    width: 90%;
    height: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.25);
    border: none;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.query_area {
    width: 90%;
    height: 220px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.25);
    border: none;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.send_btn {
    width: 90%;
    height: 58px;
    border-radius: 20px;
    background: #4D89FF;
    box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.25);
    margin-top: 25px;
    border: none;
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.discard_btn {
    margin-bottom: 30px;
}

.contact_query_right {
    width: 90%;
    height: 560px;
    margin-top: 30px;
}

.con_right_wrapper {
    width: 100%;
    height: 290px;
    border-radius: 25px;
    background: #2866F5;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.address_svg {
    width: 100%;
    height: 273px;
}

.con_right_head {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    align-self: center;
}

.address_div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 8px;
}

.address_div_para {
    width: 100%;
    color: #FFF;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 18.75px */
    text-transform: capitalize;
}

.sm_social_container {
    width: 90%;
    height: 318px;
    border-radius: 20px;
    background: #002B80;
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
}

.sm_social_head {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sm_social_line {
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
}

.sm_social_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin-top: 25px;
}

.sm_social_para_contain {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;

}

.sm_social_para {
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.sm_social_para2 {
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.slider_card_head2 {
    color: #1D64FF;
    font-family: League Spartan;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 5px;
}
 /* branding page  */
 .branding_mid_container {
    display: none;
}

.sm_brand_mid_head {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 93.5%;
    /* 29.92px */
    padding-left: 25px;
}

.sm_brand_mid_container {
    width: 100%;
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.sbmc{
    align-items: flex-start;
    padding-bottom: 50px;
}
.sm_brand_down_container {
    width: 100%;
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.phone_brand_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.5px;
    /* 98.75% */
    letter-spacing: 0.1px;
    padding-bottom: 5px;
}

/* project page  */

.project_mid_container {
    display: none;
}

.phone_project_main_container {
    display: block;
    width: 100%;
    background: url(images/mainbackground.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sm_pro_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.5px;
    /* 71.818% */
    letter-spacing: 0.1px;
    margin-bottom: 20px;
}

.sm_probg_contain {
    width: 100%;
    background-image: url(images/project_sm_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sm_archi_wrapper {
    width: 90%;
    height: 531px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(0, 4, 95, 0.10);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.pro_web_name {
    color: #1c1c1c;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sm_archi_para {
    color: #1c1c1c;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 15.75px */
    margin-top: 7px;
}

.sm_archi_btn {
    display: flex;
    width: 304px;
    height: 53px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background: #178FFE;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    /* 21px */
    margin-top: 12px;
    border: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.second {
    margin-top: 12px;
}

.drippin {
    color: #FFF;
    font-family: Libre Baskerville;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    /* 21px */
}

.sm_promid_contain {
    width: 100%;
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sm_cop_wrapper {
    width: 90%;
    height: 530px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(0, 4, 95, 0.10);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.sm_package_contain {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.sm_package_head {
    color: #1c1c1c;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    /* 25.2px */
}

.sm_package_wrapper {
    width: 90%;
    height: 460px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(0, 4, 95, 0.10);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    margin-top: 26px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10px;
}

.coffeesm {
    width: 100%;
}

.coffee_head {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
    padding-left: 15px;
}

.coffee_para {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 9px;
    padding-left: 15px;
}

.much_sm {
    padding-bottom: 15px;
}

/* home page  */
.hero_Section{
    display: none;
}
.home_Service_section {
    display: none;
}
.phone_header {
    display: block;
    width: 100%;
    height: 109px;
    background: linear-gradient(181deg, #378AFE 0.81%, #924AFE 99.19%);
    box-shadow: 0px 2px 20px -5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    
}
.sm_home_hero_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sm_home_hero {
    width: 100%;
    background: url(images/smheropurple.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    transition: opacity 1s ease;

}
.sm_home_hero3 {
    width: 100%;
    background: url(images/dark_blue_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    transition: opacity 1s ease;
}

.sm_purplelapi {
    width: 305px;
    height: 353.76px;
    flex-shrink: 0;
    align-self: flex-end;
    float: right;
    
   
}
.sm_purplecontent {
    width: 100%;
    background: rgba(111, 111, 111, 0.10);
    backdrop-filter: blur(25px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 5px 25px 5px 30px;
}
.sm_purplehead {
    width: 100%;
    color: #FFF;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    font-family: Montserrat Alternates;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
}
.sm_purplepara {
    color: #FFF;
    font-family: League Spartan;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 92.5%;
    /* 11.1px */
    padding-top: 10px;
}
.sm_purbtn {
    width: 326px;
    height: 38px;
    border-radius: 12px;
    background: #9D3BFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    margin-top: 10px;
}

.sm_home_hero2 {
    width: 100%;
    background: url(images/purple_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    transition: opacity 1s ease;
}
.sm_home_card_contain {
    width: 100%;
    background: url(images/phone_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}
.sm_home_card_up {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.sm_home_card {
    width: 163px;
    height: 149px;
    border-radius: 15px;
    border: 2px solid #9747FF;
    background: linear-gradient(180deg, #C293FF 0%, #5003B3 100%);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sm_svg {
    width: 111px;
    height: 64px;
    fill: #D9D9D9;
    mix-blend-mode: color-burn;
    background: url(images/svgbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #FFF;
}
.sm_svg_para {
    width: 80%;
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 5px;
}
.sm_home_card2 {
    width: 163px;
    height: 149px;
    border-radius: 15px;
    border: 2px solid #0888FF;
    background: linear-gradient(180deg, #8FC3FF 0%, #0822A1 100%);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sm_home_learn_contain {
    width: 100%;
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 30px;
}
.sm_home_learn_head {
    color: #1c1c1c;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 83.333% */
    letter-spacing: 0.1px;
    padding-bottom: 10px;
    padding-top: 40px;
}
.sm_home_learn_line {
    width: 80%;
    height: 1px;
    opacity: 0.5;
    background: #1c1c1c;
}
.smlearnimg {
    align-self: center;
    padding-top: 10px;
}
.sm_home_learn_para {
    color: #1c1c1c;
    font-family: Montserrat Alternates;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.5px;
    /* 112.5% */
    letter-spacing: 1.1px;
    padding-right: 20px;
}

.smlearnimg {
    align-self: center;
    padding-top: 10px;
}
.sm_home_why {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.sm_home_why_head {
    color: #1c1c1c;
    font-family: Montserrat Alternates;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding-left: 20px;
}
.phone_footer_service{
    margin-left: 20px;
}
.sm_service_ul {
    margin-top: 5px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
}
.sm_service_li {
    color: #1c1c1c;
    font-family: League Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    /* 152.778% */
    letter-spacing: 0.1px;
}
.sm_readmore {
    display: flex;
    width: 244px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    border: 2px solid #178FFE;
    background: #FFF;
    color: #178FFE;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.5px;
    /* 147.5% */
    letter-spacing: 1.1px;
    align-self: center;
    margin-top: 20px;
}

.sm_home_craft_contain {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(270deg, rgba(0, 83, 243, 0.00) 0%, #641EF9 25.42%, #6C11FF 50.7%, #9E00FF 72.71%, rgba(154, 0, 249, 0.00) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.sm_home_craft_head {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 10px;
}

.sm_home_craft_para {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sm_home_craft_card {
    width: 80%;
    height: 439px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(<path-to-image>), lightgray -370.731px 0px / 187.513% 114.682% no-repeat;
    background-image: url(images/smweb.png);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 40px;
}

.sm_home_card_content {
    width: 100%;
    height: 230px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    padding-left: 15px;
    padding-right: 7px;
}
.sm_home_card_head {
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
}

.sm_home_card_para {
    color: #FFF;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.sm_home_craft_card2 {
    width: 80%;
    height: 439px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(<path-to-image>), lightgray -370.731px 0px / 187.513% 114.682% no-repeat;
    background-image: url(images/mobsm.png);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 40px;
}
.sm_home_craft_card3 {
    width: 80%;
    height: 439px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(<path-to-image>), lightgray -370.731px 0px / 187.513% 114.682% no-repeat;
    background-image: url(images/frontsm.png);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 40px;
}
.sm_home_craft_card4 {
    width: 80%;
    height: 439px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(<path-to-image>), lightgray -370.731px 0px / 187.513% 114.682% no-repeat;
    background-image: url(images/uism.png);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 40px;
}
.sm_home_card_btn {
    width: 90%;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat Alternates;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about_li_sm2 {
    background: url(images/phone_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-bottom: 40px;
}
.sm_moto_contain {
    width: 100%;
    height: 715px;
    background: linear-gradient(270deg, rgba(154, 0, 249, 0.20) 0%, #881EFA 12.92%, #6261FD 86.35%, rgba(77, 133, 255, 0.20) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}
.sm_moto_head {
    color: #FFF;
    text-align: center;
    font-family: Montserrat Alternates;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sm_moto_line {
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
}
.sm_moto_svg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 3px;
}
.sm_moto_para {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.sm_moto_para2 {
    color: #FFF;
    text-align: center;
    font-family: League Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 92.5%;
    /* 16.65px */
    padding: 39px 10px 20px 10px;
}
.cutclose{
    color: white;
    font-size: 30px;
}

}