/* #### Generated By: http://font.download #### */

    @font-face {
    font-family: 'Cooper Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Cooper Black Regular'), url('COOPBL.woff') format('woff');
    }
    
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
    font-family: 'Cooper Black Regular';
      background: #fff;
      text-align: center;
    }

    .san-header {
        left: 0;
        padding: 40px 40px 40px;
        /* background-color: #f8f8f8; */
        position: absolute;
        top: 20px;
        z-index: 1;
        right: 0;
        margin: auto;
        max-width: 650px;
        width: 100%;
        border-radius: 10px;
        background-image: url(./headiing.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .san-header h1 {
      font-size: 80px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #6d0c09;
      text-shadow: 2px 2px 6px #b9b9b9;
      margin: 0;
    }

    .san-header h2 {
      font-weight: normal;
      font-size: 26px;
      font-weight: 600;
      color: #222;
      margin: 0;
      letter-spacing: 1.2px;
    }
    .san-baner-hover {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 100px;
        bottom: 5px;
        transform: scale(0.95);
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease-in-out;
        /* background-color: rgba(0,0,0,0.2); */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
        width: 100%;
        text-decoration: none;
}

.san-campus:hover .san-baner-hover {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

    .san-banner {
      position: relative;
      text-decoration: none;
    }

    .san-ribbon {
      padding: 10px 20px;
      font-weight: bold;
      color: #222;
      background-image: url(./text-bg-shape.png);
      background-repeat: no-repeat;
      height: 125px;
      width: 410px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      text-decoration: none;
    }
    .san-ribbon span{
        font-size: 28px;
        font-weight: 800;
        color: #6d0c09;
        text-decoration: none;
    }
    .san-ribbon h6{
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }
    .san-campus-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      overflow: hidden;
      max-height: 919px;
      height: 100%;
      gap: 2px;
    }

    .san-campus {
      position: relative;
      flex: 1 1 45%;
      margin: 0;
    }

    .san-campus img {
      width: 100%;
      height: auto;
    }

    .san-school-logo {
      background: white;
      border-radius: 100%;
      padding: 20px;
      box-shadow: 0 0 8px rgba(0,0,0,0.2);
      text-align: center;
      margin-top: 100px;
    }

    .san-school-logo img {
      max-width: 125px;
      display: block;
      margin: 0 auto ;
    }

    .san-school-logo h3 {
      color: #00804b;
      font-size: 22px;
      margin: 0;
    }

    .san-school-logo span {
        display: block;
        font-size: 16px;
        color: #333;
        font-weight: 400;
    }
    .san-rounded-octagon {
      width: 250px;
      height:250px;
      background: #f4f4f4;
      clip-path: polygon(
        30% 0%, 70% 0%,
        100% 30%, 100% 70%,
        70% 100%, 30% 100%,
        0% 70%, 0% 30%
      );
      border-radius: 20px;
      margin: 100px auto 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 10px;
      text-decoration: none;
    }
    .san-school-logo .san-int-scl{
        padding: 5px 0;
        border-top: 1px solid #e8791a;
        border-bottom: 1px solid #e8791a;
        font-size: 15px;
        color: #6d0c09;
        font-weight: 600;
        width: 100%;
    }
    /* .san-banner-main{
        background-image: url(./assets/bg-1.png);
        padding-top: 60px;
    } */
    @media (max-width: 991px) {
      .san-campus-wrapper {
        flex-direction: column;
        align-items: center;
        max-height: 100%;
      }

      .san-school-logo {
        position: static;
        margin: 20px auto 0;
      }
    }
    @media (max-width:525px) {
        .san-header h1 {
            font-size: 30px;
        }
        .san-header h2{
            font-size: 18px;
        }
        .san-ribbon span {
            font-size: 20px;
        }
        .san-ribbon{
            width: 280px;
            background-size: cover;
            background-position: center;
        }
        .san-ribbon h6{
            font-size: 12px;
        }
        .san-baner-hover {
            top: 0;
        }
        .san-rounded-octagon{
            width: 180px;
            height: 180px;
        }
        .san-school-logo img{
            max-width: 70px;
        }
        .san-school-logo .san-int-scl {
            font-size: 11px;
        }
        .san-school-logo span{
            font-size: 10px;
        }
        .san-header{
            position: unset;
        }
    }