*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;


  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;

  

}

* a:hover{
    cursor: pointer;
}

header{
    height: 128px;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center; 
    width: 100%;
    position:fixed;
    top: 0;
    background-color: white;
    z-index: 1000;

}

.logo{
        flex-grow: 1;

}
.moto{
    width: 90%;
        display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center; 
}
.moto h1{
    font-size: 75px;
    text-shadow: 15px 15px 25px black;
}

.moto h1:hover{
    cursor: none;
    text-shadow: 15px 15px 15px black;
    touch-action: none;

}

main{
    min-height: 100vh;
    background:  url(../img/ngCity.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 128px;
    max-width: 100%;

}
footer{
    max-width: 100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;

}

.mainContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 50px;
    width: 100%;
}

.contact, .map{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10%;
    font-size: 25px;
    width: 50%;

}

.contact table{
    width: 100%;
}

.firstContTd{
    padding-right: 10%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;    
}
.secondContTd{
    width: 90%;

}
.titleCont{
    text-align: center;
}

.makeBy{
    margin: 25px;
    cursor: pointer;

}

.makeBy a{
    text-decoration: none;
    color: white;
    text-shadow: 5px 5px 5px white;
    cursor: pointer;

}




/*main - home page*/
.prime{
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    color: white;

}

.topHalf{
    height: 50vh;
        display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
        width: 100%;
        margin: 40px;

}

.Part{
    width: 33%;
        height: 50vh;
        padding: 20px;
}

.Part a{
    text-decoration: none;
    color:white;
    font-size: 45px;
    font-weight: bolder;
    text-shadow: 5px 5px 5px black;

}

.Part a:hover{
    color: black;
    text-shadow: 5px 5px 5px white;
}

.left{
        display: flex;
    flex-direction: column;
        justify-content: start;
    align-items: center;



}

.middle{
        display: flex;
    flex-direction: column;
        justify-content: center;
    align-items: center;

}

.right{
        display: flex;
    flex-direction: column;
        justify-content: end;
    align-items: center;


}

.bottomHalf{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.357);
    padding: 25px;

}

.hidden-text{
 display: inline-block;
    animation: slide 8s linear infinite;
    font-size: 45px;
    color: white;
    font-size: 55px;


}

@keyframes slide{
    0% {
        transform: translate(-100vw);
    }

    100% {
        transform: translate(100vw);
    }
}

.offer{
    background-color: rgba(255, 255, 255, 0.237);
    min-height: 30vh;
    padding: 15px;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

}
.action{
        width: 60%;
            display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

}
.action h4{
    font-size: 40px;
        text-align: center;

    background: black;
        color: white;
            padding: 10px;
            width: 100%;


}

.action h5{
    background-color: white;
    font-size: 25px;
    padding: 5px;
            text-align: center;
                width: 100%;


    
}





.action details summary{
    font-size: 25px;
    color:white;
    background-color:  rgba(0, 0, 0, 0.522);
    text-align: center;
        width: 100%;


}

.action details{
        width: 100%;

        background-color: rgba(255, 255, 255, 0.486);

}

.action hr{
    border: 5px solid black;
    width: 100%;
}

.action p{
        background-color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.action details table {
    width: 100%;
    margin-bottom: 5px;
    border-collapse: collapse;
            background-color: white;

}

.action details table tr{
        border: 2px solid black;

}

.action details table td{
    padding: 5px 35px;
    border: 2px solid black;
    width: 50%;
    text-align: center;
    border-left: none;
    border-right: none;
        font-size: 20px;

}

.tabTitle{
    background-color: black;
    color: white;
    font-size: 25px;
}

.aboutTwoMain{
        margin-top: 128px;
        width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

}

.titleAbout{
  background-color: black;
  height: 80px;
  color: white;
  width: 100%;
      display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 40px;
  
}

.topHalfTwo{
    margin-top: 25px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

}

.aboutUs{
    background-color: rgba(255, 255, 255, 0.869);
    margin: 20px;
    width: 50%;
    padding: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.516);
}

.abOneDiv{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.abTwoDiv{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.aboutUs h5{
    font-size: 35px;
}

.aboutUs p{
    font-size: 25px;
    margin-top: 10px;
}

.bottomHalfTwo{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.512);
}

.PartTwo{
    margin: 15%;
}

.PartTwo a{
    text-decoration: none;
    color: white;
    font-size: 25px;
    text-shadow: 5px 5px 5px white;
}

.PartTwo a:hover{
        text-shadow: 5px 5px 5px black;
}


.onePortfol{
    background-color: rgba(255, 255, 255, 0.831);
    padding: 35px;
    margin-bottom: 5.5%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.583); 
}

.firstPartPort{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;

}
.titlePortfol{

}
.titlePortfol h4{
    font-size: 35px;

}
.titlePortfol img{
    margin-top: 15px;
    width: 65%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.559);
}

.contPortfol{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    font-size: 25px;
}

.contPortfol a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.219);
    padding: 2.5px 7.5px;
}

.contPortfol a:hover{
    background-color: white;
    color: black;
}

.resPortfol{
    margin-top: 3.5%;
    font-size: 22.5px;
}

.actionPort{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.831);
    margin-bottom: 3.5%;
}

.actionPort h4{
    font-size: 40px;
    width: 100%;
    background-color: black;
    color: white;
    text-shadow: 5px 5px 15px white ;
    padding: 12.5px 7.5px;
    text-align: center;

}

.actionPort p{
    text-align: center;
        padding: 15px 35px;
        font-size: 30px;


}

.actionPort a{
    margin-bottom: 25px;
    font-size: 25px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.898);
    color: white;
    padding: 3.5px 15px;
    animation: pulse 2s infinite;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.55);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    }
}

.ordMain{
    min-height: 100vh;


}

.ordTwo{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ordForm form{
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* align-items: center; */
    background-color: rgba(255, 255, 255, 0.785);
    padding: 25px;
    font-size: 25px;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.743);


}

.ordForm form input{
    margin: 5px;
    font-size: 25px;
    text-align: center;
    padding: 5px 10px;
}



.ordForm form input[type="checkbox"]{


}

.ordSubmit{
    text-align: center;
}

.ordForm form input[type="submit"]{
    width: 50%;
    text-align: center;
        cursor: pointer;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.743);


}

.ordForm form input[type="submit"]:hover{
    background-color: black;
    color: white;
    border: 2px solid white;
            box-shadow: 5px 5px 5px white;


}

.ordBox{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
            margin: 5px;
}

.ordBox label{
    border-bottom: 2.5px solid transparent;
}

.ordBox label:hover{
    border-bottom: 2.5px solid black;
    cursor: pointer;
}

.gdprFirst{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 3.5%;
    font-size: 25px;
    width: 26.5%;
        background-color: rgba(255, 255, 255, 0.785);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.743);

        padding: 20px;

}

.gdprSecond{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1.5%;
    font-size: 25px;
    width: 50%;
        background-color: rgba(255, 255, 255, 0.785);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.743);

        padding: 20px;

}

.contentGDPR{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gdprFirst a{
    text-decoration: none;
    color: grey;
    margin-top: 25px;
    text-shadow: 5px 5px 20px black;
}

.gdprFirst a:hover{
    color: white;

}





