@charset "UTF-8";
*, *:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.drag-scroll {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scroll-behavior: auto;
}

.drag-scroll:active {
  cursor: grabbing;
}

.drag-scroll::-webkit-scrollbar {
  display: none;
}

.drag-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hero-section {
  position: relative;
  background-image: url("../images/herobg.webp");
  background-size: contain;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero .searchbox-bg {
  box-sizing: border-box;
  background: linear-gradient(178.83deg, #EDF5FF -6.33%, #FFFFFF 108.37%);
  /* c6 */
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
.hero .searchbox-bg .domain-price {
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  background: #FFFFFF;
  border: 1px solid #DCEBFF;
  border-radius: 30px;
}
.hero .searchbox-bg .domain-price span {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
  /* or 231% */
  text-align: center;
  /* C1 */
  color: #144BB7;
}
.hero .searchbox-bg .domain-price .domain {
  direction: ltr;
  float: right;
  margin-left: 5px;
}
.hero .searchbox-bg .domain-form {
  /* Rectangle 998 */
  box-sizing: border-box;
  /* c6 */
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 60px;
}
.hero .searchbox-bg .domain-form .wwwform {
  direction: ltr;
  background: #F7F7F7;
  border-radius: 30px 0 0 30px;
}
.hero .searchbox-bg .domain-form .domain-input {
  border-radius: 0 30px 30px 0;
  background: #F7F7F7;
  text-align: center;
  direction: ltr;
  width: 100%;
}
@media (max-width: 767px) {
  .hero .searchbox-bg .domain-form .domain-input {
    border-radius: 30px;
  }
}
.hero .searchbox-bg .domain-form .btn-search {
  background: linear-gradient(90deg, #0247AE 0%, #0074DE 100%);
  border-radius: 30px;
  cursor: pointer;
}

.main-menu .login-reg-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  text-align: right;
  color: #002C54;
}
.main-menu .first-menu {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height */
  text-align: right;
  /* c6 */
  color: #FFFFFF;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.main-menu .nav-item .nav-dropdown a {
  font-style: normal;
  font-size: 14px;
}

.Top-Navigation a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  text-align: right;
  color: #000000;
}
.Top-Navigation .tell {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  /* or 200% */
  /* c5 */
  color: #0F172A;
}
.Top-Navigation .tell svg {
  /* c8 */
  background: #E9E9E9;
  border-radius: 25px;
  padding: 5px;
}

.services-grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
}
.services-grid .servicechild {
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
}
.services-grid .service-card {
  min-width: 290px;
  background: linear-gradient(335.73deg, #FFFFFF 0%, #EBF4FF 99.1%);
  /* c6 */
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
.services-grid .service-card .c-title {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  padding: 15px;
  margin-bottom: 30px;
}
.services-grid .service-card .c-list li {
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 30px;
  border-bottom: solid 2px #fff;
}
.services-grid .service-card .c-list li:last-child {
  border-bottom: unset;
}
.services-grid .service-card .price-box {
  background: #ECF5FF;
  padding: 15px;
}
.services-grid .service-card .price-box .amount {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 23px;
  text-align: right;
  /* c3 */
  color: #0247AE;
}
.services-grid .service-card .btn-showplans {
  /* Frame 23 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  gap: 6px;
  margin-left: auto;
  margin-right: auto;
  /* c1 */
  background: #002C54;
  border-radius: 30px;
  /* مشاهده پلن ها */
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  padding: 10px 25px;
  /* c6 */
  color: #FFFFFF;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}
.services-grid .service-card:hover {
  background: linear-gradient(335.73deg, #FFFFFF 0%, #EBF4FF 99.1%);
  /* c6 */
  border: 1px solid #FFFFFF;
  box-shadow: 0px 8px 50px rgba(1, 58, 129, 0.2);
  border-radius: 25px;
}
.services-grid .service-card:hover .c-title {
  color: #0247AE;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #C3DBFF 50%, rgba(255, 255, 255, 0) 100%);
}
.services-grid .service-card:hover .btn-showplans {
  background: #0247AE;
}
.services-grid .service-card:hover .price-box {
  background: #fff;
}

#moshavereh .b-o-x {
  background-color: #0247AE;
  background-image: url("../images/call-bg.svg");
}
#moshavereh .b-o-x .title {
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
  /* C5 */
  color: #FFFFFF;
}
#moshavereh .b-o-x .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 37px;
  /* identical to box height, or 264% */
  text-align: right;
  /* C5 */
  color: #FFFFFF;
}
#moshavereh .b-o-x .number {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  /* identical to box height, or 100% */
  /* c6 */
  color: #FFFFFF;
}
#moshavereh .b-o-x .time {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  text-align: right;
  /* c6 */
  color: #FFFFFF;
}
#moshavereh .b-o-x .btn-send-ticket {
  /* Frame 4 */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  gap: 6px;
  /* c6 */
  background: #FFFFFF;
  /* c3 */
  border: 1px solid #0247AE;
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 29px;
  text-align: right;
  padding: 10px 20px;
  /* c3 */
  color: #0247AE;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

