body , html{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 1.2vw; 
} 
.navbar1 {
    background-color: #0a0a0a;
    padding: 10px;
    position: fixed;
    height: 62px;
    width: 100%;
    z-index: 1000; 
}
.navbar1 a {
    float: right;
    display: block;
    color: #ece6e6;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 40px;
}
.store-icon i {
    font-size: 30px;
    vertical-align: middle; 
    margin-top: -8px;
}
.stor p{
  margin-bottom: -10px;
  margin-top: 2px;
}
.store-icon{
    float: right;
    margin-right: 40px;
}
.language-icon, .store-icon {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.store-dropdown {
    z-index: 1000;
    border-radius: 5px;
}
.language-icon:hover .language-dropdown, .store-icon:hover .store-dropdown {
    display: flex;
}
@media screen and (max-width: 768px) {
    .navbar1 {
        background-color: #0a0a0a;
        padding: 5px;
        height: 46px;
        position: fixed;
        width: 100%;
        z-index: 1000; 
    }
    .navbar1 a {
        float: right;
        display: block;
        color: #ece6e6;
        text-align: center;
        padding: 8px 10px;
        text-decoration: none;
        position: relative;
        transition: all 0.3s ease;
        margin-right: 5px;
        font-size: 10px;
    }
    .store-icon i {
        font-size: 17px;
        vertical-align: middle; 
        margin-top: -8px;
    }
    .store-icon{
        float: right;
        margin-right: 5px;
    }
    .stor p{
        margin-bottom: -10px;
        margin-top: 2px;
        font-size: 10px;
      }
    .language-icon{
        font-size: 15px;
    }
}


.navbar a {
    float: right;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 40px;
}
.navbar a:hover, .navbar a.active {
    background-color: #d4a6a6;
    color: black;
}

.navbar a.active::after {
    width: 100%;
}
.navbar a.active {
    font-size: 1.2em;
}

@media screen and (max-width: 768px) {
    .navbar {
        display: flex;
        align-items: center;
        height: 10px;
        justify-content: space-between;
    }
    
    
    .titer1{
        margin-right: 20px;
        font-size: 8px;
    }
    .navbar a:hover, .navbar a.active {
        background-color: #fffbfb;
        color: black;
    }
    
    .navbar a.active::after {
        width: 100%;
    }
    .navbar a.active {
        font-size: 1.2em;
    }
}

.header {
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header h1 {
    font-size: 3em;
    margin: 0;
}
.header p {
    font-size: 1.5em;
}
#home {
    position: relative;
    width: 100%; 
    overflow: hidden;
    }
    #video-background {
        display: block;
            width: 100%;
            height: auto;
    }
@media screen and (max-width: 768px) {
    .header {
        background-size: cover;
        background-position: center;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 35px;
    }
    #video-background {
        display: block;
        object-fit: cover;
            width: 120%;
            height: 1000px;
            margin-top: 60px;
    }
    
}
.language-dropdown, .store-dropdown {
    display: none;
    position: absolute;
    top: 48px;
    flex-direction: column;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1000; 
    border-radius: 5px;
}
.language-dropdown a, .store-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.language-dropdown a:hover, .store-dropdown a:hover {
    background-color: #ddd;
}


.store-dropdown img {
    width: 20px;
    height: 14px;
    margin-right: 8px;
}
#home {
position: relative;
width: 100%; 
overflow: hidden;
}
#video-background {
    display: block;
        width: 100%;
        height: auto;
}

.section1 {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
background-color: rgb(255, 255, 255);
border: 1px solid white;
grid-row: 1;
flex-wrap: wrap;
}
.section2{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid white;
    grid-row: 1;
    flex-wrap: wrap; 
}
.Bienvenue{
   
    width: 45%;
    margin-left: 15px;
    background-color: white;
    margin-top: 100px;

}
.image1{
    width: 50%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    margin-right: 20px;
  
}
.description1{
    text-align: left;
    margin-left: 50px;
    width: 70%;
   
}

