@import url("animations.css");
html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}

::-webkit-scrollbar {
    width: 2px;
    height: 3px;
}

::webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(3, 116, 160, 0.5);
    border-radius: 20px;
    transition: all 2s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(3, 116, 160, 1);
}

html,
body {
    transition: scroll-behavior 2s ease-in-out;
}

.main {
    width: 100vw;
    overflow: hidden;
    position: relative;
    /* scrollbar-base-color: transparent; */
}

* {
    box-sizing: border-box;
}

 :root {
    --s-size-: 16px;
    --m-size-: 22px;
    --r-size-: 34px;
    --size-: 40px;
    --sub-size-: 18px;
    --l-size-: 75px;
    --all-padding: 24px 48px 24px 48px;
    --all-padding-small: 10px 48px;
    --topDown-: 60px 0;
    --down-: 0 0 60px 0;
    --color-1: #F2F2F2;
    --color-2: #666666;
    --color-3: #0360ae;
    --color-4: #075DA5;
    --color-6: #689ecb;
    --color-7: #03739F;
}

@font-face {
    font-family: "light";
    src: url('../font/DIN2014-Light.ttf');
}

@font-face {
    font-family: "regular";
    src: url('../fonts/DINNextW01Regular.otf');
}

@font-face {
    font-family: demi;
    src: url('../fonts/DIN-2014-Demi.ttf');
}

@font-face {
    font-family: bold, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    src: url('../fonts/DIN2014-Bold.ttf');
}

h1.heading {
    font-size: var(--l-size-);
    line-height: 74px;
    text-transform: capitalize;
    font-weight: 400;
}

button.type-one {
    padding: 12px 15px;
    font-size: var(--s-size-);
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    background-color: var(--color-3);
    color: white;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    border: none;
    font-weight: 700;
    align-items: center;
    place-content: center;
    width: 160px;
    justify-content: space-between;
    height: 60px;
    transition: 0.5s ease;
}

.search-button {
    padding: 12px 15px;
    color: white;
    background-color: var(--color-3);
    border: none;
    text-transform: uppercase;
    font-size: var(--s-size-);
}

[type="search"] {
    width: 90%;
    height: 45px;
    background-image: url('../icons/search-black.png');
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: multiply;
    border: 2px solid var(--color-1);
    padding-left: 50px;
    font-size: 19px;
    text-transform: capitalize;
}

button.type-one-long {
    padding: 12px 15px;
    font-size: var(--s-size-);
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    background-color: var(--color-3);
    color: white;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    border: none;
    font-weight: 700;
    align-items: center;
    place-content: center;
    width: 170px;
    justify-content: space-between;
    height: 60px;
    transition: 0.5s ease;
    cursor: pointer;
}

button.type-one-long-1 {
    padding: 12px 15px;
    font-size: var(--s-size-);
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    background-color: var(--color-1);
    color: black;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    border: none;
    font-weight: 700;
    align-items: center;
    place-content: center;
    width: 170px;
    justify-content: space-between;
    height: 60px;
    transition: 0.5s ease;
    cursor: pointer;
}

button.type-one-long-1:hover {
    border: 2px solid black;
    background-color: transparent;
}

button.type-one:hover,
button.type-one-long:hover {
    background-color: white;
    color: var(--color-3);
    border: 2px solid var(--color-3);
}

button.type-two {
    font-size: var(--s-size-);
    text-transform: uppercase;
    color: var(--color-6);
    background-color: var(--color-1);
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}

button.type-three {
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 15px;
    font-weight: 400;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    font-size: 20px;
    background-color: hsl(206, 7%, 38%);
    width: 200px;
    margin: auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

p.content {
    font-size: var(--r-size-);
    line-height: 46px;
    font-weight: 500;
}

p.content-2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

p.content-3 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
}

p.content-4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.foofoo {
    font-weight: bold;
    font-size: 22px;
    font-family: bold, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
}

.mini-heading {
    font-family: demi, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: var(--s-size-);
    font-weight: 200;
}

.mini-heading-2 {
    font-family: light, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: var(--s-size-);
    font-weight: 400;
}

.mini-heading-3 {
    font-family: demi, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 200;
}

