
::-webkit-scrollbar {
width: 12px;
}

::-webkit-scrollbar-track {
background: #170F5F;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #fff;
}

/* Firefox */
* {
scrollbar-width: thin;
scrollbar-color: #fff #170F5F;
}

/* For Internet Explorer and Edge */
body {
-ms-overflow-style: none;
}




body{
    margin:0px;
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
}


.loca
{
    display: flex;
    flex-direction: column;
    color:white;
    margin-top:0vw;
}
.loca img{
    width: 100%;
    opacity: 50%;
    height: 30vh;
}
.pare1{
    position: absolute;
    /* color: #170f5f;
    font-size:52px;
    font-weight: 500;
    margin:0;   */
    left:43vw  ;
   
    top: 25%;
    font-size: 2.8vw;
    font-weight: 480;
    color: #170f5f;
    
}
.pare2{
    position: absolute;
    left: 43%;
    top: 38%;
    font-size: 25px;
    color: #979797;
}
.card-2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.7vw;
    margin-top:1vw;
    font-weight: 100;
}
.content-1
{
    display: flex;
    width: 80%;
    gap: 50px;
    margin-top: 50px;
    color:#3c3c3c;
    text-align: center;
    line-height: 1.7vw;
    padding: 0px 90px;
}

.image-container {
    position: relative;
    display: inline-block;
    margin-top:50px;
    width: 250%;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container::before,
.image-container::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 100px;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.image-container::before {
    top: -20px;
    left: -20px;
    border-left: 1px solid rgba(23, 15, 95, 0.7);
    border-top: 1px solid rgba(23, 15, 95, 0.7);
    box-shadow: inset -90px 50px 50px 0px rgba(23, 15, 95, 0.3);
}

.image-container::after {
    bottom: -20px;
    right: -20px;
    border-right: 1px solid rgba(23, 15, 95, 0.7);
    border-bottom: 1px solid rgba(23, 15, 95, 0.7);
    box-shadow: inset -90px 50px 50px 0px rgba(23, 15, 95, 0.3);
}
.conpara1{
    text-align: left;
    font-size: 2.5vw;
    color: #001A72;
    /* margin-top: -1vw; */
}
.conpara3{
    text-align: left;
    font-weight: 600;
    font-size: 1.5vw;
    color: #170f5f;
}
.conpara4{
    text-align: center;
    font-weight: 600;
    font-size: 2vw;
    color: #170f5f;
}
.conpara5{
    text-align: center;
    font-weight: 600;
    font-size: 2vw;
    color: #170f5f;
}
.conpara2{
    text-align:left;
    font-size:1.3vw;
    font-weight:450;
    color:#3c3c3c;
}
.card-3{
    margin-top:50px;
}
.firstdiv{
    display: flex;
}
.card-4
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 150px;
}
.content-3 h4
{
    color: #170f5f;
    font-size:2vw;
    font-weight: 100;
}
.add-3 img{
    width:30vw;
    height:50vh;
}
.add
{
    display: flex;
    flex-direction: row;
    gap:15vw;
}
.add h4{
    font-size: 1.4vw;
    font-weight: 500;
    color: #3c3c3c;
}
.add p{
    color: #3c3c3c;
    font-weight: 100;
}
.card-5
{
    display: flex;
    flex-direction: row;
    gap:10vw;
    justify-content: center;
    margin:8vw;
}
.content-4{
     display: flex;
     flex-direction: column;
}
.form
{
    display: flex;
    flex-direction: column;
    gap:1.5vw;
    width:40vw;
    padding: 3vw;
    box-shadow: 4px 4px 8px 8px #f1f1f1;
    border-radius: 15px;
}
.form-card
{
    display: flex;
    flex-direction: row;
    gap:1vw;
}
.form-card input{
    width:20vw;
    padding: 0.8vw;
}
.form input{
    padding: 0.8vw;
}
.content-4 h2{
    color: #170f5f;
    font-size: 2.5vw;
}

