@charset "UTF-8"; /* Optional and should be at the very top if used */
@layer base, theme; /* Optional and can be placed after @charset */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

/*=======================================================================
* Template Name: WINK - MUSIC HTML TEMPLATE
* Template URI: http://wowgraphics.co.in/templates/music-template/
* Author: WINK TEMPLATES
* Version: 1.0
======================================================================= */

/* Table of content
--------------------------------------------

========
FOR DESKTOP
--------
COMMON
INDEX-ONE
ABOUT-ONE
SONGS-ONE
BLOG-ONE
CONTACT-ONE
BLOG-SINGLE
-----------
==========


==========
FOR MOBILE
---------
COMMON
INDEX-TWO
ABOUT-ONE
SONGS-ONE
BLOG-ONE
CONTACT-ONE
BLOG-SINGLE
----------
==========


============
FOR TABLETS 
-----------
COMMON
SONGS-ONE
BLOG-ONE
CONTACT-ONE
BLOG-SINGLE
----------
==========



------------------------------------------*/

#logomallus {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}

.snowflake {
  position: absolute;
  color: rgb(247, 246, 244); /* Star color */
  font-size: 18px; /* Size of the star */
  opacity: 0.8;
  pointer-events: none;
}

@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    transform: translateY(100vh);
  }
}

@keyframes diagonal-fall {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
    transform: translate(10vw, 100vh);
  }
}

.Onam-consent-div {
  background-color: yellow;
}

.Onam-consent-span {
  color: red;
}

.Komban-logo {
  width: 150px;
  transition: opacity 0.5s ease;
}

#altDivision {
  font-size: 24px;
  /* color: black; */
  transition: opacity 0.5s ease;
}

@media (max-width: 767px) {
  .Komban-logo {
    width: 95px;
  }
}