.image1 img {
    width: 100%;
    height: auto;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    
}

.Bienvenue1{
   
    width: 45%;
    margin-left: 15px;
    background-color: white;
    margin-top: 100px;
    
}
.description{
    text-align: left;
    margin-left: 50px;
    width: 70%;
}

.description P {
    font-size: 1.3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    line-height: 1.5; 
    font-size: 1.3vw;
}
.image2{
    width: 45%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: 40px;
}
.image2 img {
    width: 100%;
    height: auto;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
    .Bienvenue{
        width: 100%;
        margin-left: 15px;
        background-color: white;
        margin-top: 70px;
    
    }
    .image1{
        width: 80%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 30px;
      
    }
    .description1{
        text-align: left;
        margin-left: 30px;
        width: 80%;
        font-size: 14px;
       
    }
    .section1 {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        border: 1px solid white;
        grid-row: 1;
        flex-wrap: wrap;
        }
        .section2 {
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%;
            background-color: rgb(255, 255, 255);
            border: 1px solid white;
            grid-row: 1;
            flex-wrap: wrap;
            }
    .Bienvenue1{
        width: 100%;
        margin-left: 15px;
        background-color: white;
        margin-top: 20px;
        
    }
    .Bienvenue1 {
        order: 1; /* ترتيب النص */
    }
    .image2  {
        order: 2; /* ترتيب الصورة */
    }
    
    .image2{
        width: 80%;
        height: auto;
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 30px;
    }
    .image2 img {
        width: 100%;
        height: auto;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        
    }
    .description{
        text-align: left;
        margin-left: 20px;
        width: 90%;
        font-size: 14px;
        margin-top: 0px;
        border: 1px solid black;
    } 
    
    .description P {
        font-size: 1.3em;
        letter-spacing: 1px;
        line-height: 1.5; 
        font-size: 14px;
    }
}
.section0 {
    width: 100%;
    background: linear-gradient(135deg, rgb(214, 6, 186),rgb(67, 64, 235) , #b745ec , rgb(221, 24, 123));
    border: 1px solid rgb(255, 255, 255);
    margin-left: -1px;
    
    
}
.contactez-nous h3{
    font-size: 1.5vw;
    text-align: center;
}
.section {
    padding: 60px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 97%;
    height: auto;
    grid-row: 1;
    flex-wrap: wrap;
    margin-right: 30px;
    
}
.section h1 {
    font-size: 1.2vw;
}
.section p {
    font-size: 1.2vw;
    max-width: 800px;
    margin: 0 auto;
}
.service{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 20%; 
    margin-top: 5px; 
}
.service1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 20%; 
    margin-bottom: 20px;
}

.sercel1{
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.877);
    border-radius: 100px;
    width: 10vw;
    height: 10vw;
    background-color: rgb(255, 252, 252);
    overflow: hidden;
}
.sercel1 img {
    width: 90%;
    height: auto;
    margin-top: 5px;
}