.form button{
    width:7vw;
    padding: 0.5vw;
    border-radius: 5px;
    background-color: #140f4b;
    color: white;
    border: 1px solid white;
} 
.card-6
{
    /* background-color: #140f4b;
    display: flex;
    flex-direction: column;
    justify-self: center;
    color:white;
    padding: 2vw;
    padding-top: 3vw;
    padding-bottom: 1vw; */


    background-color: #140f4b;
    display: flex;
    flex-direction: column;
    justify-self: center;
    color: white;
    padding: 1vw;
    padding-top: 3vw;
    padding-bottom: 1vw;
    padding-left: 0.7vw;
    width:100vw;
}
.foot-logo
{
    display: flex;
    flex-direction: row;
    gap:1vw;
}
.foot-logo img{
    width:15vw;
    height:11vh;
    filter: invert(1);
}
.foot-cont
{
    display: flex;
    flex-direction: column;
    /* gap:0.1vw; */
    margin-top:-0.7vw;
}
.foot-quick
{
    display: flex;
    margin-left:-3vw;
    flex-direction: column;
    gap:1vw;
    font-size: 1vw;
}
.foot-quick a{
       text-decoration: none;
       color:white;
}
.foot-quick ul{
    list-style-type: circle;
      width: 10vw;
      font-size:0.8vw;
      margin-left: 1vw;
      margin-top:-0.5vw;
      margin-bottom: -0.5vw;
}
.foot-contact 
{
    display: flex;
    flex-direction: column;
    width:30vw;
    margin-left: 2vw;
}
.addre
{
    display: flex;
    flex-direction: row;
    gap:2.7vw;
    font-size: 0.8vw ;
}
.addr-1,.addr-2,.addr-3
{
    font-size:1vw;
}
.foot-contact h3{
    margin-left:8vw;
    font-size:1.32vw;
}
.top
{
    display: flex;
    flex-direction: row;
    justify-self: center;
    gap:9vw;
    color:white;
    padding: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid rgba(245,245,245,0.25);
    border-top: 1px solid rgba(245,245,245,0.25);
}
.middle
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(245,245,245,0.25);
    padding-left: 3vw;
    padding-right: 3vw;
}
.mid-content {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    width:25vw;
    font-size: 1.5vw;
}

.icons
{
    display: flex;
    flex-direction: row;
    gap:2vw;
    margin-top:2.5vw;
    font-size:1.4vw;

}
.middle p{
    margin-top:2vw;
    font-size: 0.8vw;
}
.foot-cont p{
    font-size:0.8vw;
}
.foot-cont h4{
    font-size: 1.3vw;
}
.add-1,.add-2
{
    font-size: 1vw;
}
.content-4 p
{
    font-size: 1vw;
}

.img-cont{
    width:30vw;
    /*margin-top: -11px;*/
}

