@font-face {
  font-family: "LibreFranklin";
  src: url("../../fonts/LibreFranklin/LibreFranklin-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../../fonts/LibreFranklin/LibreFranklin-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../../fonts/LibreFranklin/LibreFranklin-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../../fonts/LibreFranklin/LibreFranklin-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../../fonts/LibreFranklin/LibreFranklin-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "FranklinGothic";
  src: url("../../fonts/FranklinGothic/FranklinGothic-Book.woff2") format("woff2"), url("../../fonts/FranklinGothic/FranklinGothic-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FranklinGothicDemi";
  src: url("../../fonts/FranklinGothic/franklingothic_demi.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "FranklinGothicBookRegular";
  src: url("../../fonts/FranklinGothic/FranklinGothicBookRegular.ttf") format("truetype");
  font-style: normal;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0.1rem 2rem black;
  font-family: FranklinGothic;
}

#main header {
  display: flex;
  justify-content: space-between;
}

header img.logo {
  height: 100%;
  float: right;
  display: inline-block;
}

header .menu {
  display: inline-block;
  background-image: url("../../media/images/Alak 1.svg");
  color: white;
  padding: 1em 3em 1em 0;
  height: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn-logos {
  width: 100%;
  align-items: center;
  max-width: calc(100% - 145px);
}

.header-icons {
  display: flex;
  width: 100%;
}

.header-icons img {
  margin-left: 5px;
  margin-right: 5px;
}

.header-icons .navigation-bar {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
}

.header-icons .navigation-bar li {
  list-style: none;
  white-space: nowrap;
}

.header-icons .navigation-bar li a {
  color: #243978;
  font-weight: 900;
  text-decoration: none;
  transition: all 100ms ease-in;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}

.header-icons .navigation-bar li a:hover {
  color: #ea302b;
  padding-bottom: 5px;
  border-bottom: 3px solid #ea302b;
}

.latest-thinking-li {
  position: relative;
}

.what-we-do-li {
  position: relative;
}

#dropdown-latest .dropdown-menu {
  top: 66%;
  transform: translateX(-20px);
  width: 300px;
  border: none;
  display: none;
}

#dropdown-latest:hover .dropdown-menu {
  display: block;
}

#dropdown-what-we-do .dropdown-menu {
  top: 66%;
  transform: translateX(-20px);
  border: none;
  display: none;
}

#dropdown-what-we-do:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-item {
  color: rgb(36, 57, 120);
  border-bottom: 3px solid transparent;
  background-color: white;
  transition: border-bottom 0.25s;
}

.dropdown-item:hover {
  border-bottom: 3px solid rgb(36, 57, 120) !important;
  color: rgb(36, 57, 120);
  background-color: white;
}

.dropdown-nav-menu-container {
  top: -110%;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  background-color: white;
  z-index: 3;
  transition: all 500ms ease-in-out;
  font-family: FranklinGothic;
}

.menu-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  width: 90%;
  height: 50vh;
}

.dropdown-nav-menu-left {
  position: relative;
  list-style: none;
  width: 400px;
  top: 0%;
  left: 0%;
}

.dropdown-nav-menu-left {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}

.dropdown-nav-menu-left li {
  text-decoration: none;
  display: block;
  width: fit-content;
  font-size: 30px;
}

.dropdown-nav-menu-left li a {
  color: #243978;
  font-weight: 900;
  text-decoration: none;
  transition: all 200ms ease-in;
  border-bottom: 3px solid transparent;
}

.dropdown-nav-menu-left li a:hover {
  color: #ea302b;
  padding-left: 2rem;
}

.dropdown-nav-menu-right {
  position: absolute;
  width: 65%;
  height: 100vh;
  top: 0;
  right: 0;
  background: url("../../media/images/Cement_Texture.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-text {
  box-sizing: border-box;
  position: absolute;
  font-weight: 900;
  top: 0%;
  right: 0%;
  z-index: 4;
  padding-bottom: 5px;
  border-bottom: 3px solid #ea302b;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  width: 200px;
  height: 50px;
  bottom: 0%;
  right: 0%;
  z-index: 4;
}

.icon-container img {
  width: 30px;
  cursor: pointer;
}

.icon-container img:hover {
  box-shadow: 0 0.2rem 0.5rem 0.1rem #243978;
  /*border-bottom: 10px solid #243978;*/
  border-radius: 50%;
}

#main header .main-logo-white {
  height: 50px;
  transform: translateY(5%);
}

