/* ✅ Import Inter Font */
@import url('https://fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial');

*{
	margin: 0;
	padding: 0;
}

:root {
    --primary: #FF461D;
    --light: #fff;
    --dark: #000;
}
body {
  	font-family: 'Aktiv Grotesk Cd Trial', sans-serif;
  	font-family: 'Aktiv Grotesk Ex Trial', sans-serif;
    margin: 0;
    padding: 0;
	
}

.container{
	max-width: 1200px;
}


/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
	 position: absolute;
      top: 0;
      left: 0;
      width: 100%;
		padding: 10px 0;
      z-index: 10;
      background: transparent !important;
}
.logo2{
	display: none;
}
.page-id-79 .logo1{
	display: none !important;
}
.page-id-79 .logo2{
	display: block !important;
}

.page-id-79  #mobileMenuBtn img{
	filter: invert(1);
}
.header-mail{
	    position: absolute;
    bottom: 30px;
    right: 30px;
}

.header-mail a{
	color: #fff;
	text-decoration: none;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}

.btn-primary{
	background: var(--primary);
    padding: 12px 15px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
}

.wpcf7-submit{
	background: var(--primary);
    padding: 8px 25px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
	border: none;
}

.btn-primary i{
	padding-left: 7px;
}

.site-header .nav > li > a {
  color: #333;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: #0d6efd; /* Bootstrap primary */
}

/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}

.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #333;
  display: block;
  font-weight: 400;
}

.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}

.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}

.site-header .nav li ul.sub-menu li {
  position: relative;
}

.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-header .nav {
    display: none; /* hidden, mobile uses side menu */
  }
}


/* Mobile Menu */
#mobileMenuBtn img {
    height: 18px;
    width: 30px;
}

.fullscreen-menu {
    position: fixed;
    top: -130%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    transition: all 0.5s ease;
    z-index: 999;
  }

  .fullscreen-menu.open {
    top: 0;
  }

  /* WordPress Fullscreen Menu Numbering */
.fullscreen-menu .nav li a {
    position: relative;
    padding-left: 80px;
    font-size: 45px;
	top: 10%;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
}

.fullscreen-menu .nav li a:hover{
	color: var(--primary) !important;
}

/* ===== Number Styling ===== */
.fullscreen-menu .nav li {
    counter-increment: menucount;
}

.fullscreen-menu .nav li a::before {
    content: counter(menucount, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #fff6;
    letter-spacing: 5px;
}

/* Reset counter on menu */
.fullscreen-menu .nav {
    counter-reset: menucount;
}


  .close-btn {
    position: absolute;
	  font-size: 25px;
    top: 20px;
	  right: 70px;
	  cursor: pointer;
  }

/* Breadcrumb Section */
.breadcrumb-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.breadcrumb-video-wrapper,
.breadcrumb-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb-image {
    background-size: cover;
    background-position: center;
}

.breadcrumb-content {
    position: absolute;
    z-index: 2;
	bottom: 20%;
	right: 12%;
    padding-top: 120px;
}

.breadcrumb-title {
    position: absolute;
    color: #fff !important;
    right: 0;
	bottom: 0;
    font-weight: 400;
    margin-top: 50px;
}

.breadcrumb-title h2{
	font-size: 3.5rem;
	font-weight: 400;
}
/* FOOTER SECTION CSS */
footer{
	background: #17171ADE;
	color: #fff;
}

.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}

.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}

.footer_menu {
    padding: 40px 0 0 0;
}

.footer-details li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.menu{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}
.menu li a{
	text-decoration: none;
	color: #fff;
}


.copyright p {
    margin: 0 !important;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}


/* Scroll To Top Button */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

#GoToTop i{
	color: #fff;
}

#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
}

.logo{
	
    padding: 5px 0;
    border-radius: 10px;
}

.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}

/* ================================== */

/* Curser css */

.cursor {
    width: 15px;
    height: 15px;
    background: black;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
	  cursor: pointer;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: width 0.25s ease, height 0.25s ease, background 0.25s ease;
}

