/*===========================
     01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&family=Poller+One&family=Red+Rose:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Ojuju:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Recursive:wght@300..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --white-color: #FFFFFF;
  --text-color: #191919;
  --primary-green: #78EB54;
  --primary-color: #E5E342;
  --text-color2: #545454;
  --border-color: #eee;
  --font-red-rose: "Red Rose", serif;
  --font-kanit: "Kanit", sans-serif;
  --font-poller-one: "Poller One", serif;
  --font-figtree: "Figtree", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
}

/*================================================
02. Mixins Css
=================================================*/
/*================================================
03. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*================================================
04. banner section
=================================================*/
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0 0;
}

/*================================================
05. header section
=================================================*/
header.poetic-demo {
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #F8EEFC;
  transition: all 0.8s ease-out 0s;
}
@media (max-width: 1199px) {
  header.poetic-demo {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  header.poetic-demo {
    border-top: unset;
  }
}
header.poetic-demo.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #08090b;
  z-index: 99;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.poetic-demo .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.poetic-demo .header-wrapper .menu-icon {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
header.poetic-demo .header-wrapper .menu-icon svg {
  fill: var(--text-color);
  align-items: center;
  transition: 0.35s;
}
header.poetic-demo .header-wrapper .menu-icon:hover svg {
  fill: var(--primary-green);
}
header.poetic-demo .header-wrapper .logo-sidebar {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  header.poetic-demo .header-wrapper .logo-sidebar {
    gap: 40px;
  }
}
header.poetic-demo .header-wrapper .nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  header.poetic-demo .header-wrapper .nav-right {
    gap: 15px;
  }
}
header.poetic-demo .header-wrapper .nav-right .header-btn {
  font-family: var(--font-red-rose);
  font-size: 15px;
  font-weight: 700;
  color: var(--text-color);
  background-color: var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 8px;
  padding: 9px 23px;
}
header.poetic-demo .header-wrapper .nav-right .header-btn svg {
  stroke: var(--text-color);
}
@media (max-width: 576px) {
  header.poetic-demo .header-wrapper .nav-right .header-btn {
    display: none;
    visibility: hidden;
  }
}
header.poetic-demo .header-wrapper .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header.poetic-demo .header-wrapper .nav-right .mobile-menu-btn {
    display: flex;
    margin-left: 50px;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    justify-content: center;
    position: relative;
  }
  header.poetic-demo .header-wrapper .nav-right .mobile-menu-btn span {
    height: 3px;
    width: 25px;
    background-color: var(--text-color);
    display: flex;
    transition: transform 0.5s ease-in;
    position: absolute;
    top: 0px;
  }
  header.poetic-demo .header-wrapper .nav-right .mobile-menu-btn span::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: var(--text-color);
    content: "";
    top: -10px;
    right: 0;
  }
  header.poetic-demo .header-wrapper .nav-right .mobile-menu-btn span::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 3px;
    right: 0;
    background-color: var(--text-color);
    content: "";
    top: 10px;
  }
  header.poetic-demo .header-wrapper .nav-right .mobile-menu-btn.active span {
    background-color: transparent;
  }
  header.poetic-demo .header-wrapper .nav-right .mobile-menu-btn.active span::before {
    transform: rotateZ(45deg) translate(8px, 6px);
    width: 35px;
  }
  header.poetic-demo .header-wrapper .nav-right .mobile-menu-btn.active span::after {
    transform: rotateZ(-45deg) translate(8px, -6px);
    width: 35px;
  }
}
header.poetic-demo .header-wrapper .menu-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
header.poetic-demo .header-wrapper .main-menu {
  display: inline-block;
}
header.poetic-demo .header-wrapper .main-menu .mobile-menu-logo {
  display: none;
}
header.poetic-demo .header-wrapper .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.poetic-demo .header-wrapper .main-menu ul > li {
  display: inline-block;
  position: relative;
  padding: 33px 8px;
}
@media (max-width: 1399px) {
  header.poetic-demo .header-wrapper .main-menu ul > li {
    padding: 30px 5px;
  }
}
header.poetic-demo .header-wrapper .main-menu ul > li:first-child {
  padding-left: 0;
}
header.poetic-demo .header-wrapper .main-menu ul > li > a {
  color: var(--text-color);
  display: block;
  text-transform: uppercase;
  padding: 0px 10px;
  position: relative;
  font-family: var(--font-red-rose);
  font-weight: 700;
  font-size: 15px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border-radius: 15px;
  line-height: 1;
}
@media (max-width: 1399px) {
  header.poetic-demo .header-wrapper .main-menu ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header.poetic-demo .header-wrapper .main-menu ul > li > a {
    padding: 32px 9px;
    border: none;
  }
}
header.poetic-demo .header-wrapper .main-menu ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--text-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 7px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header.poetic-demo .header-wrapper .main-menu ul > li i {
    opacity: 1;
  }
}
header.poetic-demo .header-wrapper .main-menu ul > li i.active::before {
  content: "\f2ea";
}
@media (max-width: 991px) {
  header.poetic-demo .header-wrapper .main-menu ul > li:hover > a {
    border: none;
  }
}
@media (min-width: 992px) {
  header.poetic-demo .header-wrapper .main-menu ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
header.poetic-demo .header-wrapper .main-menu ul > li.active > a {
  border-color: var(--text-color);
}
@media (max-width: 991px) {
  header.poetic-demo .header-wrapper .main-menu ul > li.active > a {
    border: none;
  }
}
header.poetic-demo .header-wrapper .main-menu ul > li.active .dropdown-icon2 {
  color: var(--primary-color);
}
header.poetic-demo .header-wrapper .main-menu ul li.menu-item-has-children {
  position: relative;
}
@media (min-width: 992px) {
  header.poetic-demo .header-wrapper .main-menu ul li.menu-item-has-children::after {
    content: "";
    height: 4.5px;
    width: 7.25px;
    background-color: var(--text-color);
    position: absolute;
    right: 6px;
    top: 35px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
header.poetic-demo .header-wrapper .main-menu ul li.menu-item-has-children > i {
  display: block;
}
@media (max-width: 991px) {
  header.poetic-demo .header-wrapper .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #fff;
    border-right: 1px solid #eee;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.poetic-demo .header-wrapper .main-menu.show-menu {
    transform: translateX(0);
  }
  header.poetic-demo .header-wrapper .main-menu .mobile-logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  header.poetic-demo .header-wrapper .main-menu .mobile-logo-area .menu-close-btn {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #FF6D4D;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
    color: var(--white-color);
  }
  header.poetic-demo .header-wrapper .main-menu .menu-list li {
    display: block;
    position: relative;
    padding: 0 5px;
    padding-left: 0;
  }
  header.poetic-demo .header-wrapper .main-menu .menu-list li a {
    padding: 15px 0;
    display: block;
    padding-left: 0;
  }
}
header.poetic-demo .mobile-logo-wrap .white-logo {
  display: none;
  visibility: hidden;
}
header.poetic-demo .mobile-logo-wrap .black-logo {
  display: block;
  visibility: visible;
}

/*================================================
06. speed section
=================================================*/
.primary-btn {
  font-family: var(--font-red-rose);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: left;
  background: var(--text-color);
  color: var(--white-color);
  padding: 19px 38px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.7s;
}
.primary-btn.footer-btn {
  background: var(--primary-green);
  color: var(--text-color);
}
.primary-btn.footer-btn svg path {
  stroke: var(--text-color);
}
.primary-btn.footer-btn:hover {
  color: var(--text-color);
  background: var(--white-color);
}
.primary-btn.footer-btn:hover svg path {
  stroke: var(--text-color);
}
.primary-btn.footer-btn:hover .arrow {
  transform: rotate(45deg);
}
.primary-btn svg path {
  stroke: var(--white-color);
}
.primary-btn .arrow {
  transform: rotate(0);
  transition: 0.7s;
}
.primary-btn:hover {
  color: var(--text-color);
  background: var(--primary-green);
}
.primary-btn:hover svg path {
  stroke: var(--text-color);
}
.primary-btn:hover .arrow {
  transform: rotate(45deg);
}

.primary-btn2 {
  font-family: var(--font-red-rose);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: left;
  background: #F5F5F5;
  color: var(--text-color);
  padding: 19px 38px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.7s;
}
.primary-btn2 svg path {
  stroke: var(--text-color);
}
.primary-btn2 .arrow {
  transform: rotate(0);
  transition: 0.7s;
}
.primary-btn2:hover {
  color: var(--text-color);
  background: var(--primary-green);
}
.primary-btn2:hover svg path {
  stroke: var(--text-color);
}
.primary-btn2:hover .arrow {
  transform: rotate(45deg);
}

.speed-content {
  max-width: 580px;
  margin: 0 auto;
}
.speed-content img {
  margin-bottom: 15px;
}
.speed-content h5 {
  font-family: var(--font-red-rose);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 23px;
}
.speed-content h1 {
  font-family: var(--font-red-rose);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .speed-content h1 {
    font-size: 40px;
  }
}
.speed-content .button-area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .speed-content .button-area {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.speed-content ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .speed-content ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.speed-content ul li {
  font-family: var(--font-figtree);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #595959;
  display: flex;
  align-items: center;
  gap: 10px;
}

/*================================================
06. speed section
=================================================*/
.optimization-section .optimize-speed-content {
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding-left: 85px;
}
@media (max-width: 1199px) {
  .optimization-section .optimize-speed-content {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .optimization-section .optimization-content {
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 576px) {
  .optimization-section .optimization-content {
    padding: 20px;
  }
}
.optimization-section .optimization-content h2 {
  font-family: var(--font-red-rose);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: var(--text-color);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .optimization-section .optimization-content h2 {
    font-size: 30px;
  }
}
.optimization-section .optimization-content p {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #595959;
  max-width: 470px;
  margin-bottom: 0;
}
.optimization-section .optimization-content p span {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: var(--text-color);
}
.optimization-section .optimization-content ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .optimization-section .optimization-content ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.optimization-section .optimization-content ul li {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 8px;
}
.optimization-section .desktop-image {
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding: 50px;
}
.optimization-section .desktop-image .img {
  width: 100%;
}

/*================================================
07. blog section
=================================================*/
.section-title span {
  font-family: var(--font-montserrat);
  font-size: 140px;
  font-weight: 700;
  line-height: 0.7;
  text-align: center;
  background: linear-gradient(180deg, #059C38 0%, #FFFFFF 84.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title h2 {
  font-family: var(--font-red-rose);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--text-color);
  max-width: 510px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 1;
  }
}

.blog-content .blog-img {
  background: #F0F0F0;
  padding: 20px 20px 0px 20px;
  border-radius: 20px 20px 0px 0px;
  transition: 0.35s;
}
.blog-content .blog-img img {
  width: 100%;
}
.blog-content .blog-img:hover {
  background: #009045;
}
.blog-content .image-text {
  margin-top: 20px;
}
.blog-content .image-text h5 {
  margin-bottom: 0;
}
.blog-content .image-text h5 a {
  font-family: var(--font-red-rose);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--text-color);
}

/*================================================
08. google section
=================================================*/
.section-titile {
  max-width: 450px;
  margin: 0 auto;
}
.section-titile h2 {
  font-family: var(--font-red-rose);
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--text-color);
  padding-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-titile h2 {
    font-size: 40px;
    line-height: 1;
  }
}

.google-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px;
}
.google-section ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 40px;
}
.google-section ul.formate-list {
  background: #EEEEEE;
  border-radius: 20px;
  padding: 10px;
}
@media (max-width: 1199px) {
  .google-section ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.google-section ul li {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
}
.google-section ul li span {
  background: var(--white-color);
  width: 46px;
  height: 46px;
  border-radius: 10px;
  box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .google-section {
    padding: 10px;
  }
}
.google-section .banner-content {
  background: var(--white-color);
  padding: 30px;
  border-radius: 20px;
}
.google-section .banner-content h4 {
  font-family: var(--font-red-rose);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: var(--text-color);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .google-section .banner-content h4 {
    font-size: 25px;
    line-height: 1;
  }
}
.google-section .banner-content p {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--text-color2);
  margin-bottom: 20px;
}