#serverDcs {
  background-color: #f7fbff;
}
#serverDcs .title {
  text-align: center;
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 54px;
  /* c5 */
  color: #0F172A;
}
#serverDcs .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #64748B;
}
#serverDcs .snap-mandatory {
  margin-bottom: 50px;
}
#serverDcs .box {
  box-sizing: border-box;
  background: linear-gradient(335.73deg, #FFFFFF 0%, #EBF4FF 99.1%);
  /* c6 */
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  min-width: 400px;
}
#serverDcs .box .titlebx {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 36.64%, #FFFFFF 100%);
  padding: 15px 30px;
  margin-top: 15px;
}
#serverDcs .box .icon {
  border-right: solid 10px rgba(255, 255, 255, 0.5);
  border-bottom: solid 10px rgba(255, 255, 255, 0.5);
  border-left: solid 10px transparent;
  border-top: solid 10px transparent;
  border-radius: 50px;
  padding: 25px;
  margin-left: -18px;
  margin-top: -18px;
}
#serverDcs .box .list {
  padding: 0px 30px 15px;
}
#serverDcs .box .list li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  /* identical to box height */
  text-align: right;
  color: #000000;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 30px;
  border-bottom: solid 2px #fff;
}
#serverDcs .box .list li:last-child {
  border-bottom: unset;
}
#serverDcs .box .start-amount {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  /* c3 */
  color: #0247AE;
}
#serverDcs .box .btn-plans {
  /* Frame 23 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 6px;
  /* پلن ها */
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  text-align: right;
  /* c6 */
  color: #FFFFFF;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  /* c1 */
  background: #002C54;
  border-radius: 30px;
}
#serverDcs .box:hover .btn-plans {
  background: #0247AE;
}
#serverDcs .box:hover .titlebx {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.11%, #0247AE 93.29%);
  color: #fff;
}
#serverDcs .serversDcsChild,
#serverDcs .serversDcs-slider {
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
}
#serverDcs .serversDcsChild::-webkit-scrollbar,
#serverDcs .serversDcs-slider::-webkit-scrollbar {
  display: none;
}

#Advantages .text-box-title {
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 54px;
  color: #1D263D;
}
#Advantages .advantagesChild,
#Advantages .advantages-slider {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#Advantages .advantagesChild::-webkit-scrollbar,
#Advantages .advantages-slider::-webkit-scrollbar {
  display: none;
}
#Advantages .box {
  /* c6 */
  background: #FFFFFF;
  box-shadow: 0px -50px 4px #FFFFFF, 0px 50px 94px #FFFFFF, -20px 0px 25px rgba(0, 0, 0, 0.05);
  min-width: 270px;
}
#Advantages .box .icon img {
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
  border-radius: 25px;
  padding: 7px;
}
#Advantages .box .title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  /* identical to box height */
  text-align: right;
  color: #002C54;
}
#Advantages .box .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  /* or 153% */
  text-align: justify-all;
  color: #000000;
}

