@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
html {
    scroll-behavior: smooth;
  }

body {
    height: auto;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    font-family: "Anton", sans-serif;
    display: flex;
    flex-direction: column;
}

.Showhamburger-menu {
    display: none;
    }

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15rem!important;
    height: 15rem!important;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: 0.75rem;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: transparent!important;
}


.h-100 {
 height: auto!important;
}

.feature-icon.bg-primary.bg-gradient:hover{
    transform: scale(1.1);
}

.img-tele img {
    position: absolute;
    display: flex;
    margin-top: -190px;
    width: 200px;
    height: auto;
    margin-left: 300px;
}

.word {
    display: flex;
    width: 100%;
    color: white;
    font-family: monospace!important;
    font: 700 normal 2.5em 'tahoma';
    height: 80vh;
    justify-content: center;
    align-items: center;
}

.cover-container {
    max-width: 70%!important;
}

p2 {
    font-size: 25px;
}

p3 {
    font-size: 25px;
}

.fixed-backgroud {
    display: flex;
    background-color: #000000;
}

@keyframes blink {
    50% {
        color: transparent
    }
}

.loader__dot {
    animation: 2s blink infinite
}

.loader__dot:nth-child(2) {
    animation-delay: 500ms
}

.loader__dot:nth-child(3) {
    animation-delay: 1000ms
}


.content-banner {
    position: absolute;
    color: yellow;
}

.content__container-banner {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 20px;
}

.content__container-banner:before {
    content: "[";
    left: 0;
}

.content__container-banner:after {
    content: "]";
    position: absolute;
    right: 0;
}

.content__container-banner:after,
.content__container-banner:before {
    position: absolute;
    top: 0;
    color: blue;
    font-size: 42px;
    line-height: 30px;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.content__container__text-banner {
    display: inline;
    float: left;
    margin: 0;
}

.content__container__list-banner {
    margin-top: 0;
    padding-left: 100px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.content__container__list__item-banner {
    line-height: 35px;
    margin: 0;
}

@-webkit-keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

.flipH {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.hover-action-1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted rgb(255, 255, 255);
}
.hover-action-1 .hover-action-1-text {
    visibility: hidden;
    width: auto;
    background-color: rgb(255, 250, 250);
    color: rgb(0, 0, 0);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .hover-action-1:hover .hover-action-1-text {
    visibility: visible;
  }
  .wrapper {
    position: relative;
  }
  
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    display: none;
  }
  .cover-container {
    max-width: 70%!important;
    width: 100%!important;
    height: 15%!important;
}

.div#v-pills-tabContent {
    margin: 10px 0 0 150;
}

.nav-link {
    cursor: pointer;
}

nav.nav.nav-masthead.justify-content-center.float-md-end {
    width: 100%;
    position: fixed;
    margin-left: 13%;
    z-index: 1;
}

input#myText {
    position: relative;
    border-radius: 25px;
    box-shadow: 3px 5px #ffffff27;
}

.custom-username button {
    position: absolute;
    border-radius: 25px;
    margin-left: -19%;
    background-color: transparent;
    border: 2px solid;
}

.custom-username button:hover {
transform: scale(1.1);
background-color: #6c757d;
}

