﻿@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, #69005e 0%, #5e0054 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(135deg, #c308b0 0%, #5e0054 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: 185px;
    float: left;
    padding-left: 13px;
    padding-top: 11px;
}
.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: 620px;
}
    .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: 90%;
        margin: 0 auto; text-align:center;
    }

.about-sec {
    padding: 80px 0;
    background: #f2f2f2;
}
.about-sec h2 {
    color: #830076
}
.about-sec img {
        width: 100%;
    }

.shaping-sec {
    padding: 80px 0;
    background-image: linear-gradient(220deg, #ff9100 0%, #9f008f 90%);
}
    .shaping-sec img {
        width: 100%;
    }
    .shaping-sec h2, .shaping-sec p{color:#fff;}

    .shaping-sec ul {
        margin: 46px 0 0px;
        float: left;
        width: 100%;
    }
        .shaping-sec ul li {
            font-size: 16px;
            color: #fff;
            float: left;
            width: 49.1%;
            border: 1px solid #fff;
            padding: 20px 32px;
            margin-right: 20px;
            border-radius: 14px;
            line-height: 28px;
            min-height: 119px;
            margin-bottom: 20px;
        }
            .shaping-sec ul li:nth-child(2n+2){ margin-right:0;}
            .shaping-sec ul li b {
                font-weight: 800;
                color: #fff;
            }
            .shaping-sec .bxlft {
                padding-right: 94px;
                padding-top: 16px;
            }


.academic-programs-sec {
    padding: 80px 0 45px;
    background: #830076 url(../images/academic-programs-sec.png) no-repeat;
}

    .academic-programs-sec img {
        width: 100%;
    }



    .academic-programs-sec ul {
        margin: 23px 0 25px;
        float: left;
        width: 100%;
    }

        .academic-programs-sec ul li {
            font-size: 13px;
            color: #000;
            float: left;
            width: 32%;
            background: #fff;
            border-radius: 5px;
            padding: 14px 9px;
            margin-right: 22px;
            line-height: 21px;
            min-height: 80px;
            margin-bottom: 14px;
            font-weight: 500;
        }

            .academic-programs-sec ul li:nth-child(3n+3) {
                margin-right: 0;
            }
           

            .academic-programs-sec .bxlft {
                padding-right: 94px;
                padding-top: 2px;
            }
    .academic-programs-sec h2, .academic-programs-sec p {
        color: #fff;
    }
    .academic-programs-sec h3 {
        color: #fff; margin-top:30px;
    }
.testprtdvt {
    padding: 80px 0;
}
    .testprtdvt .qimg {
        width: 36px;
        float: left;
    }
    .testprtdvt .lextrigt {
        float: left;
        width: 92%;
        padding-left: 14px;
    }

    .testprtdvt p {
        color: #333;
        font-size: 24px;
        line-height: 42px;
    }

    .testprtdvt h5 {
        font-size: 20px;
        margin-top: 35px;
        font-weight: 800;
        color: #830076;
    }

    .testprtdvt h6 {
        font-size: 17px;
        font-style: italic;
        color: #666;
    }

        .ecosystem-dv {
            padding: 80px 0;
            position: relative;
        }
            .ecosystem-dv .prtdv {
                padding: 31px 30px;
                background: #fdf5fc;
                position: absolute;
                z-index: 999;
                width: 100%;
               
            }
    .ecosystem-dv img{ width:100%; position:relative;}
    .ecosystem-dv h2 {
        color: #830076;
    }
.accreditation-sec {
    padding: 80px 0;
    background: #830076 url(../images/accreditation-bg01.jpg) no-repeat;
    background-size: cover;
}
    .accreditation-sec .bxttdv {
        padding: 40px 35px;
        background: #fff;
    
    }
  .accreditation-sec h2 {
        color: #830076;
    }

.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, #830076 0%, #5e0054 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    height: 380px;
    margin-top: 11px;
}

  


.stat {
    position: absolute;
    animation: fadeSlide 1.2s ease forwards;
    opacity: 0;
}

    .stat h1 {
        font-size: 76px;
        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: 80px;
    left: 50px;
    animation-delay: 0.3s;
}

.faculty {
    bottom: 56px;
    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);
    }
}