.pragraf0 {
    width: auto;
    margin-top: 10px; 
    margin-right: 5px;
    margin-left: -3px;
}
.pragraf0 h1 {
    font-size: 15px;
    color: white;
   
}
.pragraf0 p {
    font-size: 15px;
    
}
.pragraf {
    width: auto;
    margin-top: 10px;
}
.pragraf h1 {
    font-size: 15px;
    color: white;
    
}
.pragraf p {
    font-size: 15px;
    
}
@media screen and (max-width: 768px) {
    .section0 {
        width: 100%;
        background: linear-gradient(135deg, rgb(214, 6, 186),rgb(67, 64, 235) , #b745ec , rgb(221, 24, 123));
        border: 1px solid rgb(255, 255, 255);
        
        
    }
    .contactez-nous h3{
        font-size: 30px;
        text-align: center;
    }
    .section {
        padding: 60px 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 90%;
        height: auto;
        grid-row: 1;
        flex-wrap: wrap;
        gap: 20px; 
    }
    .service1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        width: 100%; 
        margin-bottom: 0px;
    }
    .service{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        width: 100%;
       border: none;
       margin-top: 0px; 
        
    }
    
    .sercel1{
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.877);
        border-radius: 100px;
        width: 150px;
        height: 150px;
        background-color: rgb(255, 252, 252);
        overflow: hidden;
    }
    .sercel1 img {
        width: 90%;
        height: auto;
        margin-top: 5px;
    }
    .pragraf0 {
        width: 100%;
        margin-top: 10px;
    }
    
    .pragraf0 h1 {
        font-size: 20px;
        color: white;
    }
    .pragraf0 p {
        font-size: 15px;
    }
    .pragraf {
        width: 100%;
        margin-top: 10px;
    }
    .pragraf h1 {
        font-size: 20px;
        color: white; 
    }
    .pragraf p {
        font-size: 15px;
    }
}
.bodofwork {
    width: 99.82%;
    flex-wrap: wrap;
    background-color: rgb(240, 238, 238);
   border: 1px solid white;
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.vision1{
    width: 80%;
    text-align: center;
   
}
.vision1 p {
    text-align: center;
    color: rgb(87, 64, 6);
    font-size: 20px;
}
.title{
    width: 99%;
    text-align: center;
}
.title h1 {
    font-size: 40px;
}
.title p {
    font-size: 20px;
    margin-top: -20px;
    color: #000000;
}
.work{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    
}
.work1{
    width:30%;
    text-align: center;
    height: auto; 
}
.work1 h2 {
    color: rgb(63, 100, 2);
    font-size: 20px;
}
.image0 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 30vw;
    height: 250px;
    background-color: white;
}
.image0 img{
    width: 100%;
    height: 100%;
}
.pargraf1{
    
    width: 30vw;
    text-align: center;
}
.pargraf1 p {
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    .bodofwork {
        width: 100%;
        flex-wrap: wrap;
        grid-row: 1;
        background-color: rgb(255, 255, 255);
       border: 1px solid white;
       display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

       
    }
    .vision1{
        width: 80%;
        text-align: center;
       
    }
    .vision1 p {
        text-align: center;
        color: rgb(185, 142, 22);
        font-size: 15px;
    }
    .title{
        width: 99%;
        text-align: center;
    }
    .title h1 {
        font-size: 30px;
    }
    .title p {
        font-size: 15px;
        margin-top: 0px;
        color: #000000;
    }
    .work{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
        grid-row: 1;
        gap: 20px;
        flex-direction: column;
            
        
    }
    .work1{
        width:100%;
        text-align: center;
        height: auto; 
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .work1 h2 {
        color: rgb(63, 100, 2);
        font-size: 20px;
    }
    .image0 {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        width: 90%;
        background-color: white;
        height: 210px;
    }
    .image0 img{
        width: 100%;
        height: 100%;
    }
    .pargraf1{
        
        width: 90%;
        text-align: center;
    }
    .pargraf1 p {
        font-size: 15px;
    }

}
.image-slider {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: white; 
   
}
.Featured_Products{
    width: 100%;
    text-align: center;
}
.Featured_Products h5{
    font-size: 30px;
}
.image-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: 100%;
    height: auto;
    border: 1px solid rgb(252, 248, 248);
    
}

.image {
    min-width: 25%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 70px;
    width: 50px;
    height:auto ;
}

.image img {
    width: 80%;
    display: block;
    box-shadow: 0 0 10px rgba(114, 101, 2, 0.877);
    border-radius: 5px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.prix {
    text-align: center;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.877);
    padding: 0.5px;
    margin-top: 5px;
    border-radius: 5px;
    width: 80%;
    flex-wrap: wrap
}

