/*
Theme Name: 
Theme URI: 
Author: 
Author URI: 
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/******** FONTS *******/
/* roboto-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v47-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-100italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('fonts/roboto-v47-latin_latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto- latin_latin-ext */
@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/roboto-v47-latin_latin-ext-200.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v47-latin_latin-ext-300.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v47-latin_latin-ext-regular.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/roboto-v47-latin_latin-ext-italic.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v47-latin_latin-ext-500.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/roboto-v47-latin_latin-ext-600.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v47-latin_latin-ext-700.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/roboto-v47-latin_latin-ext-800.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/roboto-v47-latin_latin-ext-900.woff2') format('woff2'); 
  }
/* rock-salt-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rock-salt-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


 /*************** ROOT ***************/
:root {
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Rock Salt', sans-serif;
    --primary-color: #C3CF24;
    --secondary-color: #606060;
    --bg-color: #E7EDF0;
    --swiper-theme-color: #fff;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
    --swiper-navigation-size: 50px !important;
}
  
/*************** PREDEFINED ***************/
body {
    font-family: var(--primary-font);
    background-color: var(--bg-color);
    padding-top: 119px;
}
.btn {
    font-size: 18px;
    padding: 7px 48px;
    border-radius: 52px;  
    font-weight: 400; 
    transition: all .3s;
}
.btn-primary {
    background: #000000;
    color: #FFFFFF;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: #222222 !important;
    color: #FFFFFF !important;
    border: none !important;
}
/* .btn-secondary {
    background: transparent;
    color: #000000;
    border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background: transparent !important;
    color: #FFFFFF !important;
    border: none !important;
} */
.img-radius {
    border-radius: 20px;
    overflow: hidden;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.text-primary {
    color: var(--primary-color) !important;
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.container {
    padding: 0 26px !important;
}
.graphic-box-inner {
    width: 39px;
    margin-left: -2px;
    margin-right: -2px;
}
.graphic-box-inner img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.graphic-box-line {
    height: 1px;
    background-color: var(--secondary-color);
    flex-grow: 1;
}
.graphic-box {
    margin-bottom: 32px;
}
.section-padding {
    padding-top: 32px;
}
.section-title span {
    color: var(--primary-color);
}
.section-text a,
.section-text p {
    color: var(--secondary-color);
    font-size: 14px;
    text-align: center ;
    line-height: 1.25;
}
.section-title {
    font-size: 30px;
    margin-bottom: 22px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--secondary-color);
}
.section-subtitle {
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 1.25;
    font-weight: 400;
    color: #000;
    font-family: var(--secondary-font);
}
.text-justify p{
    text-align: justify !important;
}

.fw-100 {
    font-weight: 100 !important;
}
.fit-text {
    width: 100%;     
    display: inline-block;
    white-space: nowrap;
}


/******** HEADER ***********/
.navbar-brand {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.navbar-brand img {
    max-width: 73px;
    max-height: 55px;
}
.menu-btn {
    background-color: transparent;
    border: none;
    padding: 8px 0;
    border-radius: 0;
    transition: all .2s;
}
.menu-btn img {
    width: 30px;
    height: auto;
}
.offcanvas-btn img {
    width: 39px;
    height: auto;
    max-height: 16px;
    filter: none;
}
header {
    padding-top: 38px;
}
.navbar {
    padding: 16px 0;
}
.offcanvas-header {
    padding: 50px 16px 16px 20px;
}
.navbar-nav .nav-item {
    padding: 2px 0;
}

.navbar-nav .nav-link {
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 4px 0;
}
.navbar-nav .nav-link.active {
    color: var(--primary-color);
}
.navbar-nav .nav-green .nav-link {
    color: var(--primary-color);
}



.navbar-interests {
    padding-top: 9px;
    padding-bottom: 9px;
}
.navbar-interests .nav-item {
    border-right: 1px solid #000 !important;
    padding: 0 17px !important;
}
.navbar-interests .nav-item:last-child {
    border-right: 0 !important;
    padding-right: 0 !important;
}
.navbar-interests .nav-item:first-child {
    padding-left: 0 !important;
}

.navbar-interests .nav-link {
    color: #000;
    line-height: 1;
    font-weight: 500;
    font-size: 14px !important;
    padding: 2px 1px !important;
}
.navbar-interests .nav-link.active,
.navbar-interests .nav-link:hover
{
    color: #fff !important;
}


.offcanvas-body {
    padding: 20px;
}
.navbar-line {
    height: 9px;
    width: 100%;
    background-color: var(--primary-color);
}
.hero-graphic img {
    height: 100%;
    width: auto;
    object-position: top;
}
.hero-block {
    padding: 45px 0;
}
.hero-block h1 {
    font-size: 53px;
    font-weight: 900;
    line-height: 1;
}
.hero-block p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 350px;
}
.hero {
    min-height: calc(100svh - 119px);
}
.interests-hero .hero-block p {
    max-width: 199px;
    font-size: 10px;
}
.scale-up {
    transform: scale(1.1);
}
/******** ABOUT ***********/
.about-section {
    background-color: #C9D2D8;
}
.about-section .section-text a,
.about-section  .section-text p {
    color: var(--secondary-color);
}
.about-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 115px;
    background-color: var(--bg-color);
    bottom: 0;
    left: 0;
}
.about-box {
    height: 280px;
}
.about-boxes .swiper {
    padding: 0 26px;
}
.about-box img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
/******** DOCTOR ***********/
.doctor-img-box img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.doctor-box {
    padding: 27px 0 47px 0;
}
.doctor-box .section-text p {
    color: #000000;
}
/******** SCIENTIST ***********/
.scientist-swiper-container .swiper {
    padding: 0 26px;
}
.scientist-img-box {
    /*height: 280px
    ;*/
    height: fit-content;
}
/******** enterpeneur ***********/
.enterpeneur-box {
    height: 64px;
    padding: 8px;
    background: #FFFFFF8A;
    border-radius: 10px;
}
.enterpeneur-box img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.enterpeneur-box-desc {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    color: var(--secondary-color);
    padding: 8px 8px 8px 0;
}

