@import "./carousel.css";
@import "./animatedCarousel.css";

/*@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");
@import url("http://cdn.font-store.ir/yekan.css");*/
@import "./tailwind.css";
/* latin-ext */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'yekan';
    /*src: url('../fonts/YekanNumbers-Regular.eot');
    src: url('../fonts/YekanNumbers-Regular.eot?#iefix')format('embedded-opentype'),url('../fonts/YekanNumbers-Regular.woff')format('woff'),url('../fonts/YekanNumbers-Regular.ttf')format('truetype'),url('../fonts/YekanNumbers-Regular.svg#Yekan')format('svg');*/
    src: url('../fonts/Persian-Yekan.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'yekan';
    src: url('../fonts/Yekan-Regular.woff2') format('woff2'), url('../fonts/Yekan-Regular.woff') format('woff'), url('../fonts/Yekan-Regular.ttf') format('truetype'), url('../fonts/Yekan-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/Yekan-Bold.woff2') format('woff2'), url('../fonts/Yekan-Bold.woff') format('woff'), url('../fonts/Yekan-Bold.ttf') format('truetype'), url('../fonts/Yekan-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "yekan";
    src: url("../fonts/YekanBakh-Regular.woff") format("woff"), url("../fonts/YekanBakh-Regular.ttf") format("truetype");
}*/
:root {
  --rmdp-primary: #84bd00;
  --rmdp-secondary: #532c1c;
  --rmdp-lightGreen: #d7d3c2;
  --rmdp-gray: #989898;
  --rmdp-textBlack: #565656;

  --rmdp-white: #fff;
  --rmdp-greenBg: rgba(244, 255, 229, 1);
  --rmdp-lightGreenBg: #acd855;
}
::-webkit-scrollbar {
  display: none;
}
.RTL {
  direction: rtl !important;
}
.LTR {
  direction: ltr !important;
}

* {
  font-family: "yekan";
  margin: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  /* font-family: "Arial", sans-serif; */
  /* direction: rtl; */
  padding: 0;
  box-sizing: border-box;
}
h2 {
  font-size: 1.37rem;
}
* i,
* p,
* h1,
* h2 {
  background-color: transparent !important;
}
.bg-primary {
  background-color: var(--rmdp-primary);
}
.bg-secondary {
  background-color: var(--rmdp-secondary);
}
.bg-lightGreen {
  background-color: var(--rmdp-lightGreen);
}
.bg-greenSection {
  background-color: var(--rmdp-greenBg);
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hoverAnimate {
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
}
.hoverAnimate:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.carousel-banners * {
  background-color: transparent;
}
@keyframes leaves {
  0% {
   transform: scale(1);
  }
  100% {
   transform: scale(1.3);
   -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
   -ms-transform: scale(1.3);
   -o-transform: scale(1.3);
  }
}
.header {
  /* box-shadow: 1px 12px 15px 11px rgba(0, 0, 0, 0.1),
   -1px 20px 9px 19px rgba(0, 0, 0, 0.01); */
  box-shadow: 0px 4px 17.2px 0px rgba(113, 113, 113, 0.22);

  /* bg-slate-100 py-4 sticky top-0 z-100; */
  /* background-color: #fefefe  ; */
  z-index: 10000;
  position: sticky;
  background: var(--rmdp-white) !important;

  top: 0;
}
.textXl {
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  color: var(--rmdp-textBlack);
}
.header_menu {
  background: var(--rmdp-white) !important;
}
.header_menu a:hover {
  color: var(--rmdp-primary);
}

.footerIcon {
  font-size: 28px;
  font-weight: 400;
  color: var(--rmdp-white) !important;
}
.searchInput input {
  background: var(--rmdp-white) !important;

  /* background-color: transparent !important; */
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.text-sm {
  font-size: 14px;
  font-weight: 400;
}
.searchInput input[type="checkbox"] {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.text-white {
  color: var(--rmdp-white) !important;
}
.searchInput {
  height: 3.3rem;
}

.searchLogo {
  width: 4rem;
}
.searchradio {
  height: 2.75rem;
}
.searchradio label {
  background-color: var(--rmdp-secondary) !important;
}
.body {
  flex: 1;
  /*height: 100%;*/
}
.humberherMenu {
  display: none;
}
.keywords {
  display: flex;
  align-items: center;
  gap: 8px;
}
.answerIcon {
  color: var(--rmdp-textBlack);

  font-size: 65px;
}
.iconWapper {
  padding: 0.5rem 0;
  display: flex;
  align-items: start;
  justify-content: center;
}

.iconWapper {
  padding: 0.5rem !important;
}
.answer_card {
  max-width: 90%;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.cardFooterWrapper {
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cardFooterBtn {
  flex: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.cardFooterBtn.hoverAnimate:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.answer_footer {
  cursor: pointer;
}

.answer_footer:hover p {
  color: var(--rmdp-lightGreenBg);
}
.myBtn * {
  /* background-color: var(--rmdp-primary); */
  color: var(--rmdp-white) !important;
}
.card_top {
  padding: 1.5rem 4rem;
  border: 1px solid var(--rmdp-primary);
  background-image: url("../assets/backgroundImage.png");
  background-repeat: repeat-y;
  /* flex: 1; */
  border-radius: 8px 8px 0 0;
  height: 100%;
  background-position-x: left;
  background-position-y: center;
  background-size: cover;
  background-position: right;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.card_bottom {
  padding: 2rem 4rem;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}
.container_width {
  max-width: 102.5rem;
  min-width: 80%;
  padding: 0 3rem;
  margin-left: auto;
  background-color: transparent !important;
  margin-right: auto;
}

.search_box {
  max-width: 65%;
  /* background-color: transparent !important; */
  margin-left: auto;
  border-radius: 8px;

  margin-right: auto;
}
.appearance-none {
  appearance: none !important;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.iconMd {
  font-size: 27px !important;
  font-weight: 100;
  color: var(--rmdp-textBlack);
}
.iconHeading {
  font-size: 70px !important;
  font-weight: 100;
  color: var(--rmdp-textBlack);
}

.logoScaleUp {
  font-size: 45px !important;
  /* height: 55px; */
  color: var(--rmdp-textBlack) !important;

  /* transform: scale(2.3);
  -webkit-transform: scale(2.3);
  -moz-transform: scale(2.3);
  -ms-transform: scale(2.3);
  -o-transform: scale(2.3); */
}
.textHeading {
  /* text-decoration: none; */
  color: var(--rmdp-textBlack);
  font-size: 40px !important;
}
.textDecs {
  color: var(--rmdp-textBlack);
  font-weight: 700;
  font-size: 25px !important;
}
.max-w-2 {
  max-width: 2/9 !important;
}

.textParaph {
  color: var(--rmdp-textBlack);
  font-size: 22px !important;
}
.textBase {
  color: var(--rmdp-textBlack);
  font-weight: 500;
  font-size: 12px !important;
}
.headTitle {
  font-size: 34px;
  font-weight: 700;
}

.footer {
  background-color: var(--rmdp-gray);
}
.textMd {
  color: var(--rmdp-textBlack);
  font-size: 20px !important;
  font-weight: 700;
  line-height: 49px;
}
/****************/

header {
  padding: 10px 0;
}

.logo img {
  height: 50px;
}
.menu {
  display: flex;
  flex-wrap: wrap;
}
.menu ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
p,
h1,
h2,
h3 .menu ul li a {
  text-decoration: none;
  color: var(--rmdp-textBlack);
  font-size: 16px;
}
input[type="radio"] {
  accent-color: var(--rmdp-primary);
}

.myBtn {
  background-color: var(--rmdp-primary);
  color: var(--rmdp-white);
  border: none;
  appearance: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.textNav {
  font-size: 18px;
  font-weight: 500;
}
.text-primary {
  color: var(--rmdp-primary);
}
/* .footerContainer {
  direction: flex;
}

.footerItem {
  direction: flex;
} */
.newsShadow {
  box-shadow: 0px 0px 23px 0px rgba(195, 189, 189, 0.22) !important;
}

hr {
  max-width: 6% !important;
  min-width: 6% !important;
  height: 2px !important;
  background-color: var(--rmdp-textBlack) !important;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.rounded-10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.rounded-r-10 {
  border-radius: 0px 10px 10px 0px !important;
  -webkit-border-radius: 0px 10px 10px 0px !important;
  -moz-border-radius: 0px 10px 10px 0px !important;
  -ms-border-radius: 0px 10px 10px 0px !important;
  -o-border-radius: 0px 10px 10px 0px !important;
}
.rounded-l-10 {
  border-radius: 10px 0px 0px 10px !important;
  -webkit-border-radius: 10px 0px 0px 10px !important;
  -moz-border-radius: 10px 0px 0px 10px !important;
  -ms-border-radius: 10px 0px 0px 10px !important;
  -o-border-radius: 10px 0px 0px 10px !important;
}
.rounded-8 {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.bannerDescription {
  display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: var(--rmdp-white);
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  border-radius: 20px 0 0 20px;
  -o-transition: 0.3s;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}
.sidenavWrapper {
  height: 100vh;
  width: 0;
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: rgb(17, 17, 17, 0.7);
  overflow-x: hidden;
  padding-top: 60px;
  /* transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s; */
}
.text32 {
  font-size: 32px;
  font-weight: 700;
  color: var(--rmdp-textBlack);

  text-align: justify !important;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  white-space: nowrap;
  color: var(--rmdp-textBlack);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: var(--rmdp-primary);
}

.sidenav .closebtn {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  font-size: 36px !important;
}
@media screen and (max-height: 450px) {
  .sidenav {
   padding-top: 15px;
  }
  .sidenav a {
   font-size: 18px;
  }
}
.arrowCard {
  display: block;
}
.arrowTop {
  display: none;
}

.textlg {
  color: var(--rmdp-textBlack);
  font-size: 24px;
  font-weight: 500;
}
.font400 {
  font-weight: 400 !important;
}
.linkToTarget:hover {
  color: var(--rmdp-primary) !important;
}
.linkToTarget:hover * {
  color: var(--rmdp-primary) !important;
}
.selectedNav {
  width: 100%;
  height: 0.1rem;
  border: 1px solid var(--rmdp-primary);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
@media only screen and (min-device-width: 720px) and (max-device-width: 1488px) {
  .headerText {
   margin: auto auto;
   display: none;
   width: 100% !important;
   text-align: center !important;
   font-size: 0.8em !important ;
  }
  .menuList {
   display: flex;
   margin: auto;
   gap: 2rem !important;
   padding: 0 4px !important;
   /*justify-content: space-between !important;*/
   align-items: center;
  }
  .text32 {
   font-size: 26px;
  }
  .menu {
   flex-wrap: wrap;
   justify-content: center !important;
   padding: 0.6rem 0;
   align-items: center;
  }

  .textXl {
   line-height: 24px;
   font-size: 18px;
   font-weight: 700;
   color: var(--rmdp-textBlack);
  }
  a {
   font-size: 18px !important;
   white-space: nowrap;
  }
  .whitespaceNoWrap {
   white-space: nowrap;
  }

  p {
   font-size: 13px !important;
  }
  .searchInput {
   height: 2.7rem;
  }
  .textHeading {
   /* text-decoration: none; */
   color: var(--rmdp-textBlack);
   font-size: 26px !important;
  }
  .font700 {
   font-weight: 700 !important;
  }
  .divWrapper {
   max-width: 80%;
   margin: auto;
  }
  .textMd {
   color: var(--rmdp-textBlack);
   font-size: 16px !important;
   font-weight: 700;
   line-height: 33px;
  }
  .textParaph {
   color: var(--rmdp-textBlack);
   font-size: 18px !important;
  }

  .logoScaleUp {
   font-size: 34px !important;
   color: var(--rmdp-textBlack) !important;
  }

  .textDecs {
   color: var(--rmdp-textBlack);
   font-weight: 700;
   font-size: 22px !important;
  }

  .textBase {
   color: var(--rmdp-textBlack);
   font-weight: 400;
   font-size: 12px !important;
  }

  .footerIcon {
   font-size: 18px;
   font-weight: 400;
   color: var(--rmdp-white) !important;
  }
  h2 {
   white-space: nowrap;
   font-size: 16px;
   font-weight: 700;
  }

  .textlg {
   font-size: 1rem;
   font-weight: 700;
  }
}
.whitespaceNoWrap {
  white-space: nowrap;
}
@media only screen and (max-width: 889px) {
  .sidenavWrapper,
  .sidenav {
   display: block;
  }

  .textlg {
   font-size: 10px;
   font-weight: 500;
   line-height: 25px;
  }
  .text32 {
   line-height: 18px;
   font-size: 12px;
   font-weight: 700 !important;
  }
  .humberherMenu {
   display: block;
  }
  .bannerDescription {
   display: block;
  }
  .body {
   gap: 20px;
  }
  .menu {
   display: none;
  }
  .textXl {
   font-size: 10px;
   font-weight: 500;
   line-height: 20px;
  }
  .headerText {
   display: none;
  }
  .userEntry {
   display: none;
  }
  .landSelect {
   border: none;
  }
  .header_menu {
   justify-content: space-between;
  }
  .search_box {
   max-width: 98%;
   padding: 8px;
  }
  .searchInput div {
   padding: 4px;
  }
  .searchInput p {
   font-style: 12px;
  }
  .searchInput input {
   padding: 2px;
   font-size: 10px;
  }
  .inputCheckBox label {
   font-size: 12px;
  }
  .textMd {
   color: var(--rmdp-textBlack);
   font-size: 10px !important;
   font-weight: 400;
   line-height: 26px;
  }
  .gridSearch {
   gap: 2px;
   font-style: 1px !important;
   font-weight: 200 !important;
  }
  .inputCheckBox {
   gap: 2px;
   font-size: 18px !important;
  }
  .searchInput {
   height: 2.5rem;
  }
  .searchradio {
   height: 2rem;
  }
  .news {
   translate: 0 -10%;
   margin: auto;
   background: #fefefe;
  }

  .textHeading {
   /* text-decoration: none; */
   color: var(--rmdp-textBlack);
   font-size: 14px !important;
   font-weight: 700;
  }
  .font700 {
   font-weight: 700 !important;
  }
  .divWrapper {
   max-width: 80%;
   margin: auto;
  }
  .textParaph {
   color: var(--rmdp-textBlack);
   font-size: 10px !important;
  }
  hr {
   max-width: 10% !important;
   min-width: 10% !important;
   height: 0.8px !important;
   background-color: var(--rmdp-textBlack) !important;
   transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
  }
  .logoScaleUp {
   font-size: 18px !important;
   color: var(--rmdp-textBlack) !important;
  }

  h2 {
   font-size: 8px;
   font-weight: 700;
  }
  .textDecs {
   width: 100%;
   color: var(--rmdp-textBlack);
   font-weight: 500;
   font-size: 10px !important;
  }
  .max-w-2 {
   max-width: 2/9 !important;
  }
  .textMd {
   color: var(--rmdp-textBlack);
   font-size: 12px !important;
   font-weight: 600;
  }
  .arrowCard {
   display: none;
  }
  .arrowTop {
   color: var(--rmdp-primary);
   display: block;
  }
  .textBase {
   color: var(--rmdp-textBlack);
   font-weight: 400;
   font-size: 12px !important;
  }
  .footerIcon {
   font-size: 16px;
   font-weight: 400;
   color: var(--rmdp-white) !important;
  }
  .headTitle {
   font-size: 24px;
  }
  .iconHeading {
   font-size: 25px !important;
   font-weight: 100;
   color: var(--rmdp-textBlack);
  }
  .selectedNav {
   width: 2px;
   height: 2rem;
   border: 2px solid var(--rmdp-primary);
   border-radius: 25px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   -o-border-radius: 25px;
  }
  .textNav {
   font-size: 16px;
   font-weight: 700;
  }
  .answerIcon {
   font-size: 32px !important;
   /* padding: 1px; */
  }
  .card_top {
   padding: 1rem 1.5rem;
   border: 1px solid var(--rmdp-primary);
   background-image: url("../assets/backgroundImage.png");
   background-repeat: repeat-y;
   /* flex: 1; */
   border-radius: 8px 8px 0 0;
   height: 100%;
   background-position-x: left;
   background-position-y: center;
   background-size: cover;
   background-position: right;
   -webkit-border-radius: 8px 8px 0 0;
   -moz-border-radius: 8px 8px 0 0;
   -ms-border-radius: 8px 8px 0 0;
   -o-border-radius: 8px 8px 0 0;
  }
  .container_width {
   max-width: 102.5rem;
   min-width: 80%;
   padding: 0 1.5rem;
   margin-left: auto;
   background-color: transparent !important;
   margin-right: auto;
  }
  .card_bottom {
   padding: 1rem 1.5rem;
   border-radius: 0 0 8px 8px;
   -webkit-border-radius: 0 0 8px 8px;
   -moz-border-radius: 0 0 8px 8px;
   -ms-border-radius: 0 0 8px 8px;
   -o-border-radius: 0 0 8px 8px;
  }
  .keywords {
   display: flex;
   align-items: start;
   gap: 8px;
  }
  .top_result_align {
   gap: 4px;
  }
  .card_center * {
   padding: 3px;
  }
  .cardFooterBtn {
   flex: 1;
   text-align: center;
   align-items: center;
   justify-content: center;
  }
  .cardFooterBtn.hoverAnimate:hover {
   transform: scale(1);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
  }
  .cardFooterWrapper {
   flex-wrap: wrap;
   gap: 0;
   justify-content: space-evenly;
  }

  .footerContainer {
   gap: 4px;
   justify-content: space-evenly;
  }

  .footerSecond {
   flex: 1 content;
  }
}