header img.main-logo {
  height: 3.5em;
  margin: 0 3em;
}

.footer-left .logo {
  padding: 1.5em;
}

header img.hamburger {
  transform: scale(0.5);
}

@media screen and (max-width: 1500px) {
  .header-icons .navigation-bar li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1250px) {
  .header-icons .navigation-bar {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .icon-container img {
    width: 25px;
  }
  .dropdown-nav-menu-left li {
    text-decoration: none;
    display: block;
    width: fit-content;
    padding: 0.35rem 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .dropdown-nav-menu-right {
    display: none;
  }
  .icon-container {
    top: 100%;
    right: 50%;
    transform: translate(50%, 50%);
  }
  .menu-text {
    display: none;
  }
  .dropdown-nav-menu-left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .dropdown-nav-menu-left li {
    width: 100%;
    padding: 0.5rem;
  }
  .dropdown-nav-menu-left li a:active {
    color: #ea302b;
  }
  .dropdown-nav-menu-left li a:hover {
    color: #ea302b;
    padding: 0;
  }
  .header-icons img {
    width: 23px;
  }
  header {
    height: 50px;
    background-color: white;
  }
  header .menu {
    padding: 1em 4.2em 1em 0;
  }
  header img.hamburger {
    transform: scale(0.8);
  }
  header .menu {
    color: white;
    height: 100%;
    width: 100px;
  }
  #main header .hamburger {
    left: -30px;
  }
  header .main-logo-white {
    height: 50px !important;
    padding: 0.75em;
  }
  header img.main-logo {
    height: 2em;
    margin: 0;
    padding: 0.15em 1.5em;
  }
  header .menu .hamburger {
    padding-bottom: 0;
  }
  .btn-logos {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 410px) {
  header .main-logo {
    transform: translateX(-10%);
  }
}
.company-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  z-index: 100;
}

.company-detail {
  border: none;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  width: 80%;
  max-height: 80vh;
  max-width: 1000px;
  transform-origin: center center;
  animation: opacity-animation 1s;
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
}

#staff-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  z-index: 100;
}

.staff-detail {
  border: none;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  width: 80%;
  max-height: 80vh;
  max-width: 1000px;
  transform-origin: center center;
  animation: opacity-animation 1s;
  opacity: 1;
  overflow: hidden;
}

main {
  padding-top: 80px;
}

@media screen and (max-width: 680px) {
  #main header {
    background-color: rgb(17, 27, 71) !important;
  }
}
.main-page-bg, .alt-video {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  object-fit: cover; /* Ensure the video covers the entire container */
  z-index: -1; /* Place the video behind other content */
}

.valami {
  position: relative;
}

@media (min-width: 501px) {
  .background-mapping {
    display: block;
  }
  .main-page-bg {
    display: block; /* Hide the default video on screens less than 500px */
  }
  .background-mapping-mobile {
    display: none;
  }
  .alt-video {
    display: none; /* Show the alternative video */
  }
}
@media (max-width: 500px) {
  .background-mapping {
    display: none;
  }
  .main-page-bg {
    display: none; /* Hide the default video on screens less than 500px */
  }
  .background-mapping-mobile {
    display: block;
  }
  .alt-video {
    display: block; /* Show the alternative video */
  }
}
.gray-background {
  background-color: #f7f7f7;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.stone-background {
  background-image: url("../../media/images/light-stone-bg.png");
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
}

@media screen and (max-width: 680px) {
  main {
    padding-top: 50px;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.txt-justify {
  text-align: justify;
}

.txt-left {
  text-align: left;
}

.txt-blue {
  color: #243978;
}

.bg-blue {
  background-color: #243978;
}

.text-white {
  color: #ffffff;
}

.dev-box {
  border: 1px solid black;
}

.red-title-underline {
  width: 80px;
  border-bottom: 5px solid #e30707;
}

.red-color {
  color: #e30707;
}

.blue-thick-line {
  width: 100%;
  border-bottom: 3px solid #243978;
}

.italic {
  font-style: italic;
}

.fullscreen-video {
  position: relative;
  width: 100%;
  height: 28.5714285714vw;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgb(50, 50, 50);
}
.fullscreen-video video {
  transition: 500ms opacity;
  opacity: 1;
}
.fullscreen-video video.fade-out {
  opacity: 0;
}

.latest-thinking-li {
  position: relative;
}

.what-we-do-li {
  position: relative;
}

#dropdown-latest .dropdown-menu {
  top: 66%;
  transform: translateX(-20px);
  width: 300px;
  border: none;
  display: none;
}

#dropdown-latest:hover .dropdown-menu {
  display: block;
}

