/* *{
    background-color: black;
    color: white;
} */

/* styles.css */
*{
    /* font-family: ; */
}
a{
    text-decoration: none;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
}

header {
    background: #000;
    padding: 20px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    display: inline-block;
}
.logo h1 {
    margin: 0;
    padding-left: 50px;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.logo h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    padding-left: 50px;
}
.logo img{
    width: 50px;
    display: inline-block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

  nav ul a{
    font-size: 1.1rem !important;
  }






.gradient-border {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    /* Adjust based on the height of the gradient bar */
    font-size: 24px;
    /* Adjust font size as needed */
    color: #fff;
    /* Text color */
}

.gradient-border::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 100%;
    height: 3px;
    padding-right: 10px;
    /* Adjust height of the gradient bar */
    background: linear-gradient(90deg, #f79533, #f37055, #ef4e7b, #a166ab, #6fba82, #07b39b, #5088b8, #1032ad);
    background-size: 200% 100%;
    /* Adjust based on animation */
    border-radius: 5px;
    /* Adjust radius as needed */
    animation: gradient 6s linear infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.hero h1 {
    font-family: monospace;
    font-size: 48px;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.hero p {
    font-size: 15px;
    color: #a4a4a4;
}
/* 
.hero .btn {
    background: #A700FF;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
} */
.contact form button,
.hero .btn {
    --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb);
    --border-width: 0.125em;
    --curve-size: 0em;
    --blur: 30px;
    --bg: #080312;
    --color: #afffff;
    color: var(--color);
    cursor: pointer;
    /* use position: relative; so that BG is only for .btn */
    position: relative;
    isolation: isolate;
    display: inline-grid;
    place-content: center;
    padding: 0.5em 1.5em;
    font-size: 17px;
    border: 0;
    text-transform: uppercase;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    clip-path: polygon(
            /* Top-left */
            0% var(--curve-size),
            var(--curve-size) 0,
            /* top-right */
            100% 0,
            100% calc(100% - var(--curve-size)),
            /* bottom-right 1 */
            calc(100% - var(--curve-size)) 100%,
            /* bottom-right 2 */
            0 100%);
    transition: color 250ms;
}
.contact form button::after,
.contact form button::before,
.hero .btn::after,
.hero .btn::before {
    content: "";
    position: absolute;
    inset: 0;
}
.contact form button::before,
.hero .btn::before {
    background: var(--border-color);
    background-size: 300% 300%;
    animation: move-bg7234 5s ease infinite;
    z-index: -2;
}

@keyframes move-bg7234 {
    0% {
        background-position: 31% 0%;
    }

    50% {
        background-position: 70% 100%;
    }

    100% {
        background-position: 31% 0%;
    }
}
.contact form button::after,
.hero .btn::after {
    background: var(--bg);
    z-index: -1;
    clip-path: polygon(
            /* Top-left */
            var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5),
            calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width),
            /* top-right */
            calc(100% - var(--border-width)) var(--border-width),
            calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
            /* bottom-right 1 */
            calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)),
            /* bottom-right 2 */
            var(--border-width) calc(100% - var(--border-width)));
    transition: clip-path 500ms;
}
.contact form button:where(:hover, :focus)::after,
.hero .btn:where(:hover, :focus)::after {
    clip-path: polygon(
            /* Top-left */
            calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
            calc(100% - var(--border-width)) var(--border-width),
            /* top-right */
            calc(100% - var(--border-width)) var(--border-width),
            calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
            /* bottom-right 1 */
            calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)),
            /* bottom-right 2 */
            calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)));
    transition: 200ms;
}
.contact form button:where(:hover, :focus),
.hero .btn:where(:hover, :focus) {
    color: #fff;
}



.about::after {
    z-index: -1;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('../img/premier\ timeline.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;

}


.about h2 {
    font-size: 36px;
}

.about p {
    font-size: 18px;
    margin: 20px 0;
}


.about .anim{
    
    animation: aboutAn linear both;
    animation-timeline: view(block);
    animation-range: cover 10% contain 45%;
}
@keyframes aboutAn {
    0% {
        /* background-position: 0% 0%; */
        margin-right: 100vw;
        margin-left: -100vw;
        opacity: 0;
    }

    100% {
        margin-right: none;
        margin-left: none;
        /* background-position: 50% 0%; */
        opacity: 1;
    }
}
/* videos */
@media (min-width: 768px){
    .portfolio {
        padding: 2rem 5rem;
        text-align: center;
    }
}
@media (max-width: 767px){
    .portfolio {
        padding: 1rem 2rem;
        text-align: center;
    }
}
.portfolio-comb{
    position: relative;
}
.portfolio-comb::after {
    z-index: -1;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('../img/reel.png');
    background-repeat: repeat;
        /* Change to repeat */
        background-position: 0 0;
        /* Optional: positions image to top left */
        background-size: 100vw auto;

}
.portfolio h2 {
    font-size: 36px;
}

.portfolio-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.portfolio-item {
    text-align: center;
    margin-bottom: 20px;
}

.portfolio-item img {
    width: 200px;
    height: auto;
    border-radius: 10px;
}

.portfolio-item p {
    margin-top: 10px;
}

.form {
    --width-of-input: 200px;
    --border-height: 1px;
    --border-before-color: rgba(221, 221, 221, 0.39);
    --border-after-color: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #6fba82, #07b39b, #5088b8, #1032ad);
    --input-hovered-color: #4985e01f;
    position: relative;
    width: var(--width-of-input);
}

  .input {
      color: #fff;
      font-size: 1.1rem;
      background-color: #1c1c1c7c;
      width: 100%;
      box-sizing: border-box;
      padding-inline: 0.5em;
      padding-block: 0.7em;
      border: none;
      border-bottom: var(--border-height) solid var(--border-before-color);
  }
  .contact form label{
    font-size: 1.1rem;
  }

  .input-border {
      position: absolute;
      background: var(--border-after-color);
      width: 0%;
      height: 2px;
      bottom: 0;
      left: 0;
      transition: 0.3s;
  }

  input:hover {
      background: var(--input-hovered-color);
  }

  input:focus {
      outline: none;
  }
  input:focus~.input-border {
      width: 100%;
  }
  .contact-info p,
  .contact-info a{
    color: #00fffb;
  }
  .contact-info p i{
    margin-right: 10px;
    color:#00fffb;
  }

footer {
    background:transparent;
    padding: 10px 0;
    text-align: center;
    position: relative;
    margin: 0;
}

footer::after {
    z-index: -1;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, #f79533, #f37055, #ef4e7b, #a166ab, #6fba82, #07b39b, #5088b8, #1032ad);
    background-repeat: repeat;
    /* Change to repeat */
    background-position: 0 0;
    /* Optional: positions image to top left */
    background-size: 100vw auto;
}
footer p{
    padding: 0;
    margin: 0;
}