@media screen and (max-width:768px){
 .cursor{
	display: none !important;
	}
}

/* Enlarged cursor */
.cursor.hover {
    width: 100px;
    height: 100px;
}

/* Arrow inside when enlarged */
.cursor.hover::after {
    content: "\f062"; /* fa-arrow-up */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
	  cursor: pointer;
    left: 50%;
    transform: translate(-40%, -50%) rotate(45deg);
	
}

/* Preloader */

#preloader {
            position: fixed;
            inset: 0;
            background: #000;
            z-index: 999999;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
.preloader-logo{
	 display: flex;
            align-items: center;
            justify-content: center;
}
        .preloader-logo img {
            width: 160px;
            opacity: 0;
            transform: scale(0.6);
        }

       
/* Header Hero Section */
.herosection img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.herosection h3 {
    position: absolute;
    top: 35%;
    color: #fff;
    font-size: 60px;
    width: 60%;
    line-height: 75px;

}
.hero-section {
  position: relative;
  overflow: hidden;
}

.herosection::after {
    content: "";
    position: absolute;
    bottom: -32px;
    right: 0;
    width: 100%;
    height: 460px;
    background: url('https://antistatus.it/wp-content/themes/antistatus/assets/img/header_override.png') no-repeat center;
    z-index: 1;
    pointer-events: none;
	background-size:cover;
}
/* -------------------------
    Gallery Setion
-------------------------- */
   .gallery.dark {
           background: #17171A;
            padding: 130px 0;
            color: #fff;
            position: relative;
            overflow: hidden;
        }

