@font-face {
    font-family: DMsans-medium;
    src: url(/fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: DMsans-bd;
    src: url(/fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: Montserrat-SB;
    src: url(/fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: DMsans-regular;
    src: url(/fonts/DMSans-Regular.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    overflow-x: hidden;
    
}
html{
    scroll-behavior: smooth;
}

#active{
    color: #8280CB;
}
/* services hero section */

.servicehero-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.servicehero-container {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #8280CB;
    padding: 5rem 7rem;
}

.servicehero-container p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    padding: 5px 0;
}

.services-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 20px;
}

.services-container .services h2 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-family: DMsans-regular;
    line-height: 1.1em;
    padding: 0 20px;
    cursor: pointer;
    border-left: 5px solid transparent;
    margin: 10px;
}

.services-container .services a {
    color: inherit;
    text-decoration: none;
}

.services-container .services h2:hover {
    color: #1A192B;
    border-left: 5px solid white;
}


/* .active1{
    color: #1a192b !important;
    border-left:4px solid white !important;
} */

.services-container .service-img img {
    width: 80%;
}


/* end of hero section */


/* services section */

.servicesslider-section {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.servicesslider-container {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 2rem 3rem;
}

.services button {
    visibility: hidden;
}

.slider-box p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    margin-bottom: 10px;
    width: 85%;
}

.principles {
    overflow-x: hidden;
    width: 100%;
}

.slider-box {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.principles-title .slick-slide {
    min-height: auto !important;
}

.principles-title .slide {
    width: auto;
    text-align: center;
}

.slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    position: relative;
    text-align: center;
}

.slider-title p {
    color: #c7c7c7;
    text-align: center;
    font-size: 25px;
    font-family: Montserrat-SB;
    line-height: 1.4em;
    font-weight: 600;
    width: 100%;
}

.slide-container {
    padding: 30px 30px;
    background-color: #2f2f2f;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-container p:nth-child(1) {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
}

.slide-container img {
    margin-bottom: 30px;
    width: 85%;
}

.slide-container p:nth-child(3) {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-family: DMsans-regular;
    line-height: 1.4em;
    width: 80%;
}

.slide-container button {
    background-color: transparent;
    border: 1px solid transparent;
    text-align: left;
    align-self: flex-start;
    margin-left: 6.5vw;
    margin-top: 1vw;
}

.slide-container button a {
    color: #fff;
    text-decoration: none;
    
}

.slide-container button:hover {
    border-bottom: 1px solid white;
}

.arrows {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.arrows p {
    font-size: 50px !important;
}

.arrows .next .fa {
    background-color: #fff;
    color: #2f2f2f;
    padding: 0px 17px 0 12px;
    border-radius: 50%;
}

.arrows .prev {
    text-align: right !important;
}

.arrows .prev .fa {
    background-color: #fff;
    color: #2f2f2f;
    padding: 0px 12px 0 17px;
    border-radius: 50%;
}

.slick-slide.is-active p {
    color: #1a1a2b;
    background-color: #fff
}


/* contact section */

.contact-section {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.contact-container {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f0f0f0;
    padding: 5rem 7rem;
}

.copy-section {
    width: 100%;
    padding: 20px 50px;
    height: 100%;
    position: relative;
}

.copy-section p {
    color: #000;
    font-family: DMsans-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.595px;
    margin: 10px 0;
}

.copy-section h5 {
    color: #000;
    font-family: DMsans-medium;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin: 15px 0;
    padding: 0 90px 0 0;
}

.copy-section img {
    border-radius: 20px;
    margin-top: 30px;
}

.copy-section .arrow-vector {
    position: absolute;
    right: 100px;
}

.form {
    width: 80%;
    padding: 40px 50px 20px;
    height: 100%;
    background-color: #fff;
    margin: 30px;
    border-radius: 15px;
    box-shadow: 1px 1px 15px 2px #00000042;
}

.form input {
    width: 100%;
    background-color: rgba(140, 170, 228, 0.10);
    padding: 15px;
    border: 1px solid rgba(140, 170, 228, 0.10);
    margin: 10px 0px;
    font-size: 16px;
    color: #000;
    border-radius: 6px;
}

.form input[name=Message] {
    height: 9em;
}

.form label {
    color: #2F2F2F;
    font-family: "DMsans-bd";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

input:focus {
    border: 1px solid rgba(140, 170, 228, 0.10);
    background-color: white;
    color: black;
}

input::placeholder {
    color: white;
}

.form button {
    padding: 0.6rem 3rem;
    border-radius: 10px;
    background-color: #49BB0E;
    color: white;
    font-size: 18px;
    font-family: DMsans-BD;
    margin-top: 30px;
    border: 1px solid #49BB0E;
}
.error{
    display: none;
    color: red;
    font-family:'Montserrat', sans-serif;
    font-size: .8vw; 
    margin-bottom: 1vw;
}

@media screen and (max-width: 768px) {
    /* hero section */
    .servicehero-container {
        padding: 2rem 1rem;
    }
    .error{
        font-size: 2vw;
    }
    .services-container {
        flex-direction: column;
    }
    
    .servicehero-container p {
        margin-left: 9vw;
    }
    .services-container .services h2 {
        font-size: 22px;
        padding: 0 0 0 20px;
    }
    .services-container .service-img {
        padding: 0 20px;
        text-align: center;
        margin-top: 8vw;
    }
    .services-container .service-img img{
        width: 70%;
        
    }
    .slide-container button{
        margin-left: 0;
    }
    /* end of hero section */
    /* contact section */
    .contact-container {
        flex-direction: column;
        justify-content: space-evenly;
        padding: 3rem 0rem;
    }
    .copy-section h5 {
        font-size: 22px;
        margin: 15px 0;
        padding: 0;
    }
    .copy-section .arrow-vector {
        position: relative;
        right: 0px;
        transform: rotate(90deg);
        margin: 60px 0 20px
    }
    .form {
        width: 90%;
        padding: 40px 30px 20px;
        margin: 30px;
    }
    .form label {
        font-size: 14px;
    }
    .form input {
        font-size: 14px;
    }
    .form button {
        font-size: 16px;
        width: 100%;
    }
    /* end of contact us section */
    /* service slider section */
    .servicesslider-container {
        max-width: 1920px;
        padding: 1rem 1rem;
        overflow-x: hidden;
    }
    .slide-container {
        padding: 10px;
    }
    .slider-box p {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    .slide-container img {
        margin-bottom: 30px;
        width: 100%;
    }
    .arrows {
        display: none;
    }
    .slick-next {
        right: 0;
    }
}