.prix p {
    margin-top: 7px;
    font-size: 1vw;
}
.prix h4 {
    margin-top: -8px;
    margin-bottom: 5px;
    font-size: 1vw;
}
.learn {
    background-color: rgb(73, 73, 230);
    border-radius: 5px;
    padding: 6px;
    margin-top: 5px;
    text-align: center;
    font-size: 1.2vw;
    box-shadow: 0 0 10px rgba(76, 104, 231, 0.877);
    width: 76.2%; 
    
            
}

.image a {
    text-decoration: none;
    color: white;
    margin-top: 10px;
    
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media screen and (max-width: 768px) {
    .image-slider {
        width: 100%;
        height: auto;
        background-color: white; 
        border: 1px solid white;
    }
    .Featured_Products{
        width: 100%;
        text-align: center;
    }
    .Featured_Products h5{
        font-size: 30px;
    }
    .image-track {
        scroll-behavior: smooth;
        display: flex;
        animation: scroll 30s linear infinite;
        height: auto;
        width: 80%;
        height: auto;
        border: 1px solid rgb(252, 248, 248);
        
    }
    .image {
        scroll-snap-align: start;
        flex: 0 0 auto;
        box-sizing: border-box;
        padding: 10px;
        margin-top: 70px;
        height:auto ;
        min-width: 45vw;
    }
    
    .image img {
        width: 80%;
        display: block;
        box-shadow: 0 0 10px rgba(114, 101, 2, 0.877);
        border-radius: 5px;
    }
    
    .prix {
        text-align: center;
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.877);
        padding: 0.5px;
        margin-top: 5px;
        border-radius: 5px;
        width: 80%;
        height: auto;
        flex-wrap: wrap
    }
    
    .prix p {
        margin-top: 7px;
        font-size: 10px;
    }
    .prix h4 {
        margin-top: -5px;
        margin-bottom: 5px;
        font-size: 10px;
    }
    .learn {
        background-color: rgb(73, 73, 230);
        border-radius: 5px;
        padding: 6px;
        margin-top: 5px;
        text-align: center;
        font-size: 12px;
        box-shadow: 0 0 10px rgba(76, 104, 231, 0.877);
        width: 72%; 
        
                
    }
    
    .image a {
        text-decoration: none;
        color: white;
        margin-top: 10px;
        
    } 
}


.container9 {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
    
}
.image5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
}


.overlay{
    width: 100%; 
    height: 100%; 
    background-color: rgba(63, 64, 65, 0.568); 
    display: flex;
    justify-content: center;
    
   
}
.overlay-text {
    padding: 40px;
    color: white;
    text-align: center; 
    width: 70%;
}
.overlay-text p{
    margin-top: 120px;
    font-size: 60px;
    
}
.overlay-text h4{
    font-size: 35px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    line-height: 1.5;

}
@media only screen and (max-width: 600px) {
    .container9 {
        position: relative;
        width: 100%;
        margin: 0 auto;   
    }
    .image5 {
        position: absolute;
        width: 100%;
        height: auto;
        min-height: 70vh;
        display: block;
        
    }
    .overlay{
        width: 100%; 
        height: 100%; 
        background-color: rgba(63, 64, 65, 0.568); 
        text-align: center;
         
    }
    .overlay-text {
        padding: 0px;
        color: white;
        text-align: center; 
        width: 90%;
        
    
    }
    .overlay-text p{
        font-size: 30px;
        
    }
    .overlay-text h4{
        width: 100%;
        font-size: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        letter-spacing: 1px;
        line-height: 1.5;
    }
}

.opportunityimg{
    width: 100%;
    
}
.image-opportunity{
    position: relative;
    display: inline-block; 
}
.image-opportunity img{
    display: block;
    width: 100%;
    height: 500px;
    
}
.overlay4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, rgba(214, 6, 186, 0.493),rgba(67, 64, 235, 0.5) , #b745ec80 , rgba(221, 24, 123, 0.575));
    color: white; /* لون النص */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.overlay4 h5 {
    font-size: 60px;
    margin-bottom: 300px;
}
.plan-marketing{
    width: 100%;
    height: auto;
    background-color: #1d1d3d;
    border: 1px solid #1d1d3d;
    
}
.plan-marketing h5{
    text-align: center;
    color: rgb(128, 227, 240);
    font-size: 30px;
}
.enjoy {
    width: 80%;
    margin-left: 40px;
    font-size: 20px;
    margin-top: -30px;
}
.ways {
    margin-left: 40px;
    margin-bottom: 20px;
}
.ways h6{
    font-size: 20px;
    margin-bottom: -10px;
    margin-top: -10px;
    color: rgb(156, 7, 7);
}
.button-container1 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -60px;
}

