*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(219, 209, 209, 0.7), #8f2727), url(background_1.png);
    background-position: center;
    background-size: cover;
    position: relative; 
}
/*rgba(29, 47, 77, 0.7)*/
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 200px;
}
.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;

}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #d42a37;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;

}

.text-box{
    width:90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1{
    font-size: 62px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #fff;
}

.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.btn:hover{
    border: 1px solid #d42a37;
    background: #d42a37;
    transition: 1s;

}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        background: #d42a37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

  nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}
/*--- Products ---*/

.Products{
   /* width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px; 
    margin: 100px auto;
    */
    width: 80%;
    margin: auto;
    background: #fff6f3;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    margin: 100px auto;
    margin-bottom: 0px;
    padding: 20px 0px;
    transition: 0.5s;

}

@media(max-width: 700px){
    .Products h1{
        font-size: 25px;
        font-weight: 600;
    }

}

.Products:hover{
    box-shadow: 0 0 20px 0px rgba(244, 105, 105, 0.2);
}
.Products img{
    aspect-ratio: 1.9/1;
  /*  width: 40%; 
    height: 60%; */
   /* padding-bottom: 50px;
 /*   padding-top: 50px; */
}
.Products a{

    position: center;
}
/*---- Experiences ---*/

.Experiences{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}


