html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    cursor: pointer !important;
    text-decoration: none;
}

body {
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.nav-link-custom {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none; /* Hiq nėnvijėzimin default */
    color: #000; /* Ngjyra e tekstit (ndrysho sipas nevojės) */
}

    .nav-link-custom:hover {
        text-decoration: underline; /* Shto vijėzimin kur vendos kursorin mbi */
    }


.footer a:hover {
    text-decoration: underline;
}

.footer img {
    transition: transform 0.3s ease-in-out;
}

    .footer img:hover {
        transform: scale(1.1);
    }

.footer {
    line-height: normal !important;
    background-color: #D9D9D9;
    position: relative !important;
}

.pod-pow {
    background-color: #9B9B9B;
}

.container {
    width: 100%;
    display: math;
    margin: 0;
    padding: 0;
}

section {
}

.home {
    background: url('/Images/banner.png') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
}



.home-content {
    background: #FFFFFF4D;
    z-index: 1;
    width: 500px;
    height: 560px;
    margin: 60px 0;
    border-radius: 34px;
    padding: 30px;
    top: 174px;
    left: 62px;
}

.line {
    width: 48%;
    height: fit-content;
    border-width: 3px;
    border-top: 3px solid #0053A1;
}

.square {
    background: #0053A1;
    width: 10px;
    height: 10px;
    top: 193px;
    left: 364px;
    border-radius: 3px;
}

.info {
    color: #024C92;
    width: fit-content;
    height: 40px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 15px;
    text-align: start;
    padding-top: 5px;
}

.title {
    width: 80%;
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-size: 35px;
    letter-spacing: 0px;
    text-align: start;
    color: #F1F1F1;
}

.list {
    width: 100%;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: start;
    color: #F1F1F1;
}

.button {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    color: #2C2C2C;
    padding: 15px 20px;
    border-radius: 13px;
    background: var(--Background-Utilities-Scrim, #FFFFFFCC);
    cursor: pointer !important;
}

.services {
    background: url('/Images/backgroun-img.png') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: center;
    color: white;
    position: relative;
    height: fit-content;
}

.services-content {
    width: 100%;
    border-radius: 34px;
    padding: 30px;
    top: 174px;
    left: 62px;
}

.line-section {
    width: 100%;
    height: fit-content;
    border-width: 3px;
}

.line-big {
    width: 70%;
    border-width: 3px;
    border: 2px solid #0053A1;
}

.line-small {
    width: 20%;
    border-width: 3px;
    border: 2px solid #0053A1;
}

.section-title {
    margin-left: 71.5%;
}

.section-description {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    text-align: start;
}

.explore {
    color: black;
    width: 400px;
}

.articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.article {
    width: 230px;
    height: 320px;
    padding: 8px;
    border-radius: 23px;
    background: #F1F1F1A6;
    backdrop-filter: blur(4px);
    margin: 20px;
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-article {
    width: 220px;
    height: 160px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #40A2B4;
}

.contact-service {
    width: 1345px;
    height: 194px;
    margin: auto;
    top: 2169px;
    left: 47px;
    border-radius: 23px;
    border-width: 3px;
    border: 3px solid #0053A1;
    align-content: center;
}

.contact {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #0053A1;
}

.call-img {
    width: 68px;
    height: 68px;
    top: 2226px;
    left: 860px;
}

.gallery {
    background: url('/Images/backgroun-img.png') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: center;
    color: white;
    position: relative;
    height: fit-content;
}


.gallery-content {
    width: 100%;
    border-radius: 34px;
    padding: 30px;
    top: 174px;
    left: 62px;
}

.gallery-title {
    margin-left: 23%;
}

.more-gallery {
    width: 1345px;
    height: 100px;
    margin: auto;
    top: 2169px;
    left: 47px;
    border-radius: 23px;
    border-width: 3px;
    border: 3px solid #0053A1;
    align-content: center;
    justify-content: center;
}

.more {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #0053A1;
}


.about-us {
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: center;
    color: white;
    position: relative;
    height: fit-content;
}

.about-us-line {
    width: 45%;
    border-width: 3px;
    border: 2px solid #0053A1;
}


.about-us-content {
    width: 100%;
    border-radius: 34px;
    padding: 30px;
    top: 174px;
    left: 62px;
}

.about-us-title {
    margin-left: 47.5%;
}

.about-us-box {
    background: url('/Images/about-us.png') no-repeat center center;
    width: 1372px;
    height: 447px;
    top: 3195px;
    left: 33px;
    border-radius: 23px;
}

.aboutus-title {
    height: 73px;
    top: 3223px;
    left: 437px;
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    line-height: 48.41px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.aboutus-description {
    height: 261px;
    margin: 20px 90px;
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}


@media (max-width: 768px) {
    .aboutus-description {
        margin: 0px 5px;
        font-size: 15px;
        text-align: start;
        
    }

    .article {
        margin: 0 0 20px 0;
        width: 160px;
        height: 220px
    }

    .image-article {
        width: 150px;
        height: 110px;
    }

    .tel-img-vid {
        width: 144px !important;
        height: 110px !important;
    }
}

