*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.first-page-div{
    height: 100vh;
    background: url("imges/the-town-bg-01.4fb1a448e9b51ceb326a.jpg");
    background-size: cover;
    background-position: 80%;
}

.upper-section-div{
    display: flex;
    justify-content: space-between;
    padding: 2em;
}

.upper-right-part{
    display: flex;
    gap: 1.5em;
}

.upper-section-div a{
    text-decoration: none;
    color: aliceblue;
    font-size: 1.5em;
    font-style: italic ;
    font-weight: bold;
}

.first-page-div .upper-section-div .upper-right-part .blue-link {
    color:#4169e1;
}

.upper-section-div a:hover{
    color: #4169e1;
}

.middle-section-div{
    display: flex;
    flex-direction: column;
    height: 75%;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
    color: aliceblue;
}

.middle-section-div h1{
    font-size: 2.5em;
}

.middle-section-div a{
    text-decoration: none;
    color: #4169e1;
}

.second-page-div{
    display: flex;
    gap: 2em;
    padding: 4em;
    margin: 2em 4.5em;
}

.second-page-div .img-div img{
    width: 80%;
}

.second-page-div .text-div{
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.468);
}

.second-page-div .text-div h1{
    margin-bottom: 0.5em;
    color: #4169e1;
    font-size: 2em;
}

.second-page-div .text-div .button-div button{
    margin-top: 1.2em;
    font-size: 1em;
    border-radius: 0.5em;
    padding: 0.3em;
    border-color: #4169e1;
    background-color: #4169e1;
    color: aliceblue;
}


.last-section {
    background-image: linear-gradient(180deg,#e3987f,#5c648c);
    width: 100%;
    padding: 2em 4.5em;
    display: flex;
    justify-content: space-evenly;
}

.last-section div{
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}

.last-section div h1{
    color: aliceblue;
}

.last-section div a{
    text-decoration: none;
    color: #4169e1;
    font-size: 1.2em;
    
}

.last-section div p{
    color:  rgba(0, 0, 0, 0.468);
}

.third-page-div-text{
    padding: 3.2em 3.2em 0 3.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.third-page-div-text .text-div2{
    text-align: center;
}

.third-page-div-text .text-div2 h1{
    margin-bottom: 0.5em;
    font-size: 2.2em;
    color: #4169e1;
}

.third-page-div-text .text-div2 p{
    color:  rgba(0, 0, 0, 0.505);
}


.third-page-div-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4em;
}

.third-page-div-img img{
    width: 200px;
    height: 200px;
    margin: 1em;
}

.footer-div{
    height: 75vh;
    background: url(imges/the-town-bg-02.d00ce147e8572c7e554e.jpg);
    background-size: cover;
    background-position: center;
}

.footer-div .contact-us-div {
    padding: 2em 4.5em;
}

.footer-div .contact-us-div h1{
    margin-bottom: 0.5em;
    color: aliceblue;
    font-size: 2.5em;
}

hr{
    width: 90%;
    height: 0.2em;
}

.footer-div .contact-us-div p{
    margin-top: 2em;
    width: 90%;
    font-size: 1em;
    color: rgba(240, 248, 255, 0.849);
    word-spacing: 0.2em;
    line-height: 2em;
}

.footer-div .phone-div{
    padding: 2em 4.5em;
    display: flex;
    justify-content: space-between;
    width: 85%;
    color: aliceblue;
}

.footer-div .loc-mail-div{
    padding: 2em 4.5em;
    display: flex;
    justify-content: space-between;
    width: 85%;
    color: aliceblue;
}

.footer-div .loc-mail-div .mail-div .email-input-type{
    font-size: 1.2em;
    background: none;
    border: aliceblue solid 0.1em;
    padding: 0.2em;
    border-radius: 0.5em;
}

::placeholder{
    color: aliceblue;
}

.footer-div .loc-mail-div .mail-div button{
    margin-left: 1em;
    font-size: 1.4em;
    padding: 0.2em;
    color: #4169e1;
    border-radius: 0.5em;
}

.footer-div .buttom-div{
    color: aliceblue;
    font-size: 1em;
    padding: 2em 4.5em;
    display: flex;
    justify-content: center;
}

.footer-div .buttom-div span {
    color: #4169e1;
    font-size: 1.3em;
}