
/*******************************************************/

.home-section {
    position: relative;
    height: 85vh;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.image-container {
    flex: 1;
    margin-right: 20px;
    text-align: left;
    margin-left: 40px;
    margin-top: 90px;
    font-size: 50px;
    position: relative;
}

.statement {
    font-size: 20px;
    text-align: left;
    margin-right: 10px;
    margin-top: 80px;
    color: white;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    padding: 20px;
    width: auto;
    margin-bottom: 80px;
    margin-left: 10px;
    text-shadow: 5px 5px 5px rgb(32, 32, 32); 

}

.video-container {
    position: relative;
    flex: 2;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: 0px;
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    background: url('./images/UiS-Home-Hero.webp')center/cover no-repeat;
    text-shadow: 5px 5px 5px rgb(145, 144, 144); 

    
}

#IconSocial {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#IconSocial .nav-item {
    margin-right: 10px;
}

#IconSocial .social-icon {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
    }

    .image-container,
    .statement {
        flex: 1;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
    }

    .statement {
        width: auto;
    }

    #IconSocial {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-top: 20px; 
    }

    #IconSocial .nav-item {
        margin-right: 10px;
    }

    #IconSocial .social-icon {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 575px) {
    .home-section {
        height: auto;
    }

    .image-container {
        font-size: 20px;
    }

    .statement {
        font-size: 12px;
    }

    #IconSocial {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-top: 20px; 
    }

    #IconSocial .nav-item {
        margin-right: 10px;
    }

    #IconSocial .social-icon {
        width: 30px;
        height: 30px;
    }
}

/**************************************************/


.our-work {
    text-align: center;
}

.B-solution .cart {
    background-color: #081d44;
    max-width: 100%;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 300px;
    color: white;
    text-align: left;
    font-size: larger;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 10px;
    height: 200px;
}



@media screen and (max-width: 768px) {
    .B-solution .cart
    {
        margin: 10px;
        padding: 20px;
    }
}

@media screen and (max-width: 576px) {
    .B-solution .cart{
        margin: 10px;
        padding: 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .B-services #cart2 #FSE {
      height: 40px;
      text-align: center;
      font-size: 16px;
      margin: 3px 3px 3px 1px;
  }
  #Erp p, #Web p, #cart1 p, #cart2 p{
    font-size: 15px;
}
}


@media screen and (max-width: 576px) {
    .B-services #cart2 #FSE {
        height: 50px;
        text-align: center;
        font-size: 16px;
        margin-bottom: 2px;
    }

    #Erp p, #Web p, #cart1 p, #cart2 p{
        font-size: 13px;
    }
}




/**********************************************************/





.B-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px;
}

.B-services .cart {
    flex: 1;
    width: 600px;
    /*height: 300px;*/
    padding: 20px;
    text-align: left;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
}


.B-services h2{
    display: block;
    margin: 0px;
}

.B-services #cart1{
    font-size: 18px;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.B-services #cart1-2{
    background: url('./images/WebDevCopy.png')center/cover no-repeat;
    font-size: 18px;

}

.B-services #cart2-2{
    background: url('./images/IT.gif')center/cover no-repeat;
    font-size: 18px;
    
}

.B-services #cart2{
    font-size: 18px;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.B-solution .cart,
.B-services .cart {
    position: relative;
    overflow: hidden;
}

.B-solution .cart h4,
.B-solution .cart p,
.B-services .cart h4,
.B-services .cart p,
.B-services .cart #btn-pages,
.B-services .cart #FSE,
.B-services .cart img,
.B-services .cart ul {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.B-solution .cart.is-visible h4,
.B-solution .cart.is-visible p,
.B-services .cart.is-visible h4,
.B-services .cart.is-visible p,
.B-services .cart.is-visible #btn-pages,
.B-services .cart.is-visible #FSE,
.B-services .cart.is-visible img,
.B-services .cart.is-visible ul {
    opacity: 1;
    transform: translateX(0);
}

/***********************************************************************/

.why_choose_us .cart {
    max-width: 100%;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    text-align: left;
    position: relative;
    overflow: hidden; 
    background-color: #081d44;
    margin-top: 40px;
    height: 160PX;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    color: white;

}

#Mob h4,
        #Mob p,
        #Mob img {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        #Mob.is-visible h4,
        #Mob.is-visible p,
        #Mob.is-visible img {
            opacity: 1;
            transform: translateX(0);
        }