.input-group-food-list {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.input-group-food-list input {
  width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 5px;
}

.input-group-food-list button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: #136bce;
  color: white;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-group-food-list button:active {
  background-color: #1a4f84;
}

footer {
  background-color: #f8f9fa00;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 25px; /* Adjust the distance from the bottom as needed */
  left: 50%;
  transform: translateX(-50%);
  width: calc(
    100% - 40px
  ); /* Adjusted width to leave space on left and right */
  max-width: 400px; /* Set a maximum width to prevent the footer from becoming too wide */
  z-index: 1000;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  transition: bottom 2s ease;
}

footer button {
  flex: 1;
  padding: 10px;
  margin: 0 5px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

footer button:hover {
  background-color: #0056b3;
}

ul {
  top: 100% !important;
  transform: translateY(0%) !important;
}

.iti {
  position: relative;
  display: inline-block;
}

input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;

  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
  border: 1px solid #ccc;
  width: 270px;
  height: 35px;
  /* padding: 6px 12px; */
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

.mallus-at-goettingen {
  font-size: 30px;
  font-family: Josefin sans;
}

.mallu-sub-heading {
  font-size: 20px;
  margin-top: 20px;
  font-family: Josefin sans;
}
.heading-onam {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: auto;
  padding-top: 80px;
  z-index: 1;
  opacity: 0.9;
  font-size: 45px;
  word-spacing: 0px;
  font-family: Josefin sans;
}
.message {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid;
  border-radius: 5px;
  display: none; /* Initially hide the message */
}
.message.success {
  border-color: #4caf50;
  background-color: #dff2bf;
  color: #4caf50;
}
.message.error {
  border-color: #f44336;
  background-color: #ffbaba;
  color: #f44336;
}

/* Loader Wrapper styles */
.loader-wrapper {
  display: none; /* Initially hide the loader */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: for overlay effect */
  z-index: 999; /* Ensure it's above other elements */
}

/* Loader styles */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

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

/* Media query for smaller screens (e.g., typical mobile sizes) */
@media (max-width: 768px) {
  .loader {
    width: 80px;
    height: 80px;
    border: 12px solid #f3f3f3;
    border-top: 12px solid #3498db;
  }
}

.info-text {
  font-size: small;
  font-style: italic;
  text-align: center;
  display: block;
}

.button-like {
  display: inline-block;
  padding: 10px 20px; /* Adjust padding as needed */
  background-color: rgb(233, 46, 33);
  color: rgb(243, 241, 241); /* Text color */
  font-family: Montserrat; /* Ensure the same font-family */
  font-size: x-large; /* Adjust font size as needed */
  text-align: center;
  text-decoration: none; /* Remove underline */
  cursor: pointer; /* Show pointer cursor on hover */
  border-radius: 5px; /* Rounded corners */
  border: none; /* Remove border */
  transition: background-color 0.3s ease; /* Smooth transition */
}

.button-like:hover {
  background-color: #ffd700; /* Darker yellow on hover */
}

/* Add your CSS styles here */
.form-group {
  margin-bottom: 10px;
}

.form-control {
  /* Add your form control styles */
  width: calc(100% - 1px);
  padding: 8px;
  box-sizing: border-box;
  margin-top: 5px;
}

.hidden {
  display: none;
}

input[type="text"],
input[type="number"],
select {
  width: calc(100% - 1px);
  padding: 8px;
  box-sizing: border-box;
  margin-top: 5px;
}

fieldset {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: px;
  margin-bottom: 15px;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}

.box {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}

.box legend {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}

.icon-small {
  width: 20px;
  height: 20px;
}

input[type="radio"] {
  transform: scale(1.6);
  /* Adjust the scale as needed */
  margin-right: 10px;
  margin-left: 10px;
}

/* Basic styling for the form and tabs */
.container {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  /* More transparent background */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tabcontent {
  display: none;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* Light border with transparency */
  border-top: none;
  background: rgb(36, 60, 107);

  /* More transparent blue background */
  border-radius: 10px;
  animation: fadeEffect 2s;
}

.tabcontent h3 {
  margin-top: 0;
}

button.next,
button.prev,
button.submit {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 21px;
  transition: background-color 0.3s ease;
}

button.next,
button.submit {
  float: right;
  background: rgb(36, 60, 107);
  /* Blue background with transparency */
  color: white;
}

button.next:hover,
button.submit:hover {
  background: rgb(36, 60, 107);
  /* Solid blue on hover */
}

button.prev {
  float: left;
  background: rgb(36, 60, 107);
  /* Yellow background with transparency */
  color: white;
}

button.prev:hover {
  background: rgb(36, 60, 107);
  /* Solid yellow on hover */
}

/* Animation for tab transition */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.form-group {
  margin-bottom: 15px;
}

.error {
  border: 2px solid #FFFF00 !important; /* Yellow border for error fields */
  background-color: rgba(255, 255, 0, 0.1) !important; /* Light yellow background */
}

/* Error styling for radio buttons */
input[type="radio"].error {
  outline: 2px solid #FFFF00 !important;
  outline-offset: 2px;
}

/* Error styling for checkboxes */
input[type="checkbox"].error {
  outline: 2px solid #FFFF00 !important;
  outline-offset: 2px;
  box-shadow: 0 0 5px rgba(255, 255, 0, 0.5) !important;
}

/* Error styling for form groups containing radio buttons */
.form-group.error {
  border: 2px solid #FFFF00 !important;
  border-radius: 4px;
  padding: 5px;
  background-color: rgba(255, 255, 0, 0.1) !important;
}

/* Error styling for select elements */
select.error {
  border: 2px solid #FFFF00 !important;
  background-color: rgba(255, 255, 0, 0.1) !important;
}

/* Specific styling for radio button containers and fieldsets with error */
fieldset.error {
  border: 2px solid #f3db05 !important;
  background-color: rgba(243, 219, 5, 0.1) !important;
  box-shadow: 0 0 5px rgba(243, 219, 5, 0.3) !important;
}

/* For radio button groups within error fieldsets */
.error input[type="radio"] {
  outline: 2px solid #f3db05 !important;
  outline-offset: 2px !important;
}

/* For form groups containing error radio buttons */
.form-group:has(input[type="radio"].error) {
  border: 2px solid #f3db05 !important;
  background-color: rgba(243, 219, 5, 0.1) !important;
  border-radius: 5px !important;
  padding: 10px !important;
  margin: 5px 0 !important;
}

/* For form groups containing error checkboxes */
.form-group:has(input[type="checkbox"].error) {
  border: 2px solid #FFFF00 !important;
  background-color: rgba(255, 255, 0, 0.1) !important;
  border-radius: 5px !important;
  padding: 10px !important;
  margin: 5px 0 !important;
}

/* For labels containing error checkboxes */
label:has(input[type="checkbox"].error) {
  border: 2px solid #FFFF00 !important;
  background-color: rgba(255, 255, 0, 0.1) !important;
  border-radius: 5px !important;
  padding: 8px !important;
  display: block !important;
  margin: 5px 0 !important;
}

.img-size img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* Center the image horizontally */
}

#fileInput {
  width: 100%;
  max-width: 400px; /* Adjust as needed */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  display: none; /* Initially hide the overlay */
  z-index: 999; /* Ensure it's above everything else */
}

/* =============================================
                 Footer
================================================ */
.footer {
  background-color: rgb(38 52 107 / 89%);
}

.footer-wrapper {
  padding: 20px 0px;
}

.copy-right {
  color: #fff;
}

.footer-logo-developed-by {
  width: 40px;
  height: auto;
  vertical-align: middle;
}

.develop {
  color: #fff;
}

.develop a {
  color: cadetblue;
}

.container-onam {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.row-onam {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.col-md-6-onam {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50%; /* Ensures columns take up 50% width */
  max-width: 50%; /* Ensures columns take up 50% width */
  text-align: center; /* Centers the text */
  padding: 10px; /* Optional: add some padding */
}

@media only screen and (min-width: 0px) and (max-width: 675px) {
  td {
    display: inline-block;
    padding: 5px;
    width: 100%;
  }
}

/*====================================
COMMON
====================================*/

@font-face {
  font-family: "monument";
  src: url("fonts/monumentextended-regular-webfont.woff2") format("woff2"),
    url("fonts/monumentextended-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "camel";
  src: url("fonts/camel.woff2") format("woff2"),
    url("fonts/camel.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "night";
  src: url("fonts/tuesdaynight-regular-webfont.woff2") format("woff2"),
    url("fonts/tuesdaynight-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  user-select: none;
  background: #21206a;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #ebe6e6;
}

/* Media query for mobile view */
@media (max-width: 767px) {
  /* Mobile-specific styles for scrollbar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: #ebe6e6;
  }
}

#preloader {
  height: 100vh;
  width: 100%;
  background: #243c6b;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  color: rgb(240, 240, 240);
}

/* Mobile view */
@media only screen and (max-width: 768px) {
  #preloader .p img {
    width: 300px; /* Increase the size of the image for mobile view */
    height: auto;
  }
}

#header {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  color: rgb(240, 240, 240);
  font-weight: 200;
  font-family: Josefin sans;
  font-weight: bolder;
  background: url(../images/bg-image-three.jpg); /*HEADER BACKGROUND IMAGE*/
  background-position: center;
  background-size: cover;
}
.navigation {
  width: 100%;
  position: fixed;
  font-family: Josefin sans;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 20px;

  font-size: 20px;
}
.menu-bar {
  position: absolute;
  right: 5%;
  top: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.logo {
  position: absolute;
  font-weight: 200;
  left: 4%;
  z-index: 2;
  top: 100%;
}

.menu-bar-line {
  width: 30px;
  height: 3px;
  opacity: 0;
  background: rgb(240, 240, 240);
  position: relative;
  margin: 3px;
}
a {
  text-decoration: none;
  color: inherit;
}
.hover {
  opacity: 0.8;
  transition: all 0.4s ease;
  cursor: pointer;
}
.hover:hover {
  opacity: 1;
}
.p {
  font-family: monument;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.7;
}
.text,
.text-scroll {
  color: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
.text.reveal,
.text-scroll.reveal {
  color: rgb(240, 240, 240);
  animation: revealTextAnimation 0.8s ease forwards;
}
.text:before,
.text-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.opacity {
  opacity: 0.8;
}
.text.reveal:before,
.text-scroll.reveal:before {
  background: rgb(240, 240, 240);
  animation: blockRevealAnimation 1.2s ease forwards;
}
.img,
.img-scroll {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
}

.img img,
.img-scroll img {
  width: auto;
  opacity: 0;
}

.img:before,
.img-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.img.reveal:before,
.img-scroll.reveal:before {
  background: rgb(240, 240, 240);
  animation: blockRevealAnimation 1.2s ease forwards;
}

.img.reveal img,
.img-scroll.reveal img {
  animation: revealImgAnimation 0.8s ease forwards;
}
@keyframes revealImgAnimation {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes blockRevealAnimation {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes revealTextAnimation {
  0% {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  60% {
    color: inherit;
  }
}

.headphone {
  position: fixed;
  left: 4%;
  bottom: 3%;
}
.headphone img {
  height: 26px;
}

.social-media-links {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 11%;
  font-family: josefin sans;
  display: flex;
  align-items: center;
  font-weight: 200;
  justify-content: center;
  font-size: 20px;
  z-index: 2;
}
.social-media-links-navigation {
  position: absolute;
  right: 0;
  bottom: 0%;
  height: 12vh;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: camel;
  font-size: 20px;
  z-index: 2;
  opacity: 0.8;
}
.social-media-links ul,
.social-media-links-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.social-media-links-navigation ul {
  flex-direction: row;
}
.social-media-links ul li,
.social-media-links-navigation ul li {
  padding: 15px;
  list-style: none;
  font-size: 20px;
}
.navigation-content {
  position: fixed;
  background: #243c6b;
  height: 100vh;
  width: 100%;
  left: 0;
  z-index: 10;
  top: 0;
  transform: translateY(100%);
}
.navigation-content .navigation-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.navigation-content .navigation-ul li {
  padding: 10px;
  opacity: 0;
}
.navigation-content .navigation-ul li a {
  color: rgb(240, 240, 240, 0.6);
  font-size: 50px;
  font-weight: 200;
  font-family: camel;
  transition: all 0.4s ease;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.navigation-content .navigation-ul li a::after {
  content: attr(data-text);
  opacity: 1;
  position: absolute;
  font-size: inherit;
  font-weight: inherit;
  width: 0%;
  height: 100%;
  overflow: hidden;
  left: 0;
  color: rgb(240, 240, 240);
  top: 0%;
  transition: all 1s cubic-bezier(0.84, 0, 0.08, 0.99);
}
.navigation-content .navigation-ul li a:hover::after {
  width: 100%;
}

.project-preview {
  position: fixed;
  pointer-events: none;
  width: 200px;
  height: 200px;
  z-index: 1;
  background: no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  transition: background 0.5s cubic-bezier(0.84, 0, 0.08, 0.99);
  top: -100px;
  left: -0px;
}
.navigation-logo {
  position: absolute;
  left: 5%;
  top: 5%;
  font-family: josefin sans;
  font-size: 20px;
}
.navigation-content .opacity {
  opacity: 0;
}

.navigation-close-line {
  height: 22px;
  width: 2px;
  border-radius: 10px;
  background: rgb(245, 245, 245);
  position: absolute;
  transform: rotate(-45deg);
}
.navigation-close {
  padding: 20px;
  padding-top: 0px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
}
.navigation-close-line:nth-child(2) {
  transform: rotate(45deg);
}
.gg-arrow-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}
.gg-arrow-right::after,
.gg-arrow-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
}
.gg-arrow-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 7px;
}
.gg-arrow-right::before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
}
.headphone,
.progress-bar-container,
.progress-bar-container-swiper {
  z-index: 2;
}
.headphone-navigation {
  position: absolute;
  left: 4%;
  bottom: 3%;
  z-index: 2;
}
.music-indicator {
  position: fixed;
  left: 8%;
  bottom: 3%;
  height: 26px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  margin-left: 20px;
  margin-bottom: -5px;
  opacity: 0;
}

.music-indicator span {
  height: 10px;
  transform: translate(-50%, -50%);
  width: 2px;
  margin: 2px;
  background: rgb(240, 240, 240);
  opacity: 0.6;
  transition: all 0.5s ease;
}
.animating {
  height: auto;
  animation: animating 0.8s linear infinite;
  animation-delay: calc(0.1s * var(--i));
}
@keyframes animating {
  0% {
    height: 10px;
    opacity: 0.9;
  }
  50% {
    height: 20px;
    opacity: 0.7;
  }
  100% {
    height: 10px;
    opacity: 0.9;
  }
}

.headphone-navigation img {
  height: 26px;
}

/* Default styles for cursor */
.cursor {
  height: 6vw; /* Adjusted for viewport width */
  width: 6vw; /* Adjusted for viewport width */
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgb(245, 245, 245); /* Adjusted border thickness */
  position: fixed;
  z-index: 1000; /* Ensure it's above other elements */
  top: -3vw; /* Adjusted for viewport width */
  left: -3vw; /* Adjusted for viewport width */
  opacity: 1;
  overflow: hidden;
  font-family: brook;
  text-align: center;
  color: black;
  font-size: 3.2vw; /* Adjusted for viewport width */
}

/* Styles for cursor in desktop view */
@media (min-width: 769px) {
  .cursor {
    height: 50px; /* Adjusted size for desktop */
    width: 50px; /* Adjusted size for desktop */
    top: -25px; /* Adjusted position for desktop */
    left: -25px; /* Adjusted position for desktop */
    font-size: 16px; /* Adjusted font size for desktop */
  }
}

/* Styles for cursor-two (inner circle) */
.cursor-two {
  height: 1.6vw; /* Adjusted for viewport width */
  width: 1.6vw; /* Adjusted for viewport width */
  background: rgb(245, 245, 245);
  border-radius: 50%;
  pointer-events: none;
  position: fixed;
  z-index: 1000; /* Ensure it's above other elements */
  opacity: 1;
  top: -0.8vw; /* Adjusted for viewport width */
  left: -0.8vw; /* Adjusted for viewport width */
  transition: all 0.05s ease;
}

/* Media query for smaller screens (e.g., typical mobile sizes) */
@media (max-width: 768px) {
  .cursor {
    height: 10vw;
    width: 10vw;
    top: -5vw;
    left: -5vw;
    font-size: 5vw;
  }

  .cursor-two {
    height: 2vw;
    width: 2vw;
    top: -1vw;
    left: -1vw;
  }
}

.scale {
  opacity: 0;
  transform: scale(0.1);
}
li {
  list-style: none;
  text-decoration: none;
}
.heading {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: auto;
  padding-top: 80px;
  z-index: 1;
  opacity: 0.9;
  font-size: 45px;
  word-spacing: 0px;
  font-weight: 600;
  font-family: monument;
}
#songs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 82%;
}
.progressbar {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 2px;
  z-index: 5;
  min-height: 5%;
  transition: all 0.7s ease-out;
}
.progress-bar-container,
.progress-bar-container-swiper {
  position: fixed;
  transform: rotate(180deg) translate(-50%, -50%);
  right: 5%;
  bottom: 15%;
  height: 20vh;
  width: 2px;
  background: rgba(255, 255, 255, 0.4);
}
.fade-in {
  opacity: 0;
}

.swiper-container {
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  max-height: 70vh;
}
.swiper-wrapper {
  height: 70vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  max-width: 80%;
  width: auto;
  position: relative;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.progress-bar-container-swiper {
  position: fixed;
  right: 4%;
  transform: rotate(0deg);
  bottom: 5%;
  height: 2px;
  width: 10vw;
  background: rgba(255, 255, 255, 0.4);
}
#songs-three .swiper-pagination-progressbar-fill,
#songs-four .swiper-pagination-progressbar-fill {
  background: rgb(245, 245, 245, 0.8);
  transition: all 1s ease;
}
#message {
  height: 50px;
  position: relative;
  padding: 20px;
  text-align: center;
  /* text-transform: uppercase; */
  width: 100%;
  transition: all.5s ease;
  opacity: 0;
}
#songs-one .center,
#songs-two .center,
#songs-three .center,
#songs-four .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*====================================
COMMON
====================================*/

/*====================================
INDEX ONE
====================================*/
#index-one .new-release {
  height: auto;
  width: 230px;
  position: fixed;
  right: 2%;
  bottom: 1%;
  background: rgb(240, 240, 240, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px;
  border-radius: 10px;
  opacity: 0;
}

#index-one .new-release img {
  height: auto;
  border-radius: 10px;
  width: 100%;
}
#index-one .new-release .song-details {
  padding: 10px;
}

#index-one .new-release .song-name {
  font-size: 14px;
  opacity: 0.9;
  padding-top: 5px;
  font-family: poppins;
}
#index-one .new-release .singer-name {
  font-size: 12px;
  opacity: 0.7;
  font-family: poppins;
  padding-top: 5px;
}
#index-one .play-song img {
  height: 24px;
  width: 24px;
  cursor: pointer;
}

