html{
    scroll-behavior: smooth;
}
/* test */
body{
    background-color: #000000;
    margin: 0px;
}
/* Colours */
.black{
    background-color: #000000;
    align-items:flex-start !important;
    /* margin-bottom: 10%; */
}
.white{
    background-color: hsl(0, 0%, 100%);
}

.white-text{
    color:#FFF !important;
}
.black-text{
    color: var(--text-color, #000 );
}

.indexImg{
    display: none;
}

.purple{
    background-color: #892F80;;
}

.yellow{
    color: #E6E241;
}
.background-yellow{
    background: #E6E241;
}

.orange{
    background: #E16838;
}

.orange-text{
    color: #E16838;
}

.blue{
    background: #00497e;
} 

.blue_cochranes{
    background: #2F5B6E;
} 

.green{
    background: #2AAA52;
}

.univerus-blue{
    background: #105e78;
}
.univerus-blue-light{
    color: #20c2f7;
}

.bio-image{
    position: relative;
    top: 124px;
    max-width: 650px;
    min-width: 300px;
}

.padding{
    padding-top: 8%;
    padding-bottom: 11%;
}
.padding2{
    padding-top: 3%;
    
}
.padding3{
    padding-bottom: 10%;
    
}
.container{
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.video-container{
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
}

#prototype-vid{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
}
.gap{
    gap: 20px;
}
.container-top{
    align-items: flex-start;
}

.gap{
    gap: 30px;;
}
.home-hero-sec{
    padding-top: 5%;
    margin-bottom: 10%;
}

.left{
    right: 70px;
} 

.about-us-sec{
    padding-top: 5%;
    padding-bottom: 3%;
}

.univerus-top-sec{
    align-items: flex-start;
    justify-content: space-between;
}
.f-width {
    width: 100% !important;
    overflow: hidden;
}
.f-width img{
    max-width: 100%;
    vertical-align:top;
}
.col{
    /* display: flex;
    flex-direction: column;
    flex: 1; */
    flex-basis: 50%;
    flex-grow: 1;
}
.col-40{
    flex-shrink: 0;
    flex-basis: 40%;
}

.col-60{
    flex-shrink: 0;
    flex-basis: 60%;
    /* margin-right: 20%; */
}

.col-70{
    flex-shrink: 0;
    flex-basis: 70%;
    /* margin-right: 20%; */
}
.col-50{
    flex-shrink: 0;
    flex-basis: 50%;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    color:transparent;
    height: 100px;
}
ul{
    padding-inline-start: 0px;
}
.my-role li {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding-inline-start: 0px;
    /* Paragraph */
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}
.side-menu-list{
    gap: 13pt;
    display: flex;
    flex-direction: column;
}
.side-menu-list li{
    color: #105E78;
    list-style: none;
}

.side-menu-list li a{
    gap: 25px;
    color: #105E78;
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.3%; /* 13.116px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: flex;
}

.side-menu.fixedSide-nav {
    display: flex;
    position: fixed;
    top: 0;
    flex-direction: column;
}

.footer-section ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}
  
.logo {
    height: 50px;
    width: 90px;
}
  
.nav-links {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    
}
  
.nav-links li a {
    color: var(--white, #FFF);
    font-family: Clash Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
    text-decoration: none;
}
  
.nav-links li a:hover {
    color: #E6E241;
}

/* Text and font */
h1{
    color: #E6E241;
    font-family: Clash Display;
    font-size: 3.5em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

h2{
    font-family: Clash Display;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0%;
    margin-bottom: 0%;
}

h3{
    color: #B7B4B9;
    /* H3 */
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.3%; /* 15.302px */
    letter-spacing: 2.8px;
    text-transform: uppercase;
}
h4{
    color: var(--text-color, #000);
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.title-large{
    font-size: 6.2em;
}

#contactMe {
    color: #B7B4B9;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.3%;
    letter-spacing: 2.8px;
    text-transform: lowercase;
}
#contactMe a{
    color: #B7B4B9;
}

.orange-title{
    color: var(--892-f-80, #EE702E);
/* H2 */
font-family: Clash Display;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 80%; /* 43.72px */
}

p {
    color: var(--white, #FFF);
    /* Paragraph */
    font-family: Mulish;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}
.btnStyle{
    width: 201px;
    height: 59px;
    flex-shrink: 0;
    background-color: #892F80;
    color: #E6E241;
    text-align: center;
    font-family: Clash Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: lowercase;
}
.button-border {
    position: relative;
    display: inline-block !important;
    padding-right: 0px;
    box-shadow: 0 0 0 3px #e6e241;
    transform: translate(11px, 11px);
    color: #000;
}

.btn-style-2{
    background: #E6E241;
}

.btn-style-2 a {
    color: #892f80;
}

.btn-style-3{
    background: #fff;
}

.btn-style-3 a {
    color: #105e78;
}

.button-border-3{
    box-shadow: 0 0 0 3px #ffffff;
}

.hl{
    color: #892F80;
}

#introPar{
    width: 496px;
}
#introTitle{
    width: 736px;
}
.cleintTitle{

    flex-shrink: 0;
    color: var(--000000, #892F80);
    /* H2 */
}

.project-title{
    color: #105E78;
    /* H2 */
    font-family: Clash Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.3%; /* 43.72px */
}

.project-title-sub{
    color: #105E78;
    /* H2 */
    font-family: Clash Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.3%; /* 43.72px */
}


.content-title{
    color: #20C2F7;
    font-family: Clash Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 109.3%; /* 43.72px */
}
.thumbnail{
    flex-shrink: 0;
    flex-basis: 40%;
    height: 100%;
}

.thumbnail img{
    /* max-width: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: all .3s ease; */
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease;

}
img{
    /* max-width: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: all .3s ease; */
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease;

}

/* Face animation */

  .image-container img {
    display: block;
    transition: opacity 0.3s ease;
  }

  .button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .button:hover {
    background-color: #0056b3;
  }


  .face-container {
    position: relative;
    /*width: 273px; /* Adjust based on your PNG size 
    height: 327px; /* Adjust based on your PNG size 
     background: url('image.png') no-repeat center center; */
    background-size: contain;
    margin-top: 30px;
  }

  .pupil {
    position: absolute;
    width: 10px;
    height: 17px;
    background-color: black;
    border-radius: 75%;
    transition: transform 0.05s linear;
  }

  /* Positioning the pupils initially */
  .pupil#left-pupil {
      top: 132px;
      left: 63px; /* Adjust based on the PNG */
  }

  .pupil#right-pupil {
      top: 142px;
      left: 135px; /* Adjust based on the PNG */
  }


/* ********************* */
.type-of-work{
    display: flex;
    flex-direction: row;  
}
.type-of-work h4{
    padding-right: 10px;
}
.work-info{
        flex-basis: 60%;
        padding-right: 13%;
}

button{
    transform: translate(-7px, -7px);
    border: none;
}
.whatIdo-container{
    display: flex;
    align-items: flex-start;
}

.footer-col{
    width: 25%;
}

.footer-col nav{
    height: auto;
}

.footer-col-large{
    width: 50%;
}

footer{
    height: 40vh;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.footer-title{
    font-family: Clash Display;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0%;
    margin-bottom: 0%;
}

button:hover{
    animation-name: hoverButton;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transition-timing-function: cubic-bezier(0.15, -0.11, 0, 1.52);
    /* transform: translate(0px, 0px); */
    /* animation-timing-function: ease-in-out; */
}
.nav-underline {
    display: none;
}

/* .nav-underline:hover {
    height: 6px;
    width: 46px;
    background-color: #892F80;
    position: relative;
    right: 5px;
    bottom: 7px;
    z-index: -1;
} */

a {
    text-decoration: none;
    display: inline-block; /* Ensure the link behaves as a block element to enable animations */
    position: relative;
    color: #E6E241;
}

/* Apply thicker underline on hover */
a.underline-hover {
    position: relative;
    transition: transform 30ms ease-in-out;
}

a.underline-hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Adjust this value to control the distance of the underline from the text */
    width: 100%;
    height: 5px !important; /* Adjust this value to make the underline thicker or thinner */
    background-color: #892F80; /* Adjust this color to change the underline color */
    opacity: 0; /* Set opacity to 0 by default */
    transition: opacity 0.3s ease; /* Add a smooth transition on hover */
    left: -2px;
    bottom: 1px;
    z-index: -1;
}

a.underline-hover:hover::after {
    opacity: 1; /* On hover, set the opacity to 1 to show the underline */
    height: 6px !important; /* Increase the height to make the underline thicker on hover */
    transform: translateX(-5px) !important;
}

a.underline-hover:hover {
     /* Adjust the value to change the amount of movement to the left */
     transform: translateX(2px) !important;
}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

@keyframes hoverButton {
    0% {
        transform: translate(-7px, -7px);
    }
    100% {
        transform: translate(0px, 0px);
    }
  }

/* Responive Design */

@media (max-width: 900px) {

            .container {
            flex-direction: column;
            }
        /* Text and font */

        h1{
            color: #E6E241;
            font-family: Clash Display;
            font-size: 3.2em;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin: 0px;
        }
        h2{
            font-family: Clash Display;
            font-size: 56px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-top: 0%;
            margin-bottom: 0%;
            
        }

        h3{
            color: #B7B4B9;
            /* H3 */
            font-family: Mulish;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 109.3%; /* 15.302px */
            letter-spacing: 2.8px;
            text-transform: uppercase;
        }
        h4{
            color: var(--text-color, #000);
            font-family: Mulish;
            font-size: 13px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: capitalize;
        }

        p {
            color: var(--white, #FFF);
            /* Paragraph */
            font-family: Mulish;
            font-size: 1.2em;
            font-style: normal;
            font-weight: 400;
            line-height: 180%; /* 32.4px */
        }
        .btn-style-3{
            background: #fff !important;
        }
        
        .btn-style-3 a {
            color: #105e78;
        }

        .btnStyle{
            width: 201px;
            height: 59px;
            flex-shrink: 0;
            background-color: #892F80;
            color: #E6E241;
            text-align: center;
            font-family: Clash Display;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-transform: lowercase;
        }

        .btn-style-2{
            background: #E6E241;
        }
        
        .btn-style-2 a {
            color: #892f80;
        }
        

        
        .button-border-3{
            box-shadow: 0 0 0 3px #ffffff;
        }
        

        .hl{
            color: #892F80;
        }
        /* Text ids */
        #introPar{
            width: 100%;
        }
        #introTitle{
            width: 100%;
        }

        /* Nav */

        .desktop-nav{
            display: none;
        }
        .mobile-Nav{
            z-index: 2!important;
            position: relative;
            display: flex!important;
        }
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #892F80; /* Adjust the alpha value for opacity */
            z-index: -1; /* Adjust the z-index to make sure the overlay is on top */
        }

        .thumbnail img{
        display: none;

        }

        .indexImg{
            display: block;
        }

        .work-info {
            padding-right: 0%;
        }

        .container {
            width: 90%;
        }
        nav {
            width: 90%;
        }
        footer {
            height: auto;
            margin-bottom: 30px;
        }
        .reverse{
            flex-direction: column-reverse;
        }
        .mobile-padding{
            padding-top: 27%;
        }

        .left {
             right: 0px; 
        }
        
        .bio-image {
            position: relative;
            top: 38px;
            max-width: 650px;
            min-width: 225px;
        }

        #prototype-vid {
            position:relative; 
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            text-align: center;
            font-size: 20px;
            color: white;
        }
        .video-container {
            position: relative;
            width: 100%;
            padding-top: 0;
        }
}


