:root {
  --main-color: #5956e3;
  --white-color: #ffffff;
  --red-color: #dc3545;
  --green-color: #20c997;
  --title-color: #4b5465;
  --subtitle-color: #828282;
  --gray-color: #efefef;
  --gray-color_2: #ebebeb;
  --bold-gray-color: #dcdcdc;
  --light-gray-color: #f9f9f9;
  --Khaki-color: #898991;
  --light-dark-color: #4d5661;
}
::-webkit-scrollbar {
  display: none;
}
@font-face {
  font-display: swap;
  font-family: IranYEKAN;
  font-weight: bold;
  src: url("../fonts/iranyekan.woff");
}
@font-face {
  font-display: swap;
  font-family: IranYEKANBOLD;
  font-weight: bold;
  src: url("../fonts/iranyekan_bold.ttf");
}

#loading {
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  background: var(--white-color) url("../images/loading.gif") center no-repeat;
  z-index: 9999;
  overflow: hidden;
}
iframe {
  background: var(--white-color) url("../images/loading.gif") center no-repeat;
}
p {
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  box-sizing: border-box;
  font-family: IranYEKAN;
  font-size: 13px;
}
pre {
  font-family: IranYEKAN;
}
.text-pre {
  white-space: pre-wrap;
}
.bold-font {
  font-family: IranYEKANBOLD !important;
}
.text-right {
  text-align: right;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
/* a:hover {
  color: var(--main-color) !important;
} */

img {
  max-width: 100%;
}
input::placeholder {
  color: inherit;
}
ul.custom-list-style {
  padding: 0;
}
ul.custom-list-style li {
  list-style: none;
  display: flex;
  position: relative;
  padding-right: 15px;
}
ul.custom-list-style li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  background: var(--main-color);
}