#index-one .music-player {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

/*====================================
INDEX ONE
====================================*/

/*====================================
ABOUT ONE
====================================*/

#about-one-content {
  height: auto;
  background: #141346;
  overflow: hidden;
  width: 100%;
  color: rgb(240, 240, 240);
  position: relative;
}

.about-one-heading {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: 1.7px;
  padding-top: 80px;

  z-index: 1;
  opacity: 0.9;
  font-size: 45px;
  font-weight: 600;
  font-family: monument;
}

#about-one .about-img {
  position: inline-block;
  width: 50%;
  height: auto;
}
#about-one .about-img img {
  height: auto;
  position: relative;
  width: 90%;
}
#about-one .center {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-one .about-text {
  width: 70%;
}
#about-one .about-text-heading {
  font-size: 50px;
  text-align: left;
  font-family: poppins;
  font-weight: 200;
  margin: 20px;
  opacity: 0.9;
  padding: 20px;
  margin-top: 40px;
}
#about-one .about-text-content {
  font-size: 15px;
  font-family: poppins;
  padding: 20px;
  margin: 20px;
  margin-top: 0px;
  text-align: left;
  opacity: 0.7;
}
#about-one .signature {
  font-family: night;
  text-align: center;
  padding: 40px;
  padding-top: 0px;
  opacity: 0.9;
  font-size: 48px;
}

