@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    margin: 0;
    color: #ffffff;
    font-family: Poppins;
    font-size: 0.6em;
    position: relative;
    /*background-color: hsl(0, 0%, 95%);*/
    background-image: url(n1.jpg);
    background-position: right;
    background-size: cover;
    background-attachment:fixed;
}
a{
    text-decoration: none;
}
header{
    width: 1140px;
    max-width: 80%;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    padding-bottom: 20px;
}
header a{
    color: #ffffffeb;
    font-weight: bolder;
    margin-right: 40px;

}
.topcontent{
    position: relative;
    display: block;

}

main .img1{
    display: block;
    width: 95%;
    max-width: 550px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 45px;
}

main .content{
    position: absolute;
    width: 80%;
    max-width: 450px;
    top: 40em; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, -50%); /* Centers the text */
}


main .Contact{
    color: white;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;

}
main .contdiscr{
    color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.1em;
}
main .Address{
    color: white;
    margin-top: 5em;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.3em;
}
main .map{
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid rgb(73, 113, 244);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: rgba(61, 137, 213, 0.673);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
button:hover {
  background: rgb(61, 106, 255);
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}
button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
button a{
    color: rgba(255, 255, 255, 0.923);
}

main .Phone{
    padding-top: 5em;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.3em;
}
main .Email{
    padding-top: 40px;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.3em;
}
main .Hours{
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.3em;
}

main .discr{
    font-size: 1.1em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
main .center-discrhours{
    text-align: center;
}
main .discrhours{
    background-color: hsla(194, 92%, 43%, 0.549);
    display: inline-block;
    font-size: 1.1em;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0.7em;
    border: 2px solid hsla(194, 84%, 25%, 0.707);
    border-radius: 10px;
}

main .clossing{
    font-size: 1.6em;
    font-style: italic;
    text-align: center;
    padding-top:30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 2px;
}