@font-face {
  font-family: 'Federo';
  src: url('../fonts/federo.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Federo', sans-serif;
  background-image: url("../images/background_cmp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  color: #ffffff;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }

.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 80px; }

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
    .viewz {
      width: 100%;
      text-align: center;} 
    @media (max-width: 767px) {
    .brandmark img {
        width: 100%;
        height: auto;
      }
      .viewz{
        width: 100%;
      }
    .navbar-dark {
      padding-bottom: 0; } }

.justify-center {
  display: grid;
  justify-content: center;
  text-align: center;
}

.logo{
  opacity: 0.4;
  transition: all 0.5s;
}
.logo:hover{
  opacity: 0.8;
  transition: all 0.5s;
}

.page-title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 14px; 
      text-align: center;} }

.page-description {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  /* margin-bottom: 59px; */
 }
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px; } }

p {
  font-size: 14px;
  margin-bottom: 21px; }
.btn-rpt {
  background: transparent;
  color: #34b8ed;
  width: 30px;
  border-bottom: 1px solid #34b8ed;
  border-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.btn-rpt svg {
    fill: #ffffff;
}
.btn-rpt svg:hover {
  fill: #34b8ed;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* width: 100%; */
  z-index: 2;
}

.clipboard-example{
  margin: auto;
  width: auto;

}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}
#in01:focus-visible {
  outline: none;
  outline-color: currentcolor;
}
.copied {
  opacity: 0;
  position: absolute;
  color: #35bbf0;
  /* left: 55px; */
  right: 20px;
}

#in01:focus-visible {
  outline: none;
  text-decoration: none;
}
input {
  line-height: normal;
  /* width: 310px; */
  color: white;
}
.form-control{
  color: #ffffff;
  padding: 0;
}

footer{
  text-align: center;
}

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 16px;
  transition: all 0.3s ease-in-out; }
  .footer-social-links .social-link:last-child {
    margin-right: 0; }
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff; }



.footer-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.social-link i{
  font-size: 20px;
  color: #ffffff;
  margin: 0px 5px 0px 5px;
}
.social-link i:hover{
  font-size: 20px;
  color: #007bff;
  margin: 0px 5px 0px 5px;
}

.footer-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px
}
@media (max-width: 992px) {
  .text-lg-end {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px){
  .text-lg-start {
    text-align: left !important;
  }
  
  .text-lg-end {
    text-align: right !important;
    justify-content: end;
    display: flex;
  }
  
  .text-lg-center {
      text-align: center !important;
  }
}
svg {
  fill: rgb(232, 230, 227);
}

svg {
  fill: #fff;
  height: 30px;
  display: flex;
}

.footer-text-link {
  -webkit-transition: .3s;
  transition: .3s;
  color: #ffffff;
  text-decoration: none
}

.footer-text-link:hover {
  text-decoration: none
}