#dropdown-what-we-do .dropdown-menu {
  top: 66%;
  transform: translateX(-20px);
  border: none;
  display: none;
}

#dropdown-what-we-do:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-item {
  color: rgb(36, 57, 120);
  border-bottom: 3px solid transparent;
  background-color: white;
  transition: border-bottom 0.25s;
}

.dropdown-item:hover {
  border-bottom: 3px solid rgb(36, 57, 120) !important;
  color: rgb(36, 57, 120);
  background-color: white;
}

.fullscreen-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.fullscreen-video h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 6vw;
  font-weight: 900;
  z-index: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.fullscreen-video h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 3vw;
  font-weight: 900;
  z-index: 2;
}

.welcome-text {
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.line-break-2 {
  max-height: 54px;
  overflow: hidden;
  position: relative;
}

.line-break-2.active {
  max-height: unset;
}

.news-block h5 {
  font-size: 16px;
  min-height: 38.38px;
}

.news-text {
  font-size: 14px;
}

.news-text div {
  display: none;
}

.readMoreBtn {
  background: none;
  border: none;
  color: black;
  font-size: 16px;
  margin: 5px;
}

.readMoreBtn, .learn-more {
  color: #243978 !important;
  font-weight: bold;
}

.text-justify {
  text-align: justify;
}

.explore-text h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.explore-text h2 {
  font-weight: bold;
  margin: 60px 0 15px 0;
}

.form-block {
  background-image: url("../../media/images/form-bg.png");
}

.form-left-text {
  background: #243978;
}

.form-left-text h4 {
  font-weight: 900;
  font-size: 44px;
}

@media screen and (max-width: 1400px) {
  .form-left-text h4 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1199px) {
  .form-left-text h4 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1050px) {
  .form-left-text h4 {
    font-size: 33px;
  }
}
@media screen and (max-width: 991px) {
  .form-left-text h4 {
    font-size: 38px;
  }
}
.form-left-text p {
  font-size: 1.006vw;
}

.form-row .col-lg-6, .form-row .col-lg-12 {
  display: flex;
  flex-direction: column;
}
.form-row input, .form-row select, .form-row textarea {
  border: 1px solid #243978;
  outline: none;
  padding: 5px;
  color: gray;
}
.form-row input.error, .form-row select.error, .form-row textarea.error {
  border-color: red;
}
.form-row select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../../media/images/read-more.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
}
.form-row:has(#gdpr.error) label[for=gdpr] {
  border-bottom: 1px solid red;
}
.form-row.error {
  color: red;
}
.form-row .col-lg-12.check-block {
  flex-direction: row;
}
.form-row .col-lg-12.check-block input {
  margin-right: 5px;
}