@media (max-width: 767px) {
    body{
        overflow-x:hidden;
    }
    .card-1 {
        height: 35vh;
    }
    .conpara3{
        text-align: center;
        font-size:8vw !important;
    }
    .content {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .loca{
        margin-top:-1vw;
    }
    .logo_img {
        width: 15vw;
        height: auto;
    }

    .logo h5 {
        font-size: 4vw;
    }

    .nav {
        font-size: 4vw;
        width: 100vw;
        justify-content: space-around;
    }

    .loca img{
        height: 150px;
        width:100%;
        margin-top:-2vw;
    }
    .pare1{
        font-size: 30px;
        top: 16%;
        left: 30% !important;
    }
    .pare2{
        font-size: 15px;
        top: 18%;
        left: 30%;
    }

    .card-2 {
        font-size: 3vw;
        margin-top: -9vh;
        margin-left:-3vw;
    }
    .img-cont{
        width:90vw;
    }
    .content-1 {
        flex-direction: column;
        gap: 10px;
        width: 85%;
        line-height:4.5vw;
        padding:0px 20px;
    }
    .image-container{
        margin-top: 0px;
        width: 100%;
    }
    .image-container::after {
        bottom: -20px;
    }
    .conpara1{
        font-size: 25px !important;
    }
    .conpara2{
        font-size: 20px;
        text-align:center;
        line-height:6vw;
    }
    
    .conpara5{
    text-align: center;
    font-weight: 600;
    font-size: 8vw;
    color: #170f5f;
    margin-bottom:15vw;
}
    .card-3 {
        flex-direction: column;
        gap: 5vw;
        line-height: 3vw;
        text-align: center;
    }

    .card-3 h2 {
        font-size: 4vw;
    }

    .card-3 p, .card-3 h4 {
        font-size: 3vw;
    }

    .form {
        width: 87vw;
        margin-left: -4vw;
    }

    .form-card input {
        width: 42vw;
    }

    .form button {
        width: 100%;
        padding: 1.5vw;
    }

    .card-5 {
        flex-direction: column;
        gap: 5vw;
    }

    .top {
        flex-direction: column;
        gap: 2vw;
    }

    .foot-contact {
        width: 100%;
    }

    .addr-1, .addr-2, .addr-3 {
        font-size: 3vw;
        width: 100%;
    }

    .foot-cont p, .foot-cont h4 {
        font-size: 3vw;
    }

    .mid-content {
        width: 50vw;
    }
    .foot-logo img{
        width: 25vw;
        height:6vh;
        filter: invert(1);
    }
    .icons{
        font-size:4vw;
    }
    .foot-quick
    {
        text-align: center;
    }
    .foot-contact{
        text-align: center;
    }
    .addre{
        justify-content: center;
        font-size:2.4vw;
    }
    .middle p{
        font-size:1.9vw;
    }
    .content-3  h4
    {
        font-size:4vw;
    }
    .add h4{
        font-size: 3vw;
    }
    .content-4 h2{
        font-size:4vw;
    }
    .content-4 p{
        font-size: 3vw;
    }
    .foot-quick{
        font-size: 3vw;
    }
    .foot-contact h3
    {
        font-size: 3.5vw;
        margin-left:-1vw;
    }
    .add-3 img{
        width:50vw;
        height:20vh;
    }
    .conpara4{
        margin-top:-100px;
        font-size:8vw !important;
    }
    
}




.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    margin-left: 2.5%;
    width: 95%;
    margin-top: -10vh;
    scale: 0.77;
  }
  @media only screen and (min-width: 767px) {
    .grid {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
    }
  }

  .article {
    position: relative;
    cursor: pointer;
  }
  .article:hover:before {
    opacity: 1;
  }
  .article:hover .article__cover {
    transform: translateX(-2rem) scale(1.05);
  }
  .article:hover .article__title, .article:hover .article__info {
    opacity: 1;
    transform: translateX(0);
  }
  .article:hover .article__title {
    transition-delay: 0s;
  }
  .article:hover .article__info {
    transition-delay: 0.1s;
  }
  .article:hover .withouthover {
    display: none;
  }
  .article:hover .hoverme {
    display: none;
  }
  .article:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.47);
    transition: opacity 0.3s ease-in-out;
  }
  .article__figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 0;
    padding-bottom: 100%;
  }
  @media only screen and (min-width: 500px) {
    .article__figure {
      padding-bottom: 50%;
    }
  }
  @media only screen and (min-width: 767px) {
    .article__figure {
      padding-bottom: 66.6%;
    }
  }
  @media only screen and (min-width: 1200px) {
    .article__figure {
      padding-bottom: 50%;
    }
  }
  .article__cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -2rem;
    width: calc(100% + 2rem);
    height: 100%;
    /*-o-object-fit: cover;*/
    /*   object-fit: cover;*/
    transform: translateX(0);
    transition: transform 0.55s ease-in-out;
    opacity: 0.8;
    
  }
  .article__caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
    max-width: 90%;
  }
  .article__title {
    opacity: 0;
    max-width: 25vw;
    padding: 0.85vw 1vw;
    transform: translateX(50%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size:1vw;
  }
  .article__title {
    background-color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
    transition-delay: 0.1s;
  } .article__title1 {
    background-color: rgba(51, 51, 51, 0.5);
    font-weight: 600;
    padding:10px;
  }
  .article__info {
    background-color: rgba(51, 51, 51, 0.7);
    font-size: 1vw;
    letter-spacing: 0.1vw;
  }
  .article__info{
    opacity: 0;
    max-width: 25vw;
    padding: 0.8vw 1vw;
    transform: translateX(50%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  

  @media (max-width: 767px) {
  
      .grid{
          margin-top:-15vh;
          scale:0.85;
      }
      .amindiv2{
        scale:0.9;
    }
    .amindiv{
        gap:10px;
    }
    .article__title{
        scale:0.8;
        font-size:4vw;
        max-width:40vw;
        margin-left:4vw;
    }
    .article__info{
        scale:0.8;
        font-size:4vw;
        max-width:80vw;
        margin-top:-1vw;
    }
  }

  .slider {
    /* position: absolute; */
    /* top: 15vh; */
    background-image: url('../public/download.jpg'); 
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: cover;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    perspective: 300px;
    perspective-origin: 50% 50%;
  }

  .card {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 50%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    transform: translate3d(-50%, -50%, 0);
    background-color: #000;
    transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  }

  .card img {
    position: absolute;
    opacity: 0.5;
  }

  .copy {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  h1 {
    position: relative;
    text-align: center;
    font-size: 6vw;
    font-weight: 300;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #dfe1c8;
  }
  .cospan{
    color: #dfe1c8;
    text-align: center;
  }
  h1 span {
    position: relative;
    display: inline-block;
    transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  }

  @media (max-width: 500px) {
    .slider {
      top: 27vh;
    }
    .copy h1{
        font-size: 25px;
    }

    .card {
      height: 300px;
      width: 70%;
      margin-top: 30px;
    }
  }



  