:root {
  /*font*/
  --ff-poppins: 'Poppins', sans-serif;

  /*colors*/
  --chinese-violet_30: hsla(304, 14%, 46%, 0.3);
  --chinese-violet: hsl(304, 14%, 46%);
  --sonic-silver: hsl(206, 11%, 59%);
  --old-rose_30: hsla(357, 37%, 62%, 0.3);
  --ghost-white: hsl(233, 33%, 95%);
  --light-pink: hsl(357, 93%, 84%);
  --light-gray: hsl(0, 0%, 80%);
  --old-rose: hsl(357, 37%, 62%);
  --seashell: hsl(20, 43%, 93%);
  --charcoal: hsl(203, 30%, 26%);
  --white: hsl(0, 0%, 100%);
  --black: rgb(0, 0, 0);
  --old-rose_1: hwb(357 6% 36%);
}

::-webkit-scrollbar-track {
  background: var(--grey-white);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to bottom,
    hsl(357, 37%, 62%),
    hsl(304, 14%, 46%)
  );
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: hsl(357, 78%, 73%);
}

html {
  font-family: var(--ff-poppins);
  font-size: 10px;
}


body {
  width: 100%;
  height: 100%;
  font-family: var(--ff-poppins);
  font-size: 1.55rem;
  line-height: 1.8;
  background-color: #ee8d5c;
  display: flex;
  flex-direction: column;
  align-items : center;
  justify-content: space-between;
  position: relative;
}

.navbar-item.dropdown {
  display: flex;
  align-items: center;
  position: relative;
}

.profile {
  position: relative;
  width: 90px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-left: 10px; /* Spacing between "More" link and profile image */
  display: inline-block;
}

.profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p {

  font-size:  15px;
  color:  #6231ff;

}

.navbar {
  width: 100%;
  background-color: #000000;
}

.navbar-link {
  text-decoration: none;
  background-color: none;

}
.navbar-list a{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 1.55rem;
  color: var(--charcoal);
  padding: 8px 6px;
  line-height: 2;
  transition: var(--transition-1);
}
.navbar-list {
  width: 100%;
  font-family: var(--ff-poppins);
  font-size: 1.55rem;
  line-height: 1.8;
  display: block;
  text-decoration-color: #fff;
}
.navbar-header a {
  color: rgb(247, 150, 150);
  font-size: 1.55rem;
  margin-left: 2rem;
  text-decoration: none;
  background-color: none;
}

.pass-container{
  position: relative;
}
.fa{
  position: absolute;
  top: 45%;
  right: 10px;
  cursor: pointer;
  font-size: 25px;
}
/* .col-sm-5{
    margin-left:200px;
    align-items: right;
    margin-bottom: 200px;
}
.col-sm-4{
    margin-left: 0px;
}
.loginbox{
    box-sizing: border-box;
    display: block;
}
.form-container {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.form-container h2 {
    margin-top: 0;
}

.form-container input[type="text"],
.form-container input[type="password"],
.form-container button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

.form-container button {
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

.message {
    color: red;
} */

.form {

	display:  flex;
  flex-direction:  column;
  justify-content:  center;
  padding:  35px;
  padding-bottom: 0px;
  margin-top:  -16px;

}

#login-form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.note {
  width: 100%;
  max-width: 750px;
  font-family: var(--ff-philosopher);
  margin-bottom: 1.5rem;
  position: relative;
  top: 120px;
}

.note h1 {
  font-size: 2.5rem;
  color: rgb(245, 94, 94);
  text-align: center;
  font-family: var(--ff-philosopher);
}

.note h2 {

  font-size: 2rem;
 /* font-weight: bold;*/
  color: #67a5eb;
  /* color: #4267b2; */
  text-align:  center;
  font-family: var(--ff-poppins);
  margin-bottom:  15px;

}

.note div {
  padding-top: 0.1rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: #240046; */
  background-color: var(--light-pink);
  max-height: 63rem;

  width: 100%;
  max-width: 50rem;
  overflow: hidden;
  border-radius: 2%;
  box-shadow: 0 0 15px 5px #24004628;
  /* margin-bottom: 10rem;
  margin-left: 4rem; */
  margin-bottom: 50px;
}


