/* smooth collapse */
.pompiere-regular {
  font-family: "Pompiere", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar-collapse {
  transition: height .35s ease;
}
html, body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

/* smooth dropdown */
.dropdown-menu {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
    visibility: hidden;
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.page{
  color: white;
}
.dropdown-item.page:hover{
  background-color: rgba(210, 210, 210, 0.43);
}
.carousel-item img{
    height: 100vh;
}
.fa-angles-right,.fa-angles-left{
    font-size: 30px;
    color: rgba(19, 113, 255, 0.821);
}
.carousel-caption{
    background-color: rgba(19, 113, 255, 0.442);
    border-radius: 20px;
    width: 60%;
    margin: auto;
    margin-bottom: 6%;
    transition: 0.3s;
}
.carousel-caption:hover{
    background-color: rgba(19, 113, 255, 0.646);
    cursor: pointer;
    box-shadow: 1px 1px  50px -15px rgb(0, 157, 255);
}
.carousel-caption button{
    transition: 0.3s;
    background-color: black;
    border: none;
}
.carousel-caption p{
    word-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
}
.carousel-caption button:hover{
    border-radius: 15px;
    background-color: red;
}
.carousel-indicators .cursel{
    background-color: rgba(19, 113, 255, 0.646);
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.carousel-indicators .cursel:hover{
    background-color: red;
}
.btn-close{
    position: absolute;
    left: 0px;
}
.card{
    text-align: center;
    margin: 10px;
    margin-right: 20px;
    z-index: 1;
}
.row-cols-1{
    z-index: 1;
}
.card img{
    height: 300px;
}
.card .btn:hover +img{
    display: none;
}
.card-img-top{
    transition: 0.5s;
}
.card-img-top:hover{
    transform: rotate(5deg);
}

.products{
    border-bottom: 4px solid red;
    width: fit-content;
    margin: auto;
    padding-bottom: 10px;
    background-color: rgb(188, 188, 188);
}
.fa-star{
    color: rgb(29, 146, 255);
}
.btn-pro{
    transition: 0.3s;
}
.btn-pro:hover{
    background-color: black;
    border-radius: 25px;
}
del{
    color: red;
}
.card-model{
    margin-top: 20%;
    transition: 0.1s;
}
.carousel-project{
    height: 28vh;
    overflow-y: hidden;
}
.contentMe{
background: url(/laptop-background_1150-45597.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50px;
  background-attachment: fixed;
  min-height: fit-content;
  overflow-x: hidden;
  z-index: 1;
  padding-top: 5%;
  padding-bottom: 10%;
}
.contentMe{
    margin-top: 5%;
}
.input{
    margin-top: 7%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.inputs{
    border: none;
    outline: none;
    background-color: rgb(213, 213, 213);
    padding: 8px;
    padding-left: 250px;
    border-radius: 0px 15px 15px 0;
}
.contener{
    display: flex;
    justify-content: center;
    margin-top: 7%;
    padding-bottom: 5%;
}
.contener button{
    border-radius: 10px 0 0 10px;
    background-color: rgb(1, 125, 208);
    color: white;
    transition: 0.3s;
}
.input-group{
    flex-direction: row-reverse;
}
.contener button:hover{
    background-color: black;
    border-radius: 15px 0 0 15px;
}
.contact{
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    border: 2px solid rgb(160, 160, 160);
    padding: 20px;
    width: 70%;
    gap: 10px;
    box-shadow: 1px 1px 50px -30px black;
    z-index: 10;
}
.contact h1{
    margin: auto;
    width: fit-content;
    padding: 20px 0;
    padding-bottom: 10px;
    color: rgba(2, 129, 227, 0.691);
    border-bottom: 5px solid red;
}
.contact .col{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact label{
    transform: translateY(30%);
}
.contact input{
    outline: none;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 3px;
    padding: 4px 5px;
}
.contact button{
    margin-top: 4%;
    width: 100%;
}
.card-list{
    display: flex;
    align-items: center;
    margin-bottom: 3%;
    margin-top: 20%;
    border: 1px solid rgba(163, 163, 163, 0.523);
    height: 350px;
    min-height: 265px;
    padding: 20px;
}
.card-list p{
    margin-right: 8px;
}
.project-list{
    text-align: center;
    gap: 30px;
}
.container-list{
margin-top: 20%;
}
.title{
    margin-bottom: 5%;
}
.img-list{
    height: 165px;
    width: 165px;
    transition: 0.3s;
}
.img-list:hover{
    transform: scale(1.08);
}
.hover {
    display: none;
}

#btns:hover .normal {
    display: none;
}
#btns:hover .hover {
    display: inline;
}
.Privacy{
    background-color: rgb(226, 226, 226);
    border: 1px solid rgba(173, 173, 173, 0.796);
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    margin-top: 3%;
    box-shadow: 1px 1px 50px -10px rgba(62, 62, 62, 0.522);
    padding-bottom: 10px;
}
iframe{
    width: 600px;
    height: 300px;
    padding: 20px;
}
.trans{
    padding: 10px;
}
.footter{
    background-color: rgb(0, 96, 175);
    color: white;
    height: 270px;
    padding: 20px;
}
.footter .row{
    margin-top: 1%;
}
.icon{
    color: rgba(31, 30, 30, 0.769);
    font-size: 20px;
    padding: 3px;
    margin-top: 3%;
}
.icon:hover{
    color: rgba(16, 16, 16, 0.769);
}

/* scroll */
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(38, 121, 255); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(9, 102, 252);
}
.offcanvas i{
    font-size: 20px;
    padding: 1px;
}
#cartIcon {
  font-size: 15px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.animate {
  animation: cartAnimation 2s ease forwards;
}

@keyframes cartAnimation {
  0% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.3) rotate(15deg);
  }
  50% {
    transform: scale(1.3) rotate(-15deg);
  }
  75% {
    transform: scale(1.3) rotate(15deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}