* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy', sans-serif;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
  overflow-y: scroll;
  overflow-y: scroll;
  scroll-behavior: smooth;
  display: block;
  height: 100vh;
}

button, input[type="submit"] {
    cursor: pointer;
}

article {
    width: 90%;
    margin: 0 auto;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
}


.Header-logo-DU {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0px;
    z-index: 1000;
}

.Header-logo-DU > article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    background-color: #fefeff;
    padding: 30px;
    /* margin: 20px; */
    margin-top: 30px;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: #0241C762 0px 2px 8px 0px;
    
}

.Header-logo-DU img {
    width: 200px;
}

.Menu-Header-logo-DU {
    flex-basis: 70%;
    display: flex;
    justify-content: space-evenly;
}

.Menu-Header-logo-DU > a {
    text-decoration: none;
    font-weight: bold;
    color: #023296;
    display: flex;
    align-items: center;
    border-radius: 30px;
}

.Menu-Header-logo-DU > a:last-child {
    background-color: #2962D6;
    padding: 10px 15px;
    color: white;
}

/* Home Banner */

.HomeBannerDU {
    width: 100%;
    height: 100vh;
    background-image: url('../images/Banner.png');
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    background-size: cover;
    
}

.HomeBannerDU > article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 80%;
    
}

.HomeBannerDU > article > aside:first-child {
    flex-basis: 65%;
    
}
.HomeBannerDU > article > aside:last-child {
    flex-basis: 50%;
    
}

.bannerimage > img {
    width: 45%;
    position: absolute;
    bottom: -10px;
    z-index: 1;
    right: 0px;

}

.bannerContDU {
    flex-basis: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
}

.HomeBannerDU :is(h2,h3) {
    color: white;
    font-size: 45px;
    font-weight: normal;
}

.HomeBannerDU :is(h2,h3) span {
    /* padding: 10px 5px;
    background-color: #6497FF; */
    font-weight: bold;
}

.HomeBannerDU p {
    color: white;
    font-size: 18px;
    width: 90%;
}

.PartnersDU {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    align-items: center;
    padding: 10px 0px;
}