/*checkbox to switch from sign up to login*/
#chk {
  display: none;
}

/*Login*/

#login {
  font-size: medium;
  font-family: var(--ff-poppins);
}

.login {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: var(--ff-poppins);
}

.login label {
  margin-top: 2%;
}

.login input{
  width: 100%;
  color: rgb(208, 153, 160);
}
.light-mode label{
  color: black;
}

label {

  color:  white;
  font-size:  2rem;
  justify-content:  center;
  display:  flex;
  font-weight:  bold;
  cursor:  pointer;
  transition: 0.5s ease-in-out;
  text-align:  center;

}

input[type="password"]::-webkit-textfield-decoration-container {
  display: none;
}

input[type="password"]::-moz-textfield-decoration-container {
  display: none;
}

input[type="password"]::-ms-clear {
  display: none;
}

input[type="password"]::-ms-reveal {
  display: none;
}


.input {
  width: 100%;
  height: 40px;
  background: #dadada;
  padding: 10px;
  border: none;
  margin-top: 5%;
  outline: none;
  border-radius: 4px;
  font-size: 1.5rem;
  color: rgb(142, 66, 78);
}
.input.dark-mode{
  width: 100%;
  height: 40px;
  background: #121212;
  padding: 10px;
  border: none;
  margin-top: 5%;
  outline: none;
  border-radius: 4px;
  font-size: 1.5rem;
}
/* OR separator */
#or {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  height: 1px;
  margin: 10px 0;
}

#or::before,
#or::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #f8f8f8;
}

#or::before {
  margin-right: 10px;
}

#or::after {
  margin-left: 10px;
}

/* Google button */
#google-sign-in {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* width: 40%; */
  height: 40px;
  font-family: var(--ff-poppins);
  background-color: #fefefe;
  color: #000000;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2px;
  margin-left: 120px;
  /* margin-left: 132px; */
  z-index: 1;

  overflow: hidden;
}


#google-signup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 40px;
  font-family: var(--ff-poppins);
  background-color: #ffffff;
  color: #ff0000;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

#google-sign-in::before,
#google-sign-in::after {

	content: "";
	position: absolute;
	z-index: -1;
  transition: all 0.5s;
}
#google-sign-in::after{
  background-image: linear-gradient(to right,#ffffff0f,#ffffff2e, #ffffff77,#ffffff2e,#ffffff0f);
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  transform: skew(-40deg);
}
#google-sign-in:hover:after {
 width: 100%;
}
#google-sign-in:hover{
  color: white;
  background-color:rgb(143, 55, 84);
}
.googIco{
  width: 24px;
  height: 24px;
}
/*Register*/
#register{
  font-size: medium;
  color: var(--old-rose);
  background-color: #eee;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 50px;
}

#register:hover {
  background-color: white;
  background-color: var(--old-rose);
}

.register {
  background-color: #eee;
  width:100%;
  font-family: var(--ff-poppins);
  border-radius: 90% / 10%;
  transform: translateY(0%);
  transition: 0.8s ease-in-out;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
#register{
  color: var(--old-rose);
}
#register:hover {
  color: white;
  background-color: var(--old-rose);
}


.register label {

  color:  #3434cc;
  font-size: 1.7rem;
  margin:  0 0 0 0;
  margin-top:  -1px;

}

.register label:hover {

  color:  #000000;

}

#chk:checked ~ .register {
  transform: translateY(-60%);
}

#chk:checked ~ .register label {
  transform: scale(1);
  /* margin: 5% 0 5%; */
}

#chk:checked ~ .login label {
  transform: scale(0.6);
  margin: 5% 0 5%;
}
/*Button*/
.form button {
  width: 95%;
  margin: 12px auto 10%;
  color: #fff;
  background: transparent;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 1px 1px 10px 3px #24004628;
  padding-bottom: none;
}

