@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home-body {
    background-image: url("towerInSky.jpeg");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}

@media screen and (max-width: 1056px) {
    .home-body {
        background-image: url("towerInSky-mobile.png");
    }
}

.main-bg-body {
    background-image: url("towerInSky2.png");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size: cover;
    min-height: 100vh;
}
  
.topnav {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 10px 2px 10px rgb(112, 112, 112);
    height:80px;
    position: relative;
}

.topnav a {
    float: left;
    color: #272727;
    text-align: center;
    padding: 21px 15px;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
    margin: 10px;
}

.topnav a:hover {
    color: rgb(162, 162, 162);
}

.topnav a.active {
    color: rgb(107, 107, 107);
}

@media screen and (max-width: 1056px) {
    .topnav a:not(#main-logo) {
        pointer-events: none;
        display: none;
    }

    .topnav span {
        pointer-events: auto;
    }
}

@media screen and (min-width: 1057px) {
    .topnav span {
        pointer-events: none;
        cursor: default;
        display: none;
    }
}

.topnav span {
    position: absolute;
    left: 90%;
    transform: translateX(-50%);
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin-top: 15px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.home-text-container {
    width: 60%;
    float: right;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    margin-top:-40px;
}
.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin-left:30px;
}

@media only screen and (max-width: 1056px) {
    body {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

#about-us-msg {
    margin-top: 60px;
}

.about-mobile {
    display: none;
    padding: 15px;
}

.about-mobile p {
    font-size: 21px;
}

.about-mobile img {
    width:60%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-top: 30px;
}

@media screen and (max-width: 1056px) {
    .about-desktop {
        display: none;
    }

    .about-mobile {
        display: block;
    }
}

.about-left {
    width: 50%;
    float:left;
    height: 375px;
}

.about-left img {
    width:60%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-top: 100px;
}

.about-right {
    width: 50%;
    float:right;
    height: 375px;
}

.about-right p, .about-right h1 {
    margin:10px;
    padding-left:20px;
    padding-right:20px;
    margin-right: 50px;
    padding-top: 80px;
}

.about-right p {
    font-size: 21px;
    text-align: justify;
    text-justify: inter-word;
}

#about-p {
    font-size: 21px;
    padding: 25px;
}

@media only screen and (max-width: 1056px) {
    #about-us-msg {
        margin-top: 20px;
    }
    .about-left, .about-right {
        width: 100%;
        float: none;
        height: auto;
    }

    .about-right p, .about-right h1 {
        padding: 10px;
    }

    .about-left img {
        margin-top: 0px;
    }
}

.s-section {
    flex: 1;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.605);
}

@media only screen and (min-width: 1056px) {
    .s-container {
        display: flex;
    }   
}

.bordered-img {
    width:80%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.bordered-img-da {
    width:80%;
    border: 0px solid white;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.services-btn {
    background-color: rgb(0, 68, 255);
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    transition: box-shadow 0.3s;
}

.services-btn:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.services-hide {
    display: none;
}

.services-show {
    display: block;
    padding:15px;
    font-size: 18px;
}