@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

body {
  direction: ltr;
  font-family: "Poppins", sans-serif !important;
}

body .sub-font,
.section-title h2{
    font-family: "Parkinsans", sans-serif;
}

header .slide-card .info h1 {
    font-size: 55px;
    line-height: 1.4;
}

.process .arrow ,
.order-pg .steps .arrow ,
.account-card .info .bg {
    transform: rotateY(180deg);
}


.account-card .info .price {
    right: 18px;
    left: unset;
    transform: skewX(33deg);
}
.account-card .info .price .txt {
    transform: skewX(-33deg);
}

footer .foot p {
    font-size: 11px;
}

.login-pg .login-box .form-group .input-group {
       direction: rtl; 
}

.new_chat::after {
  right: unset;
  left: 10%;
}
.new_chat .search_card .form-group button {
  left: unset;
  right: 15px;
}
.new_chat .users .user_card .form-check {
  inset-inline-start: -35px;
}
.new_chat .add-comment .form-group .send {
  left: unset;
  right: 10px;
}
.new_chat .add-comment .form-group label {
  left: unset;
  right: 55px;
}

.account-card .crown {
    right: auto;
    left: 30px;
}

.video-sec .col-lg-3:first-child .vision-item:last-child::after {
    left: auto;
    right: -25px;
    transform: rotate(180deg) translateX(0%);
}

.fa-chevron-left,
.fa-chevron-right,
.fa-arrow-left-long{
    transform: rotate(180deg);
}

.contact-form .input-group {
    flex-direction: row-reverse;
}

.dropdown .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

.navbar-container .dropdown .dropdown-menu {
    left: 0 !important;
    right: auto !important;
}

.url-imgs .del-btn-div {
    left: auto;
    right: 15px;
}

.input-group .form-select {
    max-width: 100px;
    padding-inline-start: 20px !important;
}

@media screen and (max-width: 991px) {
    header .slide-card .info h1 {
        font-size: 35px;
    }
    .form-box .form-group .form-control[name="country_code"] {
        padding-inline-start: 10px !important;
    }
}