body {
    /* background-color: blueviolet; */
    margin: 0;
    padding: 0;
    font-family: light, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.rating {
    color: var(--color-4);
    /* font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif; */
    font-size: 42px;
    line-height: 51px;
    font-weight: 500;
}

.hr-links {
    color: white;
    text-transform: capitalize;
}

p.hr-links {
    display: flex;
    justify-content: space-between;
}

p.hr-links img {
    justify-self: right;
}

.blackLink {
    color: black;
    text-transform: capitalize;
}

.footer-lists,
.footer2-lists {
    list-style-type: none;
    /* padding: none; */
    display: inline;
}

.footer-lists li {
    padding: 5px 0;
}

.footer-list-links {
    text-decoration: none;
    color: #cccccc;
    font-size: 14px;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    line-height: 24px;
    text-transform: capitalize;
}

.footer-2-list {
    list-style: none;
    padding-left: 0;
}

.footer-2-list-items {
    text-decoration: none;
    color: var(--color-2);
    font-size: 14px;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    line-height: 24px;
    text-transform: capitalize;
    padding-left: 0;
}

.footer2-list-links {
    font-size: 14px;
    font-weight: 400;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    /* line-height: 15px; */
    color: var(--color-2);
    /* text-transform: capitalize; */
    text-decoration: none;
    margin-top: 20px;
}

.copy-right {
    font-size: 12px;
    font-weight: 400;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    line-height: 24px;
    color: var(--color-2);
    text-transform: capitalize;
}

.email {
    font-size: 16px;
    font-weight: 400;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    line-height: 24px;
    color: var(--color-2);
    /* text-transform: capitalize; */
}

.footer2-list-links:hover,
.email:hover {
    color: var(--color-3);
    text-decoration: none;
    transition: all 0.3s;
}

.footer-headings {
    font-size: 16px;
    line-height: 24px;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    transform: translate(0, 40px);
}

.footer-headings-2 {
    font-size: 16px;
    line-height: 24px;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: black;
}

.social-icons {
    width: 24px;
    aspect-ratio: 1/1;
    /* margin: 0 12px; */
    margin-right: 20px;
}

.logo {
    width: 90px;
    cursor: pointer;
    /* border: 1px dashed pink; */
}

.social-para {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.blackLinkSub {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


/*HEADER*/

header {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    padding: var(--all-padding-small);
    align-items: center;
    font-family: light, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    justify-content: center;
    /* border: 1px dashed pink; */
    height: 15vh;
    font-weight: 500;
}

.primary-header {
    z-index: 3;
}

.logoLink {
    place-items: center;
    height: auto;
    display: grid;
    justify-content: left;
}

header ul {
    list-style-type: none;
    /* text-transform: capitalize; */
}

ul.queen-list {
    display: flex;
    justify-content: space-between;
    /* border: 1px dashed pink; */
}

header ul li a {
    text-decoration: none;
    color: black;
    padding: 12px 15px;
}

header ul li {
    display: inline;
    margin: 0 5px;
}

div.H-icons {
    text-align: right;
}


/*HEADER*/


/*section 1*/

.section-1 {
    height: 100vh;
    height: 100svh;
    width: 100vw;
    color: white;
    position: relative;
}

.section-1 video {
    object-fit: cover;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.section-1:before {
    position: absolute;
    background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0));
    content: '';
    inset: 0;
    z-index: 1;
}

.section-1 .heading {
    width: 60vw;
    /* transform: translateY(30px); */
}

.sub-content p {
    line-height: 47px;
    font-size: var(--size-);
    /* word-wrap: wrap; */
    width: 800px;
    font-weight: light;
    /* transform: translateY(30px); */
}

.section-1 .sub-content {
    position: absolute;
    bottom: 48px;
    padding: var(--all-padding);
    z-index: 1;
}


/*section 1*/


/*section 2*/

.section-2 {
    padding: var(--all-padding);
    display: grid;
    grid-template-columns: 30% 60%;
    /* height: 110vh;
    height: 110svh; */
    align-items: center;
    justify-content: space-between;
}

.sub-2-1 {
    padding: var(--topDown-);
}

.sub-2-2 {
    display: flex;
    place-content: center;
    width: 100%;
}

.carousel-item p.content-3 {
    color: white;
    position: relative;
    top: 65%;
    z-index: 1;
}


/*section 2*/


/*section 3*/

.section-3 {
    background-image: url('../bellevueImages/replacement-for-oil.jpeg');
    background-position: center;
    background-size: cover;
    color: white;
    padding: var(--all-padding);
    height: 90vh;
    height: 90svh;
    position: relative;
    background-color: rgba(3, 98, 176, 0.5);
    background-blend-mode: multiply;
}

.section-3 .foofoo {
    position: absolute;
    bottom: 0;
}


/*section 3*/


/*section 4*/

.section-4 {
    padding: var(--all-padding);
    background-color: var(--color-1);
    margin-top: 100px;
}

.sub-4-1 {
    padding: var(--topDown-);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sub-4-1 a {
    color: black;
    text-transform: capitalize;
}

.sub-4-2 {
    text-align: center;
}

.sub-4-3 {
    display: flex;
    padding: var(--topDown-);
}

.sub-4-3 a {
    display: block;
    color: white;
    width: 20%;
    height: 320px;
    text-decoration: none;
    /* background-color: pink; */
    font-family: light, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    font-weight: 500;
    line-height: 46px;
    font-size: var(--r-size-);
    text-align: center;
    padding: var(--topDown-);
    text-transform: capitalize;
    background-size: 200%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: darken;
    background-position: center;
    /* filter: brightness(0.7); */
}

.sub-4-3 a:hover {
    /* background-size: 2200%;*/
    transition: all .8s;
    background-size: 220%;
    background-color: rgba(0, 0, 0, 0.6);
}

.sub-4-3 img {
    position: absolute;
    bottom: 60px;
    left: 49%;
}

.sub-4-3 a:nth-child(1) {
    background-image: url('../bellevueImages/bed-side-monitor.jpg');
}

.sub-4-3 a:nth-child(2) {
    background-image: url('../bellevueImages/construction-01.jpg');
}

.sub-4-3 a:nth-child(3) {
    background-image: url('../bellevueImages/ict1.jpg');
}

.sub-4-3 a:nth-child(4) {
    background-image: url('../bellevueImages/cops.jpg');
}

.sub-4-3 a:nth-child(5) {
    background-image: url('../bellevueImages/solarplant1.webp');
}


/*section 4*/


/*section 5*/

.section-5 {
    padding: var(--all-padding);
    position: relative;
}

.section-5 div {
    /* border: 1px dashed pink; */
    position: relative;
}

.sub-5-1 {
    padding: var(--topDown-);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sub-5-1 a {
    text-transform: capitalize;
    color: black;
}

.sub-5-2 {
    display: grid;
    width: 100%;
    margin: auto;
    grid-template-columns: 40% 60%;
    align-items: center;
    padding: var(--topDown-);
}

.button-links {
    text-decoration: none;
}

.sub-5-2-2 {
    display: flex;
    flex-wrap: wrap;
    /* place-content: right; */
    justify-content: right;
}

.sub-5-2-2-2,
.sub-5-2-2-3 {
    width: 300px;
    height: 180px;
    padding: 20px;
    background-size: 70vmin;
    /* background-size: contain; */
    position: relative;
    background-position: center;
    transition: all .9s linear;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.sub-5-2-2-3 {
    background-image: url('../bellevueImages/Team3.jpg');
}

.sub-5-2-2-2 {
    background-image: url('../bellevueImages/Team2.jpg');
}

.sub-5-2-2-1 {
    width: 600px;
    height: 240px;
    background-image: url('../bellevueImages/Team1.jpg');
    padding: 20px;
    position: relative;
    background-size: 100vmin;
    background-position: center bottom;
    /* background-repeat: no-repeat; */
    /* background-color: rgba(0, 0, 0, 0.4);*/
    mix-blend-mode: darken;
    transition: all .9s linear;
}

.sub-5-2-2-1:hover,
.sub-5-2-2-2:hover,
.sub-5-2-2-3:hover {
    background-size: 105vmin;
}

.sub-5-2-2-1::after {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, black, /*rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1),*/
    rgba(0, 0, 0, 0));
    content: "";
    opacity: .55;
}

.sub-5-2-2-2::after {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, black, /*rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1),*/
    rgba(0, 0, 0, 0));
    content: "";
    opacity: .55;
}

.sub-5-2-2-3::after {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, black, /*rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1),*/
    rgba(0, 0, 0, 0));
    content: "";
    opacity: .55;
}

.sub-5-2-2-pail {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 60%;
    cursor: pointer;
    z-index: 1;
}

.sub-5-2-2 hr {
    position: relative;
    top: 60%;
}

.sub-5-2-2-pail img {
    width: 24px;
    height: 24px;
}

.back-pics {
    position: absolute;
    inset: 0;
}


/*section 5*/


/*partners*/

.partner-sub-1,
.partner-sub-2 {
    text-align: center;
}

.partner-sub-1 h1.heading {
    font-size: 40px;
}


/*partners*/


/*section 6*/

.section-6 {
    padding: var(--all-padding);
    position: relative;
    background-color: var(--color-1);
    overflow-x: scroll;
}

.sub-6-1 {
    display: flex;
    justify-content: space-between;
    padding: var(--topDown-);
    align-items: baseline;
}

.sub-6-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}

.news-images {
    width: 350px;
    height: 220px;
}

span.small {
    font-size: 14px;
    font-weight: 400;
    color: #414042;
    font-family: light, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    line-height: 24px;
}

span.small-blue {
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #0260af;
    line-height: 24px;
}

.news-links {
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    font-weight: 400;
    font-size: var(--m-size-);
    line-height: 24px;
    color: black;
    text-decoration: none;
    text-transform: capitalize;
}

.news-links:hover {
    text-decoration: underline;
}

.read-more {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: black;
    font-weight: 700;
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
}

.read-more:hover {
    color: var(--color-3);
}


/*section 6*/


/*section 7*/

.section-7 {
    position: relative;
    padding: var(--all-padding);
}

.sub-7-1 {
    display: flex;
    justify-content: space-between;
    padding: var(--topDown-);
    align-items: baseline;
}

.sub-7-2 {
    display: flex;
    justify-content: space-between;
    padding: var(--topDown-);
}

.video-container {
    width: 270px;
    position: relative;
    align-items: center;
    display: grid;
}

.sub-7-2 video {
    width: inherit;
    aspect-ratio: 1/2;
    object-fit: cover;
    padding: var(--topDown-);
}

.play-buttonImage {
    width: 100px;
    aspect-ratio: 1/1;
    background-image: url('../icons/play.png');
    position: absolute;
    z-index: 3;
    /* top: -50%; */
    margin: auto;
    left: 30%;
    cursor: pointer;
}

.play-buttonImage img {
    width: inherit;
}


/*section 7*/


/*section 8*/

.section-8 {
    padding: var(--all-padding);
    position: relative;
    background-color: var(--color-7);
    color: white;
}

.sub-8-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
    column-gap: 10px;
    padding: var(--down-);
}

