* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

 :root {
    --green: #264653;
    --white: #edede9;
    --orange: #f77f00;
}

header {
    background-image: linear-gradient(to right, rgba(38, 70, 83, 0.6), rgb(38, 70, 83, .6)), url(../images/header-image.webp);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

nav {
    background-color: var(--white);
    height: 40px;
    z-index: 3;
    padding: 5px;
}

nav ul {
    background-color: #edede9;
    margin-top: 0;
}

.nav .green-head {
    height: 100vh;
}

.navbar-brand {
    display: none;
}

nav a {
    color: #264653;
}

nav a:hover {
    color: var(--orange);
}

.navbar-toggler-icon {
    background-image: url(../images/bars.jpg);
    background-position: center;
    background-size: cover;
}

.header-details {
    clip-path: polygon(0 0, 100% 0, 100% 24%, 73% 49%, 29% 49%, 0 24%);
    background-color: var(--green);
    height: 410px;
}

.header-details h1 {
    color: var(--white);
    text-align: center;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 90px;
}

.header-details a {
    display: block;
    text-align: center;
    color: var(--white);
    text-decoration: none;
    font-size: 30px;
    font-weight: bold
}

.header-details a i {
    color: var(--orange);
    margin-right: 20px;
}

.logo {
    width: 120px;
    height: 120px;
    margin-left: 90px;
}

.header-content {
    margin-top: -100px;
}

.header-content h3 {
    color: var(--white);
    margin-bottom: 30px;
    font-weight: bold;
}

.header-content p {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 50px;
}

.header-content a {
    text-decoration: none;
    color: var(--white);
    font-size: 25px;
    font-weight: bold;
    background-color: var(--orange);
    padding: 15px;
}

.header-content i {
    margin-right: 10px;
}

.header-txt {
    background-color: rgba(38, 70, 83, 0.6);
    padding: 30px;
}

.header-img img {
    height: 100%;
    width: 100%;
}


/* header media */

@media screen and (max-width: 991px) {
    .header-details h1 {
        font-size: 28px;
        margin-left: 0;
    }
    .header-img {
        display: none;
    }
    nav {
        height: 45px;
    }
    .navbar {
        padding: 0;
    }
    nav ul {
        text-align: center;
        margin-top: 10px;
    }
    .navbar-brand {
        display: block;
        color: #264653;
        font-weight: bold;
    }
    nav li a {
        color: #264653;
        font-size: 20px;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .header-details h1 {
        font-size: 24px;
        margin-left: 95px;
    }
    .heading {
        margin: auto;
    }
    .heading .logo {
        display: block;
        margin: auto;
    }
    .header-img {
        display: none;
    }
    .header-details {
        height: 500px;
    }
    .header-txt {
        margin-top: -60px;
    }
}

.choose {
    text-align: center;
}

.choose-txt {
    background-color: var(--green);
    color: var(--white);
    margin-top: -30px;
    height: 100%;
    padding: 10px;
}

.choose-txt i {
    font-size: 30px;
    color: var(--orange);
}

.chosse-content {
    border: 2px dashed var(--white);
    padding: 20px;
}

.chosse-content a {
    background-color: var(--white);
    padding: 5px 20px;
}

.chosse-content button {
    border: 0;
    font-weight: bold;
}


/* choose media */

@media screen and (max-width: 1200px) {
    .choose-txt {
        width: 20%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .choose-txt {
        margin-bottom: 50px;
        width: 60%;
    }
}

.offers {
    margin-top: 50px;
    height: 600px;
    position: relative;
}

.offers h2 {
    text-transform: uppercase;
    text-align: center;
    color: var(--green);
    margin-top: 70px;
    font-size: 40px;
    font-weight: bold;
}

.offers .sec1 {
    height: 30%;
}

.offers .sec2 {
    height: 40%;
}

.sec2 img {
    width: 400px;
    height: 600px;
    position: absolute;
    top: 2%;
    right: 20%;
    z-index: 2;
}

.offers .sec3 {
    height: 30%;
    background-color: var(--white);
}

.offers a {
    background-color: var(--white);
    padding: 5px 20px;
    color: var(--green);
    display: block;
    width: 40%;
    text-align: center;
    font-weight: bold;
    margin: auto;
    text-decoration: none;
}

.offers button {
    border: 0;
    font-weight: bold;
}

.offers i {
    color: var(--orange);
    margin-right: 10px;
}

.p3 {
    color: #edede9;
    padding: 25px;
    font-size: 18px;
    text-align: center;
}


/* offers media */


/* choose media */

@media screen and (max-width: 1260px) {
    .sec2 img {
        width: 400px;
        height: 600px;
        position: absolute;
        top: 2%;
        right: 12%;
        z-index: 2;
    }
    .offers .btn {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .sec2 img {
        width: 400px;
        height: 600px;
        position: absolute;
        top: 2%;
        right: 15%;
        z-index: 2;
    }
    .offers .btn {
        width: 50%;
    }
}

@media screen and (max-width: 1127px) {
    .sec2 img {
        width: 400px;
        height: 600px;
        position: absolute;
        top: 2%;
        right: 5%;
        z-index: 2;
    }
    .offers .btn {
        width: 60%;
        margin-top: -15px;
    }
    .sec3 .h21 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .sec2 img {
        width: 350px;
        height: 500px;
        position: absolute;
        top: 8%;
        right: 5%;
        z-index: 2;
    }
    .offers .btn {
        width: 60%;
        margin-top: -15px;
        padding: 0;
        width: 80%;
        font-size: 14px;
    }
    .offers h2 {
        font-size: 30px;
    }
    .p3 {
        padding: 10px;
    }
}

@media screen and (max-width: 874px) {
    .btn {
        padding: 0;
        width: 80%;
        font-size: 12px;
    }
}

@media screen and (max-width: 804px) {
    .h2 {
        font-size: 19px;
        margin-left: -200px;
    }
    .btn {
        padding: 0;
        width: 80%;
        font-size: 11px;
    }
    .p3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .sec1 .h2 {
        font-size: 25px;
        margin-left: -100px;
    }
    .btn {
        padding: 0;
        width: 80%;
        font-size: 11px;
    }
    .p3 {
        font-size: 16px;
    }
    .sec3 .h21 {
        font-size: 25px;
    }
}

@media screen and (max-width: 679px) {
    .sec1 .h2 {
        font-size: 25px;
        margin-left: -100px;
    }
    .btn {
        padding: 0 0;
        width: 80%;
        font-size: 11px;
    }
    .p3 {
        font-size: 15px;
    }
    .sec3 .h21 {
        font-size: 25px;
    }
    .sec2 img {
        width: 270px;
        height: 500px;
        position: absolute;
        top: 8%;
        right: 5%;
        z-index: 2;
    }
}

@media screen and (max-width: 560px) {
    .sec1 .h2 {
        font-size: 22px;
        margin-left: -100px;
    }
    .p3 {
        font-size: 14px;
    }
    .sec3 .h21 {
        font-size: 20px;
    }
    .sec2 img {
        width: 270px;
        height: 400px;
        position: absolute;
        top: 20%;
        right: 3%;
        z-index: 2;
    }
    .offers .btn {
        font-size: 10px;
        padding: 0 0;
        width: 80%;
    }
}

@media screen and (max-width: 484px) {
    .sec1 .h2 {
        font-size: 16px;
        margin-left: -100px;
    }
    .p3 {
        font-size: 12px;
    }
    .sec3 .h21 {
        font-size: 14px;
    }
    .sec2 img {
        width: 200px;
        height: 400px;
        position: absolute;
        top: 18%;
        right: 5%;
        z-index: 2;
    }
    .offers .btn {
        font-size: 10px;
        padding: 0 0;
        width: 80%;
    }
}

.fix {
    background-image: linear-gradient(to right, rgba(38, 70, 83, 0.6), rgb(38, 70, 83, .6)), url(../images/fix-sec-header.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    margin-bottom: 220px;
}

.fix-content {
    height: 500px;
    background-color: var(--white);
    width: 60%;
    left: 20%;
    padding: 50px;
    color: var(--green);
}

.fix-img {
    margin-top: -20%;
    width: 100%;
    height: 100%;
}


/* fix media */

@media screen and (max-width: 1376px) {
    .fix .fix-a {
        font-size: 16px;
        padding: 5px;
        text-align: center;
    }
    .fix p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .fix {
        height: 750px;
    }
}

@media screen and (max-width: 1199px) {
    .fix .fix-img {
        margin-top: 5%;
        width: 70%;
        height: 70%;
    }
    .fix-content {
        padding: 20px;
    }
}

@media screen and (max-width: 628px) {
    .fix .fix-img {
        margin-top: 5%;
        width: 70%;
        height: 70%;
    }
    .fix .fix-a {
        font-size: 16px;
        padding: 5px;
        text-align: center;
    }
    .fix p {
        font-size: 14px;
    }
    .fix-content {
        padding: 20px;
    }
}

@media screen and (max-width: 530px) {
    .fix .fix-a {
        font-size: 14px;
        padding: 5px;
        text-align: center;
    }
    .fix {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 484px) {
.fix p{
    font-size: 12px;
}




    .fix .fix-a {
        font-size: 10px;
        padding: 5px;
        text-align: center;
    }
    .fix {
        margin-bottom: 100px;
    }
}

.signs-bg {
    background-color: var(--green);
    height: 500px;
    margin: auto;
}

.signs {
    margin-bottom: 100px;
}

.signs h2 {
    color: #264653;
    font-weight: bold;
    margin-top: 20px;
    font-size: 40px;
}

.signs-img img {
    width: 100%;
    height: 130%;
    margin-top: -20%;
}


/* signs media */

@media screen and (max-width: 1236px) {
    .signs h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .signs-img img {
        width: 70%;
        height: 130%;
        margin-top: 5%;
    }
}

.trusted {
    background-color: #264653;
    height: 500px;
    padding: 50px;
}

.trusted h2 {
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
}

.trusted a {
    display: block;
    text-align: center;
    color: var(--white);
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

.trusted a i {
    color: var(--orange);
    margin-right: 20px;
}

.trusted img {
    display: block;
    margin: auto;
    margin-top: 70px;
}


/* trusted media */

@media screen and (max-width: 1199px) {
    .trusted {
        height: 630px;
    }
}

@media screen and (max-width: 991px) {
    .trusted {
        height: 1080px;
    }
}

@media screen and (max-width: 768px) {
    .trusted {
        height: 1200px;
    }
}

@media screen and (max-width: 576px) {
    .trusted {
        height: 1300px;
    }
}
@media screen and (max-width:400px) {
    .trusted img {
   width: 200px;
   margin-top: 20px;
    }
    
}

.contact {
    padding-bottom: 20px;
    background-color: white;
}

.contact h2 {
    text-transform: uppercase;
    text-align: left;
    color: var(--green);
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact form {
    background-color: #edede9;
    padding: 30px;
}

.contact-color {
    background-color: #264653;
    height: 150px;
    padding: 25px;
}

.contact-color h3 {
    color: #edede9;
}

.contact-color p {
    color: #edede9;
}

.contact-color span {
    color: #f77f00;
    font-size: 25px;
    font-weight: bold;
}

.contact-details {
    background-color: #edede9;
    padding: 10px;
}

.contact-details i {
    color: #f77f00;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.contact-details p {
    color: #264653;
}

.contact-details .p1 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.contact-details .p2 {
    text-align: center;
    font-size: 16px;
}

form label {
    font-weight: bold;
    color: #264653;
}

form input {
    border: 0;
    width: 70%;
}

form textarea {
    border: 0;
}

.contact a {
    display: block;
    text-align: center;
}

.contact button {
    padding: 5px 30px;
    background-color: #264653;
    color: #edede9;
    border: 0;
}


/* contact media */

@media screen and (max-width: 991px) {
    .contact-details {
        margin-bottom: 20px;
        width: 60%;
    }
    .contact-details i {
        margin-left: 100px;
    }
    .contact-color {
        height: 800px;
    }
}

.footer {
    background-color: #264653;
    padding: 25px;
}

.footer .logo {
    width: 150px;
    height: 150px;
    display: block;
}

.footer .website {
    color: #edede9;
    text-align: center;
}

.footer .website a {
    text-decoration: none;
    color: #edede9;
}

.copyright {
    color: #edede9;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

.fix a {
    background-color: #264653;
    display: block;
    margin: auto;
    color: #edede9;
    font-size: 20px;
    padding: 10px;
    width: 50%;
}

.fix a i {
    margin-right: 10px;
}

.social{
    text-align: center;
    color: #edede9;
}

.marquee {width:100%;background-color:#264653;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s linear infinite;color:#fff;}

.marquee:hover {animation-play-state: paused}

/* Make it move */

@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}

.spam { display:none;}