:root {
  --Cinzel: "Cinzel", sans-serif;
  --Poppins: "Poppins", sans-serif;
  --grey: #747475;
  --black: #222222;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  position: relative;
}
b,
strong {
  font-weight: 500 !important;
}
html body a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
del {
  text-decoration: none;
}
/* header */

header {
  text-align: center;
  padding-top: 20px;
}
header p {
  color: var(--black);
  font-family: var(--Cinzel);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding-bottom: 25px;
}
.wrap_logo {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.wrap_logo:after {
  content: "";
  height: 1px;
  background-color: var(--black);
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
}
.box_logo {
  display: inline-block;
  z-index: 2;
  background-color: #fff;
  position: relative;
}
header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
}
header nav ul li {
  padding: 8px 20px;
}
header nav ul li a {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header nav ul li a:hover {
  font-weight: 600;
  color: var(--black);
}
/* section_featured */
.section_featured {
  padding: 60px 70px 0 70px;
}
.home_sub_title h2,
.home_small_article h2,
.home_sub_title h1 {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home_full_article {
  border: 1px solid var(--grey);
  border-radius: 16px;
  display: flex;
  max-height: 380px;
  margin-bottom: 25px;
  min-height: 350px;
}
.wrap_small_article {
  border: 1px solid var(--grey);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 25px;
}
.section_blog .wrap_small_article {
  padding: 10px 10px 10px 10px;
}
.wrap_title_article {
  width: 40%;
  padding: 40px 20px 0 20px;
  position: relative;
}
.wrap_title_article h3 {
  color: var(--black);
  font-family: var(--Cinzel);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.absolute_date {
  /* padding-top: 25px; */
  color: var(--grey) !important;
}
.wrap_image_article {
  width: 60%;
}
.wrap_image_article img {
  height: 100%;
  width: 100%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  object-fit: cover;
}
.small_sub_title,
.absolute_date {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.home_small_article a:hover {
  color: inherit;
}
.wrap_small_article h3,
.art_title h3 {
  color: var(--black);
  font-family: var(--Cinzel);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.small_art_img {
  border: 1px solid var(--grey);
  border-radius: 12px;
  display: flex;
  margin-bottom: 25px;
}
.art_img {
  width: 30%;
}
.art_title {
  width: 70%;
  padding: 10px;
}
.art_img img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}
/* section_comparison */
.section_comparison {
  padding: 100px 70px;
}
.section_comparison h1,
.section_faq h2 {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.section_comparison h2 {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.section_comparison p,
.section_faq p {
  color: var(--Project-2-Grey, #747475);
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 70px;
}
.comparison_article {
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--black);
  padding: 12px 13px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.comparison_article:hover {
  transform: scale(1.02);
}
.absolute_date {
  padding-bottom: 0;
}
.comparison_article h3 {
  color: var(--black);
  text-align: center;
  font-family: var(--Cinzel);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.comparison_article span {
  font-size: 25px;
  position: relative;
  top: 3px;
}
.wrap_link {
  text-align: center;
}
.compare_link {
  color: #fff;
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  background-color: var(--black);
  padding: 10px 60px;
  display: inline-block;
  border-radius: 9px;
  margin-top: 20px;
}
.compare_link:hover {
  background-color: #000;
}
/* FAQ */
.section_faq p {
  margin-bottom: 40px;
}
.faq_content ul {
  padding-left: 18px;
}
.faq_content a {
  text-decoration: underline;
}
.faq_content a:hover {
  color: #000;
  text-decoration: none;
}
.section_faq {
  padding: 0 70px;
  padding-bottom: 120px;
}
.faq_box {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.title_faq {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  cursor: pointer;
}
.show .faq_content {
  padding: 0px 15px 20px 20px;
  opacity: 1;
  margin-bottom: 20px;
}
/* .hide {
  height: 60px;
  transition: all 0.3s ease;
} */
.plus {
  position: absolute;
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  right: 12px;
  top: 21px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  z-index: -1;
}
.faq_content {
  /* padding: 0px 12px 20px 12px; */
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
/* footer */
.wrap_logo_footer {
  text-align: center;
  position: relative;
}
.box_logo_footer p {
  color: #fff;
  font-family: var(--Cinzel);
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
}
.wrap_logo_footer:after {
  content: "";
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
}
footer {
  background-color: var(--black);
  padding: 30px 0 10px 0;
}
.box_logo_footer {
  display: inline-block;
  z-index: 2;
  background-color: var(--black);
  position: relative;
}
.mobile_menu,
.menu_box_mobile {
  display: none;
}
/* blog */
.sub_header .box_logo img {
  width: 35px;
  height: 35px;
}
.sub_header p {
  font-size: 9px;
}
.sub_header .wrap_logo:after {
  display: none;
}
.section_blog {
  padding: 0px 70px 100px 70px;
  /* min-height: 70vh; */
}
.bredcrumbs {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bredcrumbs a {
  font-weight: 400;
}
.bredcrumbs a:hover {
  color: #000;
}
.active {
  border-bottom: 2px solid var(--black);
  padding-bottom: 5px;
}
.section_blog .home_sub_title {
  padding: 40px 0 60px 0;
  text-align: center;
}
.section_blog .wrap_title_article {
  width: 60%;
}
.section_blog .wrap_image_article {
  width: 40%;
}
.section_blog .art_img {
  width: 120px;
}
.section_blog .art_title {
  width: 100%;
  padding: 20px 10px 10px 10px;
}
.wrap_email {
  text-align: center;
  color: var(--black);
  font-family: var(--Cinzel);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wrap_email a {
  text-decoration-line: underline;
}
.wrap_email a:hover {
  text-decoration: none;
  color: var(--black);
}
.wrap_email p {
  color: var(--black);
  text-align: center;
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-top: 12px;
}
/* article */
.article_text {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.article_text a {
  text-decoration: underline;
}
.article_text a:hover {
  text-decoration: none;
  color: var(--black);
}
article .home_sub_title h1 {
  color: var(--black);
  text-align: center;
  font-family: var(--Cinzel);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
article strong {
  display: block;
  font-weight: 600 !important;
  padding: 10px 0;
}
article ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
article li span {
  font-weight: 500;
}
.article_text img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  margin-bottom: 80px;
}
.article_sub_title {
  color: #747475;
  text-align: center;
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
article .article_text h2,
.about .article_text h2 {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* padding: 20px 0 0px 0; */
}
/* section_compare */
.section_compare h1 {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 40px;
}
.section_compare {
  padding: 10px 70px 10px 70px;
}
.table_compare {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.table_compare a {
  text-decoration: underline;
}
.table_compare a:hover {
  text-decoration: none;
  color: var(--black);
}
.table_compare th {
  color: var(--Poppins);
  text-align: center;
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 130px;
  padding: 8px 12px;
  height: 72px;
}
.table_compare td {
  padding: 15px 5px;
  color: var(--black);
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background-color: #fff;
}
.table_compare th:first-child {
  width: 155px;
}
.table_compare td:first-child {
  position: sticky;
  left: 0;
  z-index: 4;
  border-left: none;
  font-weight: 600;
  width: 150px;
}
.table_compare td:first-child:after {
  top: 0px;
  right: -1px;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #dedede;
}
.table_compare .big_col {
  width: 140px;
}
.title_table {
  border-bottom: 1px solid #dedede;
}
.line_opacity {
  position: relative;
}
/* .line_opacity td:before {
  top: 1px;
  left: 1px;
  content: "";
  width: calc(100% - 1px);
  position: absolute;
  height: 19px;
  background: #fff;
  z-index: 1;
} */
/* form */
.wrap_form {
  padding: 30px;
  display: flex;
  max-height: 260px;
  background-color: var(--black);
  border-radius: 12px;
}
.c_logo {
  width: 30%;
}
.c_logo img {
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
}
.form_main {
  width: 70%;
  color: #fff;
  font-family: var(--Cinzel);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 30px;
}
#mailForm {
  width: 100%;
  display: flex;
  margin-top: 25px;
}
#email {
  width: calc(100% - 140px);
  color: #fff;
  font-family: var(--Poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
  /* background-color: var(--black); */
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 15px 0 0 0;
  background-color: transparent;
  outline: none;
}
#email::placeholder {
  color: #fff;
}
#email:focus {
  box-shadow: none;
}
#sendMail {
  width: 120px;
  border-radius: 12px;
  border: 1px solid #fff;
  color: #fff;
  font-family: var(--Poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 25px;
  background-color: var(--black);
}
#sendMail:hover {
  background-color: #fff;
  color: #000;
}
input:-webkit-autofill {
  transition: all 5000s ease-in-out 0s;
}
.error,
.emailError {
  font-family: var(--Poppins);
  font-weight: 400;
  font-size: 14px;
  color: #b50000;
  padding-top: 5px;
  text-transform: none;
}
.green {
  color: green !important;
}
/* about */
.about_sub_title {
  color: var(--black);
  text-align: center;
  font-family: var(--Cinzel);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 80px 130px 0 130px;
}
body .about {
  padding-bottom: 0;
}

/* article */
.article_text p {
  padding-bottom: 8px;
  margin: 0;
}
.article_text h2 {
  padding-bottom: 12px;
  padding-top: 8px;
  margin: 0;
}
.article_text ul,
.article_text ol {
  padding-bottom: 8px;
  padding-left: 20px;
  margin-bottom: 0;
}
.article_text ul li,
.article_text ol li {
  padding-bottom: 4px;
}

@media screen and (max-width: 1500px) {
  .comparison_article h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .section_compare {
    padding: 10px 20px 10px 20px;
  }
  .section_featured {
    padding: 60px 20px 0 20px;
  }
  .section_comparison {
    padding: 100px 20px 100px 20px;
  }
  .section_faq {
    padding: 0 20px 120px 20px;
  }
  .section_blog {
    padding: 0px 20px 100px 20px;
  }
  .wrap_title_article {
    width: 50%;
  }
  .wrap_image_article {
    width: 50%;
  }
  .wrap_title_article h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .comparison_article h3 span {
    display: block;
    top: 0;
  }
  .wrap_small_article h3,
  .art_title h3 {
    font-size: 16px;
  }
  .section_blog .comparison_article h3 span {
    font-size: 25px;
    position: relative;
    top: 3px;
    display: inline;
  }
}
@media screen and (max-width: 1200px) {
  .wrap_small_article h3,
  .art_title h3 {
    font-size: 14px;
  }
  .form_main {
    font-size: 22px;
  }
  .about_sub_title {
    padding: 80px 60px 0 60px;
  }
  .home_full_article .wrap_title_article {
    padding: 10px 20px 0 20px;
  }
  .home_full_article {
    min-height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .about_sub_title {
    padding: 80px 20px 0 20px;
  }
  .art_title h3 {
    font-size: 16px;
  }
  .home_small_article h2 {
    padding: 20px 0;
  }
  .title_faq {
    padding-right: 40px;
  }
  .section_blog .wrap_title_article,
  .section_blog .wrap_image_article {
    width: 50%;
  }
  .article_text img {
    height: 325px;
  }
  .wrap_form {
    padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .section_compare {
    padding: 10px 10px 10px 10px;
  }
  .section_featured {
    padding: 60px 10px 0 10px;
  }
  .section_comparison {
    padding: 100px 10px 100px 10px;
  }
  .section_faq {
    padding: 0 20px 60px 20px;
  }
  .section_blog {
    padding: 10px 10px 60px 10px;
  }
  .home_full_article {
    position: relative;
  }
  .wrap_title_article {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
  }
  .wrap_image_article {
    width: 100%;
    height: 50%;
  }
  .home_full_article {
    border: 1px solid var(--grey);
    border-radius: 16px;
    display: flex;
    height: 360px;
    margin-bottom: 25px;
  }
  .wrap_image_article img {
    height: 100%;
    width: 100%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    object-fit: cover;
  }
  .wrap_title_article {
    padding: 15px 20px 0 20px;
  }
  .box_logo img {
    width: 35px;
    height: 35px;
  }
  header p {
    font-size: 9px;
  }
  .wrap_logo:after {
    display: none;
  }
  .section_blog .wrap_image_article,
  .section_blog .wrap_title_article {
    width: 100%;
  }
  .section_blog .wrap_image_article img {
    border-bottom-right-radius: 0px;
  }
  article .home_sub_title {
    padding: 40px 0 !important;
  }
  .article_text img {
    height: 225px;
  }
  .form_main {
    width: 75%;
  }
  .c_logo {
    width: 25%;
  }
}

@media screen and (max-width: 576px) {
  .about_sub_title {
    font-size: 18px;
    padding: 40px 20px 40px 20px;
  }
  header nav {
    display: none;
  }
  .wrap_image_article {
    display: none;
  }
  .wrap_title_article {
    position: relative;
    height: 100;
    width: 100%;
  }
  .home_full_article {
    height: auto;
  }
  .home_sub_title h2,
  .home_small_article h2 {
    font-size: 22px;
  }
  .section_comparison h1,
  .section_faq h2 {
    font-size: 22px;
    line-height: normal;
  }
  .section_comparison {
    padding: 20px 10px 40px 10px;
  }
  .section_comparison p,
  .section_faq p {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .compare_link {
    padding: 10px 50px;
    display: block;
    margin-top: 10px;
  }
  .faq_box {
    font-size: 14px;
    line-height: normal;
  }
  .faq_content {
    font-size: 14px;
    font-style: normal;
    padding-right: 30px;
  }
  .article_text img {
    height: 125px;
  }
  /* mobile_menu */
  .mobile_menu {
    color: var(--black);
    transform: rotate(90deg);
    cursor: pointer;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 9;
  }
  .open {
    left: 50px !important;
  }
  .menu_box_mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 900px;
    z-index: 12;
    background-color: #fff;
    display: block;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding-top: 50%;
    transition: all 0.3s ease;
    -webkit-box-shadow: -7px 2px 13px 4px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -7px 2px 13px 4px rgba(34, 60, 80, 0.2);
    box-shadow: -7px 2px 13px 4px rgba(34, 60, 80, 0.2);
  }
  .menu_close {
    background-image: url(../images/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 35px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
  }
  .menu_box_mobile ul {
    padding: 0;
    text-align: center;
  }
  .menu_box_mobile ul li {
    list-style: none;
    padding-bottom: 25px;
  }
  .menu_box_mobile ul li a {
    font-weight: 500;
    font-family: var(--Poppins);
    font-size: 22px;
    color: var(--black);
  }
  .menu_box_mobile ul li a:hover {
    font-weight: 600;
  }
  .section_blog .comparison_article h3 span {
    display: block;
    top: 0;
  }
  .section_blog .home_sub_title {
    padding: 100px 0 40px 0;
  }
  .section_blog .home_sub_title h1 {
    font-size: 22px;
  }
  .wrap_title_article h3 {
    font-size: 18px;
  }
  .section_blog .art_img {
    display: none;
  }
  .section_blog .wrap_small_article h3,
  .section_blog .art_title h3 {
    font-size: 17px;
  }
  .wrap_email {
    font-size: 18px;
  }
  .wrap_email p {
    font-size: 14px;
  }
  /* .section_blog {
    min-height: 78vh;
  } */
  .section_comparison h2 {
    font-size: 22px;
  }
  .section_compare {
    padding: 10px 10px 60px 10px;
  }
  .section_compare h1 {
    font-size: 22px;
    line-height: normal;
  }
  .form_main {
    width: 100%;
    padding-left: 0;
  }
  .c_logo {
    display: none;
  }
  #mailForm {
    display: block;
  }
  #email {
    width: 100%;
  }
  #sendMail {
    margin-top: 15px;
    width: 100%;
  }
  .wrap_form {
    max-height: fit-content;
  }
  .about .home_sub_title {
    padding: 50px 0 40px 0;
  }
}
