
body {
  font-family: "Montserrat", sans-serif;
  color: #444444;
}

a {
  color: #4f95ff;
  text-decoration: none;
}

a:hover {
  color: #e76668;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}


@font-face {
  font-family:"Amsterdam Four";
  src: url("../fonts/Amsterdam\ Four_ttf_400.ttf") format("truetype");
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #4f95ff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border: 2px solid #4f95ff;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

.back-to-top i:hover {
  color: #000000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}

#header.header-scrolled {
  padding: 0px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.212);
  background: #fff;
  color: #000000;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #3a3a3a;
}

#header .logo a span {
  color: #e03a3c;
}

#header .logo img {
  max-height: 90px;
}

.mainTitle {
  color: #ffffff;
  font-size: 100px;
  letter-spacing: 2px;
  font-style: italic;
  font-family:"Amsterdam Four";
}

.mainTitle2 {
  /* font-family: "Sofia", sans-serif; */
  font-family:"Amsterdam Four";
  color: #ffffff;
  font-size: 44px;
  letter-spacing: 4px;
}


@media (max-width: 768px) {
  .mainTitle {
    font-size: 64px;
  }
  
  .mainTitle2 {
    font-size: 26px;
    letter-spacing: 2px;
  }
}

/*--------------------------------------------------------------
# Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: #4f95ff;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #4f95ff;
}

.get-started-btn:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #4f95ff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e03a3c;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* Navbar social media  */

.navbar-socialmedia {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar-socialmedia li {
  position: relative;
}

.navbar-socialmedia a,
.navbar-socialmedia a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
  margin: 10px;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e03a3c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e03a3c;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient( rgba(0,0,0,0.1), rgba(0, 0, 0, 0.1) ), url("../img/studio/studio1.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  #hero {
    background: linear-gradient( rgba(0,0,0,0.1), rgba(0, 0, 0, 0.1) ), url("../img/studio/studio1_min.jpg") top center no-repeat;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #4f95ff;
  border: 2px solid #4f95ff;
}

#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 52px;
  }
    #hero .btn-get-started {
      font-size: 14px;
    }

  #hero h1 {
    font-size: 28px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 24px;
  }
}

/* .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #4f95ff;
  bottom: 0;
  left: calc(50% - 50px);
} */

.section-title hr {
  margin: 25px auto;
  height: 4px;
  border: none;
  width: 50%;
  background: linear-gradient(to right, transparent, #4f95ff, transparent);
}


.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 100px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #000000;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}


/*--------------------------------------------------------------
# Logo Izabela Zalewska
--------------------------------------------------------------*/
.logoZalewska .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.logoZalewska .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.logoZalewska .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.logoZalewska .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.logoZalewska .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e03a3c;
}

.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.about .content .about-btn:hover {
  background: #e35052;
  background: #e03a3c;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 20px;
  color: #4f95ff;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
  .about p {
    font-size: 14px !important;
  }
  .about img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 250px;
  }
}


/*--------------------------------------------------------------
# Voicearea
--------------------------------------------------------------*/

.card-custom {
  align-items: center; /* Wyśrodkowanie w pionie */
  justify-content: center; /* Wyśrodkowanie w poziomie */
}

.card-custom p {
  line-height: 1.5;
  text-align: center;
}


@media (max-width: 768px) {
  .card-custom p {
    font-size: 14px;
  }

}

.card-custom i {
  color:#4f95ff;
  font-size: larger;
}


/*--------------------------------------------------------------
# galery
--------------------------------------------------------------*/
.galery .galery-item {
  margin-bottom: 30px;
}

.galery-wrap {
  margin: 10px;
}

.galery .galery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);

}

.galery .galery-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.galery .galery-wrap img {
  transition: all ease-in-out 0.3s;

}

.galery .galery-wrap .galery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.galery .galery-wrap .galery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.galery .galery-wrap .galery-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

@media (max-width: 768px) {
  .galery-info p {
    font-size: 10px !important;
  }

  .galery-info h4 {
    font-size: 10px !important;
  }
}

.galery .galery-wrap .galery-links {
  text-align: center;
  z-index: 4;
}

.galery .galery-wrap .galery-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.galery .galery-wrap .galery-links a:hover {
  color: #fff;
}

.galery .galery-wrap:hover::before {
  opacity: 1;
}

.galery .galery-wrap:hover img {
  transform: scale(1.2);
}

.galery .galery-wrap:hover .galery-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Offer
--------------------------------------------------------------*/

.offer_box {
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  min-width: 200px;
  height: 250px;
  position: relative;
  margin: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background-color: #ffffff;
  border: 2px solid #CDA55F;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .offer_box {
    width: 150px;
    height: 200px;
    margin: 15px;
  }
  .offer_box .title_box {
    font-size: 12px !important;
    margin-top: 30px;
  }
  .get-offer-btn {
    font-size: 12px !important;
    font-weight: 400 !important;
    bottom: 20px !important;
  }
  .offer-icon {
    font-size: 32px !important;
    margin-bottom: 25px !important;
  }
}


.offer_box:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 14px 28px, rgba(0, 0, 0, 0.5) 0px 10px 10px;
  border: 2px solid #c49443;
}

.offer_box p {
  margin: 8px;
  color: #000000;
}

.offer_box .title_box {
  font-weight: bold;
  font-size: 18px;
}

.offer_box div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get-offer-btn {
  background: #ffffff;
  color: #000000;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #CDA55F;
  /* position: absolute; */
  bottom: calc(10% + 20px); /* Wyśrodkowanie pionowe */
  left: 50%; /* Ustawienie poziome na środku */
  transform: translateX(-50%); /* Również wyśrodkowanie poziome */
  position: relative; /* Dodane */
  z-index: 2;
}

.get-offer-btn:hover {
  background: #4f95ff;
  color: #ffffff;
  border: 2px solid #4f95ff;
}

.modal-header {
  background-color: #4f95ff;
  color: #ffffff;
}

.offer-icon {
  font-size: 48px;
  position: relative;
  z-index: 1; 
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Voucher
--------------------------------------------------------------*/
.voucher .container {
  position: relative;
  z-index: 10;
}

.voucher {
  text-align: center;
}

.voucher_txt p {
  text-align: center;
}

@media (max-width: 768px) {
  .voucher_txt p {
    font-size: 12px !important;
  }
} 

.voucher-btn {
  font-size: 14px;
  padding: 10px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #000000;
  padding: 30px 0 30px 0;
  border-radius: 0 px;
/*  border: 1px solid #dbdbdb; */
  border-left:1px solid #dbdbdb;
  margin: auto;
}

.contact .info-box .contact-custom {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.contact .info-box p {
  margin-left: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #4f95ff;
  border-radius: 50%;
  padding: 8px;

}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  border: 1px solid #dbdbdb;
  padding: 30px;
  border-radius: 4px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #4f95ff;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #111111;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4f95ff;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  border: 2px solid #4f95ff;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contactLogo img {
  margin-left: 20px;
  margin-top: -50px;
  margin-bottom: 10px;
  max-width: 300px;
}

@media (max-width: 768px) {
  .contactLogo img {
    max-width: 200px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1b1b1b;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e03a3c;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #4f95ff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


.social-links a:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}

.facebook i {
  font-size: 22px !important;
}

.instagram i {
  font-size: 22px !important;
}

.instagram:hover i {
  color: #e00000;
}

.youtube i {
  font-size: 22px !important;
}

.youtube:hover i {
  color: #d10a0a;
}

/* Preloader styles */
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hidden {
  display: none;
}