h1{
    font-size: 50px;
    font-weight: 600;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

@media(max-width: 700px){
    .Experiences h1{
        font-size: 25px;
        font-weight: 600;
    }

}
.Experiences-col{
    flex-basis: 47%;
    background: #fff6f3;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(webpeditor_dallebanner\ \(1\).webp);
    object-fit: contain;
    border-radius:  20px;
    margin-bottom: 5%;
    padding: 20px 0px;
    box-sizing: border-box;
    transition: 0.5s;
}

.Experiences-col2{
    flex-basis: 47%;
    background: #fff6f3;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(webpeditor_dallebanner\ \(2\).webp);
    object-fit: contain;
    border-radius:  20px;
    margin-bottom: 5%;
    padding: 20px 0px;
    box-sizing: border-box;
    transition: 0.5s;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.Experiences-col h1{
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0;
}
.Experiences-col:hover{
    box-shadow: 0 0 20px 0px rgba(244, 105, 105, 0.2);
}

.Experiences-col2 h1{
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0;
}
.Experiences-col2:hover{
    box-shadow: 0 0 20px 0px rgba(244, 105, 105, 0.2);
}


@media(max-width: 700px){
    .row{
        flex-direction: column;
    }

}

.experience-us{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.experience-col{
    flex-basis: 48%;
    padding: 30px 2px;
}

.experience-col img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 300px;
    object-fit: cover;
    clip-path: circle();
}


.experience-col h1{
    padding-top: 0;
}

.experience-col p{
    padding: 15px 0 25px;
}

@media(max-width: 700px){
    .experience-col h1{
        font-size: 25px;
    }
}
.fa-brands{
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
}
  
  /* Add a hover effect if you want */
.fa-brands:hover {
    opacity: 0.7;
}
  
  /* Set a specific color for each brand */
  
  /* Facebook */
.fa-linkedin {
    background: rgb(0, 119, 181);
    color: white; 
}
.fa-x-twitter {
    background: #000000;
    color: white;
  }
.fa-square-whatsapp{
    background: #25D366;
    color: white;  
}
/*---- Partnerships --- */

.Partnerships{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.Partnerships-col{
    flex-basis: 33%;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.Partnerships-col img{
    width: 100%;
    display: block;
}

.layer{
    background: transparent;
    height: 100%;
    width: 110%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.layer:hover{
    background: #59c7e579;
}

.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 48%;
    transform: translateX(-52%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h3{
    bottom: 65%;
    opacity: 1;
}
/*--- jobs --*/
.jobs{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(bannerforjobs.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;  
}

.jobs h1{
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0;
}
/*--- contant us ---*/
.contact{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(banner.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}


.contact h1{
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0;
}

@media(max-width: 700px){
    .contact h1{
        font-size: 24px;
    }
}

/*----- Footer ---*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

/*---- sub header1 ---*/

.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(219, 209, 209, 0.7),#8f2727), url(background_2.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sub-header h1{
    margin-top: 100px;
}

@media(max-width: 700px){
    .sub-header h1{
        font-size: 25px;
    }
}
/*---- sub header2 ---*/

.sub-header2{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(219, 209, 209, 0.7),#8f2727), url(background_4.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sub-header2 h1{
    margin-top: 100px;
}

@media(max-width: 700px){
    .sub-header2 h1{
        font-size: 25px;
    }
}

/*---- sub header3 ---*/
.sub-header3{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(219, 209, 209, 0.7),#8f2727), url(background_4.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sub-header3 h1{
    margin-top: 100px;
}

@media(max-width: 700px){
    .sub-header3 h1{
        font-size: 25px;
    }
}


/*---- sub header4 ---*/
.sub-header4{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(219, 209, 209, 0.7),#8f2727), url(background_9.png);

    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sub-header4 h1{
    margin-top: 100px;
}

@media(max-width: 700px){
    .sub-header4 h1{
        font-size: 25px;
    }
}

/*---- sub header5 ---*/
.sub-header5{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(219, 209, 209, 0.7),#8f2727), url(background_5.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sub-header5 h1{
    margin-top: 100px;
}

@media(max-width: 700px){
    .sub-header5 h1{
        font-size: 25px;
    }
}


/*---- About Us ---*/

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
    text-align: center;
}

.about-col img{
    width: 50%;
    padding-left: 200px;
}

.about-col h1{
    padding-top: 0;
}

.about-col p{
    padding: 15px 0 25px;
}


@media(max-width: 700px){
    .about-col img{
        padding-left: 80px;
        width: 50%;
    }
    
    .about-col h1{
        font-size: 25px;
    }
}

.blue-btn{
    border: 1px solid #d42a37;
    background: transparent;
    color: #d42a37;
}

.blue-btn:hover{
    color: #fff;
}



  
/*--- Product ---*/
.product-us{
    width: 80%;
    margin: auto; 
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-col{
    flex-basis: 48%;
    padding: 30px 2px;
}

.product-col img{
    width: 50%; 
  /*  padding-left: 100px; */
 /*   padding-bottom: 50px; */

}

.product-col h1{
    padding-top: 0;
}

.product-col p{
    padding: 15px 0 25px;
}

.product-col a{
 position: center;
}

@media(max-width: 700px){
    .product-col h1{
        font-size: 25px;
    }
}

.slider-wrapper {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
}

.slider {
    display: flex;
    aspect-ratio: 16/9;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius : 0.1rem;
}

.slider img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: contain;
}

.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-nav a{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color:#8f2727;
    opacity: 0.75;
    transition: opacity ease 250ms;
}

.slider-nav a:hover{
    opacity: 1;
}

/*--- Contact us page ---*/

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #d42a37;
    margin: 10px;
    margin-right: 30px;

}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom:  17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}



/*--- Experiences --*/

.banner{
    margin: 100px auto;
    width: 75%;
    background-image: url(FunboxBanner.webp);
    background-position: center;

    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

.banner2{
    margin: 100px auto;
    width: 75%;
    background-image: url(PhantomSquad.webp);
    background-position: center;

    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

/*--- Hiring ---*/

.Hiring{
    width: 80%;
    margin: auto;
    text-align: left;
    padding-top: 50px; 
}

.Hiring h3{

    text-align: left;
}
.Hiring p{
    text-align: left;
}
.Hiring ul{
    padding-left: 40px;
    text-align: left;
}
.Hiring li{
    text-align: left;
}

.Hiring-col{
    width: 80%;
    margin: auto;
    text-align: left;
    align-content: center;
    text-align: center;
}
.Hiring-col form{
  margin: auto;
  width: 50%;
  text-align: center;
  padding: 10px;
}

.Hiring-col input, .Hiring-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom:  17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

@media(max-width: 700px){
    .Hiring-col{
        width: 300px;
        margin: 0px;
        align-content: left;
        text-align: left;
    }
    .Hiring-col form{
      margin: 0px;
      width: 50%;
      text-align: left;
    }
    
    .Hiring-col input, .Hiring-col textarea{
        width: 70%;
        padding: 15px;
        margin-bottom:  17px;
        outline: none;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

}

.apply-now{
    width: 80%;
    margin: auto;
    text-align: center;
}

/*---
@media(max-width: 700px){
    .Hiring{
        max-width: 360px;
        margin: none;
    }
    .Hiring input, .Hiring textarea{
        width: 50%;

    }
    
    .Hiring form{
        text-align: left;
        background-color: #888;
    }
}
*/

/*--- MobiNAS ---*/

.MobiNAS{
    width: 80%;
    margin: auto;
    text-align: left;
    padding-top: 50px;
}

.MobiNAS-col{
    flex-basis: 48%; 
    padding: 30px 2px;
}

.MobiNAS-col img{
    width: 80%;
    /* padding-top: 100px;
   /* padding-left: 100px; */
    padding-bottom: 50px;

}

.MobiNAS-col h1{
    padding-top: 0;
}

.MobiNAS-col p{
    width: 80%;
    text-align: left;
    padding-left: 25px;
}

.MobiNAS-col a{
 position: center;
}

.MobiNAS-col h3{
    width: 80%;
    text-align: left;
}

.MobiNAS-col ul{
    width: 80%;
    padding-left: 40px;
    text-align: left;
}

.MobiNAS-col li{
    width: 80%;
    text-align: left;
}

@media(max-width: 700px){
    .MobiNAS-col h1{
        font-size: 25px;
    }
    .MobiNAS-col img{
        padding-left: 30px;
    }
    
}



/*.MobiNAS-col p{
    width: 80%;
    text-align: left;
    padding-left: 25px;
}
.MobiNAS-col ul{
    width: 80%;
    padding-left: 40px;
    text-align: left;
}
.MobiNAS-col li{
    width: 80%;
    text-align: left;
}

.MobiNAS-col img{
    width: 50%;
    padding-left: 300px;
    padding-bottom: 50px;

}
*/
/* Bordered form */
.form {
    border: 3px solid #f1f1f1;
  }
  
  /* Full-width inputs */
  input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  .button {

    background: transparent;
    color: #d42a37;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 8%;
  }
  
  /* Add a hover effect for buttons */
.button:hover {
    opacity: 0.8;
    color: white;
    transition: 0.5s;
  }

.button::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #d42a37;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.loginbtn {
    background-color: #25D366;
    color: white;
    cursor: pointer;
    width: 8%;
    padding: 10px 10px;
}
  /* Extra style for the cancel button (red) */
  .cancelbtn {
    background-color: #d32525;
    color: white;
    cursor: pointer;
    width: 8%;
    padding: 10px 10px;
  }
  
  /* Center the avatar image inside this container */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
  }
  
  /* Avatar image */
  img.avatar {
    width: 40%;
    border-radius: 50%;
  }
  
  /* Add padding to containers */
  .container {
    padding: 16px;
  }
  
  /* The "Forgot password" text */
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
      display: block;
      float: none;
    }
    .cancelbtn {
      width: 100%;
    }
  }

/*-- Login Modal --*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  /* Close button on hover */
  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
  }
  
  @keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
  }