/*====================================
ABOUT ONE
====================================*/

/*====================================
SONGS ONE
====================================*/

#songs-one {
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: url(../images/bg-core.webp); /*SONGS-ONE BACKGROUND IMAGE*/
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

#songs-one #songs-container .song {
  height: auto;
  width: 275px;
  position: relative;
  margin: 40px auto;
  margin-top: 40px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: rgb(240, 240, 240, 0.1);
  backdrop-filter: blur(20px);
}
#songs-one #songs-container .song .song-img img {
  position: relative;
  max-height: 230px;
  min-width: 205px;
  max-width: 280px;
  height: auto;
  width: auto;
  overflow: hidden;
  border-radius: 10px;
  margin: auto;
}
#songs-one #songs-container .song .song-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-bottom: 0px;
}
#songs-one #songs-container .song .song-details {
  position: relative;
  width: 100%;
  height: auto;
  left: 0%;
  bottom: 0%;
  color: rgb(240, 240, 240);
  align-items: center;
  text-align: center;
  font-family: poppins;
  padding: 20px;
  padding-top: 10px;
}
#songs-one #songs-container .song .song-details .artist-name,
#songs-one #songs-container .song .song-details .song-name {
  padding-top: 5px;
  text-align: left;
}
#songs-one #songs-container .song .song-details .artist-name {
  font-size: 12px;
  opacity: 0.8;
}
#songs-one .music-player {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#songs-one .song-details-content {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  align-items: left;
  justify-content: space-between;
}
#songs-one #songs-container .song .play-song img {
  width: 24px;
}