/*================================================
09. dark mode section
=================================================*/
.post-formate-section .formate-list {
  background: #EEEEEE;
  border-radius: 20px;
  padding: 20px 40px;
  display: inline-flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .post-formate-section .formate-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .post-formate-section .formate-list {
    padding: 20px;
  }
}
.post-formate-section .formate-list li {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-formate-section .formate-list li span {
  background: var(--white-color);
  width: 46px;
  height: 46px;
  border-radius: 10px;
  box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*================================================
09. dark mode section
=================================================*/
.dark-mode-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .dark-mode-section {
    padding: 70px 0;
  }
}
.dark-mode-section .dark-mode-title {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.dark-mode-section .dark-mode-title h2 {
  font-family: var(--font-red-rose);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .dark-mode-section .dark-mode-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .dark-mode-section .dark-mode-title h2 {
    font-size: 35px;
    line-height: 1;
  }
}
.dark-mode-section .dark-mode-content {
  margin-top: 80px;
  background: #2C2C2C;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 20px;
  position: relative;
  padding: 30px 0px 30px 80px;
}
@media (max-width: 1199px) {
  .dark-mode-section .dark-mode-content {
    padding-left: 0;
  }
}
.dark-mode-section .dark-mode-content .top-img {
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1199px) {
  .dark-mode-section .dark-mode-content .dark-mode-text {
    padding: 35px 20px 0;
  }
}
.dark-mode-section .dark-mode-content .dark-mode-text h2 {
  font-family: var(--font-red-rose);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: var(--white-color);
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .dark-mode-section .dark-mode-content .dark-mode-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .dark-mode-section .dark-mode-content .dark-mode-text h2 {
    font-size: 20px;
  }
}
.dark-mode-section .dark-mode-content .dark-mode-text p {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #C4C4C4;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .dark-mode-section .dark-mode-content .dark-mode-text p {
    font-size: 16px;
  }
}
.dark-mode-section .dark-mode-content .dark-mode-text ul {
  padding-top: 55px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 460px;
}
.dark-mode-section .dark-mode-content .dark-mode-text ul li {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 7px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .dark-mode-section .dark-mode-content .side-image {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .dark-mode-section .dark-mode-content .side-image {
    padding-top: 0px;
  }
}

/*================================================
11. blog site section
=================================================*/
.layout-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0 0 0;
}

/*================================================
11. blog site section
=================================================*/
.blog-site .blog-site-title span {
  font-family: var(--font-red-rose);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000000;
  border: 1px solid #009045;
  border-radius: 1000px;
  padding: 3px 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.blog-site .blog-site-title h2 {
  font-family: var(--font-red-rose);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--text-color);
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .blog-site .blog-site-title h2 {
    font-size: 40px;
  }
}
.blog-site .blog-site-content {
  background: #F0F0F0;
  border-radius: 20px;
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
.blog-site .blog-site-content.tranparet-blog {
  background: transparent;
  border: 1px solid #EEEEEE;
}
.blog-site .blog-site-content .blog-text {
  margin-bottom: 20px;
}
.blog-site .blog-site-content .blog-text h4 {
  font-family: var(--font-red-rose);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .blog-site .blog-site-content .blog-text h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .blog-site .blog-site-content .blog-text h4 {
    font-size: 28px;
  }
}
.blog-site .blog-site-content .blog-text p {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #595959;
  margin-bottom: 0;
}

/*================================================
12. footer section
=================================================*/
.footer-section {
  background: var(--text-color);
  padding: 90px 0 30px 0px;
}
.footer-section .speed-content h2 {
  font-family: var(--font-red-rose);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--white-color);
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 767px) {
  .footer-section .speed-content h2 {
    font-size: 35px;
  }
}
.footer-section .speed-content ul li {
  color: var(--white-color);
}
.footer-section .footer-menu {
  position: relative;
  z-index: 999;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  transition: all 0.8s ease-out 0s;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu {
    border-top: unset;
  }
}
.footer-section .footer-menu .menu-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-section .footer-menu .menu-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
  }
}
.footer-section .footer-menu .menu-wrapper .logo-sidebar {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu .menu-wrapper .logo-sidebar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
}
.footer-section .footer-menu .menu-wrapper .logo-sidebar .main-menu .menu-list {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer-section .footer-menu .menu-wrapper .logo-sidebar .main-menu .menu-list {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }
}
.footer-section .footer-menu .menu-wrapper .logo-sidebar .main-menu .menu-list li {
  display: inline-block;
  position: relative;
  padding: 26px 8px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu .menu-wrapper .logo-sidebar .main-menu .menu-list li {
    padding: 0px 15px;
  }
}
.footer-section .footer-menu .menu-wrapper .logo-sidebar .main-menu .menu-list li a {
  font-family: var(--font-red-rose);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: var(--white-color);
}
@media (max-width: 991px) {
  .footer-section .footer-menu .menu-wrapper .nav-right {
    display: flex;
    justify-content: center;
  }
}
.footer-section .footer-menu .menu-wrapper .nav-right .footer-btn {
  font-family: var(--font-red-rose);
  font-size: 15px;
  font-weight: 700;
  color: var(--white-color);
  background-color: #494646;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 8px;
  padding: 9px 23px;
}
.footer-section .footer-menu .menu-wrapper .nav-right .footer-btn svg {
  stroke: var(--white-color);
}
.footer-section .copyright-area {
  text-align: center;
  margin-top: 25px;
}
.footer-section .copyright-area p {
  font-family: var(--font-figtree);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #C4C4C4;
  margin-bottom: 0;
}
.footer-section .copyright-area p a {
  font-family: var(--font-figtree);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--white-color);
  transition: 0.35s;
}
.footer-section .copyright-area p a:hover {
  color: var(--primary-green);
}
@media (max-width: 767px) {
  .footer-section .copyright-area {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */