*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
text-transform: capitalize;
background-color: rgb(212, 209, 209);
}
/* <!-- ////////////////////////////////////////////  Header   /////////////////////////////////////////////// --> */

.navbar-brand ,.logo, .title{
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  transition: 0.4s;
}
.navbar-brand:hover{
  text-shadow: 5px 5px 20px #fff, -5px -5px 20px  #fff;
}
.nav-link:hover{
  font-weight: bolder;
  text-shadow: 1px 1px 10px #fff, -1px -1px 10px gray;
}
.dropdown-item:hover{
  font-weight: bolder;
  text-shadow: 1px 1px 10px chocolate, -1px -1px 10px black;
}
.dropdown-item:hover::first-letter{
  font-size: larger;
  color: chocolate;
}
 .nav-link:hover::first-letter{
  font-size: larger;
  color: chocolate;
}
.navbar-brand{
  color: chocolate !important;
  font-weight: bolder;
  
}
.nav-link{
  color: #fff !important;
}
/* */
.btn{
  margin-left: 5px ;
}
.disabled{
  color: gray !important;
}
/* <!-- ////////////////////////////////////////////  Aside section  /////////////////////////////////////////////// --> */
.aside-icon a{
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  color: black !important;

  
}
/* <!-- ////////////////////////////////////////////  carousel   /////////////////////////////////////////////// --> */

.carousel-caption{
  background-color: black;
  opacity: 0.7;

}
.carousel-caption h1{
  font-size: 40px !important;
  color:chocolate;
}
.carousel-caption p{
  font-size: 25px !important;
  color: #fff;
}
.img{
  height: 80vh !important;
}
/* <!-- ////////////////////////////////////////////  card 1   /////////////////////////////////////////////// --> */

.card{
  background-color: #333;
}

.card-title{
  color: chocolate;
 
 
}
.tit{
  text-align: left !important;
  font-size: 40px !important;
}
.card-subtitle{
  color: #fff !important;
  
}
strong{
  color: coral !important;
  font-size: 15px;
  text-decoration: underline;

}
.card-text{
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* <!-- ////////////////////////////////////////////  Sec 1   /////////////////////////////////////////////// --> */

.display-1{
  text-align: center ;
  color: chocolate !important;
  font-size: 30px;
}
.btn{
  text-decoration: none !important;
  color: #fff !important;
  font-size: 15px;
}
.card-body{
  color: gray !important;
}
.code{
  color: chocolate;
}
/* <!-- ////////////////////////////////////////////  Sec 2   /////////////////////////////////////////////// --> */
.card-img-top{
  width: 30% !important;
  height: 100px !important;
  margin: auto;
}
.lab{
  color: chocolate;
  text-align: center !important;
  margin-top: 10px;

}
.form-control{
  width: 50% !important;
  background-color: rgb(189, 187, 187) !important;
  
}


/* <!-- ////////////////////////////////////////////  Sec 3   /////////////////////////////////////////////// --> */


  .fixed-img{
      background-attachment: fixed;
      background-size: cover;
      height: 300px;
      }
  .fixed-image1{
      background-image: url(../images/carsul/1.jpeg);

  }

/* <!-- ////////////////////////////////////////////  Sec 4   /////////////////////////////////////////////// --> */
.card1{
  height: 200px !important;
  margin-top:20px !important;
  width: 90% !important;
}
/* <!-- ////////////////////////////////////////////  Sec 5   /////////////////////////////////////////////// --> */
.fixed-image2{
  background-image: url(../images/image2.png);

}
/* <!-- ////////////////////////////////////////////  Sec 6   /////////////////////////////////////////////// --> */

.sec6-title{
  font-size: 50px !important;
}
.sec6-title:hover{
  text-shadow: 5px 5px 20px chocolate, -5px -5px 20px chocolate;

}

.wrapper {
  margin: 10vh;
  
}
.thankcard {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .thankcard {
    min-height: 350px;
  }
}
@media (max-width: 420px) {
  .thankcard {
    min-height: 300px;
  }
}
.card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
}

.card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.card-has-bg:hover {
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms ;
}
.card:hover .card-footer{
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms ;
  margin-top: 45px !important;
}
.card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms ;
  background: #333;
  background: linear-gradient(0deg, rgba(50, 51, 51, 0.5) 0%, #333 100%);
}
.card .card-footer {
  background: none;
  border-top: none;
}
.card .card-footer .media img {
  border: solid 3px rgba(255, 255, 255, 0.3);
}
.card .card-meta {
  color: #333;
}
.card .card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-hover:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-hover:hover .card-body {
  margin-top: 20px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #333;
  background: linear-gradient(0deg, rgba(140, 141, 141, 0.379) 0%, #333 100%);
}

/* <!-- ////////////////////////////////////////////  Sec 7   /////////////////////////////////////////////// --> */


    /* News */
    .postcard {
      height: 400px;
      flex-wrap: wrap;
      display: flex;
      box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
      border-radius: 10px;
      margin: 0 0 2rem 0;
      overflow: hidden;
      position: relative;
      color: #ffffff;
      box-shadow: -5px 5px 20px 10px rgb(201, 198, 241);
    }
    .postcard.dark {
      background-color: #18151f;
    }
    .postcard.light {
      background-color: #e1e5ea;
    }
    .postcard .t-dark {
      color: #18151f;
    }
    .postcard a {
      color: inherit;
    }
    .postcard h1, .postcard .h1 {
      margin-bottom: 0.5rem;
      font-weight: 500;
      line-height: 1.2;
    }
    .postcard .small {
      font-size: 80%;
    }
    .postcard .postcard__title {
      font-size: 1.75rem;
    }
    .postcard .postcard__img {
      max-height: 180px;
      width: 100%;
      object-fit: cover;
      position: relative;
    }
    .postcard .postcard__img_link {
      display: contents;
    }
    .postcard .postcard__bar {
      width: 50px;
      height: 10px;
      margin: 10px 0;
      border-radius: 5px;
      background-color: chocolate;
      transition: width 0.2s ease;
    }
    .postcard .postcard__text {
      padding: 1.5rem;
      position: relative;
      display: flex;
      flex-direction: column;
    }
    .postcard .postcard__preview-txt {
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify;
      height: fit-content;
    }
    .postcard .postcard__tagbox {
      display: flex;
      flex-flow: row wrap;
      font-size: 14px;
      margin: 20px 0 0 0;
      padding: 0;
      justify-content: center;
    }
    .postcard .postcard__tagbox .tag__item {
      display: inline-block;
      background: rgba(83, 83, 83, 0.4);
      border-radius: 3px;
      padding: 2.5px 10px;
      margin: 0 5px 5px 0;
      cursor: default;
      -webkit-user-select: none;
      user-select: none;
      transition: background-color 0.5s;
    }
    .postcard .postcard__tagbox .tag__item:hover {
      background: rgba(83, 83, 83, 0.8);
    }
    .postcard:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(-70deg, #424242, transparent 50%);
      opacity: 1;
      border-radius: 10px;
    }
    .postcard:hover .postcard__bar {
      width: 100px;
    }
    
    @media screen and (min-width: 769px) {
      .postcard {
        flex-wrap: inherit;
      }
      .postcard .postcard__title {
        font-size: 2rem;
      }
      .postcard .postcard__tagbox {
        justify-content: start;
      }
      .postcard .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
      }
      .postcard .postcard__text {
        padding: 3rem;
        width: 100%;
      }
      .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
        width: 55px;
      }
      .postcard:hover .postcard__img {
        transform: scale(1.1);
      }
      .postcard:nth-child(2n+1) {
        flex-direction: row;
      }
      .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
      }
      .postcard:nth-child(2n+1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
      }
      .postcard:nth-child(2n+0) .postcard__text::before {
        right: -12px !important;
        transform: rotate(-4deg);
      }
    }
    @media screen and (min-width: 1024px) {
      .postcard__text {
        padding: 2rem 3.5rem;
      }
    
      .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
      }
    
      .postcard.light .postcard__text:before {
        background: #e1e5ea;
      }
    }

/* <!-- ////////////////////////////////////////////  footer   /////////////////////////////////////////////// --> */
  
    .logoicon{
      height:80px;
      width: 80px;
      box-shadow: -3px -3px 20px 10px rgb(201, 198, 241);
      border-radius: 50%;
      transition: 1s;
  }
  .logoicon:hover{
      background-color: chocolate;
      opacity: 0.7;
  
  }
  

    /* <!-- ////////////////////////////////////////////  Sec 9   /////////////////////////////////////////////// --> */