#songs-one #songs-container .music-player {
  padding-top: 25px;
  padding-bottom: 5px;
}

#songs-one #songs-container .song .play-song,
#songs-one #songs-container .song .download-song a {
  display: flex;
  width: 60px;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  cursor: pointer;
}
#songs-one #songs-container .song .download-song a {
  width: 60px;
  cursor: pointer;
}

/*====================================
SONGS ONE
====================================*/

/*====================================
BLOG ONE
====================================*/

#blog-one {
  /* background: url(../images/blog-bg.webp); */
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#blog-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0, 0.2);
}

#blog-one .blog-one-heading {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: 1.7px;
  padding-top: 80px;
  z-index: 2;
  opacity: 0.9;
  font-size: 45px;
  font-weight: 600;
  font-family: Monument;
}

#blog-one #blogs-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#blog-one .blog {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background: rgb(240, 240, 240, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px;
  width: auto;
  margin: 20px;
  overflow: hidden;
  color: rgb(240, 240, 240);
  font-family: Poppins;
  border-radius: 10px;
}

#blog-one .blog-img {
  width: auto;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

#blog-one .blog-img img {
  width: auto;
  height: 300px;
}

#blog-one .blog-text {
  width: auto;
  max-width: 500px;
  padding: 40px;
  padding-bottom: 0px;
  text-align: left;
}

