  
/*mobile*/  

@media only screen and (max-width: 750px) {

   
    
            section#divider_3 {
                background: radial-gradient(circle,rgba(42, 31, 255, 1) 0%, rgba(0, 0, 222, 1) 35%, rgba(0, 4, 115, 1) 100%);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;   
               
                }

        .imgWrapper img{
    
    
            display: inline-block;
            width: 100%;
            height: auto;
            place-content: center;
            padding-top: 0;
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom: 2rem;
            margin: 0;
           
            
        }

        .imgWrapper_2 img{
    
    
            display: inline-block;
            width: 100%;
            height: auto;
            place-content: center;
            padding-top: 0;
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom:2rem;
            margin: 0;
           
            
        }
    
        .text-background{
            background-color: #00000099;
            border-radius: 5%;
            padding: 1rem;
            padding-top: 0;
          


        }
        
    
        h2{
            
            display: block;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-top: 2rem;
            
            color: #fff;
            
        }
    
        p{
            display: flex;
            justify-content: flex-start;
            
        }

        .text_2{
            display: flex;
            justify-content: flex-start;
            padding-left: 2rem;
            padding-right: 2rem;
            
        }



    
        .contentWrapper{
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom: 0;
            padding-top: 0;
            margin: 0;
            
            }
        
        .row{
            padding: 0;
        }

        .row_2{
            padding: 0;
        }
        
        .video{
            width: 100%;
            height: auto;
            padding: 2rem;
            
          } 

        .heading_text{
            padding-top: 2rem;
        }

        
    .slider-container {
                
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        overflow: hidden;
        
     
        }

    .slider-wrapper {
        position: relative;
        max-width: 1000rem;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        
       
    }

    .slider {
        /* height: 100vh;
        width: 100%; */
        display: flex;
        /* align-items: center;
        justify-content: center; */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
        overflow: hidden;
        
       
    }

    .slider img {
        
        flex: 1 0 100%;
        scroll-snap-align: start;
        
        max-width: 100vw;
        height: 100%;
        max-height: 100vh;
        width: 100%;
        object-fit: cover;
       
        overflow: hidden;
        
        
    }

    .slider-nav {
        display: flex;
        column-gap: 2rem;
        position: absolute;
        bottom: 5rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        animation: 3s slider infinite;
        opacity: 0%;
    }

    



    .slider-nav a {
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background-color: #fff;
    }


    
        }
    
@media (min-width: 750px) {    
    
/* <section divoders>     */
    


              
    
                    
section#divider_3 {
    background: radial-gradient(circle,rgba(42, 31, 255, 1) 0%, rgba(0, 0, 222, 1) 35%, rgba(0, 4, 115, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;  
    padding-left: 4rem;
    padding-right: 4rem;
    }    


    
.imgContainer{     
    width: 100%;
    min-height: auto;
    display: grid;
    place-content: center;
    padding: 2rem;
    
    }        
             
 .slider-container {
                
                position: relative;
                width: 100%;
                height: auto;
                display: flex;
                overflow: hidden;
                
             
                }

            .slider-wrapper {
                position: relative;
                max-width: 1000rem;
                width: 100%;
                height: 100%;
                margin: 0 auto;
                padding: 0;
                
               
            }

            .slider {
                /* height: 100vh;
                width: 100%; */
                display: flex;
                /* align-items: center;
                justify-content: center; */
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
                overflow: hidden;
                
               
            }

            .slider img {
                
                flex: 1 0 100%;
                scroll-snap-align: start;
                
                max-width: 100vw;
        height: 100%;
        max-height: 100vh;
        width: 100%;
                object-fit: cover;
               
                overflow: hidden;
                
                
            }

            .slider-nav {
                display: flex;
                column-gap: 2rem;
                position: absolute;
                bottom: 5rem;
                left: 50%;
                transform: translateX(-50%);
                z-index: 0;
                animation: 3s slider infinite;
            }

            .slider-nav .direction-arrow {
                display: flex;
                column-gap: 2rem;
                position: absolute;
                bottom: 10rem;
                left: 50%;
                transform: translateX(-50%);
                z-index: 0;
                animation: 3s slider infinite;
            }

        

            .slider-nav a {
                width: 0.8rem;
                height: 0.8rem;
                border-radius: 50%;
                background-color: #fff;
                transition: 0.3s;
                box-shadow: 0 2px 15px 0 rgb(0 0 0 /100%), 0 17px 100px 0 rgb(0 0 0 /100%);
            }

            .slider-nav a:hover {
                transform: scale(1.5);
                transition: 0.3s;
                background-color: yellow;
    

            }
                
    
            
                
/* <row> */
           
.row{
    width:100%;
    max-width: 1550px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px;
    overflow-x: hidden;
    padding: 1.5rem 0;
    
    
}

.row_2{
    width:100%;
    max-width: 1550px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px;
    overflow-x: hidden;
    padding: 1.5rem 0;    
}
            
    
.row .contentWrapper{
    
    width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    /* align-items: center; */
    
}         
    
.row_2 .imgWrapper{
    overflow: hidden; 
}    
            
            
.row_2 .imgWrapper_2{
    overflow: hidden;     
}            

.row_2 .contentWrapper{
    
    width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    grid-row-start: 1;
    
}          
            
.row_2 .imgWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    
}            
            
.row_2 .imgWrapper_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    
}
            
