body {
    font-family: Alatsi;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(to bottom,  #f0f0f2, #ffffff);
  
}


.navbar{
    margin: 0px;
    padding: 0px;
}

.navbar-toggler{
    background-color: #081d44;
}



#navbarNav .nav-link{
    color: #081d44;
    transition: color 0.3s, background-color 0.3s, border-radius 0.3s;
    padding: 10px 15px;
    border-radius: 5px;
}
#navbarNav .nav-link:hover {
    color: #0275d8;
}

.social-icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;

}
@media (max-width: 768px) {
    .social-icon {
        display: inline-block;
        margin: 5px 5px;
    }
        .navbar-brand{
        width: 80%;
    }
}@media (max-width: 575px) {
    .social-icon {
        display: inline-block;
        margin: 5px 5px;
    }
    .navbar-brand{
        width: 80%;
    }
}

.language-icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;

}
@media (max-width: 768px) {
    .language-icon {
        display: inline-block;
        margin: 5px 5px;
    }

}

@media (max-width: 660px) {
    .language-icon {
        display: inline-block;
        margin: 5px 5px;
    }
    
}@media (max-width: 575px) {
    .language-icon {
        display: inline-block;
        margin: 5px 5px;
    }
}

.navbar-logo-icon {
    width: 200px;
    height: auto;
    margin-right: 10px;
    margin-left: 0px;
}

.navbar .container{
    margin: auto 0px;
    max-width: 100%;
    padding-right: 0px;
}

.navbar .container .navbar-brand{
    margin-right: 100px;
}


.navbar-brand {
    display: flex;
    align-items: center;
}



.navbar-nav .nav-item a  {
  font-size: 17px;
  font-family: Roboto;
}


@media (max-width: 768px) {
    .navbar-brand, .navbar-toggler {
        display: inline-flex;
        align-items: center;
    }
    .navbar-brand {
        margin-left: 0px;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    .navbar-collapse {
        margin-top: 10px;
    }
}

.nav-item{
    margin-top: 26px;
    margin-right: 15px;
}

#WhatsApp, #Facebook, #LinkedIn, #YouTube,#X-Twitter, #Instgram, #Language{
    margin-top: 34px;
}


.language-container {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.language-flag {
    width: 24px; 
    height: 16px; 
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px; 
}

.language-icon {
    margin-right: 5px; 
}



header {
    background-color: #6495ed;
    padding: 10px;
    text-align: center;
    
}

header img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.store-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
   color: white;
}

.store-button {
    color: white !important;;
    background: linear-gradient(to right,#0361b6, #150db2);
    padding: 0px 12px;
    transition: background-color 0.3s ease;
    margin-left: 30px ;
    margin-right: 0px;
    border-radius: 500px !important;
    width: 150px;
    text-align: center;
    text-shadow: 5px 5px 5px rgb(145, 144, 144); 
    border: solid 1px white;

}

.store-button a{
  font-size: 5px !important;
}

.store-button:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

#Store {
    border-radius: 50%;
    margin-left: 80px;

}


#Language_Store {
    margin-left: auto!;
    margin-top: 35px;
}

/****************************************************/




.final-footer {
    background-color: #081d44;
    color: #fff;
    padding: 20px 0;
    margin-top: 40px;
  /*  font-family: Roboto; */
  text-align: left;
    font-size: 15px;
}

.final-footer a{
    color: #fff;
      text-align: left;

}

.final-div {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-info {
    color: #fff;
}

.footer-info p {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .final-footer p{
        font-size: 12px; 
    }

    .final-footer .contactItem {
        font-size: 12px; 
    }
    .final-footer a{
        font-size: 12px;
    }
}



/********************************************/

footer {
    color: #fff;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #081d44;
    font-family: Roboto; 
    font-size: 15px;
    padding-bottom: 0px;
}
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
}

#scrollTopBtn:hover {
    background-color: #0056b3;
}