#blog-one .blog-date {
  position: absolute;
  padding: 5px;
  top: 5%;
  right: 5%;
}

#blog-one .blog-heading {
  font-size: 22px;
  padding: 5px;
}

#blog-one .blog-description {
  font-size: 15px;
  padding: 5px;
  opacity: 0.8;
}

#blog-one .blog-read-more {
  position: absolute;
  bottom: 0%;
  border-radius: 4px;
  cursor: pointer;
  right: 0%;
  padding: 10px;
  transition: all 0.2s ease;
}

#blog-one .see-more-button button {
  background: rgb(240, 240, 240, 0.1);
  backdrop-filter: blur(20px);
  padding: 15px 30px;
  border: none;
  width: auto;
  margin: 20px;
  font-size: 16px;
  color: rgb(240, 240, 240);
  cursor: pointer;
  transition: all 0.2s ease;
}

#blog-one .see-more-button button:hover {
  background: rgb(240, 240, 240, 0.25);
}

#blog-one .blog-info {
  position: relative;
  display: flex;
  flex-direction: row;
}

#blog-one .blog-duration,
#blog-one .blog-type {
  padding: 10px;
  padding-top: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  #blog-one {
    /* background: url(../images/blog-bg.webp) no-repeat center center; */
    background-size: cover;
  }
}

/*====================================
BLOG ONE
====================================*/

/*====================================
CONTACT ONE
====================================*/

#contact-one .contact-one-heading {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: 1.7px;
  padding-top: 80px;
  z-index: 1;
  opacity: 0.9;
  font-size: 45px;
  font-weight: 600;
  font-family: monument;
}

#contact-one {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #141346;
  color: rgb(240, 240, 240);
}

#contact-one #contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#contact-one #flex-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#contact-one #contact-form {
  font-family: camel;
  font-size: 20px;
  width: 55%;
}
#contact-one .input-line {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#contact-one .input-line input {
  width: 100%;
}
#contact-one .input-line-column {
  display: flex;
  flex-direction: column;
}
#contact-one #form input,
#contact-one #form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(240, 240, 240, 0.6);
  padding: 10px 20px;
  margin: 10px;
  margin-top: 25px;
  font-size: 18px;
  color: rgb(240, 240, 240, 0.8);
  font-family: camel;
  /* text-transform: uppercase; */
}
#contact-one #form textarea {
  height: 100px;
}
#contact-one #form {
  width: 100%;
  text-align: center;
}
#contact-one #form button {
  background: transparent;
  outline: none;
  border: 1px solid rgb(255, 255, 255, 0.4);
  color: rgb(245, 245, 245);
  padding: 10px 30px;
  font-size: 18px;
  margin: 20px;
  font-family: camel;
  /* text-transform: uppercase; */
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#contact-one #form button::after {
  content: "";
  background: rgb(240, 240, 240, 0.8);
  left: 0;
  top: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#contact-one #form button:hover::after {
  top: 0%;
}
#contact-one #form button:hover {
  color: #141346;
}
#contact-one #collaboration-mail {
  width: 35%;
  font-family: camel;
  height: auto;
  position: relative;
}
#contact-one #collaboration-mail .circular-text {
  animation: rotate 20s linear infinite;
  position: relative;
}
#contact-one #collaboration-mail .mail {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0.7;
  transition: all 0.4s ease;
}
#contact-one #collaboration-mail .mail:hover {
  opacity: 1;
}
#contact-one #collaboration-mail #rotated {
  font-size: 20px;
  color: rgb(240, 240, 240, 0.7);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contact-one .opacity-contact {
  opacity: 0;
}
#contact-one .progressbar {
  height: 99%;
}

