* {
    box-sizing: border-box;
  }

html {
    scroll-behavior: smooth;
  }


:root {
    --dark-blue: #030931;
    --white: #FFF;
    --blue-green: #60CCBF;
    --hover: #FFF;
    --purple: #5c42e5;

}

body {
    background: var(--dark-blue);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    font-size: 10px;
}


/* Responsive Menu */

/* header */

.logo {
	font-weight: bold;
	font-size: 1.25rem;
	padding-bottom: 0.5em;
}

#burger {
	display: none;
}

.responsive-menu {
    display: none;
}



/* Responsive Menu */

main.s1 {
    padding-top: 100px;
}

main {
    padding-top: 100px;
}


header {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    z-index: 10000;
}

header.sticky {
    padding: 0px 40px;
    height: 100px;
    background-image: linear-gradient(rgba(4,9,47,1), rgba(255,0,0,0));
  }

.container {
    max-width: 1300px;
    margin: auto;
}

.container2 {
    max-width: 1300px;
    margin: auto;
}



.fade-in {
    opacity:0;
    transform: translateY(5%);
    transition: all 1s ease-out;
  }
  
  .active2 {
    opacity: 4;
    transform: translateY(0);
  }



.footer-container {
    max-width: 1300px;
    margin: auto;
    font-size: 1.5em;
    padding: 100px;

}

.talignr {
    text-align: right;
}

.talignl {
    text-align: left;
}

.talignc {
    text-align: center;
    margin-top:30px;
}

.footer-container p {
    font-size: 1.2em;
    line-height: 30px;
}


.logo {
    width: 150px;
}

.top-nav {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    font-size:1.4em;
}

a {
    color: var(--white);
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.flex-nav {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}

.flex-nav2 {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}

.s1 {
    height: 100vh;
}

p {
    font-size: 1.2em;
}

.logo-large {
    position: fixed;
    right: 0;
    top: -20px;
    width: 50%;
    z-index: -1;
    animation: slidein .25s ease-in;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

h1 {
    font-size: 5em;
    text-align: center;
}

h2 {
    font-size: 3.5em;
    line-height: 45px;
    margin: 0px 0px 30px 0px;
}

img {
    max-width: 100%;
    height:auto;
}

/* here's a hover overlay, in case you want that */
.image {
    /* the magic */
    display: block;
    overflow: hidden;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    -ms-border-radius: 180px;
    -o-border-radius: 180px;
    border-radius: 180px;
    /* the rest */
    position: relative; /* for the overlay later */
    margin: 0px auto;
    text-align: center;
    margin-bottom: 10px;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),inset 0px 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3),inset 0px 3px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),inset 0px 3px 8px rgba(0, 0, 0, 0.3);
  }

.image span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(96,204,191,.4);
    color: #fff;
    padding: 3em 1em 0;
  }
  
  

h3 {
    font-size: 2em;
    margin: 0px 0px 20px 0px;
}

.border_bottom{
    border-bottom: 1px solid var(--blue-green);
    padding: 50px 0;
}

.grid-2 img {
   border-radius: 50%;
}

ul.main1  {
    font-size:2.1em;
    line-height: 35px;
    padding: 0 100px;
}

ul.main1 li::before {
    content: "> ";
    color: var(--blue-green);
    padding-right: 15px;
}

.main1 li {
    padding-left: 1.5em;
    text-indent:-1.5em;
}

.sectors {
    background: var(--blue-green);
    padding: 30px;
    line-height:35px;
    width: 300px;
}


.grid-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 75px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 3fr;

}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--blue-green);
    margin-bottom:35px;

}

.grid-3 img {
    margin-bottom:35px;
}

p {
    font-size: 2.1em;
}

span.teal {
    color: var(--blue-green);
}

.sect-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.sect-2 p{
    text-align: left;
}

.sect-2 img {
    width: 40%;
}

.s2 {
    padding-top: 100px;
    background: rgb(96,204,191,.8);
    padding-bottom: 100px;
    
}

.sect2c {
    margin-top:40px;
}

button {
    background: none;
    border: 2px solid;
    font-size: 1.7em;
    border-radius:5px;
    line-height: 1;
    margin: 0.5em;
    padding: 1em 2em;
    
  }

  .w-100 {
    width: 100%;
  }

  form {
    width: 50%;
    margin: auto;
  }

  #contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}

