@import url("https://use.typekit.net/raz5htc.css");

/*

font-family: ltc-bodoni-175, serif;

font-family: montserrat, sans-serif;

font-family: montserrat-alternates, sans-serif;

font-family: mokoko-variable, sans-serif;


*/
html {
    scroll-behavior: smooth;
  }

body {
    padding: 0%;
    margin: 0%;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

::-webkit-scrollbar {
    display: none;
}

#home-scroll {
    height: 0px;
    width: 0px;
}

#hero-1 {
    position: sticky;
    top: 0;
    z-index: 100;
}

.menu-container {
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
    z-index: 100;
    background-color:rgb(6, 43, 80);
    width: 1920px;
}

.button-container {
    display: flex;
    margin-top: 0.6%;
    margin-left: 65%;
}

.logo-button {
    width: 70px;
    height: auto;
    margin-left: 2%;
}

.nav-button {
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 25%;
    font-size: 18pt;
    text-decoration: none;
    color: azure;
    transition: 0.5s;
}

.nav-button:hover {
    color: gold;
}

li {
    text-decoration: none;
    list-style: none;
}

#home {
    background-image: url(/images/setup-6.jpg);
    background-size: 100%;
    background-position: 0%;
    background-attachment: fixed;
    height: 850px;
}

.background-colour {
    display: flex;
    background-color: rgba(0, 90, 180, 0.623);
    height: 850px;
}


.logo {
    width: 12%;
    align-self: center;
    margin-left: 25%;
}

.title {
    padding-top: 18%;
    color: white;
    padding-bottom: 10%;
    margin-top: -1%;
    margin-left: 2%;
    font-size: 55pt;
    text-align: center;
    font-family: mokoko-variable, sans-serif;
    font-weight: 500;
}

#section-2 {
    background-color: rgba(0, 72, 145);
    color: white;
    padding-top: 5%;
}

.our-services {
    text-align: center;
    font-size: 60pt;
    background-color: rgb(0, 53, 97);
    padding-bottom: 1%;
    padding-top: 1%;
    font-family: mokoko-variable, sans-serif;
    letter-spacing: 5px;
}

.scroller {
    margin-top:-5%;
    margin-left: -2%;
    scale: 60%;
    margin-bottom: -2%;
}

.slides {
    overflow: hidden;
    height: 400px;
    width: 2000px;
}

@keyframes slide_animation{
    0% {right:0px;}
    5% {right:2000px;}
    10% {right:2000px;}
    15% {right:4000px;}
    20% {right:4000px;}
    25% {right:6000px;}
    30% {right:6000px;}
    35% {right:8000px;}
    40% {right:8000px;}
    45% {right:10000px;}
    50% {right:10000px;}
    55% {right:8000px}
    60% {right:8000px}
    65% {right:6000px}
    70% {right:6000px}
    75% {right:4000px}
    80% {right:4000px}
    85% {right:2000px}
    90% {right:2000px}
    95% {right:0px}
    100% {right:0px}
}

.slide-images {
    display: flex;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    animation-name: slide_animation;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: alternate;
}

.img-container {
    height: 400px;
    width: 2000px;
    position: relative;
    float: right;
}

.gallery-image {
    height: 400px;
    width: 2000px;
}

#section-3{
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 4%;
    margin-top: -3%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.service-container{
    margin-top: 12%;
    width: 90%;
}

.service-image {
    width: 100%;
}

.service-name {
    font-size: 22pt;
    margin-top: -1%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 2%;
    background-color: gold;
    color: rgb(10, 45, 80);
}

.service-desc {
    font-size: 17pt;
}

.section-4 {
    background-color: gold;
    padding-top:3%;
    padding-bottom: 3%;
}

.fourtitle {
    font-family: mokoko-variable, sans-serif;
    font-size: 80pt;
    margin-top: 10%;
    text-align: center;
    margin-bottom: 0%;
    color: rgb(0, 53, 97);
}

.section-4-desc {
    margin-top: 3%;
    margin-bottom: -3%;
    font-family: montserrat, sans-serif;
    text-align: center;
    font-size: 25pt;
    font-weight: 600;
    color: rgb(0, 53, 97);
    line-height: 130%;
}

.gallery {
    scale: 75%;
    box-shadow: 0px 10px 20px rgb(161, 91, 0);
}

.gallery-2 {
    scale: 75%;
    margin-bottom: -5%;
    box-shadow: 0px 10px 20px rgb(161, 91, 0);
}


.section-desc {
    margin-top: -3%;
    margin-bottom: 3%;
    font-family: montserrat, sans-serif;
    text-align: center;
    font-size: 25pt;
    font-weight: 600;
    color: rgb(0, 53, 97);
    line-height: 130%;
}

.specs {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-size: 16pt;
    width: 75%;
    margin-left: 15%;
    color: rgb(10, 45, 80);
    padding-top: 2%;
    padding-bottom: 2%;
}

#contact {
    background-color: rgb(0, 53, 97);
    padding-bottom: 3%;
    padding-top: 1%;
    color: gold;
}

.contact-type {
    display: flex;
    margin-left: 10%;
    margin-top: 10%;
}

.contact-title {
    font-family: mokoko-variable, sans-serif;
    font-size: 50pt;
    margin-top: 6%;
    text-align: center;
    background-color: rgb(6, 43, 80);
    padding-top: 1%;
    padding-bottom: 1%;
}

.contact-symbol {
    height: 70px;
}

.contact-text {
    display: flex;
    margin-left: 6%;
    font-size: 23pt;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    margin-top: 2.2%;
}

.container {
    margin-left: 6%;
}

.logo-contact {
    display: flex;
    width: 300px;
    margin-left: 25%;
}

.contacts-container {
    display: flex;
}

.contact-logo-container {
    margin-left: 20%;
    margin-top: 3%;
}

.name {
    font-family: mokoko-variable, sans-serif;
    font-size: 30pt;
}

.copyright {
    text-align: center;
    margin-top: 5%;
}