@media screen and (max-width: 1070px) {
  .form-row .col-lg-12.check-block {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .form-row .col-lg-12.check-block {
    font-size: 13px;
  }
}
@media screen and (max-width: 550px) {
  .form-row .col-lg-12.check-block {
    font-size: 12px;
  }
}
@media screen and (max-width: 515px) {
  .form-row .col-lg-12.check-block {
    font-size: 11px;
  }
}
@media screen and (max-width: 474px) {
  .form-row .col-lg-12.check-block {
    font-size: 10px;
  }
}
@media screen and (max-width: 444px) {
  .form-row .col-lg-12.check-block {
    font-size: 9px;
  }
}
@media screen and (max-width: 406px) {
  .form-row .col-lg-12.check-block {
    font-size: 8px;
  }
}
@media screen and (max-width: 372px) {
  .form-row .col-lg-12.check-block {
    font-size: 7px;
  }
}
.submitBtn,
.nextBtn {
  padding: 10px 30px;
  border: 1px solid #fd0001;
  width: fit-content;
  font-weight: bold;
  color: white;
  background: #fd0001;
  transition: all 0.3s linear;
}

.nextBtn:hover,
.submitBtn:hover {
  color: #fd0001;
  background: white;
}

.backBtn {
  padding: 10px 30px;
  border: 1px solid #243978;
  width: fit-content;
  font-weight: bold;
  color: white;
  background: #243978;
  transition: all 0.3s linear;
}

.backBtn:hover {
  color: #243978;
  background: white;
}

.check-block label a {
  color: #fd0001;
}

.learn-more {
  color: black;
  text-decoration: none;
}

.learn-more img {
  transform: rotate(-90deg);
}

label span {
  color: #fd0001;
}

tspan[baseline-shift] {
  font-size: 50%;
}

/*Animation*/
.fade-in {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s ease;
}

.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

/*PAGINATION */
.page {
  padding: 0;
  display: none;
}

.page.active {
  padding: 0;
  display: flex;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination div {
  color: rgba(36, 57, 120, 0.75);
  float: left;
  padding: 1px 8px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid rgba(36, 57, 120, 0.75);
  margin: 0 8px;
  cursor: pointer;
}
.pagination div.active {
  background-color: #243978;
  color: white;
  border: 1px solid #243978;
}
.pagination div:hover:not(.active):not(.pagination-arrow) {
  background-color: #dddddd;
}
.pagination .pagination-arrow {
  color: #fd0001 !important;
  border: none !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 5px;
  background-color: #e2e2e2;
  cursor: pointer;
}
.slider div.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 5px;
  background-color: #243978;
}

.image-effect {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.image-effect:hover {
  transform: scale(0.9);
  filter: grayscale(0.6);
}

.bold {
  font-weight: bold;
}

.start-conversation-text {
  line-height: 1.2;
  font-size: 0.8em;
}

@media screen and (max-width: 991px) {
  .mobile-swap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.nowrap {
  white-space: nowrap;
}

.button {
  text-transform: uppercase;
}

.background-mapping, .background-mapping-mobile {
  position: relative;
}
.background-mapping .links, .background-mapping-mobile .links {
  position: absolute;
  left: 0;
  top: 0;
  width: 100cqw;
  height: 100cqh;
}
.background-mapping .links a, .background-mapping-mobile .links a {
  position: absolute;
  color: transparent;
}
.background-mapping .links a[title=ESG] {
  left: calc(50% + 20px);
  top: 3%;
  transform: translateX(-50%);
}
.background-mapping .links a[title=ESG] .area {
  width: 180px;
  height: 100px;
}
.background-mapping .links a[title="Future Cement Plant"] {
  left: calc(50% - 630px);
  top: 8%;
  transform: translateX(-50%);
}
.background-mapping .links a[title="Future Cement Plant"] .area {
  width: 360px;
  height: 250px;
}
.background-mapping .links a[title="Digital Maturity"] {
  left: calc(50% - 500px);
  top: 70%;
  transform: translateX(-50%);
}
.background-mapping .links a[title="Digital Maturity"] .area {
  width: 400px;
  height: 200px;
}
.background-mapping .links a[title="Operational Excellence"] {
  left: calc(50% + 500px);
  top: 87%;
  transform: translateX(-50%);
}
.background-mapping .links a[title="Operational Excellence"] .area {
  width: 800px;
  height: 120px;
}
.background-mapping .links a[title="CDS NetZero"] {
  left: calc(50% + 600px);
  top: 70%;
  transform: translateX(-50%);
}
.background-mapping .links a[title="CDS NetZero"] .area {
  width: 600px;
  height: 120px;
}
.background-mapping .links a[title="Circular Economy"] {
  left: calc(50% + 600px);
  top: 10%;
  transform: translateX(-50%);
}
.background-mapping .links a[title="Circular Economy"] .area {
  width: 400px;
  height: 180px;
}

.background-mapping-mobile .links a[title=ESG] {
  left: calc(50% + 90px);
  top: 7%;
  transform: translateX(-50%);
}
.background-mapping-mobile .links a[title=ESG] .area {
  width: 120px;
  height: 60px;
}
.background-mapping-mobile .links a[title="Future Cement Plant"] {
  left: calc(50% - 130px);
  top: 10%;
  transform: translateX(-50%);
}
.background-mapping-mobile .links a[title="Future Cement Plant"] .area {
  width: 180px;
  height: 125px;
}
.background-mapping-mobile .links a[title="Digital Maturity"] {
  left: calc(50% - 125px);
  top: 67%;
  transform: translateX(-50%);
}
.background-mapping-mobile .links a[title="Digital Maturity"] .area {
  width: 170px;
  height: 120px;
}
.background-mapping-mobile .links a[title="Operational Excellence"] {
  left: calc(50% + 95px);
  top: 70%;
  transform: translateX(-50%);
}
.background-mapping-mobile .links a[title="Operational Excellence"] .area {
  width: 220px;
  height: 120px;
}
.background-mapping-mobile .links a[title="CDS NetZero"] {
  left: calc(50% - 0px);
  top: 26%;
  transform: translateX(-50%);
}
.background-mapping-mobile .links a[title="CDS NetZero"] .area {
  width: 260px;
  height: 40px;
}
.background-mapping-mobile .links a[title="Circular Economy"] {
  left: calc(50% + 80px);
  top: 15%;
  transform: translateX(-50%);
}
.background-mapping-mobile .links a[title="Circular Economy"] .area {
  width: 170px;
  height: 75px;
}

footer {
  display: flex;
}

footer .footer-left img {
  height: 100px;
}

.footer-left, .footer-right {
  width: 60%;
  min-height: 100px;
}

.footer-right {
  width: 40%;
}
.footer-right .footer-icons {
  margin-bottom: 0.75em !important;
}
.footer-right .inner {
  max-width: 500px;
}

.footer-text {
  font-size: 12px;
}

.footer-right {
  background-image: url("../media/images/Footer_alap.png");
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.footer-icons span {
  font-weight: bold;
}
.footer-icons a {
  position: relative;
  width: 30px;
  margin-right: 5px;
}
.footer-icons .icon {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid white;
  border-radius: 50%;
  padding: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-icons .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.footer-icons .icon.full {
  padding: 0;
}
.footer-icons .icon.full img {
  width: 100%;
}

@media screen and (max-width: 1101px) {
  footer {
    flex-direction: column;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
  .footer-left {
    display: flex;
    justify-content: center;
  }
  .footer-right {
    background: rgb(36, 57, 120);
  }
}
@media screen and (max-width: 1500px) {
  .footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
  }
  .footer-right .footer-icons, .footer-right .footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.sub-bg-container {
  width: 100%;
  height: 100%;
  background: url("../media/images/sub-bg.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub-content {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.sub-content button {
  background-color: #e9302b;
  color: white;
  font-weight: bold;
  border: none;
  width: 160px;
}

.custom-pagination {
  margin-top: 2rem;
  display: flex;
  align-items: center !important;
  justify-content: center;
}

/*
.page-link {
    margin: 0 1rem;
    border: 1px solid #243978;
    color: #243978;
}
.page-link:hover {
    border: 1px solid #243978;
    color: #243978;
}

.page-link.active {
    border: 1px solid #243978;
    color: #243978;
    background-color: #243978 !important;
}

.page-arrow-left,
.page-arrow-right {
    margin: 0 2rem !important;
    border: none;
}
.page-arrow-left:hover,
.page-arrow-right:hover {
    border: none;
    background-color: transparent;
}
.page-arrow-left img {
    transform: rotate(90deg);
}
.page-arrow-right img {
    transform: rotate(270deg);
}
*/
@media screen and (max-width: 992px) {
  .sub-content {
    height: 500px;
  }
}
html {
  scroll-behavior: smooth;
}

.btn {
  padding: 0.5rem 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: linear-gradient(to right, #1e3a8a, #1d4ed8, #1e3a8a);
}

.btn-white {
  border: 2px solid #243978;
  color: #243978;
  background-color: white;
}

#container > div {
  padding: 64px;
}

@media all and (min-width: 1500px) {
  #container > div {
    padding: 150px;
  }
}
@media all and (max-width: 1200px) {
  #container > div {
    padding: 24px;
  }
}
@media all and (max-width: 800px) {
  #container > div {
    padding: 16px;
  }
}
.card {
  background-color: white;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 650px;
}

.card h2 {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.card .card_content {
  padding: 20px;
}

.hero {
  background: url("../../media/images/course/bg.png") no-repeat center;
  background-size: cover;
}

.bg2 {
  background: url("../../media/images/course/bg2.png") no-repeat center;
  background-size: cover;
}

.bg3 {
  background: url("../../media/images/course/bg3.png") no-repeat center;
  background-size: cover;
}

/*# sourceMappingURL=main.css.map */
