@media (min-width: 992px) and (max-width: 1200px) {
    .collapse:not(.show) {
    display: none !important;
    }
}
#navbar.sticky{
    background-color: #fff !important;
}
.sticky-wrapper{
    
    width: 93%;
    border-radius: 80px;
    position: absolute;
    margin: 89px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 0.5);
    left: 45%;
    top: 16px;
    transform: translate(-50%, -91%);
}
.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 45% !important;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    animation: stickyAni 0.4s ease-in-out;
    transform: translate(-50%, -91%) !important;
}
@media (min-width: 1500px) {
    
    .sticky-wrapper {
        width: 93%;
        border-radius: 80px;
        position: absolute;
        margin: 89px;
        box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.14);
        background: rgba(255, 255, 255, 0.5);
        left: 45%;
        top: -3px;
        transform: translate(-50%, -91%);
    }
}
.logo-header {
    width: 196px;
    height: 48px;
}
.global-btn-custom {
    background: rgba(127, 74, 239, 1) !important;
    width: 145px;
    height: 44px;
    border-radius: 90px;
    padding: 13px 10px 9px 10px;
    font-size: 18px;
    font-weight: 600;
    border: 1px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: "Montserrat", sans-serif;
}
.container-client{
    display: flex;
    flex-direction: column;
    gap:2rem;
    position: relative;
    width: 100%;
    text-align: center;
}
.title{
    color: #2A2A2A;
    font-family: "Montserrat",sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.51px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:1rem
}
.line{
    width: 89px;
    height: 10px;
    border-radius: 39px;
    background-color: #7F4AEF;
}
.paragraph-client{
    color: #2A2A2A;
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 31.5px;
    text-align: center;
    margin: auto;
    width: 1172px;
    height: 126px;
    opacity: 0px;
}
.bg-image {
    width: 100%;
    height: auto;
    display: block;
}
.space-form {
        position: relative;
        margin-top: -7%;
        margin-bottom: 6%;
}
.map-sec {
    line-height: 0;
    filter: none !important;
}
.text-container {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}
.contact-form{
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 60px;
    background: #FAFAFA;
    border: 1px solid #CACACA;
}
.label-form{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #08293F;
    font-family: "Montserrat",sans-serif;
}
.img-contact{
    
    max-width: 112% !important;
}
.btn-custom {
    background: #F46B03;
    width: 172px !important;
    float: right;
    border-radius: 90px;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    height: 50px;
    padding: 9px 14px 9px 14px;
}
.inputs{
    font-weight: 300;
    background: #FFFFFF !important;
    font-size: 18px;
    color: #898989;
    font-family: "Montserrat",sans-serif;
}
.tab-skills {
    background: #FAFAFA;
    width: 1286px;
    height: 378px;
    border-radius: 10px 0px 0px 0px;
}