/* .row_2 .imgWrapper:hover img{ 
    transform: scale(1.4) rotate(-3deg); 
}            
            
.row_2 .imgWrapper_2:hover img{ 
    transform: scale(1.4) rotate(-3deg); 
} */
            
.row .imgWrapper{
    overflow: hidden;
    
}

.row .imgWrapper_2{
    overflow: hidden;
    
}
            
.row .imgWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    
}
            
.row .imgWrapper_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    
}           
            
/* .row .imgWrapper:hover img{ 
    transform: scale(1.4) rotate(3deg);
    
}            

.row .imgWrapper_2:hover img{ 
    transform: scale(1.4) rotate(3deg);
    
}             */
         
.video{
    width: 100%;
    height: auto;
    border-style: double;
    border-width: 0.4rem;
    border-color: #000;
  } 
  
  .imgContainer_3{
  
  width: 100%;
  min-height: auto;
  display: grid;
  place-content: center;
  padding: 2rem;
  }
  
  
  
  .row_3{
  width:100%;
  max-width: 900px;
  display: grid;
  
  grid-gap:50px;
  overflow-x: hidden;
  padding: 5rem 0;
  
  
  }
  
  .row_3 .contentWrapper{
  
  width: 100%;
  display: flex;
  justify-content: center;
  text-wrap: wrap;
  /* align-items: center; */
  
  }

/* <text> */

h2{
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
}            
              
p{
    display: flex;
    justify-content: flex-start;
    text-align: left;
    
}    

.text_2{
    display: flex;
    justify-content: flex-start;
    
    
}
           
.text-background{
    background-color: #00000099;
    border-radius: 5%;
    padding: 1rem;
    flex-direction: column;
    margin: auto;
    max-width: 900px;

}   

.text-container{
    display: flex;
    flex-direction: column;
  
     margin: auto;
    max-width: 1200px;
    text-wrap: wrap;
    
}

.imgContainer_4{

    background-image: url(Images/Illustration_Layout_title_page.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:right center;
    width: 100%;
    min-height: auto;
    display: flex;
    place-content: center;
    padding: 2rem;

}

.row_4{
  width:100%;
    max-width: 1550px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px;
    overflow-x: hidden;
    padding: 1.5rem 0;
 
  
  
  }
  
  .row_4 .contentWrapper{
  
 width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    background: rgb(255, 255, 255, 0.85); 
    border-radius: 1rem;
    padding: 2rem;
    background-clip: border-box;
    /* align-items: center; */
  }


.imgContainer_5{

    background-image: url(Images/image_Layout_title_page.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:right bottom;
    width: 100%;
    min-height: auto;
    display: flex;
    place-content: center;
    padding: 2rem;

}

.row_5{
  width:100%;
    max-width: 1550px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px;
    overflow-x: hidden;
    padding: 1.5rem 0;
 
  
  
  }
  
  .row_5 .contentWrapper{
  
 width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    background: rgb(255, 255, 255, 0.85); 
    border-radius: 1rem;
    padding: 2rem;
    background-clip: border-box;
    /* align-items: center; */
  }

  .imgContainer_6{

    background-image: url(Images/marketing_collateral_title_page.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:right center;
    width: 100%;
    min-height: auto;
    display: flex;
    place-content: center;
    padding: 2rem;

}

.row_6{
  width:100%;
    max-width: 1550px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px;
    overflow-x: hidden;
    padding: 1.5rem 0;
 
  
  
  }
  
  .row_6 .contentWrapper{
  
 width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    background: rgb(255, 255, 255, 0.85); 
    border-radius: 1rem;
    padding: 2rem;
    background-clip: border-box;
    /* align-items: center; */
  }

  @media (max-width: 1400px) {   

    
.row_4{
  width:100%;
    max-width: 1550px;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    padding: 1.5rem 0;
 
  
  
  }

  .row_5{
  width:100%;
    max-width: 1550px;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    padding: 1.5rem 0;
 
  
  
  }

  .row_6{
  width:100%;
    max-width: 1550px;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    padding: 1.5rem 0;
 
  
  
  }




  }

}