.flip-card {
    height: 300px;
    perspective: 1000px;
    
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-box:hover .flip-card-inner {
    transform: rotateX(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
  }
  
  .flip-card-back {
    border-radius: 20px;
    background-color: #000000;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .flip-card-back h1{
    margin: 0px 0 10px 0;
    color: rgb(255, 255, 255);
  }

  .flip-box-back {
    background-color: #2980b9;
    color: white;
    transform: rotateX(180deg);
  }
  .night {
    position: absolute;
    width: auto;
    height: auto;
    transform: rotateZ(45deg);
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {
    background-color: #ddd;
}
  
  .show {
    display: block;
    right: 0;
    left: auto;
}


  @media only screen and (max-width: 900px) {
  .img-tele{
    display: none;
  }
  .hamburger-menu{
    display: none;
      
  }

.cover-container {
        max-width: 100%!important;
        width: 100%!important;
    }
    .Showhamburger-menu {
        display: block;
        position: fixed;
        margin-left: 85%;
        margin-right: 0px;
        z-index: 1;
        }
  }
  
  a {
    all: unset;
}

.button-link {
    display: none;
    float: left;
    margin-top: -30%;
}

.button-client{
    display:none;
    float: right;
    margin-top: -30%;
}

  /* nav.nav.nav-masthead.justify-content-center.float-md-end {
    width: auto;
    position: fixed;
    margin-left: 0;
    z-index: 1;
    margin-top: 15%;
} */
/*.fa {*/
/*    padding: 20px;*/
/*    font-size: 30px;*/
/*    width: 50px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    margin: 5px 2px;*/
/*  }*/
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
     padding: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: white;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
 .popuptext {
     border: 1px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    position: fixed;
    margin: 0;
    justify-content: center;
    z-index: 1;
    padding: 40px;
    background-color: black;
}
  @media only screen and (max-width: 900px) {
      .popuptext {
    top: 50%;
    border: 1px solid white;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    position: fixed;
    margin: 0;
    justify-content: center;
    z-index: 1;
    width: 80%;
    padding: 20px;
    background-color: black;
}
  }
  
  @media only screen and (max-width: 900px) {
.table-cover-wrapper {
    margin: auto;
    width: 90%!important;
      
  }
  }
  
  button.btn-close.btn-close-white {
    position: fixed;
    margin-left: 80%;
    margin-top: -6%;
}

.admin-login-form {
  width: 30%;
  margin: auto;
}

.project-login-form {
    margin: auto;
    width: 30%;
}

.admin-page-wrapper {
    margin: 5% 0 5% 0;
}

.main-table-add-new {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}



@import url("https://fonts.googleapis.com/css?family=Lato:700|Noticia+Text:400i&display=swap");


article {
    height: 350px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0f141c;
    line-height: 2;
    border-radius: 10px;
    margin: 0.5rem;
    transition: transform 0.2s ease-out;
    box-shadow: 13px 8px 5px -2px hsl(56deg 63% 54% / 10%);
}
article figure {
  /* limit the width and height of the figure to show the image in a circle */
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* specify negative margin matching half the height of the element */
  margin-top: -60px;
  /* position relative for the pseudo element */
  position: relative;
  
}
article figure:before {
  /* add a border around the figure matching the color of the background, faking the clip */
  content: "";
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  box-shadow: 0 1px hsla(0, 0%, 0%, 0.1);
}

article:hover {
    color: #fdec6e;
  text-shadow:0px 0px 30px #fdec6e;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px dotted green;
  box-shadow: 13px 8px 5px -2px hsl(138deg 100% 55% / 10%);
}

article:hover .button-link {
    display:block;
}


article:hover .button-client {
    display:block;
   
}


article figure img {
  /* stretch the image to cover the size of the wrapping container */
  border-radius: inherit;
  width: 100%;
  height: 100%;
  /* object fit to maintain the aspect ratio and fit the width/height */
  object-fit: cover;
}

article div {
  /* center the text in the div container */
  text-align: center;
}

.wrapper-review {
    justify-content: space-around;
    width: 70%;
    margin: auto;
    display: flex;
}

 @media only screen and (max-width: 900px) {
.wrapper-review {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.table-cover-container-wrapper {
    margin: 20% 0 0 0!important;
}

}

.image-review {
  position: relative;
    width: 150px;
    height: 160px;
    margin-right: 15px;
    overflow: hidden;
}


.image-review img {
    position: absolute;
    margin-left: -65%;
    width: 200px;
    height: 200px;
}

.top-container-wrapper-review {
    display: flex;
    margin: 10px;
}

.container-wrapper-review {
    justify-content: space-evenly;
    border: 1px solid white;
    border-radius: 8px;
    margin: 10px;
    transition: width 1.1s;
}
.container-wrapper-review:hover {
    background: rgb(18,24,33);
    background: linear-gradient(0deg, rgba(18,24,33,1) 0%, rgba(0,0,24,1) 60%, rgba(33,108,0,1) 99%);
}


.userdetail-review {
    text-align: initial;
}

.bottom-top-container-wrapper-review {
    margin: 15px;
    text-align: initial;
}

.checked {
  color: orange;
}

.star-review .i.fa {
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.table-cover-container-wrapper {
    margin: 7% 0 0 0;
}

.table-cover-wrapper {
    margin: auto;
    width: 25%;
    background-color: #225002;
    padding: 2%;
}

.input-field {
    margin: 10px;
}
.projectname-review {
    font-weight: bold;
}
.postion-review {
    font-style: italic;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: black;
    background-clip: padding-box;
    border: 2px solid green;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