.form button:hover {
  background-color: rgb(255, 255, 255);
  color: #d54b33;
}

.btn-primary {
  background-color: var(--old-rose);
  color: var(--white);
  border-radius: var(--radius-5);
}

.btn-primary:is(:hover, :focus) {
  background-color: var(--chinese-violet);
}

.btn-secondary {
  border: 1px solid var(--old-rose);
  color: var(--old-rose);
  border-radius: var(--radius-5);
}

.btn-secondary:is(:hover, :focus) {
  background-color: var(--old-rose);
  color: var(--white);
}

.close-icon {
  margin-top: 0.5rem;
  padding-left: 92%;
}

#register{
  color: #d54b33;
}

/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer-bottom {
  padding-block: 20px;
  border-block-start: 1px solid rgb(169, 166, 166);
  color: white !important;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}

.forget-password {
  font-size: small;
  text-align: right;
  font-weight: bold;
  margin : -20px 0 5px;
  display : block;
}

.forget-password a {
  color: white;
  text-decoration: underline;
}

.subscribe-btn {
  background-color: brown !important;
  color: var(--white);
  height: 4rem;
  padding: 2px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.subscribe-btn:hover{
  background-color: white;
  color: #000;
  border: #d26d6d 2px solid;
}




/* Media queries for responsiveness */
@media (max-width: 768px) {
  body {
    font-size: 2rem;
  }

  .navbar-header {
    font-size: 2rem;
  }

  .main {
    bottom: 0%;
    padding: 0px;
  }

  .note h1 {
    font-size: 2.5rem;
  }

  .main {
    width: 80%;
    height:500px;
  }
  .register{
    width: 100%;
	  margin-top: -30px;
    margin-left: 0%;
    padding-left: 0%;
    margin-bottom: 0px;
    padding-bottom: 45px;
  }
  .register .form label{
    margin-top:0px;
  }
  #email{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #register{
    margin-top: 20px;
    margin-bottom: 25px;
}
}
/* .register1{
  margin-left: 33%;
} */

.register_link{
  text-align: center;
  color: rgb(247, 150, 150);
  margin-bottom: 10px;
  }
/* .register1{
  margin-left: 33%;
} */

.register_link{
  text-align: center;
  color: rgb(247, 150, 150);
  margin-bottom: 10px;
}

.input-box{
  position: relative;
}

#eyeicon {
    position: absolute;
    top: 69%;
    right: 15px;
    transform: translateY(-50%);
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
    height: 35px;
    width: 40px;
}


#eyeicon-login {

  position: absolute;
  top:  69%;
  right:  15px;
  transform:  translateY(-50%);
  cursor:  pointer;
  height:  20px;
  width:  25px;

}

.progress {
    height: 3px !important;
}

.progress-bar-danger {
    background-color: #e90f10;
}
.progress-bar-warning{
    background-color: #ffad00;
}
.progress-bar-success{
    background-color: #02b502;
}

.dark-mode .list-unstyled li {
  color: white;
}

.list-unstyled li{
	font-size: 18px;
}
.fa-circle{
    font-size: 6px;
}
.fa-check{
    color: #02b502;
}
@media (max-width : 796px) {
	.list-unstyled li{
		font-size: 12px;
	}
	/* .form {
		gap:0;
	} */
	#register{
		margin-top: 1px;
	}
	/* #or{
		margin-top: -10px;
	} */
	#google-sign-in{
		width: 80%;
    padding: 20px;
    font-size: 10px;
	}
}

@media (max-width: 480px) {
  .main {
    padding: 0px;
  }
  .input,
  .form button {
    font-size: 0.5rem;
  }
  .register{
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
    margin-bottom: 0px;
    padding-bottom: 45px;
  }
}

/* Basic navbar styling */
.header {
  position: fixed;
  width: 100%;
  top: 10;
  z-index: 1000;
  transition: top 0.3s;
  }

  /* Hide the navbar */
  .header.hidden {
  top: -93px; /* Adjust according to your header height */
  }

  /* Navbar styling when scrolled */
  .header.scrolled {
  background-color: #222; /* Change to a darker color when scrolled */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */
  }