.PartnersDU > div {
    /* flex-basis: 25%; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    padding: 15px ;
    background-color: white;
    box-shadow: 0px 15px 50px 0px #0434b8;
}



/* .PartnersDU > div:last-child {
    background-color: #6396FF;
    box-shadow: 0px 15px 50px 0px #0434b8;
    padding: 0px;
    flex-basis: 20%;
    height: 50px;
} */

.PartnersDU > div img {
    width: 130px;
    border-radius: 30px;
    
}

.PartnersDU > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.PartnersDU > div > a {
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.BannerForm {
    width: 85%;
    background-color: white;
    padding: 5px;
    border-radius: 30px;
}

.BannerForm > form {
    display: flex;
}

.BannerForm input {
    padding: 13px;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    outline: none;
}

.BannerForm input:first-child {
    flex-basis: 70%;
}

.BannerForm input:last-child {
    flex-basis: 30%;
    background-color: #2D69E3;
    color: white;
    font-weight: bold;
}

.contactBtnDU {
    padding: 20px 0;
    border-radius: 30px;
}

.bannerContDU > div > a {
    border: none;
    outline: none;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
    background-color: #6396FF;
    padding: 20px 30px;
    border-radius: 30px;
}


/* Home Banner */

/* serviceDU */

.serviceDU {
    width: 100%;
    background-color: #F5F8FF;
    padding: 80px 0;
}

.serviceDU > article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.serviceheadDU {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.serviceheadDU > h2 {
    color: #1353D8;
    text-align: center;
    font-size: 3.6rem;
    width: 70%;
    /* font-weight: 1000; */
}

.serviceheadDU > p {
    font-weight: bold;
    font-size: 22px;
    width: 70%;
    text-align: center;
}

.servicebodyDU {
    width: 90%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.servicebodyDU > div {
    flex-basis: 30%;
    height: 400px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: transform.5s ease-in-out;
}

.servicebodyDU > div > div {
    /* height: 50%; */
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
    justify-content: start;
    gap: 10px;
}

.service:hover {
    transform: scale(1.1);
}

.service > div > img {
    width: 100%;
}

.service p {
    font-size: 14px;
}

.service1 , .service6 {
    background-image: url('./images/bg-blue.jpg');
    background-color: #0434b8;
    color: white;
    /* background-size: contain; */
    box-shadow: 1px 1px 40px 1px #e0e0e0;
    background-size: cover;
}

.service2, .service5 {
    background-color: white;
    box-shadow: 1px 1px 40px 1px #e0e0e0;
    color: #1353D8;
}

.service3, .service4 {
    color: #1353D8;
}

.service2  p, .service5  p, .service3  p, .service4  p {
    color: #121111;
}

/* serviceDU */

/* aboutusDU */

.aboutusDU {
    background-color: #F5F8FF;
    padding: 10px 0;
    position: relative;
}

.aboutusDU > article {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.aboutusDU > article > aside:last-child {
    flex-basis: 60%;
}

.aboutuscont {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    gap: 15px;
}

.aboutuscont > div > h3 {
    color: #0241C7;
    font-size: 33px;
    font-weight: bold;
}

.aboutuscont > div > h2 {
    color: #4d4c4c;
    font-weight: bolder;
    font-size: 39px;
    font-weight: bold;
}

.aboutuscont > div > h2 > span {
    background-image: linear-gradient(to right, rgba(0,0,255,0), #0241C7, #0241C7);
    padding: 5px;
    color: white;
    font-family: 'Gilroy-Bold';
}

.aboutuscont > p {
    font-size: 16px;
}
.aboutuscont > div:last-child {
    padding: 20px 0;
}
.aboutuscont  a {
    border: none;
    outline: none;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    height: 100%;
    background-color: #0241C7;
    padding: 15px;
    border-radius: 30px;
}


.aboutImg img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.lineimg {
    width: 100%;
    background-color: #6797EB;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* aboutusDU */

/* latest works */
.latestWorksDU {
    background-color: #F5F8FF;
    padding: 50px 0;
}

.latestWorksDU > article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.latestworkHead {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.latestworkHead > h2 {
    color: #1353D8;
    text-align: center;
    font-size: 3.6rem;
    width: 70%;
    /* font-weight: 1000; */
}

.latestworkHead > p {
    font-weight: bold;
    font-size: 22px;
    width: 70%;
    text-align: center;
}

.latestworkbody {
    width: 100%;
    display: flex;
    margin: 0 auto;
    /* flex-wrap: wrap; */
    gap: 40px;
    justify-content: space-between;
}

.latestworkbody > div {
    flex-basis: 30%;
    min-width: 300px;
    /* height: 350px; */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    /* background-color: #0241C7; */
    gap: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.latestworkbody > div a {
    color: black;
}



/* latest works */

.contactusDU {
    background-color: #023296;
    padding: 60px 0 30px;
    margin: 50px 0;
}

.contactusDU > article {
    display: flex;
    flex-wrap: wrap;
}

.contactusDU > article > aside {
    flex-basis: 50%;
}

.contactusformDU {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 10px;
}

.contactusDU > article > aside:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.contactAddress h3 {
    font-size: 70px;
    color: #fff;
}

.contactAddress p {
    font-size: 22px;
    color: white;
}

.contactusformDU form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contactusformDU form label {
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.contactusformDU form span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contactusformDU :is(input, select){
    width: 100%;
    padding: 13px;
    font-size: 18px;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
}

.contactusformDU input[type="submit"] {
    background-color: #0241C7;
    color: white;
    font-weight: bold;
    margin-top: 20px;
}

.contactusformDU :is(input, select):focus {
    outline: 1px solid #1353D8;
}


.footerDU {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(45deg, #0F40A9, #2763DF, #023296, #0248DC);
}

.footerDU article {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.footerDU article h2 {
    font-size: 26px;
}


.TestimonialsDU {
    background-color: #F5F8FF;
    padding: 50px 0;
}

.TestimonialsDU > article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.TestimonialsHead {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.TestimonialsHead > h2 {
    color: #1353D8;
    text-align: center;
    font-size: 3.6rem;
    width: 70%;
}

.TestimonialsHead > p {
    font-weight: bold;
    font-size: 22px;
    width: 70%;
    text-align: center;
}

.TestimonialsbodyDU {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.slide {
    flex: 0 0 30%;
    height: 300px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 1px 1px 40px 1px #e0e0e0;
    box-sizing: border-box;
    transition: transform 1s ease-in-out;
    text-align: center;
}

.slide > p {
    height: 65%;
    overflow-y: hidden;
    text-align: center;
    font-size: 15px;
}

.slide span i {
    color: #F8B805;
}

.slide hr {
    margin: 10px;
}

.slide a {
    color: white;
}

.slide:nth-child(3n+1),
.slide:nth-child(3n+3) {
    background-color: #fff;
    transition: transform 1s ease-in-out;
}

.slide:nth-child(3n+2) {
    background-color: #0241C7;
    color: white;
    transition: transform 1s ease-in-out;
}

@media (max-width: 768px) {
    .slide {
        flex-basis: 100%;
        margin: 10px 0;
    }

    .HomeBannerDU > article > aside {
        flex-basis: 100%;
    }

    .HomeBannerDU :is(h2,h3) {
        font-size: 2rem;
        line-height: 50px;
    }

    .HomeBannerDU h2 span {
        font-size: 3rem;
    }

    .HomeBannerDU > article > aside:last-child {
        flex-basis: 100%;
        
    }

    .bannerimage > img {
        position: static;
    }
}