/*====================================
CONTACT ONE
====================================*/

/*====================================
BLOG-SINGLE-ONE
====================================*/

#blog-single {
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #141346;
  color: rgb(240, 240, 240);
}
#blog-single .center {
  text-align: center;
  align-items: center;
}
#blog-single .blog-img {
  width: 65%;
  height: auto;
  position: relative;
}
#blog-single .blog-img img {
  height: auto;
  position: relative;
  width: 100%;
}
#blog-single .blog-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog-single .blog-info-content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: poppins;
}
#blog-single .blog-duration,
.blog-type {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
#blog-single .blog-text {
  height: auto;
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: poppins;
  width: 65%;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  margin: 10px;
  margin-top: 0px;
}
#blog-single .blog-heading {
  font-size: 30px;
  opacity: 0.8;
}
#blog-single .center-para {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#blog-single .para {
  margin-top: 30px;
  opacity: 0.6;
}
#blog-single .italic {
  opacity: 0.6;
}
#blog-single .blog-text-img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
#blog-single .blog-text-img img {
  width: 95%;
  height: auto;
}
#blog-single .signature {
  padding: 0px;
  opacity: 0.8;
  z-index: 2;
  font-family: night;
  text-align: center;
  color: rgb(240, 240, 240, 0.9);
  padding: 20px;
  font-size: 48px;
}
#blog-single .blog-info {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 16px;
  opacity: 0.6;
}
#blog-single .blog-duration {
  font-size: 16px;
}

#blog-single .share-links ul {
  display: flex;
}
#blog-single .share-links ul li {
  padding-right: 15px;
  font-size: 20px;
}
/*====================================
BLOG-SINGLE-ONE
====================================*/

/*=========================================== RESPONSIVE =========================================*/
/*=========================================== RESPONSIVE =========================================*/
/*=========================================== RESPONSIVE =========================================*/
/*=========================================== RESPONSIVE =========================================*/
/*=========================================== RESPONSIVE =========================================*/

/* DISPLAY ON MOBILE */
@media all and (max-width: 675px) and (min-width: 0px) {
  /*====================================
COMMON
====================================*/

  #songs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .menu-bar {
    position: absolute;
    right: 5%;
    top: 80%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .logo {
    position: absolute;
    font-weight: 200;
    left: 4%;
    z-index: 2;
    top: 80%;
  }

  .p {
    font-size: 10px;
  }
  .p img {
    height: 60px;
  }
  .logo {
    font-size: 15px;
    padding: 5px;
  }
  .navigation-logo {
    font-size: 15px;
    padding: 5px;
  }
  .menu-bar-name {
    font-size: 15px;
    display: none;
  }
  .menu-bar-line {
    width: 30px;
    height: 3px;
  }
  .navigation-content .navigation-ul li a {
    font-size: 35px;
  }
  .headphone {
    z-index: 2;
  }
  .cursor,
  .cursor-two {
    display: none;
  }
  .social-media-links-navigation {
    width: 40%;
    font-size: 16px;
  }

  .heading {
    padding-bottom: 10px;
    padding: 30px;
    padding-top: 60px;
    font-size: 24px;
    z-index: 2;
  }

  #index-one .new-release {
    width: 190px;
  }
  #message {
    font-size: 14px;
  }
  .social-media-links {
    width: 15%;
    font-size: 18px;
  }

  /*====================================
COMMON
====================================*/

  /*====================================
ABOUT-ONE
====================================*/

  #about-one .about-img {
    position: inline-block;
    width: 80%;
    height: auto;
  }
  #about-one .about-img img {
    height: auto;
    position: relative;
    width: 100%;
  }
  #about-one .center {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #about-one .about-text {
    width: 90%;
  }
  #about-one .about-text-heading {
    font-size: 30px;
    font-weight: 200;
    margin: 10px;
    margin-bottom: 0px;
    opacity: 0.9;
    margin-top: 20px;
    padding: 20px;
  }
  #about-one .about-text-content {
    font-size: 14px;
    padding: 20px;
    margin: 10px;
    margin-top: 0px;
    opacity: 0.7;
  }
  #about-one .headphone {
    display: block;
  }

  .logo {
    font-size: 15px;
    /* margin-top: 20px; */
  }
  .menu-bar-name {
    font-size: 15px;
    display: none;
  }
  .menu-bar-line {
    width: 30px;
    height: 3px;
  }

  .about-one-heading {
    font-size: 35px;
  }
  /*====================================
ABOUT-ONE
====================================*/

  /*====================================
SONGS ONE
====================================*/
  #songs-one {
    height: auto;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg-core.JPG);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }

  /*====================================
SONGS ONE
====================================*/

  /*====================================
BLOG-ONE
====================================*/

  #blog-one {
    height: auto;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    /* background: url(../images/blog-bg.webp); */
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
  #blog-one .blog {
    flex-direction: column;
    padding: 12px;
    width: 85%;
    margin: 12px;
  }
  #blog-one .blog-one-heading {
    font-size: 35px;
  }
  #blog-one .blog-read-more {
    bottom: 0%;
    right: 0%;
  }
  #blog-one .blog-date {
    display: none;
  }
  #blog-one .blog-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
  }
  #blog-one .blog-img img {
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 10px;
  }
  #blog-one .blog-text {
    width: auto;
    max-width: 500px;
    padding: 10px;
    text-align: left;
  }
  #blog-one .blog-heading {
    font-size: 18px;
    padding: 5px;
  }
  #blog-one .blog-description {
    font-size: 14px;
    padding: 5px;
    opacity: 0.8;
    padding-bottom: 20px;
  }
  #blog-one .blog-duration,
  #blog-one .blog-type {
    font-size: 14px;
  }

  /*====================================
BLOG-ONE
====================================*/

  /*====================================
CONTACT-ONE
====================================*/

  #contact-one .contact-one-heading {
    padding: 30px;
    font-size: 35px;
  }

  #contact-one {
    height: auto;
  }
  #contact-one #flex-row {
    flex-direction: column;
  }
  #contact-one #contact-form {
    font-family: camel;
    font-size: 20px;
    width: 100%;
  }
  #contact-one #collaboration-mail {
    width: 100%;
  }
  #contact-one #collaboration-mail #rotated {
    font-size: 15px;
  }
  #contact-one #collaboration-mail .mail {
    font-size: 12px;
  }
  .input-line {
    display: flex;
    flex-direction: column;
    width: 96%;
  }

  /*====================================
CONTACT-ONE
====================================*/

  /*====================================
BLOG-SINGLE-ONE
====================================*/

  #blog-single .blog-img {
    width: 90%;
    height: auto;
    position: relative;
  }
  #blog-single .blog-img img {
    height: auto;
    position: relative;
    width: 100%;
  }

  #blog-single .blog-text {
    padding: 0px;
    width: 90%;
  }
  #blog-single .para {
    margin-top: 20px;
    font-size: 16px;
  }
  #blog-single .italic {
    font-size: 16px;
  }
  #blog-single .blog-text-img {
    flex-direction: column;
  }
  #blog-single .signature {
    font-size: 40px;
  }

  /*====================================
BLOG-SINGLE-ONE
====================================*/
}