@media screen and (max-width: 768px) {
            .why_choose_us .cart
            {
                padding: 20px;
                margin: 10px;
            }
}

@media screen and (max-width: 576px) {
            .why_choose_us .cart{
                margin: 10px;
                padding: 15px;
                font-size: 10px;
            }
}
/*********************************************************/



.ERB-Web {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px;
    text-align: left;
}

.ERB-Web .cart {
    flex: 1;
    width: 600px;
    height: 300px;
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;  
    color: black;
}

#Web{
    font-size: 18px; 
    padding: 50px;   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#cart3-2{
    background: url('./images/E-Markting&Graphic4.gif')center/cover no-repeat;
}



#Web h4,
        #Web ul, #Web #btn-pages,
        #Web img, #Web p {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        #Web.is-visible h4,
        #Web.is-visible ul,
        #Web.is-visible #btn-pages,
        #Web.is-visible img,
        #Web.is-visible p {
            opacity: 1;
            transform: translateX(0);
        }



#cart4-2{
      background: url('./images/ERPCard.gif')center/cover no-repeat;

}
#Erp{
    font-size: 18px;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

#Erp h4,
        #Erp ul, #Erp #btn-pages,
        #Erp img {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        #Erp.is-visible h4,
        #Erp.is-visible ul,
        #Erp.is-visible #btn-pages,
        #Erp.is-visible img {
            opacity: 1;
            transform: translateX(0);
        }



@media screen and (max-width: 768px) {
    .B-solution .cart,
    .B-services .cart,
    .why_choose_us .cart,
    .ERB-Web .cart {
        margin: 10px;
    }

    .B-services .cart {
        flex: 1;
        min-width: calc(50% - 20px);
    }

    .ERB-Web .cart {
        flex: 1;
        min-width: calc(50% - 20px);
    }
}

@media screen and (max-width: 576px) {
    .B-solution .cart,
    .B-services .cart,
    .why_choose_us .cart,
    .ERB-Web .cart {
        margin: 10px;
        font-size: 10px;
    }

    .B-services .cart,
    .ERB-Web .cart {
        flex: 1;
        min-width: calc(100% - 20px); 
        font-size: 10px;
    }

}


#btn-pages{
    width: 120px;
    height: 50px;
    margin-top: 30px;
    background-color: #081d44;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#btn-pages:hover {
    background-color:  #103a89;
}

#FSE{
    height: 60px;
    display: block;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#FSE:hover {
    background-color:  #103a89;
}




.cart img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: inline-block;
}

.cart h4{
    display: inline-block;

}


#cart1-2,
#cart2-2,
#cart3-2, #cart4-2
{
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#cart1-2.is-visible,
#cart2-2.is-visible,
#cart3-2.is-visible,
#cart4-2.is-visible

{
    opacity: 1;
    transform: translateX(0);
}

/**************************************************************************/

.customer-h2{
    margin-top: 40px;
}


.customer-logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 50px;
  }

  .logo-item {
    flex: 0 0 20%;
    max-width: 200px;
    margin: 10px 5px;
  }

  .logo-item img {
    width: 100%;
    height: auto;
    display: block;
  }

.customer-h2{
    text-align: center;
}

/************************************************************************/

.contact-us {
    padding: 50px 0;
    background-color: #f0f0f2;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-us h2 {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-item {
    width: calc(33.33% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .contact-item {
        width: 100%;
    }
}


.icon {
    width: 20px;
    height: 20px;
}

/*********************************************************/


#SocialContainer {
  max-width: 1200px;
  margin: 50 auto;
  padding: 20px;
}


#SocialContainer .row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; 
}

#SocialContainer .col-md-6 {
  flex: 0 0 50%; 
  max-width: 50%;
  padding: 10px;
}

#SocialContainer .content{
  margin-top: 50px;
}

#SocialContainer .content,
#SocialContainer .image, #SocialContainer h2 {
  text-align: center;
}

#SocialContainer .image img {
  max-width: 50%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .col-md-6 {
      flex: 0 0 100%; 
      max-width: 100%;
  }
}



.scroll-left, .scroll-right {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.scroll-left.show-left, .scroll-right.show-right {
  opacity: 1;
  transform: translateX(0);
}
/*/////////////////////////////////////*/



#email-form {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#email-input,
#message-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#send-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#send-button:hover {
    background-color: #45a049;
}


/****************************************************************/