.show-more-btn {
    display: none;
    margin-top: 10px;
    background: #E30613;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.toggleBtn {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 12px;
    position: relative;
    padding-top: 16px;
    background: none;
    border: none;
}
.toggleBtn::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 6px;
    background-image: url('img/dots.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.doctor-section .toggleBtn::after {
    filter: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(20%) hue-rotate(207deg) brightness(95%) contrast(94%);
}
.gallery-img-box {
    height: 400px;
    overflow: hidden;
}
.gallery-img-box img {
    height: auto;
    max-height: 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 30px;
}
@media (max-width: 575px) {
    .gallery-swiper-container.container {
        padding: 0 !important;
    }
}

/******** BACK & WHITE sections ***********/
.black-section {
    background-color: #000;
    color: #fff;
}
.black-section .section-title, 
.black-section .section-text a, 
.black-section .section-text p {
	color: #fff;
}
.black-section .section-text a.btn-outline-light:hover {
    color: #000;
}
.black-section .graphic-box-line {
	background-color: #fff;
}
.black-section .graphic-box-inner img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4208%) hue-rotate(78deg) brightness(102%) contrast(109%);
}


.white-section {
    background-color: #fff;
}
.white-section .section-text a, 
.white-section .section-text p {
	color: #000;
}



/******** CONTACT ***********/
.contact-form-boxes form {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
}
.contact-form-boxes .form-control {
    background-color: #C9D2D880;
    border-radius: 20px;
    color: #000;
    font-size: 15px;
    padding: 8px 20px;
}

.contact-form-boxes .form-control::placeholder {
    color: 898C8E;
}

/******** SCIENTIST ***********/
.scientist-section {
    position: relative;
}
.scientist-section::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 115px;
	background-color: #C9D2D8;
	bottom: 0;
	left: 0;
}

/******** MEDICO ***********/
.medico-section {
	background-color: #C9D2D880;
}


.musician-section .section-title  {
    font-size: 200px;
    font-weight: 400;
    letter-spacing: 11%;
    text-transform: uppercase;
}




.musician-img-wrap {
    position: relative;
    top: -60px;
}
.musician-img-wrap::after {
    content: '';
    position: absolute;
    left: -500%;
    bottom: 0;
    height: 35px;
    width: 1000%;
    background-color: var(--primary-color);
    z-index: 1;
}
.musician-img-wrap img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.musican-gallery-section {
    position: relative;
    background-color: #000;
}
.musican-gallery-section::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 115px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}