[dir="rtl"] .slick-prev {
  scale: 1.5;
}
[dir="rtl"] .slick-next {
  scale: 1.5;
}
.slick-prev:before,
.slick-next:before {
  color: var(--Khaki-color);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  display: none;
}
.slick-slider .slick-list.back::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to left, white, rgb(255 255 255 / 0));
}
.slick-slider .slick-list.next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to right, white, rgb(255 255 255 / 0) 50%);
}
.title {
  color: var(--title-color);
  font-family: IranYEKANBOLD;
}
.custom-container {
  width: 85%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.dir-left {
  direction: ltr;
}
.dir-right {
  direction: rtl;
}
.bg-main-color {
  background: var(--main-color);
  color: var(--white-color);
}
.bg-subtitle-color {
  background: var(--subtitle-color);
  color: var(--white-color);
}
.bg-khaki-color {
  background: var(--Khaki-color);
  color: var(--white-color);
}
.bg-gray-color {
  background: var(--gray-color);
}
.text-subtitle-color {
  color: var(--subtitle-color);
}
.text-main-color {
  color: var(--main-color);
}
.text-khaki-color {
  color: var(--Khaki-color);
}
.form-control:focus {
  border-color: var(--main-color);
  box-shadow: unset !important;
}
.rounded-12 {
  border-radius: 12px;
}
.text-ellipsis {
  width: 99%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[data-bs-dismiss] {
  cursor: pointer;
}
[data-bs-dismiss] i {
  font-size: 20px;
}
.modal-backdrop.show {
  opacity: 0.8;
}
/* --------------------- Header & Footer ---------------------- */
.navbar-brand {
  margin: 0;
}
.navbar .offcanvas {
  width: 350px;
  padding: 15px 15px 25px 15px;
}
/* side menu */

.navbar .offcanvas .navbar-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  width: 100%;
}
.navbar .offcanvas .navbar-nav .nav-item {
  flex-direction: column;
  padding: 10px;
  gap: 10px;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.095);
  transition: 0.3s;
  border-radius: 10px;
}
.navbar .offcanvas .navbar-nav .nav-item .nav-link {
  font-family: IranYEKANBOLD;
  font-size: 12px;
}
.navbar .offcanvas .navbar-nav .nav-item:hover {
  background: var(--main-color);
  color: var(--white-color);
}
.navbar .offcanvas .navbar-nav .nav-item:hover .nav-link {
  color: var(--white-color);
}
.navbar .offcanvas .navbar-nav .nav-item i {
  font-size: 30px;
  margin: 10px 0;
}
.navbar .offcanvas .sidemenu-header img {
  width: 200px;
  height: 60px;
}
.navbar .offcanvas .sidemenu-footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  border-top: 1px solid var(--Khaki-color);
  padding-top: 15px;
  width: 100%;
}
.navbar .offcanvas .sidemenu-footer img {
  width: 35px;
  height: 35px;
  border-radius: 12px;
  padding: 5px;
  background: white;
  margin: 0 15px;
}
/* end side menu */
.navbar-toggler:focus {
  box-shadow: unset !important;
}
.navbar .filter-modal-responsive i {
  font-size: 18px;
  cursor: pointer;
  color: var(--Khaki-color);
}
.navbar .nav-item {
  display: flex;
  align-items: center;
  direction: rtl;
  color: var(--Khaki-color);
  white-space: nowrap;
}
.navbar .navbar-brand img {
  width: 150px;
  height: 40px;
}
input[searchcity]:focus + .city-found {
  opacity: 1;
  height: 200px;
}
.city-found {
  position: absolute;
  top: 55px;
  right: 2%;
  transform: translateY(-2%);
  padding: 10px 20px !important;
  width: 96%;
  background: var(--light-gray-color);
  border-radius: 0.375rem;
  z-index: 999;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  max-height: 200px;
  overflow-y: scroll;
  opacity: 0;
  height: 0;
  transition: 0.3s;
}
.city-found li {
  margin: 10px 0;
}
.city-found li a {
  font-size: 12px !important;
}
#filter-modal .modal-content {
  background: var(--gray-color);
  padding: 20px;
}
#filter-modal .modal-content .title {
  font-size: 15px;
}
#filter-modal .modal-content form input,
#filter-modal .modal-content form select {
  background: transparent;
  padding: 10px 30px;
}
#filter-modal .modal-content form input::placeholder,
#filter-modal .modal-content form select {
  color: var(--Khaki-color);
  font-size: 12px;
}
#filter-modal .modal-content form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--Khaki-color);
}
#filter-modal .modal-content form .buttons {
  display: flex;
  gap: 10px;
}
#filter-modal .modal-content form .btn {
  width: 50%;
  color: var(--Khaki-color);
  border: 1px solid var(--Khaki-color);
  background: var(--bold-gray-color);
  padding: 10px 0;
  transition: 0.3s;
}
#filter-modal .modal-content form button.btn:hover {
  color: var(--white-color);
  background: var(--main-color);
}
#filter-modal .modal-content form span.btn:hover {
  color: var(--white-color);
  background: var(--red-color);
}
footer {
  background: var(--gray-color);
}
footer .logo {
  text-align: left;
}
footer .logo img {
  width: 200px;
}
footer .logo a {
  color: var(--Khaki-color);
  display: inline-block;
  margin: 20px 5px 0 5px;
}
footer .logo .social-media a img {
  width: 35px;
  height: 35px;
  border-radius: 12px;
  padding: 5px;
  background: white;
}
footer pre {
  white-space: break-spaces;
}
/* ---------------------------- Home --------------------------- */
.home-page .main-slider video,
.filter-page .main-slider video,
.filter-page .main-slider img {
  width: 100%;
  height: 70vh;
  border-top: 4px solid var(--main-color);
  border-bottom: 4px solid var(--main-color);
  object-fit: cover;
}
.home-filter .filter-slider {
  margin: 0;
}
.home-filter .filter-slider .slick-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-bottom: 10px;
}
.home-filter .filter-slider .slick-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--main-color);
  transition: 0.3s;
}
.home-filter .filter-slider .slick-slide:hover::after {
  width: 100%;
}
.home-filter .filter-slider .slick-slide:hover img {
  filter: opacity(1);
}
.home-filter .filter-slider .slick-slide:hover p {
  color: var(--title-color);
}
.home-filter .filter-slider .slick-slide img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  filter: opacity(0.5);
}
.home-filter .filter-slider .slick-slide p {
  font-size: 12px;
  color: var(--Khaki-color);
  white-space: nowrap;
}
.home-filter .filter-slider .slick-next {
  top: 40%;
  left: -35px;
}
.home-filter .filter-modal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  cursor: pointer;
  width: 80%;
  text-align: center;
  border: 1px solid var(--Khaki-color);
  color: var(--Khaki-color);
  border-radius: 12px;
  transition: 0.3s;
  font-size: 12px;
}
.home-filter .filter-modal i {
  font-size: 15px;
  margin-left: 7px;
}
.home-filter .filter-modal:hover {
  background: var(--main-color);
  color: var(--white-color);
}
.provinces-category .title,
.projects-sample .title,
.products-sample .title,
.price-list-page .title,
.contact-us-page .title,
.work-with-us-page .title,
.faq-page .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.provinces-category .title h2,
.projects-sample .title h2,
.products-sample .title h2,
.price-list-page .title h2,
.contact-us-page .title h2,
.work-with-us-page .title h2,
.faq-page h2 {
  font-size: 14px;
  white-space: nowrap;
  margin: 0;
  font-family: IranYEKANBOLD;
}
.provinces-category .title hr,
.projects-sample .title hr,
.products-sample .title hr,
.price-list-page .title hr,
.contact-us-page .title hr,
.work-with-us-page .title hr,
.faq-page hr {
  width: 100%;
  margin: 0;
}
.provinces-category .title a,
.projects-sample .title a,
.products-sample .title a {
  font-size: 12px;
  white-space: nowrap;
  transition: 0.3s;
}
.provinces-category .provinces-slider .province,
.projects-sample .project {
  position: relative;
  margin: 0 0 0 25px;
  border-radius: 25px;
  overflow: hidden;
}
.projects-sample .project:not(.project.slick-slide) {
  margin: 0;
}
.provinces-category .provinces-slider .province {
  height: 250px;
}
.projects-sample .project {
  height: 200px;
  display: block;
}
.provinces-category .provinces-slider .province::after,
.projects-sample .project::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}
.provinces-category .provinces-slider .province img,
.projects-sample .project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.provinces-category .provinces-slider .province p,
.projects-sample .project h3 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white-color);
  text-align: center;
  font-family: IranYEKANBOLD;
  font-size: 17px;
  white-space: nowrap;
  z-index: 999;
}
.projects-sample .project h3 {
  bottom: 10px;
}
.projects-sample .project p:first-of-type {
  font-family: IranYEKANBOLD;
  white-space: nowrap;
  font-size: 15px;
  margin-bottom: 10px;
}
.projects-sample .project p:last-child {
  white-space: nowrap;
  font-size: 13px;
}
.products-sample .products-sample-slider .product {
  margin: 25px 0 25px 25px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5) inset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 10px;
}
.products-sample .products-sample-slider .product img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.products-sample .products-sample-slider .product p:first-of-type {
  font-family: IranYEKANBOLD;
  margin-bottom: 10px;
}
.products-sample .products-sample-slider .product p:last-of-type {
  color: var(--Khaki-color);
}
.trust-organizations .title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
.trust-organizations .title hr {
  width: 100%;
  margin: 0;
}
.trust-organizations .organizations-slider .organization {
  margin: 0 0 0 50px;
}
.about-us .projects .boxes {
  background: var(--light-gray-color);
  height: 250px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 7px 0px rgb(131 131 131 / 50%);
  text-align: center;
  padding: 20px;
}
.about-us .projects .boxes .title {
  font-size: 15px;
}
.about-us .projects .boxes .subtitle {
  color: var(--main-color);
  font-size: 16px;
}
.about-us .projects .boxes::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 110%;
  right: -20px;
  top: -3px;
  background: var(--main-color);
  z-index: -1;
  border-radius: 50%;
  transform: scale(1.1);
}
.about-us .projects .boxes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -20px;
  top: 20px;
  background: var(--light-gray-color);
  z-index: -1;
  border-radius: 20px;
}
/* ---------------------------- provinces --------------------------- */
.filter-page .main-slider {
  position: relative;
}
.filter-page .main-slider .carousel-item .details {
  position: absolute;
  right: 12%;
  top: 50%;
  background: rgba(120, 51, 228, 0.7);
  padding: 20px;
  text-align: center;
  color: var(--white-color);
  border-radius: 15px;
  transform: translateY(-50%);
}
.filter-page .main-slider .carousel-item .details hr {
  border-width: 2px;
  opacity: 1;
}
.filter-page .main-slider .carousel-item .details .manager-profile-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
}
.filter-page .main-slider .carousel-item .details .social-media img {
  background: var(--white-color);
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 15px;
  margin-left: 10px;
  border: 0;
}
.filter-page .main-slider .carousel-item .details .tell {
  display: flex;
  justify-content: center;
}
.filter-page .main-slider .carousel-item .details .map {
  background: var(--white-color);
  color: var(--title-color);
  border-radius: 15px;
  padding: 7px 20px 5px 20px;
  white-space: nowrap;
}
.filter-page .main-slider .carousel-item .details .map span {
  display: block;
  color: var(--Khaki-color);
}
.filter-page .filter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.filter-page .filter span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  cursor: pointer;
  width: 130px;
  text-align: center;
  border: 1px solid var(--Khaki-color);
  color: var(--Khaki-color);
  border-radius: 10px;
  transition: 0.3s;
  white-space: nowrap;
  gap: 5px;
}
.filter-page .filter span:hover {
  background: var(--main-color);
  color: var(--white-color);
}
.filter-page .filter .search {
  position: relative;
}
.filter-page .filter .search i {
  position: absolute;
  font-size: 14px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: var(--Khaki-color);
}
.filter-page .filter .search input {
  border: 1px solid var(--Khaki-color);
  height: 42px;
  padding-right: 30px;
  width: 250px;
  border-radius: 10px;
}
.filter-page .filter .search input::placeholder {
  color: var(--Khaki-color);
}
.filter-page .projects-sample-list {
  /* display: flex;
  flex-wrap: wrap;
  gap: 25px 25px;
  justify-items: center; */
}
.filter-page .projects-sample-list .project {
  /* padding: 0;
  margin: 0;
  width: 210px; */
  padding: 0;
}
/* ---------------------------- detail --------------------------- */
.detail-page .project-detail {
  min-height: 60vh;
}
.detail-page .project-detail .preview .iframe {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.detail-page .project-detail .preview .iframe .ribbon {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 5%;
  transform: translateY(-5%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 12px;
  color: var(--white-color);
  background-color: rgba(0, 0, 0, 0.8);
}
.detail-page .project-detail .preview .iframe .ribbon span.fullscreen {
  border: 1px solid var(--white-color);
  padding: 5px 10px;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.detail-page .project-detail .preview .iframe iframe {
  min-height: 60vh;
}
.detail-page .project-detail .project-info .info {
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  border: 2px solid var(--gray-color);
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail-page .project-detail .project-info .info .title {
  font-size: 15px;
}
.detail-page .project-detail .project-info .info .manager-profile-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid var(--gray-color_2);
}
.detail-page .project-detail .project-info .info .social-media img {
  width: 37px;
  height: 37px;
  padding: 7px;
  border: 1px solid var(--Khaki-color);
  background: white;
  border-radius: 50%;
  margin-left: 10px;
}
.detail-page .project-detail .project-info .info .map {
  display: inline-block;
  border: 2px solid var(--gray-color);
  white-space: nowrap;
  padding: 5px 20px;
  border-radius: 12px;
}
.detail-page .project-detail .project-info .info .map:hover {
  background: var(--main-color);
  color: var(--white-color);
  border-color: var(--main-color);
  transition: 0.2s;
}
.detail-page .project-detail .project-info .info .map:hover p {
  transition: 0.2s;
  color: var(--white-color);
}
/* ---------------------------- price list --------------------------- */
.price-list-page .product,
.price-list-page .project {
  text-align: center;
  background: var(--gray-color);
  border-radius: 12px;
  padding: 20px 10px;
  margin: 0 10px;
}
.price-list-page .product > i,
.price-list-page .project > i {
  font-size: 40px;
  margin-bottom: 20px;
}
.price-list-page .product h2,
.price-list-page .project h2 {
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.price-list-page .product p,
.price-list-page .project p {
  color: var(--Khaki-color);
  margin-bottom: 20px;
  white-space: nowrap;
}
.price-list-page .product span,
.price-list-page .project span {
  background: var(--red-color);
  color: var(--white-color);
  padding: 10px 0;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 20px;
  white-space: nowrap;
  width: 80%;
  margin: auto;
}
/* ---------------------------- contact-us-page --------------------------- */
.contact-us-page .address {
  background: var(--gray-color);
  padding: 10px;
  border-radius: 12px;
}
.contact-us-page .address .social-media img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--white-color);
  margin-left: 15px;
  margin-top: 40px;
  padding: 10px;
}
.contact-us-page .address p {
  /* margin-bottom: 25px; */
  color: var(--Khaki-color);
}

/* ---------------------------- FAQ-page --------------------------- */
.faq-page .question_answer {
  margin: 20px 0;
}
.faq-page .question {
  color: var(--gray-rm-color);
  display: flex;
  align-items: center;
}
.faq-page .question i {
  font-size: 15px;
  color: var(--Main-rm-color);
  margin-left: 10px;
}
.faq-page .answer {
  font-size: 12px;
}
.faq-page .answer .card-body {
  margin-top: 20px;
  padding: 15px;
  border-radius: 5px;
  background: var(--gray-color);
  color: var(--White-rm-color);
}

#loginpage {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 3%;
}
#loginpage .loginform {
  padding: 0 10px 0 10px;
}
#loginpage .logo img {
  width: 60%;
}
#loginpage .loginform form {
  max-width: 320px;
  margin: auto;
}
#loginpage .loginform form input {
  text-align: center;
  padding: 12px;
  border-radius: 12px;
}
#loginpage .loginform form input::placeholder {
  color: #b8b8b8;
}
#loginpage .loginform form button {
  padding: 12px 0;
  border-radius: 12px;
  width: 100%;
  color: var(--white-color);
  background-color: var(--light-dark-color);
}
#loginpage .footer {
  background: var(--main-color);
  color: var(--white-color);
  font-size: 15px;
}

