@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  width: 8px;
  background: white;
  border-left: 0 solid white;
  border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
  background: #002450;
  width: 0;
  height: 25%;
  transition: 0.5s ease;
  cursor: pointer;
}

/* ===================================
    General
====================================== */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f2f4f8;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
  font-size: 16px;
}

.padding-header {
  padding-left: 20px;
  padding-right: 20px;
}
section {
  min-height: calc(100vh);
  width: 100vw;
  padding: 120px 20px 20px 20px;
}
.home_top-padding {
  padding-top: 40px !important;
}
.type_div-width {
  min-height: 2rem;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
  position: relative;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p:last-child {
  margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
  display: inline;
}

a:active,
a:hover {
  color: #002450;
}

li {
  list-style: none;
  text-decoration: none;
}

/* button */
.btn {
  appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 12px;
  border: 2px solid transparent;
  letter-spacing: 0.3px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

.btn.btn-large {
  font-size: 16px;
  padding: 8px 30px;
  line-height: 1.8em;
}

.btn.btn-rounded {
  border-radius: 50px;
}
.navbar-expand-lg .navbar-collapse {
  display: flex;
  justify-content: space-around;
}

.navbar-top-default {
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 110px;
  width: 100%;
  background: #f2f4f8;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header-appear .navbar-top-default {
  height: 110px;
  position: fixed;
  z-index: 99;
  top: 0;
  background: #f2f4f8;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  width: 100%;
}
.container-fluid {
  margin-right: 5vw;
  width: calc(100% - 15vw);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
  color: #6e7e99;
}

.navbar-nav {
  align-items: center;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
  color: #6e7e99;
  text-align: center;
  padding: 0 1.5rem;
  transition: 0.5s ease;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.navbar-simple .navbar-nav .nav-link:hover,
.navbar-simple .navbar-nav .nav-link.active {
  color: #48556a;
  transition: 0.5s ease;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
  width: 35%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
  background-color: #f2f4f8;
}

.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
  align-items: start;
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.7;
}

/*side clode btn*/
.side-menu .btn-close {
  height: 34px;
  width: 34px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #f2f4f8;
  top: 5px;
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 36px;
  padding: 6px;
  right: 40px;
  top: 10vh;
  position: absolute;
  display: inline-block;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #002450;
  display: block;
  margin-left: auto;
  transition: 0.5s ease;
}

.header-appear .sidemenu_btn span {
  background: #002450;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  width: 70%;
  transition: 0.5s ease;
  margin-left: auto;
}

.side-menu .inner-wrapper {
  padding: 1rem 4rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 30px;
  height: 70%;
  display: flex;
  align-items: center;
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 20px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;

  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #6e7e99;
  padding: 2px 0 3px 0 !important;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  border-radius: 0;
  text-transform: lowercase;
  font-family: "Montserrat", sans-serif;
}

.side-nav .navbar-nav .nav-link:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: -5px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link.active:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #002450;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.side-menu .social-icons-simple li a {
  font-size: 16px;
  justify-content: center;
  color: #f2f4f8;
  height: 46px;
  line-height: 38px;
  width: 46px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
  z-index: 1;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.social-icons-simple li .social-icon:hover {
  background-color: #002450;
  color: #f2f4f8;
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.side-menu .btn-close:hover {
  -webkit-animation: 0.8s rotate;
  animation: 0.8s rotate;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotates {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-bg {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #5b687e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #5b687e, #5b687e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #5b687e, #5b687e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 175px;
  height: 100px;
}

.loader span {
  display: block;
  width: 7px;
  height: 10%;
  border-radius: 14px;
  margin-right: 5px;
  float: left;
  margin-top: 25%;
  background: #f2f4f8;
}

.loader span:last-child {
  margin-right: 0;
}

.loader span:nth-child(1) {
  animation: load 2.5s 1.4s infinite linear;
}

.loader span:nth-child(2) {
  animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(3) {
  animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(4) {
  animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(5) {
  animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(6) {
  animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(7) {
  animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(8) {
  animation: load 2.5s 0s infinite linear;
}

.loader span:nth-child(9) {
  animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(10) {
  animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(11) {
  animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(12) {
  animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(13) {
  animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(14) {
  animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(15) {
  animation: load 2.5s 1.4s infinite linear;
}

@keyframes load {
  0% {
    background: #002450;
    margin-top: 25%;
    height: 10%;
  }

  50% {
    background: #002450;
    height: 100%;
    margin-top: 0;
  }

  100% {
    background: #002450;
    height: 10%;
    margin-top: 25%;
  }
}

/* ================================ 
  the schwa font sizw and family
 ===================================== */
.header h1 {
  font-size: 5vw;
  font-weight: 500;
  color: #48556a;
  font-family: "Rokkitt", serif;
}

.header span {
  font-size: 3.5vw;
  font-weight: 500;
  color: #48556a;
  font-family: "Rokkitt", serif;
}

.header ul li {
  font-size: 1.2vw;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #6e7e99;
}

.navbar-simple .navbar-nav .nav-link {
  font-size: 1.5vw;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #6e7e99;
}

.fs-5

/*1 st page para*/ {
  font-size: 1.5vw !important;
  color: #6e7e99;
  line-height: normal;
  font-weight: 400;
}

.fs-1 {
  /*1st page c-line*/
  font-family: "Rokkitt", serif;
  font-weight: 500;
  color: #48556a;
  line-height: normal;
  margin: 0px;
  font-size: 7vw !important;
}

.fs-2

/*for typ text*/ {
  font-size: 1.9vw !important;
  color: #6e7e99;
  font-weight: 600;
}

.index.row .fs-5 small {
  font-family: "Rokkitt", serif;
  color: #48556a;
  font-weight: bold;
  font-size: 1.5vw;
}

.index.row .fs-5 b {
  font-family: "Rokkitt", serif;
  color: #48556a;
  font-weight: bold;
  font-size: 2vw;
}

.Rokkitt.ExtraBold {
  font-size: 2.8vw !important;
  font-family: "Rokkitt ExtraBold";
  color: #48556a;
  font-weight: bold;
}

.fw-bolder {
  font-weight: bold !important;
  font-size: 2vw;
}

.card-body td {
  border-bottom: none !important;
  font-weight: 500;
  font-size: 1.5vw;
}

.products .card {
  border-radius: 20%;
}

.row-blog p {
  font-size: 1.2vw;
}

.events.row .card-text {
  color: #6e7e99;
  font-size: 1.5vw;
  line-height: 1.8;
  font-weight: 400;
}

.row.about .content {
  color: #6e7e99;
  font-size: 1.4vw;
  font-weight: 400;
}

.row.about .img-content p,
.row.about .img-content li {
  color: #48556a;
  font-weight: bold;
  font-size: 1.4vw;
}

.social .head {
  font-family: "Rokkitt", serif;
  font-size: 1.8vw;
  color: #48556a;
}

.social .id {
  color: #48556a;
  font-size: 1.8vw;
}

.row.blog .content {
  color: #6e7e99;
  font-size: 1.3vw;
}

.sidebar {
  background: url(Asserts/side\ bar.png);
  width: 5vw;
  height: 100vh;
  /* Adjust the width as needed */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-size: cover;
  /* Ensure it's above other content */
}

.border-dotted {
  border-bottom: 2px dashed #96a2b6;
}

.bg-light {
  --bs-bg-opacity: 0;
  background-color: #f2f4f8 !important;
}
.img-width {
  width: 16vw;
}
.blog_img_width {
  width: 20rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* research -page */
/* 
  .research-content {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
  
  } */

/* .research-content .card-body {
    min-height: 60vh;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  
  } */
/* 
  .research-content .text-center.title {
    color: #6e7e99;
    font-size: 18px;
    text-transform: uppercase;
  } */

/* .research-content .card {
    background-color: white !important;
  } */

/* products */

/* .products-content {
    display: flex;
    justify-content: space-between;
  } */

/* .products-content .card .card-title,
  .card-header {
    background-color: #48556a !important;
  } */

/* .products-content .card .card-body {
    background-color: #6e7e99 !important;
  } */

/* .products-content .card {
    border-radius: 50%;
  } */

/* events  */

.events.row .card {
  border: none;
  background-color: #f2f4f8 !important;
}

.events.row .card-body {
  padding: 0px !important;
}

.events.row .events-button .btn-secondary {
  font-weight: bold;
  border-radius: 30px;
  background-color: #48556a;
  font-size: 2vw;
  padding: 10px 0px !important;
}

/* podcast */

.podcast.row {
  display: flex;
}

.podcast .card-body {
  background-color: #6e7e99;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.podcast.row .card {
  border-radius: 30px !important;
}

.podcast.row .card .card-header {
  border-top-right-radius: 30px !important;
  border-top-left-radius: 30px !important;
}

.podcast .btn-secondary,
.blog .btn-secondary

/*blog*/ {
  color: #48556a;
  background-color: #f2f4f8;
  font-weight: bold !important;
  padding: 0 1.5rem !important;
  border-radius: 1rem;
  border: 1px solid #6e7e99;
  font-size: 18px;
  text-transform: lowercase;
}

/* blog */
.row-blog {
  display: flex;
}

.row-blog .card {
  width: 15rem;
  height: 10rem;
  margin: 0 auto;
  background-color: #6e7e99;
  border-radius: 1.25rem;
}

/* about */

.row.about .img-thumbnail {
  padding: 0px;
  width: 15.325rem !important;
  border-radius: 100%;
}

.row.about .mx-auto {
  margin: 0 auto !important;
}

.row.about .Image {
  display: flex;
  flex-direction: column;
}

.row.about .img-content {
  display: flex;
  justify-content: space-evenly;
}

#particles-js img {
  max-width: none !important;
}

@media (min-width: 992px) {
  .navigation-toggle {
    display: none;
  }
}

.col-xxl-12,
.col-xl-12,
.col-lg-12,
.col-xxl-8,
.col-xl-8,
.col-lg-8,
.col-xxl-5,
.col-xl-5,
.col-lg-5 {
  padding: 0 !important;
}

.row {
  padding-left: 0;
}

.bold {
  font-weight: bold;
  color: #5b687e;
  font-family: "Rokkitt", serif;
  font-size: 35px;
}

#jsonContent .card {
  height: 100%;
  background-color: #f2f4f8;
  border: none;
  line-height: normal;
  height: fit-content;
}

#jsonContent .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

#jsonContent .card-img-top {
  width: 28rem;
  height: 11rem;
}

#jsonContent .card-body .card-text {
  margin: 0.5rem;
}

#jsonContent .card-body {
  margin: 0;
  color: #5b687e !important;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}

#jsonContent .card-body .card-title {
  padding-top: 1rem;
  margin-bottom: 0px;
  color: #48556a !important;
  font-weight: bold !important;
  font-family: "Work Sans", sans-serif;
}

.img-logo .auth-time p,
time {
  color: #48556a;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  .main .box {
    margin-bottom: 30px !important;
  }
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1401px) {
}

@media (max-width: 1400px) and (min-width: 1280px) {
  /*normal*/
  .slider-area {
    padding-top: 0;
  }

  col.lg-12 {
    padding: 0 !important;
  }

  .header_as_nav .nav-link {
    padding: 0;
  }
}

@media (max-width: 1279px) and (min-width: 992px) {
  .navbar-simple .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-size: 18px;
    margin: 0;
  }

  .row.podcast .btn-secondary,
  .row.blog .btn-secondary {
    margin-right: 3.5rem;
  }

  .header h1 {
    font-size: 5vw;
  }

  .header span {
    font-size: 3.2vw;
  }

  .header ul li {
    font-size: 1.3vw;
  }

  .navbar-simple .navbar-nav .nav-link {
    font-size: 1.5vw;
  }

  .fs-5

    /*1 st page para*/ {
    font-size: 1.7vw !important;
  }

  .fs-1 {
    /*1st page c-line*/

    font-size: 7vw !important;
  }

  .fs-2

    /*for typ text*/ {
    font-size: 2vw !important;
  }

  .index.row .fs-5 small {
    font-size: 1.8vw;
  }

  .index.row .fs-5 b {
    font-size: 2.5vw;
  }

  .Rokkitt.ExtraBold {
    font-weight: bold;
  }

  .fw-bolder {
    font-size: 2vw;
  }

  .card-body td {
    font-size: 17px;
  }

  .products .card {
    border-radius: 20%;
  }

  .row-blog p {
    font-size: 14px;
  }

  .events.row .card-text {
    font-size: 1.5vw;
    line-height: 1.8;
  }

  .row.about .content {
    font-size: 1.5vw;
  }

  .row.about .img-content p,
  .row.about .img-content li {
    font-size: 1.3vw;
  }

  .social .head {
    font-size: 2vw;
  }

  .social .id {
    font-size: 2vw;
  }

  .col-md-12 {
    padding: 0;
  }

  .nav-link {
    padding: 0;
  }

  .mb-2 {
    padding: 0;
  }

  .sidemenu_btn {
    top: 40px;
  }

  .sidemenu_btn {
    right: 8px;
  }

  /* Banner */
  .slider-area {
    position: relative;
  }

  .area-heading h1 {
    font-size: 38px;
  }

  .area-heading p {
    font-size: 18px;
  }

  .slider-image img {
    top: -65px;
  }

  .author-skills {
    position: relative;
  }
}

@media screen and (max-width: 991px) and (min-width: 800px) {
  .sidemenu_btn {
    top: 40px;
    right: 40px;
  }

  /* Side Menu */
  .side-menu {
    width: 60%;
  }

  .nav-link {
    padding: 0;
  }

  /* Nav */

  .header h1 {
    font-size: 6vw;
  }

  .header span {
    font-size: 3.8vw;
  }

  .header ul li {
    font-size: 1.5vw;
  }
  .image-container img {
    max-width: 45vw;
  }
  .image-container {
    padding-top: 2rem;
    text-align: center;
  }

  .fs-1 {
    /*1st page c-line*/

    font-size: 8vw !important;
  }
  .fs-5

    /*1 st page para*/ {
    font-size: 2.3vw !important;
  }

  .fs-2

    /*for typ text*/ {
    font-size: 2.3vw !important;
  }

  .index.row .fs-5 small {
    font-size: 2.9vw;
  }

  .index.row .fs-5 b {
    font-size: 3.3vw;
  }

  .Rokkitt.ExtraBold {
    font-size: 3.6vw !important;
    font-weight: bold;
  }

  /* .fw-bolder {

        font-size: 24px;

    }

    .card-body td {

        font-size: 17px;
    } */

  /* .products .card {
        border-radius: 20%;
    } */

  .row-blog p {
    font-size: 2vw;
  }
  .blog_img_width {
    width: 100vw;
  }
  .blog_img_width .card-img-top {
    width: 100vw !important;
    height: 40vw !important;
  }

  .events.row .card-text {
    font-size: 2vw;
  }

  .row.about .content {
    font-size: 2vw;
  }

  .row.about .img-content p,
  .row.about .img-content li {
    font-size: 2vw;
  }

  .social .head {
    font-size: 3vw;
  }

  .social .id {
    font-size: 2.8vw;
  }

  .col-md-12 {
    padding: 0;
  }

  .nav-link {
    padding: 0;
  }

  .mb-2 {
    padding: 0;
  }

  .side-footer p {
    font-size: 16px;
  }
  .navbar-top-default {
    height: 110px;
  }
  .header-appear .navbar-top-default {
    height: 110px;
  }
  .side-menu .side-nav {
    align-items: start;
  }
  .side-menu {
    width: 40vw;
  }
}

@media (max-width: 799px) and (min-width: 576px) {
  body {
    text-align: justify;
  }
  .nav-link {
    padding: 0;
  }
  .side-menu .side-nav {
    align-items: start;
  }

  /* Nav */

  .events.row .events-button .btn-secondary {
    font-size: 3vw;
    padding: 0 !important;
  }
  .podcast .btn-secondary,
  .blog .btn-secondary {
    font-size: 3vw;
    padding: auto 0.5vw !important;
    font-weight: bold !important ;
  }

  .header h1 {
    font-size: 7vw;
  }

  .header span {
    font-size: 4.5vw;
  }

  .header ul li {
    font-size: 2vw;
  }
  .image-container img {
    width: 45vw;
  }
  .image-container {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
  }

  .fs-1 {
    /*1st page c-line*/

    font-size: 8vw !important;
  }
  .fs-5

    /*1 st page para*/ {
    font-size: 3vw !important;
  }

  .fs-2

    /*for typ text*/ {
    font-size: 3vw !important;
  }

  .index.row .fs-5 small {
    font-size: 2.4vw;
  }

  .index.row .fs-5 b {
    font-size: 4vw;
  }

  .Rokkitt.ExtraBold {
    font-size: 5.5vw !important;
    font-weight: bold;
  }

  /* .fw-bolder {

        font-size: 24px;

    }

    .card-body td {

        font-size: 17px;
    } */

  /* .products .card {
        border-radius: 20%;
    } */

  .row-blog p {
    font-size: 4vw;
  }
  .blog_img_width {
    width: 100vw;
  }
  .blog_img_width .card-img-top {
    width: 100vw !important;
    height: 40vw !important;
  }

  .events.row .card-text {
    font-size: 2.8vw;
  }

  .row.about .content {
    font-size: 2.8vw;
  }

  .row.about .img-content p,
  .row.about .img-content li {
    font-size: 3vw;
  }

  .social .head {
    font-size: 4vw;
  }

  .social .id {
    font-size: 2.5vw;
  }

  .nav-link {
    padding: 0;
  }

  .mb-2 {
    padding: 0;
  }

  .sidemenu_btn {
    top: 35px;
  }

  /* Side Menu */
  .side-menu {
    width: 60%;
  }

  .side-footer p {
    font-size: 16px;
  }

  span .bold {
    font-size: 4vw;
  }
  #regular-text span.bold {
    font-size: 5.5vw;
  }
  .navbar-top-default {
    height: 100px;
  }
  .header-appear .navbar-top-default {
    height: 100px;
  }
}
@media (max-width: 575px) {
  body {
    text-align: justify;
  }
  .nav-link {
    padding: 0;
  }
  .side-menu .side-nav {
    align-items: start;
  }

  /* Nav */

  .events.row .events-button .btn-secondary {
    font-size: 3vw;
    padding: 0 !important;
  }
  .podcast .btn-secondary,
  .blog .btn-secondary {
    font-size: 3vw;
    padding: auto 0.5vw !important;
    font-weight: bold !important ;
  }

  .header h1 {
    font-size: 9vw;
  }

  .header span {
    font-size: 6vw;
  }

  .header ul li {
    font-size: 2vw;
  }
  .image-container img {
    width: 45vw;
  }
  .image-container {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
  }

  .fs-1 {
    /*1st page c-line*/

    font-size: 8vw !important;
  }
  .fs-5

    /*1 st page para*/ {
    font-size: 3.5vw !important;
  }

  .fs-2

    /*for typ text*/ {
    font-size: 3vw !important;
  }

  .index.row .fs-5 small {
    font-size: 2.4vw;
  }

  .index.row .fs-5 b {
    font-size: 4vw;
  }

  .Rokkitt.ExtraBold {
    font-size: 5.5vw !important;
    font-weight: bold;
  }

  /* .fw-bolder {

        font-size: 24px;

    }

    .card-body td {

        font-size: 17px;
    } */

  /* .products .card {
        border-radius: 20%;
    } */

  .row-blog p {
    font-size: 4vw;
  }
  .blog_img_width {
    width: 100vw;
  }
  .blog_img_width .card-img-top {
    width: 100vw !important;
    height: 40vw !important;
  }

  .events.row .card-text {
    font-size: 3.3vw;
  }

  .row.about .content {
    font-size: 3.5vw;
  }

  .row.about .img-content p,
  .row.about .img-content li {
    font-size: 3.5vw;
  }

  .social .head {
    font-size: 4.5vw;
  }

  .social .id {
    font-size: 3.5vw;
  }

  .nav-link {
    padding: 0;
  }

  .mb-2 {
    padding: 0;
  }

  .sidemenu_btn {
    top: 35px;
  }

  /* Side Menu */
  .side-menu {
    width: 60%;
  }

  .side-footer p {
    font-size: 16px;
  }

  .navbar-top-default {
    height: 100px;
  }
  .header-appear .navbar-top-default {
    height: 100px;
  }
  span .bold {
    font-size: 4vw;
  }
  #regular-text span.bold {
    font-size: 5.5vw;
  }
}

.rounded-50 {
  border-radius: 50px;
}

.btn-primary {
  background-color: #48556a; /* Custom background color */
  border-color: #48556a; /* Custom border color */
  color: white; /* Custom text color */
}
.bg-primary {
  background-color: #48556a !important; /* Custom background color */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #647187; /* Custom background color */
  border-color: #647187; /* Custom border color */
  color: white; /* Custom text color */
}

.min-h-400 {
  min-height: 700px;
}