.sub-8-1-0:last-of-type {
    border-left: 1px solid white;
    padding-left: 100px;
}


/*section 8*/


/*section 9*/

.section-9 {
    padding: var(--all-padding);
    position: relative;
    background-color: var(--color-1);
    /* color: white; */
}

.section-9 .logo {
    width: 140px;
}

.sub-9-1-0:nth-child(1) {
    display: flex;
    /* place-content: center; */
    align-items: center;
}

.sub-9-1-0:nth-child(2) {
    display: flex;
    /* place-content: center; */
    align-items: center;
}

.sub-9-1-0:last-child {
    text-align: left;
    position: relative;
    display: flex;
    /* place-content: center; */
    align-items: center;
}

.sub-9-1-0-1 {
    position: absolute;
    width: 60%;
    right: 0;
}

.sub-9-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    /* align-items: top; */
    column-gap: 10px;
    /* padding: var(--down-); */
    align-self: center;
}

.section {
    padding: var(--all-padding);
    position: relative;
}

.apperings {
    display: none;
}

.to-hidding {
    visibility: hidden;
}

.secondary-header {
    display: none;
}

.section-10 {
    display: none;
}

.disappears_the_div {
    display: none;
}


/*COPIED FROM MTHE WHAT WE DO CSS FOR THE SECTION THAT WAS PALCED INTO THE HOME PAGE*/


/*section 3*/

.sub-what-we-do-3-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-links,
.project-links {
    font-family: regular, 'Calibri', 'Helvetica Nue', Arial, sans-serif;
    font-weight: lighter;
    font-size: 18px;
    line-height: 24px;
    color: black;
    text-decoration: none;
    text-transform: capitalize;
}

.product-links:hover {
    text-decoration: underline;
}

.tablets p.content-3 {
    font-size: 16px;
    width: 95%;
}

.sub-what-we-do-3-3 button.type-one-long {
    font-size: 14px;
    width: 200px;
}

.sub-what-we-do-3-3 {
    display: grid;
    place-content: center;
    padding: var(--topDown-);
}


/*section 3*/


/*COPIED FROM MTHE WHAT WE DO CSS FOR THE SECTION THAT WAS PALCED INTO THE HOME PAGE*/

@media all and (max-height:500px) {
    header {
        min-height: 100px;
    }
}