#bestplans {
  background-image: url("../images/bestplans.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}
#bestplans .bg {
  background-color: rgba(0, 43, 84, 0.9490196078);
}
#bestplans .titlebox {
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 54px;
  /* c6 */
  color: #FFFFFF;
}
#bestplans .box-plan {
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
  min-width: 350px;
}
#bestplans .box-plan .headerBox {
  background: #ECF4FF;
}
#bestplans .box-plan .headerBox .icon img {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
}
#bestplans .box-plan .headerBox {
  border-radius: 15px;
}
#bestplans .box-plan .headerBox .en-title {
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 30px;
  color: #002C54;
}
#bestplans .box-plan .headerBox .en-fa {
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 30px;
  color: #002C54;
}
#bestplans .box-plan .headerBox .mo {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
#bestplans .box-plan .headerBox .amount {
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 30px;
  color: #2AB494;
}
#bestplans .box-plan .headerBox .currency {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2AB494;
}
#bestplans .box-plan .bodyBox {
  background: linear-gradient(346.19deg, #FFFFFF 0%, #ECF4FF 97.59%);
  border-radius: 15px;
}
#bestplans .box-plan .bodyBox .txt {
  /* c6 */
  background: #FFFFFF;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  padding: 8px 15px;
  color: #000000;
}
#bestplans .box-plan .bodyBox ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  /* or 176% */
  text-align: right;
  color: #000000;
  background-image: url("../images/check2.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
#bestplans .box-plan .bodyBox .btn-buy {
  /* Frame 6 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 41px;
  gap: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #002C54;
  border-radius: 30px;
}
#bestplans .box-plan:hover .bodyBox .btn-buy {
  background-color: #0247AE;
}
#bestplans .lead-footer {
  margin-top: -135px;
}
#bestplans .bestplans-slider {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#bestplans .bestplans-slider::-webkit-scrollbar {
  display: none;
}

#other-services .other-services-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#other-services .other-services-slider::-webkit-scrollbar {
  display: none;
}
#other-services .titlebox {
  background-image: url("../images/other-service.svg");
  background-position: center top;
  background-repeat: no-repeat;
}
#other-services .titlebox .tt {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 46px;
  color: #0F172A;
}
#other-services .titlebox .ds {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  /* or 147% */
  text-align: center;
  color: #64748B;
}
#other-services .service-box {
  flex: 1; /* مهم */
  background: #F7F7F7;
  border: 1px solid #E9E9E9;
  backdrop-filter: blur(2.5px);
  border-radius: 50px 25px 25px 25px;
  padding: 15px 15px;
  text-align: center;
  transition: 0.3s;
}
#other-services .service-box .icon {
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
}
#other-services .service-box .icon img {
  background: #fff;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}
#other-services .service-box:hover {
  background: #002C54;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}
#other-services .service-box:hover h3 {
  color: #fff;
}
#other-services .service-box:hover p {
  color: #fff;
}
#other-services .service-box h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
#other-services .service-box p {
  font-size: 14px;
  color: #666;
}
#other-services {
  /* موبایل */
}
@media (max-width: 1024px) {
  #other-services .service-box {
    flex: 0 0 auto; /* تبدیل به اسکرولی */
    min-width: 260px;
  }
}

#real-support {
  position: relative;
}
#real-support #real-support .image-wrapper {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
#real-support .support-title {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 46px;
  /* c5 */
  color: #0F172A;
}
#real-support .support-title img {
  margin-left: 10px;
}
#real-support .support-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  /* or 187% */
  text-align: justify;
  color: #000000;
}
#real-support .support-btn {
  /* Frame 4 */
  box-sizing: border-box;
  background: #0247AE;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 15px 30px;
  display: flex;
}
#real-support .support-btn img {
  margin-left: 5px;
}
#real-support .avg-response {
  background: linear-gradient(268.46deg, #F7F7F7 0.68%, #FFFFFF 98.26%);
  border-radius: 30px;
}
#real-support .avg-response .avg {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 40px;
  text-align: right;
  /* c3 */
  color: #0247AE;
}
#real-support .avg-response .txt {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: right;
  color: #000000;
}
#real-support .image-wrapper::before {
  content: "";
  position: absolute;
  top: -40px; /* بیرون زدگی از بالا */
  left: -40px; /* بیرون زدگی از سمت چپ */
  width: 120%;
  height: 120%;
  border: 4px solid #002b54;
  border-radius: 50%;
  z-index: -1;
}
#real-support .border-img {
  /* 132998 1 */
  width: 100%;
  height: 100%;
  border: solid 1px #BAD7FF;
  border-radius: 60px;
}
#real-support .img-img {
  border-radius: 60px;
}
#real-support .stat-box {
  background: linear-gradient(268.46deg, #F7F7F7 0.68%, #FFFFFF 98.26%);
  border-radius: 30px;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  #real-support .image-wrapper {
    width: 220px;
    height: 220px;
  }
  #real-support .stat-box {
    width: 45%;
  }
  #real-support .avg-response {
    background: #F7F7F7;
  }
  #real-support .support-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