@media (max-width: 300px) {

    .responive-text{
        font-size: 45px;
    }

}

  /* nav-icon-5 */
.nav-icon{
    width: 35px;
    height: 30px;
    margin: 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  .nav-icon span{
    background-color:#fff;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width:100%;
    height: 4px;
    transition-duration: 500ms
  }
  .nav-icon span:nth-child(1){
    top:0px;
    left: 0px;
  }
  .nav-icon span:nth-child(2){
    top:13px;
    left: 0px;
    opacity:1;
  }
  .nav-icon span:nth-child(3){
    bottom:0px;
    left: 0px;
  }
  /* .nav-icon:not(.open):hover span:nth-child(1){
    transform: rotate(-3deg) scaleY(1.1);
  }
  .nav-icon:not(.open):hover span:nth-child(2){
    transform: rotate(3deg) scaleY(1.1);
  }
  .nav-icon:not(.open):hover span:nth-child(3){
    transform: rotate(-4deg) scaleY(1.1);
  } */
  .nav-icon.open span:nth-child(1){
    transform: rotate(45deg);
    top: 13px;
  }
  .nav-icon.open span:nth-child(2){
    opacity:0;
  }
  .nav-icon.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 13px;
  }

.mobile-Nav{
    z-index: 2!important;
    position: relative;
    display: none;
    height: 100px;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #892F80; /* Adjust the alpha value for opacity */
    z-index: 1; /* Adjust the z-index to make sure the overlay is on top */
  }

  #contactMe{
    font-size: 12px;
  }

  .mobile-nav-full{
    position: absolute;
    list-style: none;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 35px;
    flex-direction: column;
    top: 135px;
    align-content: flex-start;
    display: none;
  }

  .mobile-nav-full li a {
    font-size: 3em;
  }
  /* .mobile-nav-full li{
    animation-duration: 1s;
    animation-name: slidein;
  } */
  

  .mobile-nav-full li {
    opacity: 0;
    animation: slidein 1s ease-out forwards;
}