/**
* Dark Mode
*/

body.dark-mode {
  background-color: #1e1c1c;
  height: 100%;
  color: #ffffff;
}

.dark-mode .main{
  background-color: var(--old-rose_1);

}

.dark-mode .note h1{

  color:  #e6e6e6;
  color:  #ff9ba0;

}

.dark-mode.note h2{
  color: #b6b6b6;
}
.dark-mode.navbar{
  background-color: #1e1c1c;
}
.light-mode .navbar{
  /* background-color: #e6e6e6; */
  color:#000;
}
.dark-mode#login label {
  color:#e6e6e6;
}
.light-mode .login label{
  color: rgb(104, 102, 102);
}
.dark-mode#login{
  background-color: #373737;
}
/* .light-mode .login{ */
  /* background-color: white; */
/* } */
.dark-mode .logo{
  color:#e6e6e6;
}
.SwapReads .logo{
  color: #e6e6e6;
}
.light-mode .logo{
  color:#1e1c1c;
}
.dark-mode footer{
  background-color: #1e1c1c;
  color:#e6e6e6;
}
#login.dark-mode:hover{
  color: var(--old-rose);
}

.register input.dark-mode{
  background-color: #c3c3c3;
}
.dark-mode .register{
  background-color: #a4a4a4 !important;
  color: #ededed;
}
#register.dark-mode:hover{
  color: var(--old-rose);
}

.dark-mode .input{

  background:  #ffcece;
  color:  rgb(208, 153, 160);

}

.light-mode .input{
  background: #e6e6e6;
  color: rgb(143, 55, 84);
}

.register label.dark-mode{
  color:#373737;
}

.social-icons-container {
  display: flex;
  gap: 30px;
  font-family: 'Roboto', sans-serif;
  margin: 32px 0;
  justify-content: center;
}

.social-icons-container a {
  display: flex;
  gap: 8px;
  font-size: 42px;
  text-decoration: none;
  align-items: center;
  width: 38px;
  height: 38px;
  line-height: 0;
  overflow: hidden;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
  transition: all 400ms ease;
}

.social-icons-container a:hover {
  width: 138px;
}

.social-icons-container a .name {
  font-size: 16px;
  font-weight: bold;
}

.social-icons-container a:nth-of-type(1) {
  color: #4267b2;
}

.social-icons-container a:nth-of-type(2) {
  color: #1da1f2;
}

.social-icons-container a:nth-of-type(3) {
  color: #e1306c;
}

.social-icons-container a:nth-of-type(4) {
  color: #ff0000;
}

/* login form */
.form button
{

  color:  #fbf7f7;
  background:  rgb(103 165 235);
  box-shadow:  0 0 10px rgba(143, 55, 84, 0.5);

}

.form button:hover{
  color:white;
  background:black;
}

#google {
  background-color: #db4437; /* Google Red */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: -29px 0 44px 0px;
}

#google:hover {
  background-color: #c1351d; /* Darker shade of Google Red */
}

.option {
  font-size: small;
  color: #000000;
  margin: -47px 0px 32px 0px;
  text-align: center;
}

.list-unstyled {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-size: 1.5rem;
  color: #333;
}

.list-unstyled li i {
  color: black;
  margin-right: 10px;
}

.list-unstyled span {
  display: flex;
  align-items: center;
}

.list-unstyled li span:before {
  content: "\2022";
  color: hsl(357, 37%, 62%);
  font-weight: bold;
  display: inline-block;
  width: 1em;

}

.list-unstyled li:hover {
  color: hsl(357, 37%, 62%);
  transition: color 0.3s ease;
}

.switch-container {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  right: -5px;
  top: 15px;
}

/* Hidden Checkbox */
.switch-checkbox {
  display: none;
}

/* Switch Label */
.switch-label {
  position: relative;
  width: 45px;
  height: 30px;
  background-color: #ccc;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin-right:40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s ease;
}

