@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

:root {
  --theme-color: #c52226;
}

body {
  font-family: "Jost", sans-serif !important;
}

html {
  margin-top: 0 !important;
}

.bg-light {
  background-color: #fff !important;
}

.container {
  padding: 0;
}

.page-wrapper {
  position: relative;
  z-index: 999;
  background-color: #fff;
  transition: all 0.5s;
}

.page-wrapper.active {
  transform: translate3d(20%, 0, 0);
}

.header-container-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 0;
}

.header-container-logo {
  display: flex;
  width: 235px;
}

.header-container-logo > a {
  display: flex;
  width: 100%;
}

.header-container-logo > a > img {
  width: 100%;
}

.header-container-social > ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
}

.header-container-social > ul > li > a > i {
  color: #68686d;
}

.header-container-social > ul > li {
  display: flex;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}

.header-container-social > ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.header-container-subscribe > a {
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 300;
  color: #68686d;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 0.5rem;
  text-transform: uppercase;
}

.header-container-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.header-bottom-left {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-bottom-right {
  display: flex;
  width: 70px;
  align-items: center;
  justify-content: flex-end;
}

.header-bottom-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 140px);
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
  padding: 0.5rem 0;
}

.header-menu #cssmenu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu #cssmenu > ul > li > a {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  letter-spacing: 2px;
  display: flex;
  padding: 0 1.5rem;
  cursor: pointer;
}

.header-bottom-search > i {
  font-size: 20px;
  transition: .2s ease-in-out;
}

.left-menu-btn > i {
  font-size: 29px;
  transition: .2s ease-in-out;
}

.left-menu-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.header-bottom-search {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.left-menu-btn:hover > i,
.header-bottom-search:hover > i {
  color: #68686d;
}

.home-top-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-top-text > p {
  font-size: 22px;
  font-weight: 500;
  color: #68686d;
  margin: 0;
}

.home-top-text > span {
  font-size: 60px;
  color: #68686d;
  font-weight: 500;
  line-height: 1.4;
}

.home-top-text > span > b {
  color: #000;
}

.home-top-list > ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.home-top-list > ul > li {
  width: calc(16.66% - (1rem * 5) / 6);
}

.home-top-list > ul > li > a {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #e9eef5;
  background-color: #e8edf5;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: .2s ease-in-out;
}

.home-top-list-image {
  width: 32px;
  height: 32px;
  display: flex;
  margin-right: .5rem;
}

.home-top-list-title {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

.home-top-list {
  margin-top: 3rem;
}

.home-top-wrapper {
  margin-top: 2rem;
  padding: 5rem 0;
  background-color: #f9fbff;
}

.home-top-list > ul > li > a:hover {
  background-color: #fff;
}

.home-video-container-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}

.home-video-title {
  font-size: 35px;
  font-weight: 600;
}

.home-video-desc {
  font-size: 18px;
  font-weight: 400;
  width: 80%;
}

.home-video-wrapper {
  background-color: var(--theme-color);
  padding: 2rem;
}

.home-video-container-list {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.home-video {
  display: flex;
  width: calc(25% - (1.5rem * 3) / 4);
  transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.home-video > a {
  display: flex;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.home-video-image {
  display: flex;
  width: 100%;
}

.home-video-image > img {
  width: 100%;
}

.home-video-ikon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: .2s ease-in-out;
}

.home-video > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .3);
}

.home-video-ikon > i {
  color: #fff;
  font-size: 40px;
}

.home-video:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, .5);
  transform: translateY(-5px);
}

.home-image-wrapper {
  display: flex;
  width: 100%;
}

.home-image {
  display: flex;
  width: 100%;
}

.home-image > img {
  width: 100%;
}

.home-ikon-text-wrapper {
  padding: 3rem 0;
}

.home-ikon-text-container-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
}