@keyframes slidein {
    from {
      margin-right: 50%;
      width: 300%;
      opacity: 0%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
      opacity: 100%;
    }
  }

/* Add animation delay to each li element */
.mobile-nav-full li:nth-child(1) {
    animation-delay: 0.2s;
}

.mobile-nav-full li:nth-child(2) {
    animation-delay: 0.4s;
}

.mobile-nav-full li:nth-child(3) {
    animation-delay: 0.6s;
}

.mobile-nav-full li:nth-child(4) {
    animation-delay: 0.8s;
}

  /* SVG */
  .cls-1 {
    fill: #fff; /* Set the fill color to white */
    stroke-width: 0px; /* Set the stroke width to 0 pixels */
}

.cls-1.clicked {
    fill: #e6e241; /* Set the fill color to white */
    stroke-width: 0px; /* Set the stroke width to 0 pixels */
}
  

/* Coch page */

.logo-image{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-top: 7vh;
    padding-bottom: 7vh;
}

/* #designSkills {
    display: inline-block;
    white-space: nowrap;
  } */

  .bio-image.left {
    /* Initial style for the image */
    transition: transform 0.3s; /* smoothens the transitions */
    
    /* Animation properties */
    animation: floating 5s infinite; /* This will loop the animation named "floating" for a duration of 5s */
}

@keyframes floating {
    0% { transform: translate(0, 0px); }
    25% { transform: translate(0px, 10px); }
    50% { transform: translate(0, 0px); }
    75% { transform: translate(0px, -10px); }
    100% { transform: translate(0, 0px); }
}