html {
    scroll-behavior: smooth;
}

main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header {
    width: 100%;
    min-height: 930px;
    position: relative;
    overflow: hidden;
    background: url('../images/back1.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

header .text {
    margin: 25% 10%;
}

header .gallery {
    background-color: white;
    height: 600px;
    box-shadow: 0px 0px 20px -8px #000000;
    transform: skew(-10deg);
    overflow: hidden;
}

header .gallery .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    transform: skew(10deg);
}

header .gallery .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

header .down a {
    font-size: 50px;
    color: #2A50BF;
}

header .gallery .swiper-slide-prev,
.swiper-slide-next {
    filter: blur(10px);
}

swiper-slide-prev .form-section {
    width: 100%;
    min-height: 930px;
    position: relative;
    overflow: hidden;
    background: url('../images/form-img.jpg') no-repeat top center;
    background-size: cover;
}

.our-services {
    width: 100%;
    min-height: 930px;
    background-image: linear-gradient(to right, #190C3A, #18378A, #190C3A);
    overflow: hidden;
}

.our-services .txt-box {
    padding: 4%;
    transition: all 0.8s;
    cursor: pointer;
}

.our-services .txt-box:hover {
    background-color: crimson
}

.our-services .txt-box p {
    line-height: 30px;
    font-family: cursive;
}

.our-services .img-box {
    transition: all 0.5s;
    cursor: pointer;
}

.our-services .img-box:hover {
    transform: scale(1.1)
}

.form-section {
    width: 100%;
    min-height: 930px;
    position: relative;
    overflow: hidden;
    /*background: url('../images/form-img.jpg') no-repeat top center;
    background-size: cover;*/
    background-image: linear-gradient(to right, #190C3A, #18378A, #190C3A);
    background-attachment: fixed;
}

.form-section .form {
    background-image: linear-gradient(to right, #190C3A, #18378A, #190C3A);
}

.form-section .icons {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2%;
}

.form-section .icons a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    color: white;
    text-decoration: none;
    transition: all 0.5s;
}

.form-section .icons a:hover {
    transform: translateY(-10px);
}


/*---Global-Framework---*/

h1 {
    text-shadow: 0px 5px 10px black;
    font-family: 'Times New Roman', Times, serif;
}