/*
#17252A
#2B7A78
#3AAFA9
#DEF2F1
#FEFFFF
*/
html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: #FEFFFF;
}

li,
ul {
    width: fit-content;
}

.header {
    width: 1496px;
    padding: 20px;
    background-color: #17252A;
    position: fixed;
    top: 0%;
    right: 0;
    left: 0;
    z-index: 5;
    transition: background-color 0.6s ease-in-out;
}

.header.headcc {
    background-color: #2b7a77a2;
}

.header img {
    position: absolute;
    width: 200px;
    left: 2%;
    top: 30%;
}

.header .h1 {
    display: flex;
    list-style: none;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    bottom: 43%;
    left: 45%;
}

.h1 li {
    margin-left: 50px;
}

.h1 a {
    color: #FEFFFF;
}

.header li a:hover {
    color: #3AAFA9;
}

.header li a.active {
    color: #3AAFA9;
}

.hBtn {
    margin-left: .5%;
    width: 130px;
    height: 40px;
    background-color: rgb(0, 103, 98);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: 27%;
    left: 89%;
    transition-duration: .5s;
}

.hBtn:active {
    transform: translate(0px, 2px);
    transition-duration: .5s;
}

.footer {
    color: #FEFFFF;
    background-color: #17252A;
    height: 360px;
    width: 1519px;
}

.footer img:nth-child(1) {
    position: absolute;
    width: 348px;
    left: 0;
}

.footer img:nth-child(2) {
    position: absolute;
    width: 422px;
    right: 0;
}

.footer img:nth-child(3) {
    position: relative;
    margin: 4% 5% 6%;
    width: 250px;
}

.footer .f1 {
    display: flex;
    list-style: none;
    text-align: right;
    font-family: sans-serif;
    position: relative;
    bottom: 43%;
    left: 30%;
    color: rgba(255, 255, 255, 0.39);
}

.f1 li:nth-child(2) {
    padding-left: 220%;
}

.footer .f2 {
    list-style: none;
    text-align: left;
    font-family: sans-serif;
    position: relative;
    bottom: 40%;
    left: 30%;
    font-size: 16px;
}

.f2 li {
    padding-bottom: 20px;
}

.f2 a {
    color: #FEFFFF;
}

.footer .f3 {
    list-style: none;
    text-align: left;
    font-family: sans-serif;
    position: relative;
    bottom: 87%;
    left: 51.14%;
    font-size: 16px;
}

.f3 li {
    padding-bottom: 20px;
}

.f3 a {
    color: #FEFFFF;
}

.footer .fl {
    cursor: pointer;
    display: flex;
    list-style: none;
    font-size: 23px;
    position: relative;
    bottom: 105%;
    left: 3%;
}

.fl li {
    padding-left: 30px;
}

.footer li a:hover {
    color: #3AAFA9;
}

.footer .ft {
    position: relative;
    bottom: 145%;
    left: 5.5%;
    font-family: sans-serif;
    font-size: 18px;
    width: fit-content;
}

.footer .form {
    width: fit-content;
    flex-wrap: nowrap;
    position: relative;
    left: 70%;
    bottom: 180%;
}

.input {
    width: 200%;
    height: 40px;
    padding: 10px;
    transition: .2s linear;
    border: 2.5px solid black;
    font-size: 14px;
}

.input:focus {
    outline: none;
    border: 0.5px solid black;
    box-shadow: -5px -5px 0px #007b75;
}

.fBtn {
    margin-left: .5%;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(15, 15, 15);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
    position: relative;
    overflow: hidden;
    transition-duration: 1s;
}

.fBtn::before {
    width: 130px;
    height: 130px;
    position: absolute;
    content: "";
    background-color: white;
    border-radius: 50%;
    left: -100%;
    top: 0;
    transition-duration: 1s;
    mix-blend-mode: difference;
}

.fBtn:hover::before {
    transition-duration: 1s;
    transform: translate(100%, -50%);
    border-radius: 0;
}

.fBtn:active {
    transform: translate(5px, 5px);
    transition-duration: 1s;
}

.foothr {
    margin-top: -37%;
}

.lastfoot p {
    font-family: sans-serif;
    text-align: right;
    position: relative;
    bottom: 30px;
    margin-right: 2%;
}

.lastfoot ul {
    display: flex;
    list-style: none;
    text-align: right;
    font-family: sans-serif;
}

.lastfoot a {
    color: #FEFFFF;
}

.lastfoot li {
    padding-left: 13%;
    text-wrap: nowrap;
}

.lastfoot li:hover {
    color: #3AAFA9;
}