* { padding: 0; margin: 0; display: block;}

@font-face {
    font-family: "ZonaPro-Regular";
    src: url("ZonaPro-Regular.otf") format("opentype");
}

body {
    width:100%;
    height: auto;
    background: white;
    font-family: "ZonaPro-Regular";
    color: white;
    overflow-x: hidden;


}
#grey{background:#e9e9e9;}
#markes .container{width:80% !important;}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #c4262c; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: grey; /* Add a dark-grey background on hover */
    transition: 0.1s;
  }

.flexer {display: flex; justify-content: center; align-items: center;}
.wrapper{width:100%;}

.footer {
    width: 100%;
    background-color: black;
    height: auto;
    min-height: 50px;
    border: 10px 0;
}

.footer p {
    color: white;
}
.hours p {
    margin-bottom: 10px;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
@media only screen and (min-width: 1280px) {

.main_header {
    height: 110px;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}

.header {
    width: 90vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_case_1 {
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.logo_case {
    height: 110px;
    width: 500px;
}

.logo_case img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.header_case_2 {
    height: 100%;
    width: calc(100% - 522px);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.phones {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 10px;
    margin-right: 20px;

}

.hour {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.hours {
    margin-left: 10px;
    height: 66px;
    flex-direction: column;
}
.hour_icon img {
    height: 44px;
}

.about_us {
    width: 100%;
    height: 100vh;
    background-image: url("modern_car.jpg");
    background-position: center;
    background-size: cover;
    z-index: 20;
    display: flex;
    position: relative;
    justify-content: flex-end;
    flex-direction: column;
}

.about_us_big_box {
    background-color: rgb(48, 47, 47);
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.about_us_box {
    width: 800px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-bottom: 100px;
    padding: 10px;
    position: relative;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.about_us_logo_case img {
    height: 50px;
}
.text_case {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.about_us_title  {
    margin-bottom: 20px;
}

.about_us_title p {
    font-weight: 700;
    font-size: 2rem;
  
}
.about_us_text {
    width: 100%;
    border-left: 4px solid #c4262c;
    margin-left: 28px;
    padding-left: 28px;
}

.about_us_text p {
    font-size: 1.5rem;
    line-height: 2rem;
}


.footer {
    height: 66px;
    width: 100% -2px;
}



.car_button {
    width: 200px;
    height: 75px;
    background-color: #278ec5;
    border-radius: 32px;
    cursor:pointer;
}

.car_button p {
    font-weight: 900;
    font-size: 1.8rem;
    color: white;
}

.car_button:hover {
    background-color: #1f729e;
    transition: 0.3s;
    
}
.main_title {
    display: block;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main_title p {
    color: black;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
}

.section{
    width:100%;
    height: auto;
    padding: 44px 0px;
    min-height: 200px;
}

.container {
    width:90%;
    min-height: 100px;
    flex-direction: column;
}

.red_line_case {
    width: 182px;
    display: flex;
    height: auto;
    justify-content: space-between;
}
.red_line {
    height: 7px;
    width: 38px;
    background-color: #e29396;
    margin-right: 10px;
}

.red_line_selected
    {
        background-color:#c4262c;
    }

.red_line:last-child {
    margin-right: 0px  !important;
}

.markes_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #1f729e;
    width: 1200px;
    height: 720px;
    display: flex;
    flex-wrap: wrap;
}

.marka_1 {
    width: 240px;
    height: 240px;
    background-color: #e9e9e9;
    position: relative;
}
.marka_1:nth-child(2n+1) {
    background-color: #f1f3f4;
}

.marka_1  img {
    opacity: 1;
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.marka_1:hover {
    cursor:pointer;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.39);
    z-index: 500;
    transition: 0.4s;
}

.aaa {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    position: absolute;
}

.service_wrap {
    margin-top: 50px;
    width: 90%;
    height: 620px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service {

    width: calc((100% / 3) - 50px);
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 360px;
    overflow: visible;
}
.service_title p {
    color: black;
    font-size: 1.6rem;
    font-weight: 600;
 }
.service_image {
    width: 100%;
    height: 300px;
    background-color: #1f729e;
    box-shadow: 7px 7px 0px 0px #e29396;
    margin-top: 10px;
    overflow: hidden;
}

.service_image img {
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;    
}

.service_image img:hover {
    width:110%;
    height:110%;
    transition: 0.5s;
    margin-left: -5%;
    margin-top: -5%;
}

.service_text {
    display: flex;
    margin-top: 50px;
    height: auto;
    width: auto;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 4px solid #c4262c;
}

.service_text p {
    color: black;
    font-size: 1.5rem;
}

.contact_left {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
}
.contact_case {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact_right {
    border-left: 1px solid black;
    height: 400px;
    width: 50%;
    position: relative;
}

.final_right {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid black;
    flex-direction: column;
    height: 400px;
    width: 50%;
}

.mobile_contact_right {
    display: none;
}
.contact_title  {
    display: flex;
    flex-direction: column;
}


.contact_wrap {
    display: flex;
    width: 100%;
    height: 400px;
}

iframe {
    width: 111% !important;
    height: calc(100% + 88px) !important;
    position: absolute;
    left: 0px;
}
.contact_text {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
}

.contact_text img {
    width: 33px;
    margin-right: 10px;
}
.contact_text p {
    color: black;
    font-size: 1.8rem;
}

.antalaktiko {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
    width: 400px;
}

.antalaktiko img {
    opacity: 0.8;
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 400px;
}

.antalaktiko img:hover {
    opacity: 1;
    cursor:pointer;
    transition: 0.6s;
}

.antalaktiko_href {
    height: 100px;
    width: 300px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: absolute;
}

.column {
    flex-direction: column !important;
}

}

@media only screen and (max-width: 700px) {

#no_border {border: none !important}

    .main_header {
        height: 90px;
        width: 100%;
        background-color: black;
        display: flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 98;
    }

    .header {
        width: 100%;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_case_1 {
        height: 90px;
        width: 80%;
        background-color: rgb(0, 0, 0);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo_case {
        width: 80%;
        height: 90px;
    }

    .logo_case img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .header_case_2 {display: none;}

    .about_us {
        width: 100%;
        background-color: #1f729e;
        height: 600px;
        background-image: url("modern_car.jpg");
        background-position: center;
        background-size: cover;
        z-index: 20;
        display: flex;
        position: relative;
        justify-content: flex-end;
        flex-direction: column;
    }
    .about_us_box {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 10px;
        position: relative;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .about_us_title  {
        display: flex;
        margin-bottom: 5px;
        border-bottom: 4px solid #c4262c;
        padding-bottom: 5px;
        width: 50%;
    }
    
    .about_us_title p {
        font-weight: 700;
        font-size: 1.5rem;      
    }

    .about_us_text {
        width: 85%;
        margin-bottom: 10px;
    }
    
    .about_us_text p {
        font-size: 1rem;
        line-height: 1.2rem;
    }  
      
    .container {
        width:100%;
        min-height: 100px;
        flex-direction: column;
    }

    .section{
        width:100%;
        height: auto;
        min-height: 200px;
    }
    
    .main_title {
        width: 70%;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .main_title p {
        color: black;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: center;
    }
    .car_button {
        width: 100px;
        height: 50px;
        background-color: #278ec5;
        border-radius: 14px;
        cursor:pointer;
    }
    
    .car_button p {
        font-weight: 900;
        font-size: 1.5rem;
        color: white;
    }

    .car_button:onclick {
        background-color: #1f729e;
        transition: 0.3s;
    }

    .red_line_case {
        width: 150px;
        display: flex;
        height: auto;
        justify-content: space-between;
        transform: translate(0%,-150%);
    }

    .red_line {
        height: 5px;
        width: 38px;
        background-color: #e29396;
        margin-right: 10px;
    }
    
    .red_line_selected
        {
            background-color:#c4262c;
        }
    
    .red_line:last-child {
        margin-right: 0px  !important;
    }

    .service_wrap {
        width: 100%;
        height: auto;
        display: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .service {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 450px;
    }
    .service_title {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: black;
        width: 100%;
        height: 40px;

    }
    .service_title p {
        color: white;
        font-size: 1.5rem;
        text-align: center;
     }
    .service_image {
        width: 100%;
        height: 300px;
        background-color: #1f729e;
        margin-top: 10px;
        overflow: hidden;
    }
    
    .service_image img {
        width:100%;
        height: 100%;
        object-fit: cover; 
    }

    .service_text {
        display: flex;
        margin-top: 5px;
        height: auto;
        width: auto;
        padding-left: 15px;
        border-left: 4px solid #c4262c;
        margin: 10px 30px 10px 15px;
    }
    
    .service_text p {
        color: black;
        font-size: 1.1rem;
        text-align: left;
        line-height: 1.5rem;
    }

    .markes_wrap {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        display: flex;
    }
    .marka_1 {
        width: 160px;
        height: 160px;
        background-color: #e9e9e9;
        display: flex;

    }
    .marka_1:nth-child(4n+1) {
        background-color: #f1f3f4;
    }
    .marka_1:nth-child(4n) {
        background-color: #f1f3f4;
    }
    .marka_1:last-child {
        width: 320px;
    }
    
    .marka_1  img {
        opacity: 1;
        height: 100px;
        width: auto;
        max-width: 150px;
        max-height: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .aaa {
        width: 160px;
        height: 160px;
        display: flex;
        align-content: center;
        justify-content: center;
        position: absolute;
    }
    .contact_wrap {
        display: flex;
        flex-direction: column !important;
        width: 100%;
        height: auto;
    }

    .contact_title {
        width: 100%;
        display: flex;
        justify-content: center;

    }
    .contact_left {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: auto;
        padding: 10px 0;
        width: 100%;
    }

    .contact_right {
        height: 200px;
        width: 100%;
        position: relative;
    }
    
    iframe {
        width: 100% !important;
        height: 200px!important;
        position: absolute;
        left: 0px;
    }
    .contact_case {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 15px;
    }  
    .contact_title  {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    

    .contact_text {
        display: flex;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 20px;
    }
    
    .contact_text img {
        width: 35px;
        margin-right: 10px;
    }
    .contact_text p {
        color: black;
        font-size: 1.2rem;
    }
    
    .final_right {    
        background-color: #e9e9e9;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 100%;
    }
        
    .antalaktiko {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        width: 100%;
        flex-direction: column;
    }


    .antalaktiko img {
        height: auto;
        width: auto;
        max-height: 100px;
        max-width: 300px;
    }
    
    
    .antalaktiko_href {
        height: auto;
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
    }

}

@media only screen and (min-width: 700px) and (max-width: 1280px) {

    .main_header {
        height: 110px;
        width: 100%;
        background-color: black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 98;
    }
    
    .header {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;

    }
    
    .header_case_1 {
        height: 60%;
        background-color: rgb(0, 0, 0);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    
    .logo_case {
        height: 60%;
        width: 500px;
    }
    
    .logo_case img {
        height: 80%;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }
    
    .header_case_2 {
        height: 70%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .phones {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-left: 10px;
        margin-right: 20px;    
    }

    .hours {
        margin-left: 10px;
        height: 66px;
        flex-direction: column;
    }
    .hour_icon img {
        height: 33px;
    }

    .about_us {
        width: 100%;
        height: 60vh;
        background-image: url("modern_car.jpg");
        background-position: center;
        background-size: cover;
        z-index: 20;
        display: flex;
        position: relative;
        justify-content: flex-end;
        flex-direction: column;
    }
    
    
    .about_us_box {
        width: 600px;
        height: auto;
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        margin-left: 15px;
        margin-bottom: 25px;
    }

    .about_us_title  {
    margin-bottom: 20px;
    }

    .about_us_title p {
        font-weight: 700;
        font-size: 2rem;
    
    }
    .about_us_text {
        width: 100%;
        border-left: 4px solid #c4262c;
        margin-left: 28px;
        padding-left: 28px;
    }

    .about_us_text p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
        
    .section{
            width:100%;
            height: auto;
            min-height: 200px;
    }
    
    .container {
            width:100%;
            min-height: 100px;
            flex-direction: column;
        }

    .main_title {
            width: 70%;
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .main_title p {
            color: black;
            font-weight: 700;
            font-size: 1.4rem;
            line-height: 2rem;
            text-align: center;
        }

        .car_button {
            width: 300px;
            height: 75px;
            background-color: #278ec5;
            border-radius: 24px;
            cursor:pointer;
        }

        .car_button p {
            font-weight: 900;
            font-size: 1.8rem;
            color: white;
        }

        .car_button:hover {
            background-color: #1f729e;
            transition: 0.3s;
            
        }

        .red_line_case {
            width: 182px;
            display: flex;
            height: auto;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .red_line {
            height: 7px;
            width: 38px;
            background-color: #e29396;
            margin-right: 10px;
        }
        
        .red_line_selected
            {
                background-color:#c4262c;
            }
        
        .red_line:last-child {
            margin-right: 0px  !important;
        }

        .service_wrap {
            width: 100%;
            height: auto;
            display: flex-start;
            align-items: center;
            flex-direction: column;
        }

        .service {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 450px;

        }
        .service_title {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: black;
            width: 100%;
            height: 40px;

        }
        .service_title p {
            color: white;
            font-size: 1.6rem;
            text-align: center;
        }
        .service_image {
            width: 100%;
            height: 300px;
            background-color: #1f729e;
            margin-top: 10px;
            overflow: hidden;
        }
        
        .service_image img {
            width:100%;
            height: 100%;
            object-fit: cover; 
        }

        .service_text {
            display: flex;
            margin-top: 5px;
            height: auto;
            width: auto;
            padding-left: 15px;
            border-left: 4px solid #c4262c;
            margin: 10px 30px 10px 15px;
        }
        
        .service_text p {
            color: black;
            font-size: 1.3rem;
            text-align: left;
            line-height: 1.5rem;
        }

        .markes_wrap {
            margin-top: 50px;
            margin-bottom: 50px;
            background-color: #1f729e;
            width: 800px;
            height: 450px;
            display: flex;
            flex-wrap: wrap;
        }
        
        .marka_1 {
            width: 160px;
            height: 160px;
            background-color: #e9e9e9;
            position: relative;
        }
        .marka_1:nth-child(2n+1) {
            background-color: #f1f3f4;
        }
        
        .marka_1  img {
            opacity: 1;
            height: auto;
            width: auto;
            max-width: 120px;
            max-height: 120px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
        
        .marka_1:hover {
            cursor:pointer;
            box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.39);
            z-index: 500;
            transition: 0.4s;
        }
        
        .aaa {
            width: 100%;
            height: 100%;
            display: flex;
            align-content: center;
            justify-content: center;
            position: absolute;
        }

        .contact_wrap {
            display: flex;
            flex-direction: column !important;
            width: 100%;
            height: auto;
        }
    
        .contact_left {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            height: auto;
            padding: 10px 0;
            width: 100%;
        }
    
        .contact_right {
            height: 200px;
            width: 100%;
            position: relative;
        }
        
        iframe {
            width: 100% !important;
            height: 200px!important;
            position: absolute;
            left: 0px;
        }
        .contact_case {
            display: flex;
            flex-direction: column;
            margin-top: 5px;
            margin-bottom: 5px;
        }  
        .contact_title  {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
    
        .contact_text {
            display: flex;
            align-items: center;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-left: 20px;
        }
        
        .contact_text img {
            width: 35px;
            margin-right: 10px;
        }
        .contact_text p {
            color: black;
            font-size: 1.2rem;
        }
        
        .final_right {    
            background-color: #e9e9e9;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: auto;
            width: 100%;
        }
            
        .antalaktiko {
            padding-top: 10px;
            padding-bottom: 10px;
            height: auto;
            width: 100%;
            flex-direction: column;
        }
    
    
        .antalaktiko img {
            height: auto;
            width: auto;
            max-height: 100px;
            max-width: 300px;
        }
        
        
        .antalaktiko_href {
            height: auto;
            width: 100%;
            display: flex;
            align-content: center;
            justify-content: center;
        }
}