.blues-ferrari-box {
    position: relative;
}
.blues-ferrari-box::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background-color: #e7edf0;
	bottom: 0;
	left: 0;
}
.blues-ferrari-box img {
    z-index: 1;
    position: relative;
}




.blues-second-swiper-container {
    position: relative;
}
.blues-second-swiper-container::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

.audio-obsession-img {
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	z-index: 1;
}
.audio-obsession-title {
    z-index: 2;
    position: relative;
}

.audio-img-box {
    height: 200px;
}





.audio-section-gallery {
    position: relative;
}
.audio-section-gallery::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 60%;
	background-color: var(--primary-color);
	bottom: 0;
	left: 0;
}



.photographer-first-box {
    position: relative;
}
.photographer-first-box::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background-color: #000;
	bottom: 0;
	left: 0;
}
.photographer-first-box img {
    position: relative;
    z-index: 1;
}


.photographer-boxes {
    position: relative;
}
.photographer-boxes::before {
	position: absolute;
	content: "";	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}
.photographer-boxes::after {
	position: absolute;
	content: "";	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background: radial-gradient(circle,rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
}

.photographer-boxes-row img {
    height: 200px;
    width: auto;
    border-radius: 38px;
}

.photographer-section {
    min-height: 828px;
}

.photographer-boxes {
    overflow: hidden;
    white-space: nowrap;
    padding-top: 90px;
    padding-bottom: 90px;
}

.photographer-boxes-row {
    display: inline-block;
    animation: 30s slide infinite linear;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
} 

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image {
  width: 100vw;
  height: auto;
  display: block;
}

.image-button {
  position: absolute;
  background-color: #C3CF24;
  color: black;
  top: auto; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border: none;
  cursor: pointer;
}
.image-button:hover {
    background-color: #C3CF24;
    color: black;
}

@media (max-width: 768px) {
    /* .text-trim {
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
      overflow: hidden;
      position: relative;
    }
  
    .text-trim.expanded {
      -webkit-line-clamp: unset !important;
      overflow: visible;
    }
  
    .toggleBtn {
      display: inline-block !important;
    } */
    .admir-hero-mob-index {
        margin-top: 100px;
    }
    .hero-text-index {
        padding-top: 10px !important;
    }
    .hero-text-index h1 {
        font-size: 40px;
    }
    .hero-text-index p {
        font-size: 14px;
        font-weight: 600;
        max-width: 250px;
    }
  }
  

.educator-section {
    padding-bottom: 40px;
}
.enterpreneur-section,
.intelligencer-section {
    padding-bottom: 40px;
}
.gallery-swiper-buttons {
    max-width: 1310px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.gallery-swiper-buttons .swiper-button-next,
.gallery-swiper-buttons .swiper-button-prev {
    pointer-events: auto; 
}
.audio-section .swiper-button-next {
    right: -4px;
}
.audio-section .swiper-button-prev {
    left: -4px;
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {
    .audio-section .swiper-button-next {
        right: 4px;
    }
    .audio-section .swiper-button-prev {
        left: 4px;
    }
    .audio-swiper-buttons {
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }
    .audio-swiper-buttons .swiper-button-next,
.audio-swiper-buttons .swiper-button-prev {
    pointer-events: auto; 
}
    .big-photo-section .image-button {
        top: 76%;

    }
    .big-photo-section .image-button {
        top: 76%;
        /*font-size: 2rem;*/
    }

}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .audio-swiper-buttons {
        max-width: 780px;
        pointer-events: none;
    }
    .audio-swiper-buttons .swiper-button-next,
.audio-swiper-buttons .swiper-button-prev {
    pointer-events: auto; 
}
    
}
@media (min-width: 783px) {}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    .hero {
        min-height: calc(100svh - 106px);
    }
    body {
        padding-top: 106px;
    }
    .navbar-brand {
        left: 16px;
        bottom: 0;
        transform: none;
    }
    .offcanvas  {
        max-width: 790px;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-nav .nav-link {
        font-size: 18px;
        padding: 0 8px;
    }
    .navbar-nav .nav-link:hover {
        color: var(--primary-color);
    }
    .navbar-nav .nav-green .nav-link:hover {
        color: #fff;
    }
    .navbar-nav .nav-item {
        padding: 0 8px;
    }

    .hero-block {
        padding: 100px 0;
        max-width: 400px;
    }
    .interests-hero .hero-block h1 {
        font-size: 113px;
    }
    .hero-block h1 {
        font-size: 100px;
    }
    .interests-hero .hero-block p {
        font-size: 15px;
        max-width: 90%;
    }
    
    .hero-block p {
        font-size: 18px;
        max-width: 68%;
    }

    .custom-container {
        max-width: 1300px;
    }

    .graphic-box-inner {
        width: 59px;
    }
    .graphic-box {
        margin-bottom: 48px;
    }
    .section-padding {
        padding-top: 48px;
    }
    /* .doctor-box .container {
        max-width: calc(960px + ((100% - 960px)/2));
    } */
    .section-text a,
    .section-text p {
        font-size: 17px;
    }
    .doctor-box  {
        padding: 36px 0;
    }
    .doctor-box-inner {
        gap: 25px;
    }
    .doctor-img-box {
        width: 45%;
        flex-shrink: 0;
    }

    .scientist-img-box {
        height: 350px;
    }
    .enterpeneur-box {
        height: 90px;
    }
    .musician-section .text-justify {
        text-align: justify;
    }
    
    .musician-img-wrap {
        top: -220px;
        right: 0;
    }
    .musician-img-wrap::after {
        height: 84px;
    }
    .musician-img-wrap img {
        max-width: unset;
    }
    .section-subtitle {
        font-size: 26px;
    }
    .audio-obsession-box {
        margin-top: 130px;
    }
    .audio-img-box {
        height: 350px;
    }
    .photographer-boxes-row img {
        height: 360px;
    }
    .photographer-section {
        min-height: 1580px;
    }
    
    .photographer-boxes {
        padding-top: 200px;
        padding-bottom: 250px;
    }
    .musician-section {
        margin-bottom: -180px;
    }
    .doctor-text-box {
        padding-top: 59.5px;
    }
    .audio-swiper-buttons {
        max-width: 1020px;
        pointer-events: none;
    }
    .audio-swiper-buttons .swiper-button-next,
.audio-swiper-buttons .swiper-button-prev {
    pointer-events: auto; 
}
    .big-photo-section .image-button {
        top: 83%;

    }
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    .hero {
        min-height: calc(100svh - 122px);
    }
    body {
        padding-top: 122px;
    }
    .container {
        max-width: 1126px;
    }
    .container-xl {
        max-width: 1750px;
    }
    .navbar-line {
        height: 12px;
    }
    .offcanvas  {
        max-width: 990px;
    }
    .navbar-nav .nav-link {
        font-size: 20px;
        padding: 0 8px;
    }
    .navbar-nav .nav-item {
        padding: 0 16px;
    }
    .navbar-interests .nav-link {
        font-size: 18px !important;
    }
    .big-photo-section .image-button {
        top: 83%;
        /*font-size: 3.5rem;*/
    }
    
    
    header {
        padding-top: 48px;
    }
    .hero-block {
        padding: 120px 0;
        max-width: 440px;
    }
    .hero-block h1 {
        font-size: 113px;
    }
    .hero-block p {
        font-size: 22px;
        max-width: 90%;
    }
    .graphic-box-inner {
        width: 75px;
    }
    .graphic-box {
        margin-bottom: 75px;
    }
    .section-padding {
        padding-top: 75px;
    }
    .about-box {
        height: 330px;
    }
    /* .doctor-box .container {
        max-width: calc(1126px + ((100% - 1126px)/2));
    } */
    .section-text a,
    .section-text p {
        font-size: 20px;
    }
    .doctor-box-inner {
        gap: 35px;
    }
    .scientist-img-box {
        height: 450px;
    }
    .enterpeneur-box {
        height: 130px;
    }
    .gallery-img-box {
        height: 550px;
    }
    .section-title {
        font-size: 40px;
    }
    
    .musician-img-wrap {
        top: -250px;
        right: -50px;
    }
    .audio-img-box {
        height: 630px;
    }
    .musician-section {
        margin-bottom: -220px;
    }
    .doctor-text-box {
        padding-top: 72px;
    }
    .doctor-box .row {
        --bs-gutter-x: 40px;
    }
    .educator-section {
        padding-bottom: 70px;
    }
    .enterpeneur-box {
        height: 130px;
    }
    .interests-hero p {
        max-width: 454px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 50px;
    }
    .audio-swiper-buttons {
        max-width: 1200px;
        pointer-events: none;
    }
    .audio-swiper-buttons .swiper-button-next,
.audio-swiper-buttons .swiper-button-prev {
    pointer-events: auto; 
}
    
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    .hero {
        min-height: calc(100svh - 174px);
    }
    body {
        padding-top: 174px;
    }
    .offcanvas  {
        max-width: 1126px;
        width: 100%;
    }
    .navbar-nav .nav-link {
        font-size: 20px;
    }
    .navbar-nav .nav-item {
        padding: 0 16px;
    }
    .navbar-brand img {
       max-width: 92px;
       max-height: 66px;
    }
    .navbar {
        padding: 32px 0;
    }
    header {
        padding-top: 68px;
    }
    .hero-block {
        padding: 160px 0;
        max-width: 525px;
    }
    .hero-block h1 {
        font-size: 113px;
    }
    .hero-block p {
        font-size: 25px;
        max-width: 90%;
    }
    .graphic-box-inner {
        width: 90px;
    }
    .graphic-box {
        margin-bottom: 105px;
    }
    .section-padding {
        padding-top: 105px;
    }
    .about-box {
        height: 400px;
    }
    .doctor-box-inner {
        gap: 48px;
    }
    .scientist-img-box {
        height: fit-content;
    }
    .enterpeneur-box {
        height: 150px;
    }
    .gallery-img-box {
        height: 665px;
    }
    .section-title {
        font-size: 50px;
    }
    .doctor-text-box {
        padding-top: 84.5px;
    }
    .doctor-box .row {
        --bs-gutter-x: 70px;
    }
    .educator-section {
        padding-bottom: 140px;
    }
    .enterpeneur-box-desc {
        font-size: 16px;
    }
    .enterpreneur-section,
    .intelligencer-section {
        padding-bottom: 80px;
    }
    .enterpeneur-box {
        height: 150px;
    }
    .big-photo-section .image-button {
        top: 83%;
        /*font-size: 5rem;*/
    }
}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1600px) {
    .about-box {
        height: 500px;
    }

}
@media (max-width: 430px) {
    .hero-block {
        padding: 10px 0;
        max-width: 525px;
    }
}
@media (max-width: 499px) {
    .interests-hero .hero-block p {
        max-width: 170px;
        font-size: 8px;
    }
    .interests-hero .hero-block h1 {
        font-size: 44px !important;
        max-width: 170px !important;
    }
    .interests-hero img {
        height: 675px !important;
    }
    .big-photo-section .image-button {
        top: 76%;
        /*font-size: 12px;*/
    }
}
@media (max-width: 576px) {
    .big-photo-section .image-button {
        top: 76%;
        /*font-size: 1rem;*/
    }
    .audio-swiper-buttons {
        pointer-events: none;
    }
    .audio-swiper-buttons .swiper-button-next,
.audio-swiper-buttons .swiper-button-prev {
    pointer-events: auto; 
}
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    .hero-block {
        padding: 140px 0;
        max-width: 525px;
    }
}

@media (max-width: 2200px) {
    .hero-block {
        
        max-width: 525px;
    }
}
@media (min-width: 2200px) {
    .hero-block {
        padding: 13px 0;
        max-width: 525px;
    }
    .hero-block h1 {
        font-size: 113px;
    }
    .hero-block p {
        font-size: 25px;
    }
    /*.interests-hero .hero-block p {
        max-width: 170px;
        font-size: 8px;
    }
    .interests-hero .hero-block h1 {
        font-size: 44px !important;
        max-width: 170px !important;
    }*/
    .hero-bg img{ 
        object-fit: contain !important;
        max-height: 100%;
        object-position: right;
    }
    .interests-hero .hero-bg img{ 
        object-fit: cover !important;
    }
    
}
@media (min-width: 374px) {
        .hero-block {
        padding: 90px 0;
        max-width: 480px;
    }
    }

@media (max-width: 389px) {
    .hero-text-index {
        
    }
    .hero-text-index h1 {
        font-size: 40px;
    }
    .hero-text-index p {
        font-size: 12px !important;
    }
}

@media (max-width: 365px) {
    .big-photo-section .image-button {
        top: 76%;
        font-size: 0.7rem;
        padding: 7px 48px;
    }
}


