@font-face {
    font-family: vazir;
    src: url("../font/Vazir.ttf");
}


* {
    margin: 0;
    padding: 0;
    font-family: vazir;
}

.img-back {
    width: 15px;
    align-items: center;
    margin-bottom: 5px;

}

.teal-50 {

    background-color:
        #fff;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    padding: 5px;
    font-size: 15px;
    color: black;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-weight: bold;
}

.teal-51 {
    width: 20px;
}

.img-fluid {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 60px;

}

.collapse {
    display: flex;
    justify-content: end;
    padding-bottom: 90px;
    margin-right: 50px;
    font-size: 17px;
    font-weight: 400px;
}

.nav-link:hover {
    color: #d1d5db !important;
}

.navbar-brand {
    padding-bottom: 65px;
    margin-left: 70px;

}


.cover {
    width: 100%;
    height: 100%;

}

.main {
    background-image: url("../image/pexels-dante-juhasz-62201650-10880636.jpg");
    width: 100%;
    height: 800 px;
    background-size: cover;
}

.overlay {
    width: 100%;
    height: 800px;
    background-color: #0000008b;
}

.nav-link {
    color: aliceblue;
}

.btn {
    font-size: 17px;

}

.container {
    padding-bottom: 80px;
    color: white;
}

.btn-primary {
    background-color: #1865BA;
    font-size: 15px;

}

.text-center {
    font-size: 30px;
    font-weight: bold;
}

.img-icon {
    width: 60px;
    border: 1px solid white;
    z-index: 999999;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s;
}

.img-icon:hover {
    transform: scale(1.5);
}

.borders {
    box-shadow: #1865BA;
    text-align: center;
}

.borders img {
    margin: 0 auto;
    display: flex;
}

.p-text {
    font-size: 15px;
    color: #a3a3a3;

}

.s-info {
    font-size: 29px;
    color: black;
    font-weight: bold;
}

.info-set h3,
.info-set p {
    text-align: center;
}

.info-set p {
    color: #a3a3a3;
}

.img-info3,
.img-info2,
.img-info1 {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
}

.site-footer {
    border: solid 1px #44403c;
    background-color: #44403c;
    height: 300px;
}

.text-end {
    display: flex;
    justify-content: end;
}

.text-about {
    font-size: 20px;
    text-align: end;
    font-weight: bold;
    margin-left: 20px;
}

.text-ap {
    font-size: 12px;
    text-align: end;
    font-weight: initial;
    color: #a3a3a3;
}

.d-1 {
    margin-left: 130px;
    margin-top: 40px;
}

.list-none {
    list-style: none;
    text-align: end;
    margin-left: 30px;
    text-decoration: none;
}