@font-face {
    font-family: 'Black';
    src: url(/static/fonts/black-ravens.normal.ttf)
}

@font-face {
    font-family: 'Rockin';
    src: url(/static/fonts/rockin-pistons.slanted.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url('https://c.wallhere.com/photos/4d/f3/2200x1375_px_Diamond_Plate_pattern-571579.jpg!d');
}


.about {
    width: 100%;
    padding: 78px 0px;
}

.about img {
    width: auto;
    height: 400px;
}

.about-text {
    width: 550px;
}

.main {
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-text {
    text-align: center;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}

.about-text h1 {
    color: white;
    font-size: 60px;
    text-transform: capitalize;
    font-family: 'Rockin';
    margin-top: 20px;
    margin-bottom: 20px;
}

.about h1 {
    font-family: 'Rockin';
    font-size: 70px;
    color: white;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-align: center;
}

.about-text p {
    color: white;
}

button .navbar-toggler-icon {
    background-color: white;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}


.image-container .image {
    cursor: pointer;
}


.image-container .image img {
    transition: .2s linear;
}


.image-container .image:hover img {
    transform: scale(1.05);
}

.container .popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
}

.container .popup-image span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}


.container .popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}


.pricing {
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.priceImg{
    margin: 5px;
}


.contact {
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact .content {
    max-width: 800px;
    text-align: center;
}

.contact .content h2{
    font-size: 4em;
    color: white;
    font-family: 'Rockin';
    font-weight: 500;
}

.contact .content p {
    color: white;
    font-size: 1.1em;
    font-weight: 300;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

.container .contactInfo {
    width: 40%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0);
    min-height: 500px;
}

.container .contactInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container .contactInfo .box .icon {
    min-width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75em;
    transition: 0.5s;
}

.container .contactInfo .box h3 {
    font-size: 50px;
    font-family: 'Rockin';
}

.container .contactInfo .box:hover .icon {
    background: rgb(178, 178, 178);
    color: #fff;
}

.container .contactInfo .box .text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-size: 1.1em;
    color: white;
    font-weight: 300;
}

.container .contactInfo .box .text h3 {
    font-weight: 500;
}

.container .contactInfo .txt  {
    color: white;
    font-family: 'Rockin';
    font-size: 50px;
    font-weight: 500;
    margin-top: 50px;

}

.container .contactInfo a{
    color: white;
    transition: 0.5s;
}

.container .contactInfo a:hover{
    color: rgb(178, 178, 178);
}

.sci {
    position: relative;
    display: flex;
    gap: 30px;
    margin: 20px 0;
}

.sci li {
    font-family: 'Rockin';
    list-style: none;
}
.sci li a {
    color: white;
    font-size: 2em;
    transition: 0.5s;
}

.sci li a:hover {
    color: rgb(24, 119, 242);
}

.container .contactForm {
    position: relative;
    width: 40%;
    background: #fff;
    min-height: 500px;
}
.container .contactForm iframe {
    margin: auto;
}

.container-box {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {
    width: 80%;
    height: 80%;
  }

.swiper-slide img {
    width: 100%;
    height: 90%;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
    color: white;
}

.swiper .swiper-pagination-bullet-active {
    background: white;
}


.nav-link {
    font-family: 'Rockin';
    font-size: 30px;
    color: white;
}

.nav-link:hover {
    color: rgb(178, 178, 178);
}

.homeP {
    margin-top: 30px;
    margin-right: 30px;
    font-family: 'Rockin';
    font-size: 50px;
    color: white;
}


.days {
    color: white;
    text-align: center;
    justify-content: center;
}

.days table {
    color: white;
}

.days h2{
    padding-top: 50px;
    font-size: 50px;
    font-family: 'Rockin';
}

table {
    margin: auto;
    width: 700px;
    text-align: center;
}

th {
    width: 100px;
    align-items: center;
}

.pricing-h1 {
    text-align: center;
    color: white;
    font-size: 70px;
    font-family: 'Rockin';
    padding-top: 50px;
}


.price-container {
    color: white;
}

.price-container h2 {
    text-align: center;
}

.price-container table {
    width: 500px;
    font-size: 20px;
}

.price-container table th {
    font-size: 25px;
}

.price-container table .motor {
    padding-top: 25px;
}

.price-container table .left {
    text-align: left;
}

.attention-container{
    text-align: center;
    color: white;
}

footer{
    text-align: center;
    opacity: 0;
}

@media (max-width: 750px) {
     .attention-container{
        padding: 10px;
        width: 100%;
        text-align: left;
        text-overflow: clip;
    }
    .price-container{
        padding: 10px;
    }
    .price-container .pricing-h1{
        font-size: 40px;
    }
    .topbar .container-fluid .homeP{
        margin-right: 0;
        font-size: 24.5px;
    }
    .topbar .container-fluid button{
        background-color: #fff;
        /* border: 2px solid yellowgreen; */
        border-radius: 50px;
        padding: 5px;
    }
    /* .topbar .container-fluid button:hover{
        background-color: rgb(178, 178, 178);
    }
    .topbar .container-fluid button span:hover{
        background-color: rgb(178, 178, 178);
    } */
    .days table{
        width: 100%;
    }
    .price-container table{
        width: 100%;
        word-wrap: break-word;
        text-align: left;
        text-overflow: clip;
    }
    .price-container table .center {
        text-align: center;
    }
    .about {
        padding: 10px;
    }
    .about h1{
        font-size: 40px;
    }
    .about .about-text{
        width: 100%;
        text-align: center;
   }
   .about-text h1 {
    margin-top: 15px;
    font-size: 40px;
   }
   .contact .content h2 {
    font-size: 55px;
   }
   .contact{
    padding: 10px;
    width: 100%;
    text-align: left;
    }
    .container {
        flex-direction: column;
    }
    .container .box h3{
        font-size: 40px;
    }
    .container .contactInfo,
    .container .contactForm{
        width: 100%;
    }
    .days {
        padding: 10px;
    }
    .days h2{
        font-size: 40px;
    }
}
