    .adrs{
        width:320px;
    }
    #banner, #history{
        background-color: var(--av_bg-1);
        height: 90vh;
        display: flex;
        flex-direction: column;
    }
    #banner>div, #history>div{
        flex-grow: 1;
        width: 100%;
        display: flex;
        align-items: center;
        height: -webkit-fill-available;
    }
    .banner-photo{
        background-color: white;
    }
    .banner-photo img{
        width: 100%;
        border: 12px solid white;
        box-sizing: border-box;
    }
    .banner-text>.text-container{
        display: flex;
        height: 62%;
        justify-content: center;
        flex-direction: column;
    }
    .banner-text h1, .history-text h2{
        font-size: 3rem;
        font-family: 'Pathway Gothic One', sans-serif;
        color: darkslategray;
        margin: 0;
    }
    .banner-text .getcall{
        margin-top: 2rem;
        font-size: 1.2rem;
    }
    .banner-scoial{display: none;}
    .card h2, .card h3{
        font-weight: 400;
    }
    #follow{
        color: #212121;
        font-weight: 400;
        align-items: baseline;
        margin: 5% 10%;
        flex-direction: column;
    }
    #follow h4{
        margin-left: 1rem;
        cursor: pointer;
    }
    #follow svg, .getcall svg{
        fill: inherit;
        transform: rotate(90deg);
        width: 20px;
        margin-left: 1rem;
    }
    .getcall a{
        text-decoration: none;
        color: dimgray;
        display: flex;
        align-items: center;
    }
    #gallery .img-div{
        width: var(--gal-img_c_width);
        height: calc( var(--gal-img_c_width) * 0.75 );
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: 2px solid white;
        border-radius: 8px;
        transition: all 1s;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    #gallery .img-div>h3{
        color: white;
        font-size: 1.6rem;
        padding: 0.2rem 0.6rem;
        margin-bottom: 1rem;
        backdrop-filter: brightness(0.5);
        display: none;
    }
    #gallery .img-div:hover, #gallery .img-div:active{
        background-position: top;
    }
    .history-text{
        align-items: flex-start;
        padding: 3rem;
        margin-top: 6rem;
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: 22vh;
        background-position-y: top;
    }
    .history-text p{
        padding-top: 2rem;
        font-size: 0.9rem;
        line-height: 1.5rem;
        min-height: 22vh;
    }
    .history-text>div{
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: bottom;
        padding-bottom: 18vh;
        background-size: 14vh;
    }
    #history{
        background-color: white;
        height: auto;
    }
    .history-img{
        z-index: 1111;
    }
    .history-img img{
        width: 92vw;
        border: 12px solid white;
        box-sizing: border-box;
    }
    .img-container{
        z-index: 1111;
    }
    .line-banner{
        height: 15vh;
        margin-bottom: 10vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: center;
        position: absolute;
        display: block;
        bottom: 32vh;
        width: 100%;
        margin-left: 0;
    }
    .svg-line-cont{
        width: 100vw;
        height: 78%;
        padding-left: 4vw;
        position: absolute;
    }
    #service{
        margin: 0;
        background-position-x: right;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-size: 45vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #service .first-div{
        margin: 0;
        background-color: #212121;
        height: 100vh;
        position: absolute;
        text-align: -webkit-center;
        width: 100%;
    }
    #service .card{
        background-color: var(--av_bg-1);
        border: 12px solid white;
        height: auto;
        flex-direction: column;
        position: relative;
        bottom: 16vw;
        top: 65vw;
        padding-bottom: 2rem;
    }
    .ser-cont{
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .ser-cont li{
        margin: 0.4rem;
        font-weight: 500;
        color: darkslateblue;
        font-size: 1.2rem;
        border: 1px solid;
        padding: 0.6rem 0.8rem;
    }

    @media (max-width: 426px) {
        /* if viewport <= 426 */

        .banner-photo{width: 96% !important;}
        .card{
            width: 85vw;
            bottom: 60vw !important;
        }
        .no-1 h2{
            width: 150px;
            margin: 0 3rem;
            text-align: left;
        }
        .no-1{
            flex-direction: column;
        }
        .no-1 a{
            margin: 2rem 3rem 0;
        }
        #service{
            background-image: none !important;
            height: 160vh;
        }
    }
    @media screen and (min-width: 426px) {
        /* if viewport is 426px or greater */
        #mob-nav, #toggle{
            display: none;
        }
        #banner, #history{flex-direction: row;}
        #banner>div, #history>div{
            width: 50%;
        }
        .banner-photo img{
            width: 120%;
            border-left: 0;
        }
        .banner-text>.text-container{
            background-color: white;
            width: 60%;
            padding-left: 4rem;
        }
        .banner-text h1{
            font-size: 2.5rem;
            margin: 0.6rem 0;
        }
        .banner-scoial{display: flex;}
        #follow{
            flex-direction: row;
        }
        .history-text{
            background-size: 30vh;
            margin-top: 3rem;
        }
        .img-container, .history-img{
            padding-left: 10vw;
            width: 100%;
        }
        #service{
            margin: 10vw;
        }
        .svg-line-cont{
            width: 38vw;
            height: 38vw;
            padding-bottom: 0;
        }
        #service .first-div{
            height: 50vh;
            margin: 0 6rem;
            width: 80%;
            position: relative;
        }
        #service .card{
            flex-direction: row;
            margin: 1rem 12rem;
            top: -16vw;
        }
        #history{
            padding: 2.5rem;
            padding-top: 10vw;
        }
        .history-text {
            align-items: flex-start;
            width: 30vw !important;
            padding: 3rem;
            margin-top: 0;
        }
        #history>div{
            align-items: baseline;
            padding-top: var(--pad-top);
        }
        .history-img img{
            width: 40vw;
        }
        .img-container{z-index: unset;}
        .line-banner{ 
            width: 48vw;
            bottom: -30px;
            display: block;
            margin-bottom: 10vw;
        }
    }
    
    @media screen and (min-width: 800px) {
        /* if viewport is 800px or greater */
        .banner-text h1{
            font-size: 4.6rem;
        }
        .line-banner{
            margin-bottom: 5vw;
        }
        
    }
    @media (min-width: 1440px) {
        .line-banner{
            margin-bottom: 3vw;
        }
    }


#service .av-btn{
    color: var(--av_bg-1);
    font-size: 1rem;
}