.switch-label .sun-icon,
.switch-label .moon-icon {
  font-size: 19px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s ease, color 0.5s ease;
}

.switch-label .sun-icon {
  color: #f39c12;
  left: 2px;
}

.switch-label .moon-icon {
  color: #bdc3c7;
  opacity: 0;
  left: 5px;
}

/* Switch Button */
.switch-button {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease, background-color 0.5s ease;
}

/* Checkbox Checked State */
.switch-checkbox:checked+.switch-label {
  background-color: #34495e;
}

.switch-checkbox:checked+.switch-label .sun-icon {
  opacity: 0;
}

.switch-checkbox:checked+.switch-label .moon-icon {
  opacity: 1;
}

.switch-checkbox:checked+.switch-label .switch-button {
  transform: translateX(13px);
  /* background-color: #34495e; */
}

footer {
  background-color: var(--seashell);
  padding: 20px 30px;
}

.foot-top {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  /* Adjusted alignment */
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  gap: 50px;
}

.desc{
  display: flex;
    flex-direction: column;
    gap: 21px
}

.description {
  color: var(--sonic-silver);
  text-align: justify;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.foot-quick:hover {
  color: #000000; /* Change to white for clear visibility */
}

.foot-quick:hover i, .foot-quick:hover p {
  color: #000000; /* White for better visibility on hover */
}

.foot-middle {
  font-size: 1rem;
  text-align: center;
}
.foot-middle a{
  font-size: 1.6rem;
}
.dark-mode .foot-middle a{
  font-size: 1.6rem;
  color: white;
}

.dark-mode .main{
  background:linear-gradient(#1e1c1c, rgb(151, 115, 115)) ;
}

.dark-mode .form{

background: transparent !important;

}

.foot-quick :hover {
  color: rgb(201, 168, 168);

}

.foot-middle ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot-middle ul li,
.foot-middle h2 {
  text-align: center;
}
.foot-middle h2{
  font-weight: bolder !important;
  font-size: 2.5rem;
}
.nav-links {
  margin: 0;
}

.nav-links ul {
  padding: 0;
  list-style: none;
  /* Remove bullet points */
}

.nav-links ul li {
  margin-bottom: 10px;

  /* Add some spacing between list items */
}

.nav-links ul li a {
  color: rgb(55, 54, 54);
  text-decoration: none;
  /* Remove underline */
}

.nav-links ul li a:hover {
  color: rgb(167, 95, 107);
}

.foot-middle h5 {
  color: rgb(57, 57, 57);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.social-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top;
  gap: 10px;
  width: auto;
}


.row-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

}

form[type="newsletter"]:before {
  content: "";
  /*   background: rgba(255, 255, 0, 0.8);  */
  display: flex;
  width: 200px;
  height: 100px;
  position: absolute;
  z-index: -1;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -500px;
  left: -60px;
}

form[type="newsletter"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  /* Adjusted margin */
  padding: 20px;
  /* Adjusted padding */
}

label[for="email"] {
  display: block;
  font-size: 16px;
  /* Increased font size */
  font-weight: 700;
  letter-spacing: 1px;
  /* Decreased letter spacing */
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  color: black;
}
label[for="email"]{
  color: white;
}
input:focus {
  outline: 0;
}
input[type="news"] {
  width: 100%;
  /* Adjusted width */
  max-width: 300px;
  background: #fff;
  height: 40px;
  /* Increased height */
  padding: 10px;
  /* Adjusted padding */
  margin-bottom: 10px;
  /* Increased margin */
  font-size: 14px;
  font-weight: 400;
  border-radius: var(--radius-1);

  transition: border-color 0.3s;
  text-transform: uppercase;
}

input[type="news"]:focus {
  border: 2px solid #c27a7e;
}

input[type="submit"] {

  width: 100%;
  /* Adjusted width */
  max-width: 300px;
  background:  rgb(255 64 96);
  border:  0px;
  height:  40px;
  /* Increased height */
  line-height: 40px;
  /* Adjusted line height */
  padding: 0;
  /* Removed padding */
  font-size:  14px;
  font-weight:  400;
  letter-spacing:  2px;
  text-transform: uppercase;
  cursor: pointer;

}

input[type="submit"]:hover {
  background: linear-gradient(to right, #000 50%, #36363b 50%);
  background-size: 200% 100%;
  color: white;

  background-position: right bottom;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gen-hover:hover {
  color: rgb(167, 95, 107);
}

.social-icons h5 {
  color: rgb(57, 57, 57);
  padding-top: 35px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 20px;
}

.in-css {
  background-color: white;
  border-radius: 4px;
  padding: 3px;
}

.btn-signup {
  padding: 4px;
  color: white;
  background-color: var(--old-rose);
  border-radius: 5px;
}

.btn-signup:hover {
  color: white;
  background-color: var(--chinese-violet);
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* Increased gap for larger icons */
}

.icon-set {
  height: 40px;
  /* Increased icon size */
  width: 40px;
  /* Increased icon size */
}

.icon-set:hover {
  transform: scale(1.1);
  /* Added scale effect */
  filter: grayscale(0%) hue-rotate(0deg) saturate(150%);
  /* Adjusted hover effect */
}

.icon-set:active {
  filter: hue-rotate(50%);
}

.social-list {
  display: flex;
  /* flex-direction: column; */
  overflow: hidden;
}

/* .footer-top {
  padding-block: 50px;
  border-block-end: 1px solid var(--chinese-violet_30);
} */

.footer .logo {
  margin-block-end: 15px;
}

/* .footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
} */

/* .footer-link {
  color: var(--charcoal);
  transition: var(--transition-1);
} */
/* Mobile or small devices */
@media (max-width: 768px) {
  .foot-top {
      flex-direction: column;
      align-items: center;
      gap: 20px;
  }

    .foot-middle {
      font-size: 1.4 rem;
      text-align: center;
      margin-left:50px;
  }

}

.footer-link:is(:hover, :focus) {
  color: var(--old-rose);
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

.fab.fa-twitter{
  font-family:sans-serif;
}
.fab.fa-twitter::before{
  content:"𝕏";
  font-size:1.1em;
  background-color: transparent;
}
.subscribe-section {
  border: 1px solid #000; /* lean border */
  padding: 10px;
  display: inline-block;
}
.subscribe-label {
  color:grey;
  margin-bottom: 10px;
  text-align: center; /* center the text */
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-family: var(--ff-philosopher)
}
.alternate-color {
  color: blue; /* alternate text color */
}
.row-flex {
  display: flex;
  align-items: center;
}
.subscribe-btn {
  margin-left: 10px;
}

.fade{
  opacity: 0.4;
}
@media (max-width: 990px) {
  .light-mode .navbar-item{
    background-color: white;
    width: 100%;
  }
  .dark-mode .navbar-item{
   background-color: black;
   width: 100%;
  }
  body .navbar-list{
   display: block;
   width:100%;
   height:100vh;
   overflow-y:scroll;
   overflow-x: hidden;
   transition: 0.3s ease-in;
   border: none;
  }
   body .nav_activated{transform:translateX(-200%)}
  .nav-toggle-btn{
    position: absolute;
    left:0;
    top:25%;
}
}

@media only screen and (max-width:1063px){
  .nav{
      flex-direction: column;
  }
  .header{
      flex-direction: column;
      height: 53.8rem;
      transition: 0.55s all ease-out;
      padding-top: 5px;
  }
  .navbar-item{
      /* margin-right: 40px; */
      left: auto;

  }
  .navbar-list{
    position: relative;
    top: 200px;
  }
  .hamburger{
      display: block;
  }
  .nav-h{
      height: 78px;
      width: 100vw;
  }
  .vis-h{
      opacity: 0;
  }
  .logo img{
    position: relative;
    top: 17px;
    left: 350px;
  }
}

@media only screen and (max-width:990px){
  .header{
    height: 0;
  }
  .navbar-list{
    top: 0;
  }
  .logo img{
    top: -9px;
    left: 50px;
  }
}