.learn {
    color: var(--white);
    background-color: var(--color);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  
  .learn:hover,
  .learn:focus {
     border-color: var(--color);
    color: var(--dark-blue);
    box-shadow: inset 11.5rem 0 0 0 var(--hover);
  }

  .learn2 {
    color: var(--white);
    background-color: var(--color);
    -webkit-transition: 0.25s;
    transition: 0.25s;
     margin-top:35px;
  }
  
  .learn2:hover,
  .learn2:focus {
     border-color: var(--color);
    color: var(--blue-green);
    box-shadow: inset 40.5rem 0 0 0 var(--hover);
  }

.flx-form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

p.talignc.w-100 {
    margin: 0px;
    padding: 0px;
}

input {
    background: none;
    border: 2px solid var(--blue-green);
    padding: 10px 50px 10px 20px;
    font-size: 1.5em;
    width: 100%;
    color: var(--white);
}

input[type="submit"] {
    font-size: .8em;
    color: var(--white);
}

p.talignc.small {
    padding: 0px;
}

textarea {
    background: none;
    border: 2px solid var(--blue-green);
    text-transform: uppercase;
    width: 100%;
    padding: 20px;
}

.small {
    font-size: 1.4em;
}


  ul.flx-form {
    margin: 0px;
    padding: 0px;
  }

::placeholder {
    color: var(--blue-green);
    text-transform: uppercase;
}

label {
    display: none; 
}
  
.container p {
    width: 80%;
    margin: auto;
    line-height: 35px;
}

.container2 p {
    margin: auto;
    line-height: 35px;
    padding-bottom: 35px;
}

footer {
    background-image: linear-gradient(rgb(96,204,191,.8), var(--dark-blue));
}

.footer-2 {
    background-image: linear-gradient(var(--dark-blue),rgb(96,204,191,.8));
}



/* Slide in */
.hover-links a, a:link, a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-bottom: 4px;
  }
  
.hover-links a::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, var(--blue-green), var(--blue-green));
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size .3s ease-in;
    /* Change the transition timing above
       to determine how long the animation takes.
       Change the the timing function to adjust
       the style of the animation. */
  }




  
  
  .hover-links a:hover::before {
    background-size: 100% 2px;
  }


  .hover-links a::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, var(--blue-green), var(--blue-green));
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size .3s ease-in;
    /* Change the transition timing above
       to determine how long the animation takes.
       Change the the timing function to adjust
       the style of the animation. */
  }
  
.hover-links a:hover::before {
    background-size: 100% 2px;
  }



  .active {
    border-bottom: 2px solid var(--blue-green);
    margin-top: -5px;
  }

  @keyframes fadein {
    0% {
        opacity: 0;
        padding-top:30px;
    }
    100% {
        opacity: 1;
        padding-top:0px;
    }
  }

  .m1 {
    animation: fadein 1s;
  }

  @keyframes slidein {
    0% {
        
        opacity: 0;
        right: -200px;
    }
    100% {
        opacity: 1;
        right: 0px;
    }
  }

  #square {
    background-color: deeppink;
    width: 100px;
    height: 100px;
    margin-top: 100px;
    position: absolute;
    bottom: 0;
  
    animation-name: rotateAnimation;
    animation-duration: 1ms; /* Firefox requires this to apply the animation */
    animation-direction: alternate;
    animation-timeline: scroll(block nearest);
  }
  
  @keyframes rotateAnimation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }


  @media screen and (max-width: 1300px) {
    .grid-main {
    padding:0 40px;
    }

    header {
        padding: 0 40px;
         position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  z-index: 10000;
    }

    .m1 {
        padding: 0 30px;
    }

  }

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

    .sectors {
        display: none;
    }

    .grid-3 {
        justify-items: center;
    }

}



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

    .sectors {
        display: none;
    }

    ul.main1 {
        padding: 0px;
    }

    .flx-form {
        flex-direction: column;
    }

    .image {
        height:300px;
        width:300px;
    }
    

    .grid-main {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .grid-3 {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .container p {
        width: 100%;
        padding: 20px;
    }

    .logo-large {
        display: none;
    }

    .sect-2 {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .sect2c
    {
        padding:20px;
    }

    .container2 {
        padding: 20px;
    }


}

  
@media (max-width: 768px) {
    .responsive-menu {
        display: block;
        padding-top: 20px;
    }

    .responsive-menu a{
       font-size: 2em;
       line-height:35px;
    }


	#burger {
		box-sizing: initial;
		display: block;
		width: 1rem;
		color: white;
		cursor: pointer;
		margin-bottom: 0.5em;
        float:right;
	}
	#burger:focus {
		border: none;
		outline: none;
	}
	nav {
		position: absolute;
		right: 0;
		top: 6em;
		background: var(--purple);
		min-width: 15em;
		padding: 2em;
		box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
		clip-path: circle(0% at 100% 0);
		transition: all 500ms ease-in-out;
	}
	nav.show {
		clip-path: circle(200% at 100% 0);
		transition-duration: 300ms;
	}
	nav ul {
		flex-direction: column;
	}


}
  