.home-ikon-contain {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.home-ikon-list {
  display: flex;
  flex-direction: column;
  width: calc(25% - (1rem *3) / 4);
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-ikon {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: transparent;
  transition: all .25s;
}

.home-ikon > i {
  font-size: 45px;
  display: flex;
  color: var(--theme-color);
  transition: all .25s;
}

.home-ikon-list:hover .home-ikon {
  background-color: var(--theme-color);
  border-radius: 50%;
}

.home-ikon-list:hover .home-ikon > i {
  color: #fff;
}

.home-ikon-text > span {
  font-size: 20px;
  font-weight: 400;
}

.home-ikon-text > p {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.home-ikon-text {
  margin-top: 1rem;
}

.home-blog-list-container {
  display: flex;
  align-items: flex-start;
}

.home-blog-list-container-left {
  width: 70%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.home-blog-list-container-right {
  width: 30%;
  margin-left: 3rem;
  position: sticky;
  top: 15px;
}

.home-blog-list {
  display: flex;
  width: calc(50% - (2rem) / 2);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.home-blog-list:hover {
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.home-blog-list > a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog-list-image {
  display: flex;
  width: 100%;
}

.blog-list-image > img {
  width: 100%;
}

.blog-list-bottom {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
}

.blog-list-name {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  display: flex;
  line-height: 1;
  margin-bottom: 1rem;
}

.blog-list-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
}

.home-blog-list-wrapper {
  padding: 3rem;
  background-color: #f7f8f9;
}

.other-blog-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.other-blog-list {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 2rem 1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.other-blog-list > a {
  display: flex;
  align-items: center;
}

.other-blog-list-image {
  display: flex;
  max-width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.other-blog-list-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-blog-list-name {
  display: flex;
  width: calc(100% - 80px);
  margin-right: 1rem;
  flex-direction: column;
}

.other-blog-list-tite {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 2rem;
}

.other-blog-list:hover {
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.other-blog-list-name > span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.other-blog-list-name > p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.about-content {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.about-image > img {
  width: 100%;
}

.about-image {
  box-shadow: 0 30px 30px -10px rgba(0, 0, 0, .2);
  border-radius: 8px;
  overflow: hidden;
  width: 55%;
}

.about-container-bottom {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 4rem;
  position: relative;
  padding: 2rem 0;
}

.about-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 4rem;
  width: 45%;
}

.about-content:nth-child(2n) {
  flex-direction: row-reverse;
}

.about-content:nth-child(2n) .about-desc {
  padding-left: 0;
  padding-right: 4rem;
}

.about-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  font-size: 45px;
  font-weight: 600;
  color: var(--theme-color);
}

.about-container-bottom::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 102%;
  background-color: rgba(0, 0, 0, .2);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.contact-title {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
}

.contact-wrapper {
  padding: 3rem;
  padding-bottom: 0;
  margin-top: 2rem;
}

.contact-social > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}

.contact-social > ul > li {
  display: flex;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 2px #e8e8e8 inset;
  border-radius: 5px;
  overflow: hidden;
}

.contact-social > ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

.contact-social > ul > li > a > i {
  font-size: 20px;
}

.contact-social {
  margin-bottom: 2rem;
}

.contact-social > ul > li:nth-child(1) > a > i {
  color: transparent;
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,
      #d6249f 60%, #285aeb 90%);
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  -webkit-background-clip: text;
}

.contact-social > ul > li:nth-child(2) > a > i {
  color: #3b5998;
}

.contact-social > ul > li:hover:nth-child(1) > a {
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,
      #d6249f 60%, #285aeb 90%);
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
}

.contact-social > ul > li:hover:nth-child(2) > a {
  background-color: #3b5998;
}

.contact-social > ul > li:hover > a > i {
  color: #fff;
  background: transparent;
}

.contact-info > ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info > ul > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.contact-info > ul > li > a {
  display: flex;
  align-items: center;
}

.contact-info > ul > li > a > i {
  min-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  font-size: 25px;
  color: var(--theme-color);
}

.contact-info > ul > li > a > span {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  display: flex;
  margin-left: 2rem;
}

.contact-container-top {
  display: flex;
}

.contact-container-left {
  width: 35%;
}

.contact-container-right {
  width: 65%;
  margin-left: 3rem;
}

.form-wrapper-top .form-contain {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
}

.form-wrapper-top .form-contain input {
  border: 2px solid rgba(0, 0, 0, .1);
  background-color: #f0f0f0;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
  padding-left: 45px;
  height: 45px;
  color: #999;
}

.form-wrapper-top .form-contain i {
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #999;
  z-index: 99;
  top: 0;
}

.form-wrapper-top .form-contain textarea {
  border: 2px solid rgba(0, 0, 0, .1);
  background-color: #f0f0f0;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
  padding-left: 45px;
  color: #999;
}

.form-wrapper-top .form-contain:not(:nth-child(4)) {
  height: 45px;
}

.form-wrapper-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-wrapper-top .form-contain:focus-within textarea,
.form-wrapper-top .form-contain:focus-within input {
  border-color: var(--theme-color);
}

.form-wrapper-top .form-contain:focus-within i {
  color: var(--theme-color);
}

.form-wrapper-bottom {
  display: flex;
  width: 180px;
}

.form-wrapper-bottom p {
  width: 100%;
  display: flex;
}

.form-wrapper-bottom input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: var(--theme-color) !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.form-wrapper-bottom p span {
  display: none;
}

.form-wrapper-top p {
  margin: 0;
}

.contact-form-title > span {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

.contact-form-title {
  margin-bottom: 3rem;
}

.left-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s;
}

.left-sidebar.active {
  visibility: visible;
}

.left-sidebar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: #e6e6e6;
  border-radius: 5px;
}

.left-sidebar::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.left-sidebar-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #fff;
}

.sidebar-about {
  display: flex;
  width: 100%;
  position: relative;
}

.sidebar-about-image {
  display: flex;
  width: 100%;
}

.sidebar-about-image > img {
  width: 100%;
}

.sidebar-about-content {
  position: absolute;
  z-index: 99;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  inset: 0;
  padding: 1rem;
}

.sidebar-about-text {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}

.sidebar-about-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.sidebar-about-btn > a {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  background-color: var(--theme-color);
  padding: 0.8rem 0.5rem;
  border-radius: 3px;
  margin-top: 2rem;
  transition: .2s ease-in-out;
}

.sidebar-about-btn > a:hover {
  background-color: #000;
  cursor: pointer;
}

.left-sidebar-content {
  display: flex;
  align-items: center;
}

.left-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.left-sidebar-content-image {
  display: flex;
  max-width: 70px;
  height: 70px;
}

.left-sidebar-content-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-sidebar-content-name {
  width: calc(100% - 70px);
  padding-left: 1rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.left-sidebar-list .left-sidebar-content:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 1rem;
}

.left-sidebar-title > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid #333;
  margin-bottom: 1rem;
  width: 70%;
  font-size: 19px;
  font-weight: 500;
}

.left-sidebar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.left-sidebar-bottom {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

.left-sidebar-content:first-child {
  flex-direction: column;
}

.left-sidebar-content:first-child .left-sidebar-content-image {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.left-sidebar-content:first-child .left-sidebar-content-name {
  width: 100%;
  padding: 0;
  margin-top: 1rem;
}

.page-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.page-overlay.active {
  opacity: 1;
  visibility: visible;
}

.left-sidebar-remove {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 999;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--theme-color);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.left-sidebar-remove:hover {
  background-color: #000;
}

.left-sidebar-remove-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.left-sidebar-remove-btn > i {
  color: #fff;
}