@font-face {
    font-family: myFont;
    src: url(../Fonts/Changa-Bold.ttf);
}
@font-face {
  font-family: sec;
  src: url(../Fonts/Vazirmatn-Bold.ttf);
}

*{
    margin: 0;
    box-sizing: border-box;
    font-family: myFont;
    scroll-behavior: smooth;

}
body{
  background-color: #c9cccf;
}
.navbar-brand{
  font-family: sec;
 
}

.home h1 {
    color: #EF9651;
    font-weight: 900;
}
.logo{
    width: 80px;
    height: 80px;
}

.home .background-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url("../Images/6.jpg");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home a {
    text-decoration: none;
    color: inherit;
}

#about .container-lg .col-lg-5 img {
    width: 85%;
}

#about .container-lg .col-lg-7 h3 {
    font-size: 1.875rem;
}

#about .container-lg .col-lg-7 .sub-title {
    color: #999;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 1.25rem;
}

#about .container-lg .col-lg-7 p {
    font-size: 0.9375rem;
    line-height: 1.6;
}

.progress-shadow {
    box-shadow: rgb(225, 225, 225) -2px 2px 5px 1px inset;
    height: 1.5rem;
}

#about .container-lg .col-lg-7 .skills .progress-bar {
    background-color: var(--tertiary-color);
}

#about .container-lg .col-lg-7 .skills h6 {
    font-size: 0.8125rem;
}

#about .container-lg .col-lg-7 .btns button {
    font-size: 0.8125rem;
    padding: 0.625rem 1.875rem;
}

.btn-1c {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--tertiary-color);
    --bs-btn-border-color: var(--tertiary-color);

}

.btn-outline-1c {
    --bs-btn-color: var(--tertiary-color);
    --bs-btn-border-color: var(--tertiary-color);
}



.team .img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.team .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team .img:hover .overlay {
    opacity: 1;
}

.team .overlay a {
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.team .overlay a:hover {
    transform: scale(1.1);
}

.team .img-name {
    background-color: #333;
    text-align: center;
    padding: 20px;
}

.team .img-name h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.team .img-name h5 {
    font-size: 1rem;
    font-weight: 600;
}

.img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* 4:3 aspect ratio (100% for square) */
    overflow: hidden;
}

.img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#contact .container-lg .row p {
  font-size: .9375rem;
}

#contact .container-lg form button {
  font-size: .8125rem;
  padding: .625rem 2.5rem;
}

#contact .container-lg .row .col-lg-4:hover span{
  color: #f7f7f7;
  background-color: rgb(43, 40, 40);
  border-radius: 10px;
}

.f-input {
  font-size: .875rem;
  padding: .625rem;
  background-color: #2e2c2c;
  margin-bottom: .5rem;
}

.f-input:focus-visible {
  outline: none;
}

.carousel-indicators [data-bs-target] {
  width: .625rem;
  height: .625rem;
  background-color: #d6d6d6;
  border-radius: 10px;
}

.carousel-indicators .active {
  background-color: #869791;
}

#clients .container-lg .carousel .carousel-caption span {
  font-size: .75rem;
}

.carousel-caption {
    display: block !important;
    position: static !important;
    color: inherit; /* or your preferred color */
}
.client-img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 0px;
}


@media only screen and (max-width: 600px) {
.client-img {
    width: 290px;
}
}

/*The about part*/
.about-section {
  background-color: #f9f9f9;
  padding: 40px 0;
  text-align: center;
}

.about-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.about-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.vision-mission-values {
  background-color: #ffffff;
  padding: 40px 0;
}

.vision-mission-values .container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.vision-mission-values .vision,
.vision-mission-values .mission,
.vision-mission-values .values {
  flex: 1;
  padding: 0 20px;
}

.vision-mission-values h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.vision-mission-values ul {
  list-style: none;
  padding: 0;
}

.vision-mission-values ul li {
  font-size: 18px;
  margin-bottom: 10px;
}




.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25d366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}
.whatsapp-float img{
width: 100px;
height: 100px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}



.tiktok-float{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}
.tiktok-float img{
width: 100px;
height: 100px;
}

.tiktok-float:hover {
    transform: scale(1.1);
}
