body{background: linear-gradient(315deg, #ffffff, #d7e1ec);}
.sidebar-transparent{
    width: 100%;
    height: 100%;
    background-color:transparent;
    position:absolute;
    display: block;
}
.sidebar-color{
    width: 80px;
    height: 100%;
    background-color:#707070;
    position:absolute;
}
.togglesidebar{
    width: 80px;
    height: 80px;
}


.main{
    padding: 150px 0;
}
.img{
    width: 100%;
    height: 150px;
}
.imgDisplay{
    position:relative;
}
.btn-aliexpress{
    background-color: #ff4747;
}
.three{
    background-color: #F58220;
}
.checksize{
    width: 100%;

}
.bottom- {
    bottom: 0;

}
.product-specs .product-specs-list li {
    position: relative;
    width: 50%;
    float: left;
    line-height: 28px;
    list-style: none;
    margin-left: 0;
}
.border{
    border: 1px solid black;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
.contraol_img{
    min-height: 362.5px;
    max-height: 362.5px;
}

.btn{
    -webkit-appearance: none;
}


.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .corner {
    border: 3px solid #ED8D8D;
    width: 100%;
    position: relative;
    border-radius: 15px;}
    .timeline .col-2 {
        display: flex;
        overflow: hidden;
    }
    .timeline div {
        padding: 0;
        height: 40px;
    }

    .circle {
        padding: 13px 20px;
        border-radius: 50%;
        background-color: #F58220;
        color: #fff;
        max-height: 50px;
        z-index: 2;
    }

    .timeline .left-bottom {
        left: -50%;
        top: calc(50% - 3px);
    }
    .timeline .corner {
        border: 3px solid #F58220;
        width: 100%;
        position: relative;
        border-radius: 15px;
    }

    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }
    .timeline .corner {
        border: 3px solid #F58220;
        width: 100%;
        position: relative;
        border-radius: 15px;
    }
    .timeline hr {
        border-top: 3px solid #F58220;
        margin: 0;
        top: 17px;
        position: relative;
    }
    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .timeline .top-left {
        left: -50%;
        top: -50%;
    }
    .timeline .corner {
        border: 3px solid #ED8D8D;
        width: 100%;
        position: relative;
        border-radius: 15px;
    }
    .form-control:focus {
        border-color: #fff;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px;
    }
    .form-control{
        border-radius: 20px;
    }
    .form-control:focus{
        border-radius: 0px;
    }
    @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");



.social {
  display: grid;
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  place-items: center;
	
}
.wrapper {
  display: inline-flex;
}

.wrapper .icon {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.link{
    text-decoration: none;
    z-index: 0;
    position: none;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background-color: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #ffffff;
}