#partners-section .box-slide .logos-row {
  direction: ltr;
}
#partners-section .box-slide .logos-row.reverse {
  direction: rtl;
}
#partners-section .box-slide {
  position: relative;
}
#partners-section .box-slide .first-shadow {
  /* Rectangle 971 */
  position: absolute;
  width: 189px;
  height: 273px;
  left: 0px;
  z-index: 99999;
  background: linear-gradient(270deg, #FFFFFF 51.48%, rgba(255, 255, 255, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
#partners-section .box-slide .last-shadow {
  position: absolute;
  width: 189px;
  height: 273px;
  right: 0px;
  z-index: 99999;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(90deg, #FFFFFF 51.48%, rgba(255, 255, 255, 0) 100%);
}
#partners-section .box-slide .logos-track {
  display: flex;
  width: max-content;
}
#partners-section .box-slide .logo-item {
  background: #F7F7F7;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#partners-section .box-slide .logo-item img {
  filter: grayscale(100%);
  transition: 0.3s;
}
#partners-section .box-slide .logo-item img:hover {
  filter: grayscale(0%);
}
#partners-section .title {
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  color: #1D263D;
}
#partners-section .description {
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  color: #64748B;
}

#testimonials-section .title {
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 40px;
  /* c5 */
  color: #0F172A;
}
#testimonials-section .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 37px;
  color: #000000;
}
#testimonials-section .testimonials-slider {
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  direction: ltr;
}
#testimonials-section .testimonials-slider .testimonial-card {
  direction: rtl;
  /* Rectangle 980 */
  box-sizing: border-box;
  background: #F4F9FF;
  border: 2px solid #F4F9FF;
  -webkit-transition: all 160ms ease;
  -moz-transition: all 160ms ease;
  -ms-transition: all 160ms ease;
  -o-transition: all 160ms ease;
  transition: all 160ms ease;
  /* c6 */
  border-radius: 25px;
}
#testimonials-section .testimonials-slider .testimonial-card:hover {
  border: 2px solid #FFFFFF;
  box-shadow: 0px 81px 33px rgba(138, 138, 138, 0.01), 0px 46px 27px rgba(138, 138, 138, 0.05), 0px 20px 20px rgba(138, 138, 138, 0.09), 0px 5px 11px rgba(138, 138, 138, 0.1);
  -webkit-transition: all 160ms ease;
  -moz-transition: all 160ms ease;
  -ms-transition: all 160ms ease;
  -o-transition: all 160ms ease;
  transition: all 160ms ease;
}
#testimonials-section .dot {
  width: 9px;
  height: 9px;
  background: #D9D9D9;
  border-radius: 999px;
  transition: all 0.3s ease;
}
#testimonials-section .dot.active {
  width: 28px;
  background: #002C54;
}

#blog-section .blog-header .title {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
}
#blog-section .blog-header .description {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 37px;
  color: #000000;
}
#blog-section .blog-header .btn-all {
  /* Frame 21 */
  /* Auto layout */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 29px;
  gap: 10px;
  background: #002C54;
  border-radius: 40px;
}
#blog-section .blog-grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
#blog-section .blog-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(195, 195, 195, 0.25);
  border-radius: 25px;
  min-width: 290px;
}
#blog-section .blog-card .cat-name {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #002C54;
}
#blog-section .blog-card .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  /* identical to box height, or 167% */
  text-align: right;
  /* C4 */
  color: #000000;
}
#blog-section .blog-card .more-btn a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #002C54;
}
#blog-section .blog-card {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#blog-section .blog-card:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #FFFFFF;
  box-shadow: 0px 8px 25px rgba(121, 121, 121, 0.25);
  border-radius: 25px;
}

