@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: 'font-bold';
  src: url(../fonts/MinionPro-Bold.otf);
}
@font-face {
  font-family: 'font-medium';
  src: url(../fonts/MinionPro-Medium.otf);
}
@font-face {
  font-family: 'font-regular';
  src: url(../fonts/MinionPro-Regular.otf);
}
@font-face {
  font-family: 'font-semibold';
  src: url(../fonts/MinionPro-Semibold.otf);
}


* {
    margin: 0px;
    box-sizing: border-box;
    font-family: 'font-regular';
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol {
    margin: 0px;
    padding: 0px;
  }
  a,
  a:hover {
    text-decoration: none;
  }
  li {
    list-style: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  :root {
    --main-font: 'font-regular';
    --bold-font: 'font-bold';
    --medium-font: 'font-medium';
    --semibold-font: 'font-semibold';
    --primary:#F2C94C;
    --secondery: #EB5757;
    --sub-1: #333333;
    --sub-2: #828282;
    --sub-3 : #BDBDBD ;
    --sub-4: #E0E0E0;
    --white: #ffffff;
    --black: #000000;
  }
  #main-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 1900px;
    margin: 0 auto;
    width: 100%;
  }
  .abs-scroll {
    position: fixed;
    top: 50%;
    right: -90px;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    padding: 20px 20px !important;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999;
  }
  .gradient-text {
    background: linear-gradient(90deg, rgba(215, 16, 141, 1) 0%, rgba(118, 53, 148, 1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; /* for Firefox */
      color: transparent;
  }
  header {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 15px 0px;
    &.shrink {
      position: fixed;
      padding: 7px 0px;
      background-color: #fff;
      z-index: 999;
      .brand {
        max-width: 60px;
      }
    }
    .brand {
      max-width: 80px;
      display: block;
    }
    .off-btn {
          margin-left: auto !important;
          width: max-content;
          display: flex;
    }
    .offcanvas-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
          .btm {
            flex-direction: column;
            gap: 10px;
            a {
              font-size: 16px;
              color: #010101;
              transition: all 0.3s ease-in-out;
              &.active , &:hover {
                color: #D7108D;
              }
            }
          }
        .top {
        display: flex;
        justify-content: end;
        flex-direction: column;
        gap: 30px;
        .info {
          display: flex;
          gap: 10px;
          flex-direction: column;
          align-items: center;
          p {
            color: #737db1;
            family: var(--bold-font);
            font-weight: 700;
            margin-left: 5px;
            font-size: 20px;
          }
          i {
            background: linear-gradient(90deg, rgba(215, 16, 141, 1) 0%, rgba(118, 53, 148, 1) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text; /* for Firefox */
            color: transparent;
            font-size: 20px;
          }
          a {
            color: #000000;
            font-size: 20px;
          }
        }
      }

    }
    .right-side {
      display: flex;
      flex-direction: column;
      gap: 25px;
      justify-content: end;
      
      .top {
        display: flex;
        justify-content: end;
        gap: 30px;
        .info {
          display: flex;
          gap: 10px;
          align-items: center;
          p {
            color: #737db1;
            family: var(--bold-font);
            font-weight: 700;
            margin-left: 5px;
            font-size: 20px;
          }
          i {
            background: linear-gradient(90deg, rgba(215, 16, 141, 1) 0%, rgba(118, 53, 148, 1) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text; /* for Firefox */
            color: transparent;
            font-size: 20px;
          }
          a {
            color: #000000;
            font-size: 20px;
          }
        }
      }
      .btm {
        display: flex;
        justify-content: end;
        gap: 60px;
        align-items: center;
        a {
          font-size: 16px;
          color: #010101;
          transition: all 0.3s ease-in-out;
          &.active , &:hover {
            color: #D7108D;
          }
        }
      }
    }
  }
  .primary-btn {
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    width: max-content;
    margin: 0px auto;
    transition: all 0.3s ease-in-out;
    background: #D7108D; 
    background: linear-gradient(90deg, rgba(215, 16, 141, 1) 0%, rgba(118, 53, 148, 1) 100%);
    &:hover {
      color: #fff;
      background: #D7108D; 
      background: linear-gradient(90deg, rgba(118, 53, 148, 1), rgba(215, 16, 141, 1) 100%);
    }
  }
  .bg-gray {
    background-color: #f8f8f8;
  }
  .banner-area {
    padding: 200px 0px 240px;
    background-image: url(../images/bannr-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    h1 {
      font-size: 65px;
      font-weight: 700;
      font-family: var(--bold-font);
      text-align: center;
      text-transform: uppercase;
      line-height: 100%;
      margin-bottom: 14px;
    }
    .banner-box {
      width: 70%;
      max-width: 800px;
      margin: 0px auto;
    }
    .banner-para {
      text-align: center;
      font-size: 18px;
      line-height: 130%;
      margin-bottom: 14px;
      b {
        font-family: var(--bold-font);
        font-weight: 700;
      }
    }
    .sec {
      padding: 10px 40px;
      margin-bottom: 20px;
      background: #2A4E9A;
background: linear-gradient(90deg, rgba(42, 78, 154, 0.3) 0%, rgba(42, 78, 154, 0.81) 20%, rgba(42, 78, 154, 1) 50%, rgba(42, 78, 154, 0.84) 80%, rgba(42, 78, 154, 0.27) 100%);
      p {
        font-size: 16px;
        line-height: 130%;
        color: #fff;
        text-align: center;
      }
    }
  }
  .section-heading {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    h2 {
      font-size: 100px;
      font-family: var(--bold-font);
      font-weight: 700;
      text-transform: uppercase;
      opacity: 0.1;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
    }
    h3 {
      font-size: 40px;
      font-family: var(--bold-font);
      font-weight: 700;
      position: relative;
      margin: 0px auto;
      width: max-content;
      &::before {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #616161;
        position: absolute;
        left: -80px;
        top: 48%;
        display: block;
      }
      &::after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #616161;
        position: absolute;
        right: -80px;
        top: 48%;
        display: block;
      }
    }
  }
  .section-para {
    width: 70%;
    margin: 0px auto;
    font-size: 18px;
    color: #616161;
    text-align: center;
  }
  .about-area {
    .row {
      background-color: #fff;
      border-radius: 20px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      position: relative;
      margin-top: 100px;
      &>div {
        position: relative;
      }
      .left {
        img {
         height: 110%;
         /* width: 105%; */
         position: absolute;
         bottom: 0px;
         border-radius: 10px;
        }
      }
      .right {
        padding: 40px 40px 40px 100px;
        h3 {
          font-size: 40px;
          font-family: var(--medium-font);
          font-weight: 500;
          line-height: 100%;
          margin-bottom: 20px;
        }
        p {
          font-size: 18px;
          color: #616161;
          line-height: 120%;
        }
        .split {
          margin-top: 30px;
          justify-content: space-between;
          .box {
            width: 45%;
            h5 {
              font-size: 24px;
              font-weight: 600;
              color: #2d55ac;
              font-family: var(--bold-font);
              margin-bottom: 10px;
            }
            p {
              font-size: 13px;
            }
          }
        }
      }
    }
  }
  .projects-area {
    .section-heading {
      margin-bottom: 20px;
    }
    .section-para {
      margin-bottom: 40px;
    }
    .project-slider {
      .inner {
        transition: all 0.3s ease-in-out;
        &.slick-center {
          margin-top: 30px;
        }
        padding: 30px 10px;
        .item {
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 19px 0px;
         
          img {
            height: 250px;
            object-fit: cover;
            object-position: top center;
          }
          .cont {
            padding: 20px 14px 30px;
            background-color: #fff;
            h4 {
              font-size: 24px;
              color: #000000;
              font-weight: 600;
              font-family: var(--bold-font);
              margin-bottom: 4px;
            }
            p {
              font-size: 20px;
              line-height: 120%;
            }
            .primary-btn {
              margin-left: 0px;
              margin-top: 20px;
            }
          }
        }
      }
    }
    
  }
  .ongoing-area {
    margin-bottom: 80px;
    .right {
      max-width: 600px;
      padding: 40px 40px 40px 80px;
      .section-heading {
        margin-bottom: 20px;
        h2 {
          text-align: left;
          line-height: 90%;
          top: 10%;
          font-size: 80px;
        }
        h3 {
          font-size: 36px;
          color: #000 !important;
          background: none;
          -webkit-text-fill-color: unset;
          background-clip: unset;
          margin-left: 0px;
          &::before , &::after {
            display: none;
          }
        }
      }
      h5 {
        font-size: 28px;
        font-family: var(--medium-font);
        color: #616161;
        margin-bottom: 10px;
        text-align: left;
      }
      p.address {
        i {
          color: #D7108D;
        }
      }
      p {
        font-size: 18px;
        color: #616161;
        line-height: 120%;
        margin-bottom: 10px;
      }
      ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 20px 0px;
        li {
          display: flex;
          align-items: center;
          gap: 10px;
          img {
            width: 16px;
            height: 16px;
          }
          p {
            margin-bottom: 0px;
            font-size: 14px;
          }
        }
      }
      .primary-btn {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
        max-width: 430px;
      }
    }
    &.sec {
      & .right {
        max-width: 720px;
                    margin-top: 40px;
        padding: 40px 40px 0px 40px;            
        margin-left: auto;
          & .section-heading {
              h2 {
                
                  top: -45%;
              }
          }
          p {
            
          }
      }
    }
  }
  .contact-area {
    background: #E7E6F2;
    background: linear-gradient(90deg, rgba(231, 230, 242, 1) 0%, rgba(231, 230, 242, 1) 50%, rgba(231, 230, 242, 1) 100%);
    padding: 60px 0px 80px;
    .row>div {
      position: relative;
      h3 {
        width: 70%;
        font-size: 44px;
        color: #000;
        font-family: var(--bold-font);
        margin-bottom: 20px;
        line-height: 100%;
      }
      .primary-btn {
        width: 100%;
      }
      .box {
        width: max-content;
        margin-left: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        i {
        
          font-size: 50px;
        
        }
        p {
          font-size: 18px;
          text-transform: uppercase;
          color: #616161;
          margin: 20px 0px 0px;
          text-align: center;
        }
        a {
          font-size: 50px;
          line-height: 100%;
          color: #000;
          text-align: center;
          font-family: var(--bold-font);
          font-weight: 600;
        }
      }
    }
  }
  footer {
    padding: 50px 0px 0px;
    .brand {
      width: 100px;
      display: block;
      height: auto;
      margin: 0px auto;
    }
    .info {
      margin: 20px 0px;
      display: flex;
      flex-direction: column;
      
      justify-content: center;
      align-items: center;
      li , a {
        font-size: 18px;
        color: #010101;
        transition: all 0.3s ease-in-out;
        text-align: center;
        &:hover {
          color: #D7108D;
        }
      }
    }
    .social {
      display: flex;
      gap: 10px;
      margin: 0px auto;
      align-items: center;
      justify-content: center;
      a {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50px;
        position: relative;
        border: 1px solid #D7108D;
        transition: all 0.3s ease-in-out;
        &:hover {
          background: #D7108D;
          i {
            color: #fff;
          }
        }
        i {
          font-size: 16px;
          color: #D7108D;
          position: absolute;
          top: 50%;
          transition: all 0.3s ease-in-out;
          left: 50%;
          transform: translate(-50%, -50%);
        }
      }
    }
    .copy {
      margin: 20px 0px 0px;
      background: #443186;
      padding: 5px 0px;
      p {
        text-align: center;
        color: #fff;
        font-size: 14px;
      }
    }
  }
  /* Home Page End */
  /* About Us Page */
  .banner-area.about {
    background-image: url(../images/about-bn.webp);
    padding: 200px 0px 100px;
  }
  .about-area {
    & .row {
        .right.about {
            padding: 100px 40px 100px 100px;
        }
    }
  }
  /* About Page End */
  /* Contact Page Start */
  .banner-area.contact {
    background-image: url(../images/cnt.webp);
    padding: 200px 0px 100px;
  }
  .form-area {
    padding: 80px 0px;
    .left {
      margin-right: 50px;
      
      background-color: #f8efef;
      padding: 40px 25px 50px;
      .comn-inp {
        margin-bottom: 10px;
        width: 100%;
        border: 1px solid #D7108D;
        border-radius: 3px;
        background-color: #fff;
        padding: 12px 20px;
      }
      .primary-btn {
        border: none;
      }
    }
    .right {
      margin-left: 30px;
      h3 {
        font-size: 40px;
        line-height: 110%;
        font-family: var(--medium-font);
        font-weight: 500;
      }
      ul {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        li {
          display: flex;
          flex-direction: column;
          gap: 8px;
          span {
            font-size: 20px;
            line-height: 100%;
          }
          p , a {
            font-size: 18px;
            color: #010101;
            
          } 
        }
      }
    }
  }
































  @media (max-width: 1440px) { 
    
  }

  @media (max-width: 1199px) { 
    header {
        & .right-side {
            .btm {
                gap: 40px;
            }
        }
    }
    .banner-area {
      padding: 160px 0px 120px;
      h1 {
        font-size: 50px;
      }
      .banner-box {
        width: 80%;
      }
    }
    .ongoing-area {
        .right {

            padding: 40px 40px 40px 40px;
        }
    }
    .contact-area {
        & .row > div {
            h3 {
                width: 100%;
            
            }
        }
    }
  .form-area {
      .right {
          margin-left: 0px;
      }
  }



  }

  @media (max-width: 991px) { 
    .banner-area {
        padding: 120px 0px 80px;
        h1 {
          font-size: 40px;
        }
    }
    .section-heading {
      margin-bottom: 40px;
      h3 {
        font-size: 30px;
      }
      h2 {
        font-size: 60px;
      }
    }
    .section-para {
      width: 100%;
    }
    .about-area {
      & .row {
        margin-top: 40px;
          .right {
              padding: 40px 40px 40px 40px;
          }
          & .left {
              img {
                  height: auto;
                  width: 77%;
                  position: static;
                  bottom: 0px;
                  border-radius: 10px;
                  margin: 40px auto 0px;
                  display: block;
              }
          }
      }
    }
    .projects-area {
        .section-para {
            margin-bottom: 20px;
        }
    }
    .projects-area {
        & .project-slider {
            & .inner {
                &.slick-center {
                    margin-top: 0px;
                }
            }
        }
    }
    .ongoing-area {
      margin-bottom: 20px;
        img {
              width: 100%;

              height: 300px;
              object-fit: cover;
              margin-bottom: 20px;
        }
        .right {
           max-width: 100%;
            padding: 40px 40px 40px 40px;
        }
    }
    .contact-area {
      padding: 40px 0px;
        & .row > div {
            h3 {
                font-size: 30px;
            }
            .box {
              a {
                font-size: 40px;
              }
            }
        }
    }
.banner-area.about , .banner-area.contact {
  
    padding: 130px 0px 50px;
}
.about-area {
    & .row {
        .right.about {
            padding: 40px 40px 40px 40px;
        }
    }
}
.form-area {
  padding: 40px 0px;
   .left {
        margin-right: 0;
        padding: 30px 20px;
        margin-top: 20px;
    }
   .right {
        ul {
            flex-direction: row;
            gap: 20px;
            flex-wrap: wrap;
            li {
              width: 48%;
            }
        }
   } 
}

  }
  @media (max-width: 767px) { 
    header {
        .brand {
            max-width: 61px;
            display: block;
        }
    }
    .banner-area {
      padding: 120px 0px 40px;
        .banner-box {
            width: 100%;
            .sec {
              padding: 10px 20px;
              p {
                font-size: 15px;
              }
            }
            .primary-btn {
              width: 100%;
            }
        }

    }
    .about-area {
            & .row {
                & .left {
                    img {
                        width: 100%;
                        margin: unset;
                        padding: 20px;
                    }
                }
                & .right {
                    padding: 20px;
                }
            }
        }
    .ongoing-area {
        .right {
            padding: 20px;
            h5 {
              font-size: 22px;
            }
            & ul {
                & li {
                    img {
                        width: 16px;
                        height: 16px;
                        margin-bottom: 0px;
                    }
                }
            }
            .section-heading {
                h2 {
                    text-align: left;
                    line-height: 90%;
                    top: 20%;
                    font-size: 61px;
                }
            }
        }
    }
.primary-btn {
  padding: 10px 12px;
}
.ongoing-area {
    &.sec {
        & .right {
            margin-top: 30px;
            padding: 40px 10px 0px 10px;
        }
    }
}

    .contact-area {
        & .row > div {
            .box {
              margin-right: auto;
              margin-bottom: 20px;
            }
        }
    }
    .contact-area {
        & .row > div {
            h3 {
                font-size: 25px;
                text-align: center;
            }
        }
    }
    footer {
      padding-top: 20px;
    }
    .projects-area {
    & .project-slider {
        & .inner {
            padding: 30px 10px 20px;
        }
    }
    } 
    .section-heading {
        h2 {
            font-size: 50px;
            line-height: 100%;
        }
    }

.about-area.about {
    & .row {
      margin-top: 0px ;
        .right.about {
            padding: 20px 20px 20px 20px;
        }
    }
}
.form-area {
  padding: 30px 0px;
   .left {
        margin-right: 0;
        padding: 20px 15px;
        margin-top: 20px;
    }
   .right {
    h3 {
      font-size: 30px;
    }
        ul {
            flex-direction: column;
            gap: 20px;
            
            li {
              width: 100%;
            }
        }
   } 
}

.contact-area {
  padding: 30px 0px;
}

.abs-scroll {
    position: fixed;
    top: 50%;
    right: -95px;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    padding: 10px 20px !important;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999;
}




  }
  @media (max-width: 576px) {
    .banner-area {
        & .banner-box {
          h1 {
            font-size: 28px;
          }
          .banner-para {
            font-size: 16px;
          }
            .sec {
                padding: 10px 10px;
            }
        }
    }
        .ongoing-area {
        img {
            width: 100%;
            height: 270px;
            object-fit: cover;
            margin-bottom: 20px;
        }
    }
.projects-area {
    & .project-slider {
        & .inner {
            & .item {
                img {
                    height: 200px;
                    object-fit: cover;
                    object-position: top center;
                }
            }
        }
    }
}
    .banner-area.about , .banner-area.contact {
        padding: 100px 0px 41px;
    }
.about-area.about {
    & .row {
      margin: 10px;
        .right.about {
            padding: 10px 10px 10px 10px;
        }
    }
}
.about-area {
    & .row {
      margin: 40px 10px 10px;
        & .right {
            h3 {
                font-size: 28px;
            
            }
        }
    }
}
    .about-area {
        & .row {
            & .right {
                padding: 10px;
                .split {
                  flex-direction: column;
                  gap: 14px;
                  margin-top: 16px;
                  margin-bottom: 10px;
                  .box {
                    width: 100%;
                  }
                }
            }
        }
    }



  }