.gallery-heading{
	 font-size: 30px;
    font-weight: 400;
    text-align: center;
	margin-bottom: 90px;
}

        .loop-wrapper {
            position: relative;
            display: flex;
            overflow: hidden;
            width: 100%;
            height: 380px;
            gap: 20px;
        }

        .loop-content {
            display: flex;
            gap: 20px;
            animation: loopScroll 30s linear infinite;
        }


        .gallery-wrap {
            width: 260px;
            height: 360px;
            overflow: hidden;
            position: relative;
         
        }

        
        .gallery-wrap.down { transform: translateY(20px); }
		
        .gallery-image {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
           
        }

        @keyframes loopScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }


        .container.centered {
            text-align: center;
            margin-top: 80px;
        }

       

        .paragraph {
    max-width: 70%;
    margin: 30px  auto;
    font-size: 16px;
    line-height: 1.6;
}

        .loop-gradient {
		  z-index: 10;
		  background-image: linear-gradient(90deg, #000, #fff0);
		  width: 120px;
		  height: 430px;
		  position: absolute;
		  left: 0;
		}

		.loop-gradient._2 {
		  background-image: linear-gradient(270deg, #000, #fff0);
		  left: auto;
		  right: 0;
		}

/* network Section */

.network{
	padding: 80px 0;
}

.network h3{
	font-size: 18px;
	font-weight: 400;
	color: var(--primary);
}
.network p{
	font-size: 16px;
}

/* Counter Section */

.counter-section {
    background: #d9d9dd;
    padding: 50px 0;
}

.counter-circle {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
}

.counter-label {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.counter-box{
	width: 70%;
	margin: auto;
}

/* azienda Section */
.azienda-section{
	padding: 80px 0 260px;
	background: #D5D5D980;
}

.azienda-heading{
	color: var(--primary);
	font-size: 18px;
	font-weight: 400;
}

.company-card {
    background: white;
    padding: 20px;
    transition: 0.3s ease;
    overflow: hidden;
	min-height: 660px;
}
.azienda-section .company-card{
	margin-bottom: 100px;
}
.company-card .company-logo{
	margin-bottom: 1.5rem;
	width: 30%;
}
.company-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.company-card-image img {
    transition: transform 0.5s ease;
    transform-origin: center;
	height: 380px;
	width: 100%;
	 filter: grayscale(1);
	object-fit: cover;
}

.company-card-image{
  overflow: hidden;
	margin-bottom: 1.5rem;
}

.company-card:hover .company-card-image img{
    transform: scale(1.1);
}

.scopri {
    text-decoration: none;
    background: var(--primary);
    padding: 7px 23px;
    border-radius: 20px;
    color: #fff !important;
    font-size: 16px;
}

.azienda-section .row > .col-md-6:nth-child(odd) .company-card {
  transform: translateY(300px);
}



/* FILOSOFIA Section */

.FILOSOFIA{
	padding: 80px 0;
	background: #17171A;
}

.FILOSOFIA-heading{
	color: var(--primary);
	font-size: 18px;
	font-weight: 400;
}

.FILOSOFIA-para{
	font-size: 50px;
	line-height:55px;
	color: #fff;
}

/* Map */

#mappa_instalalzioni{
    height: 200px;
}

.map iframe{
	 filter: grayscale(1);
	margin: 0 !important;
	padding: 0 !important;
}

/* contact */
.contact-top{
	padding: 160px 0 0;
	background: #17171A;
	color: #fff;
}

.contact-top h1{
	font-size: 50px;
	font-weight: 400;
}

.contact{
	background: #17171A;
	padding: 80px 0;
	color: #fff;
}

.contact-heading{
	color: var(--primary);
	font-size: 18px;
	font-weight: 400;
}

.contact-left{
	height: 45vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact-left a{
	color: #fff !important;
	text-decoration: none;
	display: block;
}

.wpcf7-form-control-wrap input{
	width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #888;
    padding: 8px 0;
    color: #ffffff;
    font-size: 15px;
    outline: none;
    border-radius: 0;
}

.wpcf7-form-control-wrap input::placeholder {
    color: #aaa;
}

.wpcf7-form-control-wrap input:focus {
    border-bottom: 1px solid #ff542e;
    box-shadow: none;
}

.wpcf7-form-control-wrap input:focus {
    background: transparent !important;
    color: #fff;
    border-bottom: 1px solid #ff542e;
    box-shadow: none !important;
}


/* News Page */

.news{
	padding: 80px 0;
	background: #17171A;
	color: #fff;
}

.news-heading{
	color: var(--primary);
	font-size: 18px;
	font-weight: 400;
}
.news .company-card{
	min-height: 650px;
}
.news .company-card-image img{
	filter: grayscale(0);
}

/* Contact Page */

.booksection{
	background: #17171A40;
	padding: 80px 0;
}

.booksection h4{
	color: var(--primary);
	font-size: 18px;
	font-weight: 400;
}

.bookbox{
	display: flex;
	background: #fff;
	
	width: 100%;
	margin: 30px 0;
}

.bookbox img {
    height: 424px;
    width: 100%;
    object-fit: cover;
}

.bookbox-image{
	width: 50%;
}

.bookbox-content{
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bookbox-content h2{
	font-size: 50px;
	font-weight: 400;
}

/* Antistatus Page */

.antistatus{
	padding: 80px 0;
}

.site-heading{
	color: var(--primary);
	font-size: 18px;
	font-weight: 400;
	
}
.statuscards a{
	text-decoration: none;
}

.statuscards{
	padding: 30px 0;
}
.statuscards .company-card-image img {
    height: 300px;
    width: 100%;
    filter: grayscale(0);
}
.statuscards .company-card{
	min-height: 600px;
}
.statuscards .company-card:hover{
	background: #17171ADE;
	color: #fff;
}

.statuscards .company-card p,.statuscards .company-card h3{
	color: #000;
	text-decoration: none !important;
}

.statuscards .company-card:hover p,
.statuscards .company-card:hover h3{
	color: #fff;
}

/* Evento-2024 */

.journey{
	padding: 80px 0;
	background: #d5d5d9;
}

.journey-heading-1{
	letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
}
.journey-heading-2{
	letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
	padding-left: 62px;
	color: #53535c;
    font-weight: 600;
    line-height: 72px;
	display: block;
}

.whattodo{
	background: #17171a;
	padding: 80px 0;
}
.what-heading1{
	font-size: 50px;
	color: #fff;
	font-weight: 700;
}

.about-youtubevideo iframe {
    width: 100%;
    margin-top: 40px;
    height: 660px !important;
}
.what-heading2{
	font-size: 50px;
	color: #a2a2ab;
	display: flex;
	font-weight: 700;
}

.status {
    color: #fff;
    padding: 50px 0;
    background: #17171a;
}
.status h1{
	color: #fff;
	font-size: 60px;
	font-weight: 700;
}

.status h3{
	font-size: 25px;
}

  .image-stack {
      height: 100vh;
      display: flex;
      background: #d5d5d9;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }

    .image-container {
    position: relative;
    width: 100%;
    height: 940px;
    margin-top: 30px;
}

    .image-container img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      transform-origin: center center;
      opacity: 0;
/*       box-shadow: 0 20px 60px rgba(0,0,0,.25); */
      transform: translateY(0) scale(1);
      filter: blur(0px);
    }

    .image-container img:first-child {
      opacity: 1;
      z-index: 3;
    }


/* gallery section  */
.image-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  text-align: center;
}

.image-popup img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255,255,255,0.2);
  animation: fadeIn 0.3s ease;
}

.close-btn {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #ff5757;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.eventogallery {
    padding: 70px 0;
	background: #d5d5d9;
}
.eventogalleryimgs img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.eventogallery-heading{
	color: #000;
	font-size: 64px;
    font-weight: 700;
    line-height: 72px;
	
}

.eventogallery-heading span{
	padding-left: 62px;
	color: #53535c;
	display: block;
}

/* Family Day Page */
.family{
	background: #fff;
	padding: 80px 0 30px;
}
.infogrid {
    display: flex;
    padding-bottom: 20px;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

    .infogrid div {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

  .label {
    color: #888;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

    .value {
      color: #000;
      font-weight: 400;
      font-size: 14px;
    }

.family-img{
	width: 100%;
    height: 80vh;
    object-fit: cover;
	margin-bottom: 1rem;
}

.familynetwork{
	padding: 30px 0;
}
.event{
	padding: 80px 0;
	background: #D5D5D980;
}
.event .company-card-image img {
	height: 300px !important;
	filter: grayscale(0);
}


/* Responsive Code */
	
@media (max-width: 1200px){
	.contact-top {
		padding: 120px 0 0;
	}
	.contact{
		padding: 50px 0;
	}
}

@media (max-width: 1024px){
	
	.journey-heading-1,
	.journey-heading-2{
		font-size: 50px;
	}
	.journey {
    	padding: 50px 0;
	}
	.whattodo{
		padding: 80px 0 40px;
	}
	.what-heading1{
		font-size: 40px;
	}
	
	.what-heading2{
		font-size: 40px;
	}
	
}

@media (max-width: 991px){
	.bannercnt h3{
		top: 30%;
	}
	
	.gallery.dark{
		padding: 80px 0;
	}
	
	.FILOSOFIA-para{
		font-size: 40px;
	}
	.what-heading1 {
    	font-size: 40px;
	}
	.what-heading2 {
		font-size: 40px;
	}
	.journey-heading-1, .journey-heading-2 {
    	font-size: 40px;
		line-height: 55px;
	}
	.status{
		padding: 20px 0;
	}
	
	.status h1 {
		font-size: 50px;	
	}
	
	.eventogallery-heading {
	 	font-size: 50px;
	}
	.news {
		padding: 40px 0;
	}
}

@media (max-width: 767px){
	.herosection h3 {
		font-size: 40px;
		line-height: 55px;
	}
	.paragraph {
    	max-width: 80%;
	}
	.counter-box {
		width: 100%;
	}
	.azienda-section .row > .col-md-6:nth-child(odd) .company-card {
		transform: translateY(0px);
	}
	.azienda-section .company-card {
		margin-bottom: 0px;
	}
	
	.company-card{
		height: auto;
	}
	
	.contact-left{
		height: auto;
		flex-direction: row;
	}
	.contact,
	.FILOSOFIA,
	.azienda-section,
	.gallery.dark,
	.network{
		padding: 50px 0;
	}
	.journey-heading-1{
		font-size: 40px;
	}
	.journey-heading-2{
		font-size: 30px;
	}
	.statuscards .company-card {
		height: auto;
	}
	.antistatus{
		padding: 40px 0;
	}
	
	.news .company-card{
		height: auto;
	}
	
	.bookbox{
		flex-direction: column-reverse;
	}
	
	.bookbox-image{
		width: 100%;
	}
	
	.infogrid{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 25px;
	}
	
	
}

@media (max-width: 667px){
	.fullscreen-menu .nav li a{
		font-size: 35px;
	}
	
	.fullscreen-menu .nav li a::before{
		font-size: 35px;
	}
	
	.gallery-heading {
		margin-bottom: 50px;
	}
	.paragraph {
		max-width: 100%;
	}
	
	.herosection h3{
		left: 40px;
		width: 80%;
	}
	.journey-heading-1 {
        font-size: 34px;
     }
	.journey-heading-2 {
         font-size: 24px;
    }
	.what-heading1 {
        font-size: 30px;
    }
	.what-heading2 {
        font-size: 30px;
    }
	.status h1 {
		font-size: 40px;
	}
	.status h3 {
        font-size: 18px;
	}
	.eventogallery-heading {
		font-size: 44px;
	}
	.journey {
       padding: 80px 0;
	}
	.bookbox-content h2 {
		font-size: 35px;
	}
	.booksection{
		padding: 40px 0;
	}
	
	.family-img{
		height: 60vh;
	}
}
@media (max-width: 568px){
	.menu{
		flex-direction: column;
		line-height: 40px;
	}
	.journey-heading-1 {
        font-size: 30px;
    }
	.journey-heading-2 {
        font-size: 20px;
    }
	.what-heading1 {
        font-size: 35px;
    }
	.what-heading2 {
        font-size: 35px;
    }
	.status h1 {
       font-size: 40px;
    }
	.status h2 {
        font-size: 40px;
    }
	.eventogallery-heading {
        font-size: 34px;
		line-height: 50px;
    }
	.journey {
       padding: 30px 0;
	}
	
	.eventogallery {
		padding: 30px 0;
	}
	
	.about-youtubevideo iframe{
		height: 60vh;
	}
	
	.event {
		padding: 40px 0;
	}
}
@media (max-width: 479px){
	.FILOSOFIA-para {
		font-size: 35px;
	}
	
	.contact-left{
		flex-direction: column;
	}
    .herosection h3 {
        width: 90%;
    }
	
	.fullscreen-menu .nav li a {
		font-size: 25px;
	}
	
	.fullscreen-menu .nav li a::before {
		font-size: 25px;
	}
	.eventogallery-heading {
        font-size: 28px;
    }
	.statuscards{
		padding: 0 0 40px;
	}
	
	.breadcrumb-title h2{
		font-size: 2.5rem;
	}
	
	.contact-top h1 {
		font-size: 30px;
	}
	.contact-top {
        padding: 90px 0 0;
    }
}

@media (max-width: 414px){
	.gallery-heading {
   	 	font-size: 22px;
	}
	.journey-heading-1, .journey-heading-2 {
		font-size: 18px;
		line-height: 30px;
	}
	    .whattodo {
        padding: 80px 0 0px;
    }
}

@media (max-width: 375px){	
	.herosection h3 {
		font-size: 25px;
		line-height: 40px;
	}
	.FILOSOFIA-para {
    font-size: 25px;
	}
	.journey-heading-1 {
        font-size: 22px;
    }
	.journey-heading-2 {
        font-size: 14px;
    }
	
	.eventogallery-heading {
        font-size: 20px;
		line-height: 35px;
    }
	
	.what-heading1,.what-heading2{
		font-size: 30px;
	}
	
}