#footer {
  background-image: url("../images/footer-shape.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#footer .footerbg {
  padding-top: 150px;
}
#footer .backtotop button {
  background: linear-gradient(180.77deg, #0247AE 0.65%, rgba(2, 71, 174, 0.2) 99.33%);
  border-radius: 50%;
  /* Ellipse 24 */
  width: 37px;
  height: 37px;
  left: calc(50% - 18.5px - 0.5px);
}
#footer .about-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  /* or 187% */
  text-align: justify;
  /* c1 */
  color: #002C54;
}
#footer .widgets .widget-title {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 35px;
  text-align: right;
  color: #002C54;
}
#footer .widgets ul li {
  background-image: url("../images/footer-li.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  text-align: right;
  color: #002C54;
}
#footer .desk-blue-box {
  /* c3 */
  background: #0247AE;
  border-radius: 25px;
}
#footer .desk-blue-box .desk-ico {
  background: #fff;
  color: #0247AE;
}
#footer .desk-blue-box .desk-call-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  text-align: right;
  /* c6 */
  color: #FFFFFF;
}
#footer .desk-blue-box .desk-call-number {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  /* identical to box height, or 130% */
  text-align: right;
  /* c6 */
  color: #FFFFFF;
}
#footer .desk-blue-box .desk-call-time {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  text-align: right;
  /* c6 */
  color: #FFFFFF;
}
#footer .desk-blue-box .desk-email {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  text-align: right;
  /* c6 */
  color: #FFFFFF;
}
#footer .desk-blue-box .social-icon {
  font-size: 27px;
}
#footer .mobile-collaps-box .box-btn {
  /* c6 */
  background: #FFFFFF;
  border-radius: 15px;
  margin-bottom: 10px;
}
#footer .mobile-collaps-box .box-btn:hover {
  background: #1D263D;
  color: #fff;
}
#footer .mobile-collaps-box .box-btn.active {
  background: #1D263D;
  color: #fff;
}
#footer .mobile-collaps-box .accordion-content {
  /* c7 */
}
#footer .mobile-collaps-box .accordion-content.active {
  max-height: 500px;
  background: #F7F7F7;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  padding: 15px;
}
#footer .mobile-mobile {
  background: #0247AE;
  border-radius: 25px;
}
#footer .mobile-mobile .desk-ico {
  background: #fff;
  color: #0247AE;
}
#footer .mobile-mobile .desk-call-number {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  /* identical to box height, or 130% */
  text-align: right;
  /* c6 */
  color: #FFFFFF;
}
#footer .mobile-mobile .desk-email {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  text-align: right;
  margin-right: 5px;
  /* c6 */
  color: #FFFFFF;
}
#footer .mobile-mobile .desk-call-time {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  text-align: right;
  /* c6 */
  color: #FFFFFF;
}
#footer .mobile-socials {
  /* c6 */
  background: #FFFFFF;
  border-radius: 25px;
}
#footer .mobile-socials .icon {
  color: #0247AE;
  font-size: 41px;
}
#footer .enamad {
  /* c6 */
  background: #FFFFFF;
  border-radius: 25px;
}
#footer .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
#footer .chevron {
  transition: transform 0.3s ease;
}
#footer .chevron.rotate {
  transform: rotate(180deg);
}
#footer {
  /* شکل موج بالای فوتر */
}
#footer .wave-top {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
#footer .wave-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}
#footer .wave-top .shape-fill {
  fill: #f8fafc;
}

#mobile-menu {
  background: #FFFFFF;
  border-radius: 30px 0px 0px 30px;
}
#mobile-menu .mobilebg {
  background: #F7F7F7;
  backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 30px;
}
#mobile-menu .mobilebg .menu-close {
  background: #D9D9D9;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  padding: 3px;
}
#mobile-menu .mobile-main-menu .submenu-toggle,
#mobile-menu .mobile-main-menu a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height */
  text-align: right;
  /* c5 */
  color: #0F172A;
  border-bottom: solid 1px #E9E9E9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#mobile-menu .mobile-main-menu .mobile-smenu-sub {
  background: #EBEBEB;
  border-radius: 15px;
  line-height: 20px;
  list-style: disc;
  padding: 15px 0px;
  margin-bottom: 15px;
}
#mobile-menu .mobile-main-menu .mobile-smenu-sub li {
  margin: 0px 25px 0 0;
  list-style: disc;
  padding: 0px 5px;
}
#mobile-menu .mobile-main-menu .mobile-smenu-sub li a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 0px;
  /* identical to box height */
  text-align: right;
  /* c5 */
  color: #0F172A;
}

/*# sourceMappingURL=style.css.map */
