* {
    margin: 0; 
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;;
  }

  .section-1 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
  }
  .section-1 h1{
    font-size: 41px;
  }
  .section-1 p{
    font-size: 21px;
  }

  .video {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
  }

  .cardd {
    width: 300px;
  }

  .search {
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 8px 2px 15px lightskyblue;
  }

  .input-search {
    outline: none;
    background: transparent;
    width: 100%;
    height: 100%;

  }

  .logo {
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 100000;
  }

  .nav-link {
    position: relative;
  }

  .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: royalblue;
  }

  .nav-link::after {
    width: 100%;
  }

  .row-cols-1 img {
    height: 180px;
    background-position: center;
    background-size: cover;
  }

  @media (max-width:767px) {
    .row-cols-1 .col {
      height: 430px;
    }
  }

  .rowes .img {
    overflow: hidden;
  }


  .rowes .card:hover,
  .rowess .card:hover {
    box-shadow: 0px 0px 30px black;
  }

  .rowes .img:hover img {
    transform: scale(1.1);
    transition: .5s;
  }

  .rowess .img:hover img {
    opacity: .5;
  }

  .rowes .col a,
  .rowess .col a {
    display: block;
    text-decoration: none;
    color: rgb(47, 24, 100);
  }

  .rowes .col a:hover {
    color: rgb(18, 224, 224);
  }

  .rowes .col .card-body {
    color: gray;
  }


  .line {
    position: relative;
    right: -80px;
    margin-left: -65px;
  }

  .line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: aquamarine;
  }

  .decoration:hover {
    text-decoration: none;
    cursor: pointer;
  }

  .bi-bookmark-fill {
    cursor: pointer;
  }

  .footer-ul li {
    list-style: none;
  }

  .footer-ull li a {
    text-decoration: none;
  }

  .footer-ull li a:hover {
    text-decoration: underline;
  }
  @media (max-width:430px) {
    .section-1 h1{
      font-size: 18px;
    }
    .section-1 p{
      font-size: 15px;
    }
  }
  .section-3 a:hover{
    color: green;
  }