.button-container1 button {
    font-size: 16px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}
.plan-marketing p {
    color: white;
}
@media only screen and (max-width: 600px) {
    .opportunityimg{
        width: 100%;
        border: none;
    }
    .image-opportunity{
        width: 100%;
        height: 30vh;
        position: relative;
        display: inline-block; 
    }
    .image-opportunity img{
        display: block;
        width: 100%;
        height: 100%;
        
    }
    .overlay4 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white; 
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }
    .overlay4 h5 {
        font-size: 40px;
        margin-bottom: 80px;
        
    }
    .plan-marketing{
        width: 100%;
        height: auto;
        background-color: #1d1d3d;
        border: 1px solid #1d1d3d;  
    }
    .plan-marketing h5{
        text-align: center;
        color: rgb(128, 227, 240);
        font-size: 30px;
    }
    .enjoy {
        width: 80%;
        margin-left: 40px;
        font-size: 15px;
        margin-top: 0px;
    }
    .ways {
        margin-left: 40px;
    }
    .ways h6{
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
        color: rgb(156, 7, 7);
    }
    .ways p{
      font-size: 15px;
    }
    .button-container1 {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 0px;
    }
    
    .button-container1 button {
        font-size: 16px;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .plan-marketing p {
        color: white;
    }
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f1e1e;
    color: white;
    text-align: left;
    padding: 20px;
    margin-left: -1px;
    bottom: 0;
    width: 100%;
    height: 250px;
    font-size: 15px;
}
.company{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.Policy {
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    list-style-type: none;
}
.Policy a{
    text-decoration: none;
    color: white; 
}
.Policy a::after {
    content: '|';
    margin: 0 8px;
}
.image-container1{
    width: 200px;
    height: 110px;
}
.image-container1 img {
    width: 100%;
    height: 100%;
}
.facbook i, .instagram i, .youtub i {
 font-size: 30px;
 color: white;
}
.facbook a, .instagram a, .youtub a {
    font-size: 15px;
    color: white;
    text-decoration: none;
}
.facbook , .instagram , .youtub  {
    text-align: center;
}
.contact p {
    text-align: center;
}

.mediacompany{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;   
}
@media only screen and (max-width: 600px) {
    .footer {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1f1e1e;
        color: white;
        text-align: left;
        padding: 20px;
        bottom: 0;
        width: 100%;
        height: 250px;
        font-size: 15px;
    }
    .company{
        width: 100%;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .Policy {
        
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-right: 30px;
        gap: 10px;
        list-style-type: none;
        width: 60px;
       margin-left: -15px;

    }
    .Policy a{
        text-decoration: none;
        color: white; 
        font-size: 10px;
        text-align: left;
    }
    .Policy a::after {
        content: '|';
        margin: 0 8px;
        
    }
    .img-box1{
        width: 80px;
    }
    .img-box1 p{
        font-size: 12px;
    }
    .image-container1{
        width: 90px;
        height: 52px;
    }
    .image-container1 img {
        width: 100%;
        height: 100%;
    }
    .facbook i, .instagram i, .youtub i {
     font-size: 20px;
     color: white;
    }
    .facbook a, .instagram a, .youtub a {
        font-size: 8px;
        color: white;
        text-decoration: none;
    }
    .facbook , .instagram , .youtub  {
        text-align: center;
    }
    .contact p {
        text-align: center;
    }
    .mediacompany{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
    }   
        
         
}