.tab-pane-custom{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 55px 60px;
    border-radius: 20px;
    margin-bottom: 96px;
    position: relative;
    margin-top: 113px;
    z-index: 3;
    gap: 40px;
}
#nav-step2{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 55px 60px;
    border-radius: 20px;
    margin-bottom: 96px;
    position: relative;
    margin-top: 113px;
    z-index: 3;
    gap: 40px;
}
.container-p{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.column-2{
    margin-top: -116px;
}
.tabs {
    margin: 20px;
}
.tabs-custom{
    margin: 20px;
    position: absolute;
    padding-top: 27px;
    padding-left: 274px;
    z-index:33
}
.container-custom{
    margin-top: -479px;
}

.tabs button {
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.tabs button:hover {
    background-color: #e0e0e0;
}
.tab-content {
    display: none;
    width: 1340px;
    height: 380px;
    border-radius: 10px;
    background: #FAFAFA;
    padding: 20px;
    margin: auto;
    margin-top: 260px;
}
.tab-content.active {
    display: block;
}
.img-pio{
    position: absolute;
    top: -432px;
    left: 0;
    width: 489.54px;
    height: 778px !important;
    z-index: 1;
}
.title-card{
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat",sans-serif;
}
.p1{
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 673px;
}
.p2{
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 673px;
}
.container-content-bank{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FAFAFA;
    margin: auto;
    padding: 2rem;
}
.container-content-areinne{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FAFAFA;
    margin: auto;
    padding: 2rem;
    position: relative;
}
.container-content-sport{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding: 2rem;
}
.title-content{
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 31.5px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    gap:1rem;
}
.line-orange{
    width: 89px;
    height: 10px;
    border-radius: 39px;
    background: #F46B03;
}
.paragraph-content{
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31.5px;
    text-align: left;
    width: 987px;
}
.span-title-paragraph{
    color:#000000;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.5px;
    text-align: left;
}
.content-wrapper {
    display: flex;
    flex-direction: row;
    position: absolute;
    transform: translate(2%, -106%);
    gap: 1rem;
}
.span-title-paragraph-areinne{
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.5px;
    text-align: left;
    width: 974px;
}
.title-content-areinne{
    width: 974px;
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31.5px;
    text-align: left;
}
.div {
    background-color: #f6f6f6;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 53px 70px;

  }

.img {
    aspect-ratio: 4.17;
    object-fit: auto;
    object-position: center;
    width: 196px;
    max-width: 100%;
    margin: auto 0;
}  
.div-2 {
    display: flex;
    gap: 20px;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 600;
    line-height: 32px;
    justify-content: space-between;
    margin: auto 0;
    padding: 4px 10px;
    font-family: "Montserrat", sans-serif;
}
.div-3 {
    font-family: "Montserrat", sans-serif;
}
.div-4 {
    font-family: "Montserrat", sans-serif;
}
.div-5 {
    font-family: "Montserrat", sans-serif;
}
.div-6 {
    font-family: "Montserrat", sans-serif;
}
.img-2 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 54px;
    height: 45px;
    align-self: start;
    margin: auto;
}
.div-7 {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 197%;
    font-family: "Montserrat", sans-serif;
}
.div-8 {
    display: flex;
    gap: 15px;
}
.img-3 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    fill: #3a3a3a;
}
.div-9 {
    font-family: "Montserrat", sans-serif;
    margin: auto 0;
}
.div-10 {
    display: flex;
    margin-top: 28px;
    gap: 12px;
    white-space: nowrap;
}
.img-4 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
}
.div-11 {
    font-family: "Montserrat", sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    margin: auto 0;
}
.container-fondateur-area-title{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
    color: rgba(42, 42, 42, 1);
    font-family: "Montserrat", sans-serif;
    padding-top: 83px;
}
.container-fondateur-custom{
    background-image: url('../img/foundateur/bg.svg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 119px;
}
.container-fondateur{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 55px 60px;
    border-radius: 20px;
    margin-bottom: 96px;
    position: relative;
    margin-top: 278px;
    z-index: 3;
    gap: 40px;
    background-image: url(../img/bg/bg-techno.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    height: 441px;
}
.contact-title{
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.contact-p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}
.container-1{
    display: flex;
    flex-direction: column;
}
.newsletter-form .global-btn{
    width: 171px;
    height: 50px;
    background: #D83385;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    flex: none;
    padding: 0;
    align-items: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.newsletter-form .global-btn:hover{
    width: 171px;
    height: 50px;
    background: #ffffff;
    font-size: 16px;
    color:  #D83385;
    border-radius: 45px;
    border: 1px solid#D83385;
    display: flex;
    justify-content: center;
    flex: none;
    padding: 0;
    align-items: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.newsletter-img {
    position: absolute;
    top: -154px;
    left: 0px;
    width: 702.54px;
    height: 596.08px !important;
    z-index: 1;
}
.icon-linkedIn{
    display: flex;
}

.container-titles{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
    margin-top: 77px;
}
.title-fondateur-1{
    font-size: 32px;
    font-weight: 600;
    color: rgba(42, 42, 42, 1);
    font-family: "Montserrat", sans-serif;
    padding-top: 83px;
}
.title-fondateur-2{
    font-size: 24px;
    font-weight: 400;
    color: rgba(42, 42, 42, 1);
    font-family: "Montserrat", sans-serif;
}
.title-fondateur-btn{
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat", sans-serif;
    background: rgba(127, 74, 239, 1);
    width: 353px;
    height: 56px;
    border-radius: 90px;
    padding: 15px 24px 12px 24px;
    font-size: 17px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.goal-tabs-custom {
    max-width: 1137px !important; 
    width: 1137px !important;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    margin: auto;
    display: flex;

}
.nav-link.active, .goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .btn-rows  .nav-link:focus{
   color: #FFFFFF !important;
   background: #7F4AEF !important;
}
.goal-tabs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; 
}

.goal-tabs-grid button {
    white-space: nowrap; 
}
.goal-tabs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-rows{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.nav-link {
    margin: 0 5px;
}

.goal-tabs-wrapper-custom{
    display: flex;
    flex-direction: column;
    gap: 4rem;
   

}
.goal-tabs-wrapper-custom{
    height: 590px !important
}
.tab-content-6{
    height: 596px !important;

}
.img-pio-6 {
    position: absolute;
    top: -313px;
    left: -41px;
    width: 594.54px;
    height: 843px !important;
    z-index: 1;
}
.nav-link-custom{
    height: 56px !important;
    background: #F0F0F0!important;
    width: 186px!important;
    color: #000000 !important;
    font-size: 19px!important;
    font-weight: 600!important;
    text-align: center!important;
    padding: 12px 24px 12px 24px !important;
    gap: 10px !important;
    border-radius: 10px !important;
    opacity: 0px !important;
    font-family: "Montserrat", sans-serif;
}
.nav-link-custom-2{
    height: 56px !important;
    background: #F0F0F0!important;
    width: 305px !important;
    color: #000000 !important;
    font-size: 19px!important;
    font-weight: 600!important;
    text-align: center!important;
    padding: 12px 24px 12px 24px !important;
    gap: 10px !important;
    border-radius: 10px !important;
    opacity: 0px !important;
    font-family: "Montserrat", sans-serif;
}
.nav-link-custom-3{
    height: 56px !important;
    background: #F0F0F0!important;
    width: 332px !important;
    color: #000000 !important;
    font-size: 19px!important;
    font-weight: 600!important;
    text-align: center!important;
    padding: 12px 24px 12px 24px !important;
    gap: 10px !important;
    border-radius: 10px !important;
    opacity: 0px !important;
    font-family: "Montserrat", sans-serif;
}
.nav-link-custom-4{
    height: 56px !important;
    background: #F0F0F0!important;
    width: 254px !important;
    color: #000000 !important;
    font-size: 19px!important;
    font-weight: 600!important;
    text-align: center!important;
    padding: 12px 24px 12px 24px !important;
    gap: 10px !important;
    border-radius: 10px !important;
    opacity: 0px !important;
    font-family: "Montserrat", sans-serif;
}
.nav-link-custom-5{
    height: 56px !important;
    background: #F0F0F0!important;
    width: 266px !important;
    color: #000000 !important;
    font-size: 19px!important;
    font-weight: 600!important;
    text-align: center!important;
    padding: 12px 24px 12px 24px !important;
    gap: 10px !important;
    border-radius: 10px !important;
    opacity: 0px !important;
    font-family: "Montserrat", sans-serif;
}
.nav-link-custom-6{
    height: 56px !important;
    background: #F0F0F0!important;
    width: 211px !important;
    color: #000000 !important;
    font-size: 19px!important;
    font-weight: 600!important;
    text-align: center!important;
    padding: 12px 24px 12px 24px !important;
    gap: 10px !important;
    border-radius: 10px !important;
    opacity: 0px !important;
    font-family: "Montserrat", sans-serif;
}
.nav-link-custom-7{
    height: 56px !important;
    background: #F0F0F0!important;
    width: 249px !important;
    color: #000000 !important;
    font-size: 19px!important;
    font-weight: 600!important;
    text-align: center!important;
    padding: 12px 24px 12px 24px !important;
    gap: 10px !important;
    border-radius: 10px !important;
    opacity: 0px !important;
    font-family: "Montserrat", sans-serif;
}

.link-nav {
    text-decoration: none;
    color: inherit;
    position: relative !important;
    color: #2A2A2A !important;
    font-size: 18px !important;
    line-height: 31.5px !important;
    font-weight: 600 !important;
    width: Hug(88px) px;
    height: Hug(40px) px;
    padding: 4px 10px 4px 10px !important;
    gap: 10px;
    border: 0px 0px 4px 0px !important;
    opacity: 0px;
}
.link-nav:hover,
.link-nav:focus{
    border-bottom: 4px solid #F46B03
}
.link-nav.active {
    border-bottom: 4px solid #F46B03;
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 600;
}
.newsletter-form .form-group {
   
    height: 72px !important;
   
}
.btn-c{
    display: flex;
    align-items: center;
}
/* FOOTER */
@media (max-width: 768px) {
    .icon-btn{
        background-color:#7F4AEF !important
    }
    .img {
        aspect-ratio: 4.17;
        object-fit: auto;
        object-position: center;
        width: 196px;
        margin: auto !important;
    }
    .newsletter-img {
        position: absolute;
        top: -170px;
        left: 0;
        width: auto;
        height: auto !important;
        z-index: 1;
    }
    .contact-title {
        color: #FFFFFF;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    .newsletter-form .form-group input {
        background-color: transparent;
        border: 0;
        height: 60px;
        width: 223px;
        margin: auto;
    }
    .newsletter-form {
        margin: 40px 0 80px 0;
        flex-direction: column;
        display: flex;
    }
    .newsletter-form .global-btn {
        width: 167px !important;
        height: 48px !important;
        background: #D83385;
        font-weight: 600;
        top: 20px;
        right: 10px;
        font-size: 16px;
        color: #ffffff;
        border-radius: 45px;
        display: flex;
        justify-content: center;
        flex: none;
        padding: 0;
        align-items: center;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        margin: auto;
    }
    .div{
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        padding: 36px 35px 80px;
        flex-direction: column;
    }
    
    .div-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  
    .div-2 .div-3, .div-2 .div-4, .div-2 .div-5, .div-2 .div-6 {
        margin-right: 0;
        margin-bottom: 10px; 
    }
    .img-2 {
        width: 48px;
        align-self: center;
    }
}
/* location */
@media (max-width: 768px) {
    .title {
        font-size: 35px;
    }
    .text-container-map{
        margin-bottom: 18%;
        margin-top: 18%;
    }    
}

/* form section */
@media (max-width: 768px) {
    .form-group {
        margin-top:0px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .contact-form {
        border-radius: 10px;
        position: relative;
        z-index: 1;
        padding: 11px;
        background: #FAFAFA;
        border: 1px solid #CACACA;
        padding-top: 25px;
    }
    .text-container {
        width: 85%;
        position: absolute;
        top: 171%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .space-form {
        position: relative;
        margin-top: 80px;
        margin-top: 38%;
    }
    .img-contact {
        float: left;
        text-align: left;
        max-width: 100% !important;
        margin-left:0px
    }
}
/* header */
@media (max-width: 768px) {
    .logo-header {
        width: 145px !important;
    }
    .header-center{
        margin: auto;
    }
    .sticky-wrapper {
        width: 93%;
        height: 70px;
        border-radius: 80px;
        position: absolute;
        box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.14);
        background: rgba(255, 255, 255, 0.5);
        left: 27%;
        top: -30px;
        transform: translate(-50%, -50%);
    }
    .sticky-wrapper.sticky {
        left: 27% !important;
    }
    
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sticky-wrapper {
        width: 93%;
        height: 70px;
        border-radius: 80px;
        position: absolute;
        box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.14);
        background: rgba(255, 255, 255, 0.5);
        left: 38%;
        top: -30px;
        transform: translate(-50%, -50%);
    }
    .sticky-wrapper.sticky {
        left: 38% 
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .title{
        font-size: 35px !important;
    }
    .text-container {
        position: absolute;
        top: 81%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    
   
}
@media (min-width: 428px) and (max-width: 460px) {
    .sticky-wrapper {
       
        left: 30%;
    }
    .sticky-wrapper.sticky {
        left: 30% !important;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-container {
        width: 85%;
        position: absolute;
        top: 149%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
}
@media (min-width: 461px) and (max-width: 464px) {
    .sticky-wrapper {
        left: 31%;
    }
    .sticky-wrapper.sticky {
        left: 31% !important;
    }
}    
@media (min-width: 465px) and (max-width: 510px) {
    .sticky-wrapper {
        left: 32%;
    }
    .sticky-wrapper.sticky {
        left: 32% !important;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-container {
        width: 85%;
        position: absolute;
        top: 139%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    
}
@media (min-width: 511px) and (max-width: 562px) {
    .sticky-wrapper {
        left: 33%;
    }
    .sticky-wrapper.sticky {
        left: 33% !important;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-container {
        width: 85%;
        position: absolute;
        top: 117%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .space-form {
        position: relative;
        margin-top: 80px;
        margin-top: 23%;
    }
}
@media (min-width: 563px) and (max-width: 600px) {
    .sticky-wrapper {
        left: 34%;
    }
    .sticky-wrapper.sticky {
        left: 34% !important;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-container {
        width: 85%;
        position: absolute;
        top: 117%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .space-form {
        position: relative;
        margin-top: 80px;
        margin-top: 23%;
    }
    
}
@media (min-width: 601px) and (max-width:628px) {
    .sticky-wrapper {
        left: 35%;
    }
    .sticky-wrapper.sticky {
        left: 35% !important;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-container {
        width: 85%;
        position: absolute;
        top: 109%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .space-form {
        position: relative;
        margin-top: 80px;
        margin-top: 23%;
    }
}
@media (min-width: 629px) and (max-width:700px) {
    .sticky-wrapper {
        left: 36%;
    }
    .sticky-wrapper.sticky {
        left: 36% !important;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-container {
        width: 85%;
        position: absolute;
        top: 101%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .space-form {
        position: relative;
        margin-top: 80px;
        margin-top: 23%;
    }
}
@media (min-width: 701px) and (max-width:768px) {
    .sticky-wrapper {
        left: 37%;
    }
    .sticky-wrapper.sticky {
        left: 37% !important;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-container {
        width: 85%;
        position: absolute;
        top: 89%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .space-form {
        position: relative;
        margin-top: 80px;
        margin-top: 12%;
    }
}
@media (min-width: 769px) and (max-width:915px) {
    .sticky-wrapper {
        left: 38%;
    }
    .sticky-wrapper.sticky {
        left: 38% !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
    .img-contact {
        max-width: 100% !important;
    }
    .space-form {
        position: relative;
        margin-top: 8%;
        margin-bottom: 6%;
    }
}
@media (min-width:916px) and (max-width:991px) {
    .sticky-wrapper {
        left: 39%;
    }
    .sticky-wrapper.sticky {
        left: 39% !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
    .img-contact {
        max-width: 100% !important;
    } 
    .div-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .space-form {
        position: relative;
        margin-top: 8%;
        margin-bottom: 6%;
    }
}
/* tablet */
@media (min-width:769px) and (max-width:900px) {
    .div-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width:901px) and (max-width:915px) {
    .div-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .div-2 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .space-form {
        position: relative;
        margin-top: 8%;
    }
    .img-contact {
        max-width: 100% !important;
    }
    .contact-form {
        border-radius: 10px;
        position: relative;
        z-index: 1;
        padding: 60px;
        background: #FAFAFA;
        border: 1px solid #CACACA;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .col-lg-8 {
        width: 50%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .contact-form {
        border-radius: 10px;
        position: relative;
        z-index: 1;
        padding: 38px;
        background: #FAFAFA;
        border: 1px solid #CACACA;
    }
    .d-lg-none {
        display: block !important;
    }
    .sticky-wrapper {
        left: 41%;
    }
    .sticky-wrapper.sticky {
        left: 41% !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .space-form {
        position: relative;
        margin-top: 7%;
        margin-bottom: 6%;
    }
    .col-lg-8 {
        width: 50%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .contact-form {
        border-radius: 10px;
        position: relative;
        z-index: 1;
        padding: 38px;
        background: #FAFAFA;
        border: 1px solid #CACACA;
    }
    .text-container {
        position: absolute;
        top: 74%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .img-contact {
        max-width: 100% !important;
    }
    .d-lg-none {
        display: block !important;
    }
    .sticky-wrapper {
        left: 41%;
    }
    .sticky-wrapper.sticky {
        left: 41% !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 
    .div-2 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
     
}
@media (min-width: 1200px) and (max-width: 1253px) {
    .space-form {
        position: relative;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .img-contact {
        max-width: 100% !important;
    }
    .text-container {
        position: absolute;
        top: 74%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    
    .sticky-wrapper {
        left: 43%;
    }
    .sticky-wrapper.sticky {
        left: 43% !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
}
@media (min-width: 1254px) and (max-width: 1600px) {
    .space-form {
        position: relative;
        margin-top: 5%;
        margin-bottom: 6%;
    }
    .img-contact {
        max-width: 100% !important;
    }
    .text-container {
        position: absolute;
        top: 74%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .text-container {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
}
@media (min-width: 1601px) and (max-width: 2000px) {
    .space-form {
        position: relative;
        margin-top: 5%;
        margin-bottom: 6%;
    }
    .img-contact {
        max-width: 100% !important;
    }
    .text-container {
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
}

