@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

* {
    cursor: none;
  }

/* Show normal cursor on mobile devices */
@media (max-width: 768px) {
    * {
        cursor: auto !important;
    }
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #000;
    color: #fff;
}

#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
    transition: color 1.2s ease;
  }
  
  #cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px white;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
      height 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease;
    z-index: 999;
  }

/* Hide custom cursor completely on mobile */
@media (max-width: 768px) {
    #cursor, #cursor-border {
        display: none !important;
    }
}
  

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.container {
    margin-left: 6.2rem;
    margin-bottom: -1.4rem;
}

/* Mobile responsive container */
@media (max-width: 768px) {
    .container {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-bottom: 0;
        margin-top: 2rem;
        width: calc(100vw - 3rem);
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .container {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 0;
        margin-top: 2.5rem;
        width: calc(100vw - 2rem);
        box-sizing: border-box;
    }
}

.hero-content {
    max-width: 1000px;
    text-align: left;
}

/* Mobile hero content */
@media (max-width: 768px) {
    .hero-content {
        max-width: calc(100vw - 3rem);
        width: 100%;
        box-sizing: border-box;
        padding-right: 1rem;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    .hero-content * {
        max-width: 100%;
        box-sizing: border-box;
    }
}

h1 {
    font-size: 3.4em;
    margin: 0;
    opacity: 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Mobile responsive heading */
@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
        letter-spacing: -0.2px;
        margin-bottom: 0.5rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    h2 {
        font-size: 1.4rem;
        margin: 0.5rem 0 1rem 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-top: 0.8rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }
    
    h2 {
        font-size: 1.2rem;
        margin: 0.5rem 0 0.8rem 0;
    }
    
    p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

h2 {
    font-size: 2.4em;
    opacity: 0;
    margin: 0.5rem 0 1rem 0;
    font-weight: 400;
    letter-spacing: -0.3px;
}

p {
    font-size: 1.2em;
    line-height: 1.7;
    opacity: 0;
    margin-top: 1rem;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.copyright {
    position: absolute;
    top: 3.2rem;
    left: 3.2rem;
    font-size: 1.7em;
    z-index: 999;
    transition: color ease-in-out 0.3s
}

.copyright h1 {
    font-size: 1.2em;
}

.image-desc img {
    margin-left: 5rem;
    width: 600px;
    height: 400px;
}

@media only screen and (min-width: 1670px) and (min-height: 701px) {

.image-overlay {
    margin-left: 61.2rem;
    margin-bottom: .4rem;
    width: 600px;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 10;
    position: absolute;
}

}

@media only screen and (max-width: 1670px) {

    .image-overlay {
        display: none;
    }
    
}


.socials {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 0.8em;
    z-index: 9999;
}

.social-icon {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
    transition: color ease-in-out 0.3s;
}

.black {
    color: #000 !important;
}

.madeby {
    position: absolute;
    bottom: 3.2rem;
    left: 3.2rem;
    font-size: 1em;
    z-index: 999;
    transition: color ease-in-out 0.3s
}

.madeby h1 {
    font-size: 1em;
    font-weight: 200;
}

.p-content {
    max-height: 500px;
    overflow-y: scroll;
    white-space: pre-line;
    padding-right: 1rem;
    text-align: justify;
}

.p-content::-webkit-scrollbar-track
{
	background-color: #000000;
}

.p-content::-webkit-scrollbar
{
	width: 8px;
	background-color: rgba(255, 255, 255, 0.1);
}

.p-content::-webkit-scrollbar-thumb
{
    width: 8px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
}

/* Enhanced text formatting for better readability */
.p-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

/* Style for bullet points in content */
.bullet-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.bullet-item {
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 1.2rem;
}

.bullet-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

/* Enhanced styling for strong text elements */
.p-content strong {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Better paragraph spacing */
.p-content p + .bullet-list {
    margin-top: 1rem;
}

.bullet-list + p {
    margin-top: 1.5rem;
}

@media only screen and (max-width: 750px) and (min-height: 701px) {

    .madeby {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        font-size: 0.8rem;
        z-index: 999;
        transition: color ease-in-out 0.3s
    }
    
    .madeby h1 {
        font-size: 0.8rem;
        font-weight: 200;
    }

    .hero-content h1 {
        font-size: 1.5rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        letter-spacing: 0.5px;
        max-width: calc(100vw - 2rem);
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    

    .image-desc img {
        display: none;
    }

    .p-content {
        max-height: 60vh;
        margin-top: 1rem;
        max-width: calc(100vw - 2rem);
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.5;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .p-content::-webkit-scrollbar-track
    {
        display: none;
    }

    .p-content::-webkit-scrollbar
    {
        display: none;
    }

    .p-content::-webkit-scrollbar-thumb
    {
        display: none;
    }
    
    .bullet-list {
        margin: 1rem 0;
        padding-left: 1rem;
    }
    
    .bullet-item {
        margin-bottom: 0.6rem;
        font-size: 0.9rem;
        padding-left: 1rem;
    }

}

@media only screen and (max-width: 750px) {
    .container {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 2rem;
        width: calc(100vw - 2rem);
        box-sizing: border-box;
    }

    .copyright {
        color: #000;
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-size: 1.7em;
        z-index: 999;
        transition: color ease-in-out 0.3s
    }
    
    .copyright h1 {
        font-size: 1em;
    }

    .menu-items {
        font-size: 1rem !important;
        max-width: 90vw;
        padding-left: 1rem;
        text-align: left;
        line-height: 1.3;
      }

}

@media only screen and (min-width: 750px) and (max-width: 1300px) {
    h1 {
        font-size: 5.4em;
        margin: 0;
        opacity: 0;
    }
    
    h2 {
        font-size: 2.4em;
        opacity: 0;
        margin: 0;
    }
    
    p {
        font-size: 1.4em;
        line-height: 1.7;
        opacity: 0;
        margin-top: 1rem;
        font-weight: 300;
    }

    .container {
        margin-left: 3.2rem;
        margin-top: 6rem;
    }

    .copyright {
        color: #000;
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-size: 1.7em;
        z-index: 999;
        transition: color ease-in-out 0.3s
    }
    
    .copyright h1 {
        font-size: 1em;
    }

    .menu-items {
        font-size: 1.55rem !important;
      }
      .socials {
        display: none;
    }
    .madeby h1 {
        font-size: 1.5em;
    }
      
}

@media only screen and (max-height: 700px) {
    .container {
        margin-left: 1.2rem;
        margin-bottom: -1.4rem;
    }
    .madeby {
        display: none;
    }
}

.menu {
  position: fixed;
  top: 1.7rem;
  right: 1.7rem;
  width: 4.5rem;
  height: 4.5rem;
  background-color: white;
  border-radius: 0 0 0 0;
  transition: all 0.5s ease;
  z-index: 990;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  display: flex;
}


.menu i {
  color: black;
  font-size: 2.1rem;
  top: 1.8rem;
  right: 1.75rem;
  transition: all 0.5s ease;
  z-index: 999;
  position: fixed;
  transition: transform 0.32s ease;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.30rem;
}

.menu i.rotate {
    transform: rotate(180deg);
}

.menu-items {
  color: black;
  font-size: 1.75rem;
  z-index: 999;
  opacity: 0;
  transform: translateY(-300px);
  max-width: 49rem;
  display: none;
  margin-bottom: 0.2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.menu-items.active {
 display: block;   
}

.menu-item {
  transition: all 0.25s ease-in-out;
  min-height: 44px; /* Minimum touch target for mobile */
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.menu-item:hover {
  scale: 1.05;
}

.menu-item a {
  color: black;
  text-decoration: none;
  width: 100%;
  display: block;
}

.expand {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 750px) and (max-width: 1300px) {
    .menu {
        top: 0;
        right: 0;
        width: 100vw;
    }
    .menu i {
        top: 0.6rem;
        right: 1.26rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: .55rem;
        padding-right: .55rem;
    }
}

@media only screen and (max-width: 750px) {
    .menu {
        top: 0;
        right: 0;
        width: 100vw;
    }
    .menu i {
        top: 0.6rem;
        right: 1.26rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: .55rem;
        padding-right: .55rem;
        font-size: 1.8rem;
    }
    
    .menu-items {
        font-size: 1rem !important;
        max-width: 90vw;
        padding-left: 1rem;
        text-align: left;
    }
    
    .menu-item {
        padding: 0.4rem 1rem;
        min-height: 48px;
    }
}

.contact-info {
    position: fixed;
    bottom: 2rem;
    right: 1.7rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 9999;
    align-items: flex-end;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    transition: all 0.3s ease;
    max-width: fit-content;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.contact-item:hover {
    transform: translateX(-3px);
    color: #ccc;
}

.contact-item i {
    font-size: 1.2rem;
    margin-left: 0.65rem;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 750px) {
    .contact-info {
        opacity: 0;
        z-index: 9999;
    }

    .contact-item a{
        color:#000;
    }

}