/* FOR TABLETS */
/* FOR TABLETS */
/* FOR TABLETS */
/* FOR TABLETS */
/* FOR TABLETS */
/* FOR TABLETS */

@media all and (max-width: 1100px) and (min-width: 675px) {
  /*====================================
COMMON
====================================*/
  .cursor,
  .cursor-two {
    display: none;
  }
  .all-songs-link {
    position: fixed;
    right: 0%;
    bottom: 10%;
    height: auto;
    transform: rotate(-90deg);
    font-weight: 200;
    font-family: monument;
    font-size: 12px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  /*====================================
COMMON
====================================*/

  /*=======================================================================
SONGS ONE
======================================================================= */

  #songs-one #songs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
  }
  /*=======================================================================
SONGS ONE
======================================================================= */

  /*=======================================================================
BLOG ONE
======================================================================= */

  #blog-one .blog {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgb(240, 240, 240, 0.1);
    backdrop-filter: blur(10px);
    padding: 12px;
    width: auto;
    margin: 12px;
    overflow: hidden;
    color: rgb(240, 240, 240);
    font-family: poppins;
    border-radius: 10px;
  }
  #blog-one .blog-date {
    display: none;
  }
  #blog-one .blog-read-more {
    bottom: 0%;
    right: 0%;
  }

  /*=======================================================================
BLOG ONE
======================================================================= */

  /*====================================
CONTACT-ONE
====================================*/
  #contact-one #collaboration-mail {
    width: 50%;
  }
  #contact-one #contact-form {
    font-family: camel;
    font-size: 20px;
    width: 100%;
  }
  #contact-one #collaboration-mail #rotated {
    font-size: 15px;
  }
  #contact-one #collaboration-mail .mail {
    font-size: 12px;
  }
  /*====================================
CONTACT-ONE
====================================*/

  /*====================================
BLOG-SINGLE-ONE
====================================*/

  #blog-single .blog-img {
    width: 70%;
    height: auto;
    position: relative;
  }
  #blog-single .blog-img img {
    height: auto;
    position: relative;
    width: 100%;
  }

  #blog-single .blog-text {
    padding: 10px;
    width: 70%;
  }
  #blog-single .para {
    margin-top: 20px;
  }
  #blog-single .italic {
    opacity: 0.8;
    font-size: 16px;
  }

  /*====================================
BLOG-SINGLE-ONE
====================================*/
}
