﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    padding: 0;
    margin: 0
}
html {
    font-family: "Inter", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}
ul, li, h1, h2, h3, h4, h5, h6, p, label, span, div, table, th, tr, td {
    margin: 0;
    padding: 0;
    list-style: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
a {
    text-decoration: none
}
p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}
.bigpara {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 33px;
}
h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.025em;
}
h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 52px;
}

h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500; 
}
h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 18px;
    font-weight:800;
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    padding: 18px 53px;
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
    background: linear-gradient(135deg, #15335d 0%, #985305 100%);
    font-weight: 800;
    border-radius: 33px;
    transition: transform 0.3s ease, background 0.3s ease;
    backdrop-filter: blur(5px);
}
    .btn:hover {
        color: #fff;
        text-decoration: none;
        transform: translateY(-10px);
        background: linear-gradient(205deg, #cf9f09 27%, #13335d 100%);
       
      
    }
/*header css*/
header {
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    padding: 15px 0 15px;
}
.dasca-logo {
    border-right: 1px solid #ccc;
    padding-right: 26px;
    width: 256px;
    float: left;
    height: 90px;
    padding-top: 14px;
}

.dasca-logo img {
        width: 100%;
    }
.uajy-logo {
        width: 88px;
    float: left;
    padding-left: 20px;
    padding-top: 0px;
}
.uajy-logo img {
        width: 100%;
    }
.affix {
    position: fixed;
}
/*main css*/
.home-banner {
    padding: 243px 0 0px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 500px;
}
    .home-banner h1 {
        color: #fff;
        font-size: 55px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 64px;
        text-shadow: 5px 4px 3px rgba(0, 0, 0, 0.2);
    }

 

.case-study-sec {
    padding: 80px 0;
}
    .case-study-sec .innrt {
            width: 100%;
        margin: 0 auto; text-align:center;
    }

.about-sec {
    padding: 80px 0;
    background: #f2f2f2;
}
.about-sec h2 {
    color: #13335d
}
.about-sec img {
        width: 100%;
    }

.shaping-sec {
   padding: 80px 0;
    background: #15335d;
}
    .shaping-sec img {
        width: 100%;
    }
    .shaping-sec h2, .shaping-sec p{color:#fff;}

    .shaping-sec ul {
          display: flex;
    margin: 15px 0 25px;
    /* float: left; */
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    padding: 0px;
    }
       .shaping-sec ul li {
    width: 32.9%;
    list-style: none;
    color: #fff;
    padding-right: 20px;
    line-height: 35px;
    padding-left: 16px;
    border-right: 1px solid #9fc6fd82;
    margin-right: 10px;
    padding: 15px 15px;
    border-radius: 0px;
}
        .shaping-sec ul li span {
    font-size: 14px;
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
   
}
            .shaping-sec ul li:nth-child(2n+2){ margin-right:10px;}
            .shaping-sec ul li b {
                font-weight: 800;
                color: #fff;
            }
            .shaping-sec .bxlft {
                padding-top: 0px;
            }
.shaping-sec ul li h3 {
    font-size: 18px;
   
}

.academic-programs-sec {
        padding: 80px 0 45px;
    background: #fdfeff url(../images/01.webp) no-repeat;
    background-size: cover;
}

    .academic-programs-sec img {
        width: 100%;
    }



    .academic-programs-sec ul {
        margin: 15px 0 15px;
        float: left;
        width: 100%;
    }

        .academic-programs-sec ul li {
            font-size: 14px;
    box-shadow: 3px 4px 4px 0px #afafafb0;
    color: #000;
    float: left;
    width: 32%;
    background: #ffffff;
    border-radius: 5px;
    padding: 14px 9px;
    margin-right: 22px;
    line-height: 21px;
    min-height: 71px;
    margin-bottom: 14px;
    font-weight: 500;
    border: 1px solid #ececec;
        }

            .academic-programs-sec ul li:nth-child(3n+3) {
                margin-right: 0;
            }
           

            .academic-programs-sec .bxlft {
                padding-top: 2px;
            }
    .academic-programs-sec h2, .academic-programs-sec p {
        color: #2c2c2c;
    }
    .academic-programs-sec h3 {
           padding-bottom: 10px;
    color: #3c3b3b;
    margin-top: 40px;
    border-bottom: 1px solid #b9b9ba;
    }
    .academic-programs-sec h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 24px;
        color: #13335d;
    }
        .testprtdvt {
            padding: 80px 0;
            background: #f2f2f2;
        }
    .testprtdvt .qimg {
        width: 36px;
        float: left;
    }
    .testprtdvt .lextrigt {
        float: left;
        width: 100%;
        padding-left: 14px;
    }

    .testprtdvt p {
           color: #333;
    font-size: 20px;
    line-height: 35px;
    }

    .testprtdvt h5 {
        font-size: 20px;
        margin-top: 35px;
        font-weight: 800;
        color: #13335d;
    }

    .testprtdvt h6 {
        font-size: 17px;
        font-style: italic;
        color: #666;
    }

        .ecosystem-dv {
            padding: 80px 0;
            position: relative;
        }
            .ecosystem-dv .prtdv {
                padding: 26px 29px;
                background: #ecb01c;
                position: absolute;
                z-index: 999;
                width: 100%;
            }
    .ecosystem-dv img{ width:100%; position:relative;}
            .ecosystem-dv h2, .ecosystem-dv p {
                color: #000;
            }
.accreditation-sec {
    padding: 80px 0;
    background: #13335d url(../images/accreditation-bg01.jpg) no-repeat;
    background-size: cover;
}
    .accreditation-sec .bxttdv {
        padding: 40px 35px;
       background: #13335d;
    
    }
  .accreditation-sec h2 {
          color: #ffffff;
    }
.accreditation-sec p {
    color: #ffffff;
}
.stay-inform {
    padding: 80px 0;
     text-align:center;
}

.copyright-line {
    padding: 20px 0;
    background: #000;
}
.copyright {
    font-size: 13px;
    font-weight: 500;
    color: #b9b9b9;
    float: left;
}
.copyright-line .footer-ul {
        overflow: hidden;
        float: right;
        width: 37%;
    }
.copyright-line .footer-ul li a {
        float: left;
        margin: 0 15px;
        text-decoration: none;
        font-size: 13px;
        color: #b9b9b9;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
    }
.copyright-line .footer-ul li a:hover {
                text-decoration: underline;
                float: left;
            }

.stats-section {
    position: relative;
    background: linear-gradient(135deg, #13335d 0%, #80620d 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    height: 300px;
    margin-top: 0px;
}

  


.stat {
    position: absolute;
    animation: fadeSlide 1.2s ease forwards;
    opacity: 0;
}

    .stat h1 {
        font-size: 67px;
        margin: 0;
        font-weight: 800;
        letter-spacing: 2px;
        color: #e87f37;
    }

    .stat span {
        color: #ffffff;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 2px;
    }


.students {
    top: 20px;
    left: 50px;
    animation-delay: 0.3s;
}

.faculty {
   bottom: 40px;
    right: 70px;
    text-align: right;
    animation-delay: 0.8s;
}

/* Animation */
@keyframes fadeSlide {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Number Zoom Animation */
.stat h1 {
    animation: zoomIn 1s ease forwards;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}