/* panel */
.panel-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel-navbar .logo img {
  width: 150px;
}
.panel-navbar .navbar-items.offcanvas {
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
}
.panel-navbar .navbar-items.offcanvas * {
  color: var(--white-color) !important;
}
.panel-navbar .navbar-items {
  display: flex;
  gap: 25px;
}
.panel-navbar .navbar-items .nav-item {
  color: var(--subtitle-color);
}
.panel-navbar span[data-bs-target="#offcanvasMenu"] i {
  cursor: pointer;
  font-size: 25px;
  color: var(--title-color);
  padding: 10px 0 0 0;
}

.bottom-menu {
  width: 100%;
  height: 80px;
  background: var(--main-color);
  position: fixed;
  bottom: 0;
  z-index: 9;
}
.bottom-menu .items {
  display: flex;
  gap: 30px;
  position: absolute;
  top: -40px;
}
.bottom-menu .items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--title-color);
  background: var(--white-color);
  width: 120px;
  height: 100px;
  border-radius: 18px;
  box-shadow: 0 0.07rem 0.3rem rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 12px;
  transition: 0.2s;
}
.bottom-menu .items .item:hover {
  background: var(--light-dark-color);
  color: var(--white-color);
}
.bottom-menu .items .item i {
  font-size: 25px;
}
/* ----------------------------------- home page ------------------------------------------ */
#panel-homepage .projects {
  border-radius: 20px;
  min-height: 60vh;
  box-shadow: 0 0.07rem 0.3rem rgba(0, 0, 0, 0.25);
  display: flex;
  overflow: hidden;
}
#panel-homepage .projects .description {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#panel-homepage .projects .description h1 {
  margin-bottom: 30px;
  font-size: 18px;
}
#panel-homepage .projects .description p {
  margin-bottom: 25px;
}
#panel-homepage .projects .description a {
  background: var(--main-color);
  color: var(--white-color);
  padding: 13px 25px;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 13px;
  align-self: center;
}
#panel-homepage .projects .project-preview {
  position: relative;
}
#panel-homepage .projects .project-preview .dots {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#panel-homepage .projects .project-preview .dots .dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--white-color);
  cursor: pointer;
  transition: 0.5s;
}
#panel-homepage .projects .project-preview .dots .dot.active {
  background: var(--red-color);
}
/* #panel-homepage .projects .project-preview .iframe {
  background: url(../images/loading.gif) center center no-repeat;
} */
/* ----------------------------------- contact page ------------------------------------------ */
#panel-contactpage .filter {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#panel-contactpage .filter .badge {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 30px;
  background: var(--gray-color);
  color: var(--Khaki-color);
  transition: 0.5s;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.3s;
}
#panel-contactpage .filter .badge:hover {
  background: var(--light-dark-color);
  color: var(--white-color);
}
#panel-contactpage .filter .badge.active {
  background: var(--main-color);
  color: var(--white-color);
}
#panel-contactpage .filter .search {
  position: relative;
  align-self: flex-start;
}
#panel-contactpage .filter .search i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--Khaki-color);
}
#panel-contactpage .filter .search input {
  background: var(--gray-color);
  border: none;
  padding: 0 25px 0 0;
  height: 30px;
  border-radius: 0.375rem;
  font-size: 0.75em;
  width: 200px;
}
#panel-contactpage .filter .search input::placeholder {
  color: var(--Khaki-color);
}
#panel-contactpage .filter select {
  background: var(--gray-color);
  color: var(--Khaki-color);
  padding: 0 10px;
  height: 30px;
  border: none;
  font-size: 0.75em;
}
#panel-contactpage .contact-list .contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
#panel-contactpage .contact-list .contact label {
  display: flex;
  align-items: center;
}
#panel-contactpage .contact-list .contact .private-message {
  color: var(--Khaki-color);
  cursor: pointer;
}
#panel-contactpage .contact-list .contact .private-message.active {
  color: var(--main-color);
}
#panel-contactpage .contact-list .contact input {
  margin-left: 5px;
}
#panel-contactpage form textarea::placeholder {
  color: var(--Khaki-color);
}
/* ----------------------------------- add contact page ------------------------------------------ */
#panel-addcontactpage form i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--subtitle-color);
}
#panel-addcontactpage form .form-control {
  padding: 0 30px 0 0;
  height: 45px;
  color: var(--subtitle-color);
  border-radius: 12px;
  font-size: 0.9rem;
}
#panel-addcontactpage form button {
  height: 45px;
  width: 200px;
  background: var(--main-color);
  color: var(--white-color);
  border-radius: 12px;
}
/* ----------------------------------- settings page ------------------------------------------ */
#panel-settingspage {
  text-align: center;
}
#panel-settingspage form .image-profile img {
  width: 100px;
  border-radius: 50%;
  box-shadow: 0px -4px 0px 0px rgba(120, 51, 228, 1);
}
#panel-settingspage form .project-title {
  color: var(--main-color);
  font-size: 20px;
}
#panel-settingspage form p {
  color: var(--subtitle-color);
  white-space: nowrap;
}
#panel-settingspage form button {
  background: var(--main-color);
  color: var(--white-color);
  height: 40px;
  font-size: 12px;
  white-space: nowrap;
}
/* ----------------------------------- messagespage page ------------------------------------------ */
#panel-messagespage .messages .message {
  position: relative;
  border: 1px solid var(--subtitle-color);
  border-radius: 12px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#panel-messagespage .messages .message pre {
  white-space: nowrap;
  width: 98%;
  text-overflow: ellipsis;
  overflow: hidden;
}
#panel-messagespage .messages .message::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#panel-messagespage .messages .message.read::after {
  background: var(--green-color);
}
#panel-messagespage .messages .message.unread::after {
  background: var(--red-color);
}

/* ----------------------------------- work with us page ------------------------------------------ */
.work-with-us-page select {
  color: var(--Khaki-color);
}
