@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #eeeeee;
  text-align: center;
  font-family: "Open Sans", "sans-serif";
 
  /*font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}

a {
  color: inherit;
}

.main-container {
  background-image: url("../../images/AdobeStock_536263899.jpeg");
  background-size: cover;
}

/* ==================-----=================== Navigation ==================-----================ */
.nav-main {
  display: flex;

  background-color: #000000;
  justify-content: space-between;
  align-items: center;
}

.nav-main img {
  align-self: flex-start;
  width: 80px;
  margin-left: 50px;
}

.nav-main-bar {
  align-self: flex-end;
  padding: 10px;
  margin-right: 25px;
}
.nav-link-list {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  align-items: center;
  margin: auto;
}
.nav-link-list li {
  margin-right: 30px;
}

.nav-link-list-items {
  padding-left: 20px;
}
/* ==============------=============== */

.small-logo {
  width: 100px;
}
.logo-container-footer {
  margin-bottom: 25px;
}

.social-bar {
  background-color: #370044;
  color: #0dcaf0;
  text-decoration: none;
}

.link-info {
  text-decoration: none;
}

.footer-link {
  text-decoration: none;
}

.footer-link:hover {
  color: #0dcaf0;
}

/* ==================-----=================== Main-Form ==================-----================ */

.form-main {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  align-items: flex-start;
  margin-left: 15%;
  margin-right: 15%;
}
.form-slug-main {
  padding: 40px;
  text-align: left;
  background: url("../../images/pixels_header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000ba;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0px;
  font-weight: lighter;
  padding-bottom: 30px;
  padding-top: 35px;
}

.form-slug-main h1 {
  /* offset-x | offset-y | blur-radius | color */
  text-shadow: 5px 3px 7px black;
  margin-bottom: 20px;
  display: flex;
}

.form-right {
  padding: 25px;
  text-align: left;
  background-color: #9f0909c2;
  padding-bottom: 30px;
  padding-top: 35px;
  min-width: 40%;
}

.form-title {
  display: flex;
}

.form-title h3 {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}

.form-fields {
  margin: 10px;
  margin-top: 25px;
}
.form-fields input,
textarea,
select {
  margin-top: 10px;
  display: block;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
}

.form-fields select {
  height: 35px;
  background-color: darkslateblue;
  color: white;
}

.form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-important-center {
  align-content: center;
  justify-content: center;
  align-items: stretch;
  width: 90%;
}

@media (max-width: 992px) {
  .row-important-center {

    width: 95%;
  }
}


.form-disclosure {
  font-size: 10pt;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.form-disclosure input {
  float: left;
  margin-right: 10px;
}

/* ====================================================== Responsive - CSS ========================================================= */

@media (max-width: 992px) {
  .form-slug-main {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 100px;
  }

  .form-right {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .form-main {
    margin-left: 2px;
    margin-right: 2px;
  }
  .title-text {
    display: none;
  }

  .text-account-login {
    display: none;
  }
}

@media (min-width: 992px) {
  .form-right {
    border-top-right-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
  }
}

/* ========================================================= CSS -  Button ========================================================== */
.button-75 {
  align-items: center;
  background-image: linear-gradient(140deg, #bb0f0f 40%, #9035a1);
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Codec cold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: 0.4px;
  line-height: 1;
  width: 96%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: 0px 0px 3px rgb(92, 5, 5);
}

.button-75:active {
  outline: 0;
}

.button-75:hover {
  outline: 0;
}

.button-75 span {
  transition: all 200ms;
}

.button-75:hover span {
  transform: scale(0.9);
  opacity: 0.75;
}

@media screen and (max-width: 991px) {
  .button-75 {
    font-size: 15px;
    height: 50px;
  }

  .button-75 span {
    line-height: 50px;
  }
}

.user-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 20px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.user-menu-main {
  display: inline-block;
  width: 45px;
  height: 28px;
  margin-left: 40px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.user-default-avatar {
  background-image: url("../../images/male-avatar-default.png");
}

.user-menu-main-button {
  background-image: url("../../images/menu-button-off.png");
}
.user-menu-main-button:hover {
  background-image: url("../../images/menu-button-hover2.png");
}

.slug-header {
  position: absolute;
  margin-right: 200px;
}
.slug-header img {
  height: 500px;
}

.icon-row-slug {
  margin-top: 20px;
  padding: 25px;
  padding-left: 0;
  align-self: flex-end;
}
.icon-row-slug ul {
  display: inline;

  padding: 0px;
}
.icon-row-slug ul li {
  font-size: 18pt;
  display: inline-block;
  margin: 10px;
  margin-top: 25px;
  margin-left: 0px;
  padding: 15px;
  background-color: #000000;
  border-radius: 15px;
  width: 70px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .icon-row-slug {
    margin-top: 20px;
    padding: 25px;
    padding-left: 0;
    align-self: flex-end;
  }
  .icon-row-slug ul {
    display: inline;

    padding: 0px;
  }
  .icon-row-slug ul li {
    font-size: 20pt;
    display: inline;
    margin: 10px;
    margin-left: 0px;
    padding: 15px;
    background-color: #000000;
    border-radius: 15px;
  }
}

.text-account-login {
  font-size: 12pt;
  font-weight: 900;
  padding: 5px;
  cursor: pointer;
  display: flex;
}

.text-account-login:hover {
  color: #0dcaf0;
}

.title-text {
  float: right;
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 0px;
}

.text-phone-number {
  float: right;
  text-decoration: none;
}
.text-phone-number:hover {
  color: #0dcaf0;
}

.icon-user-avatar {
  font-size: 18pt;
  margin-left: 15px;
  padding-left: 20px;
  padding-right: 7px;
  border-left: thin solid white;
}

.card-image-top {
  padding: 0px !important;
  margin: 0px imo !important;
  filter: sepia(100%) saturate(200%) brightness(70%) hue-rotate(330deg) !important;
}

.nav-linkbar {
  background-color: rgb(90, 90, 90);
  color: white;
  padding-left: 20%;
  padding-right: 20%;
}

.nav-linkbar-list {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  align-items: center;
  margin: auto;
}

.drop-btn {
  all: none;
}

.hr-bar {
  background-color: #483d8b;
  padding-left: 20%;
  padding-right: 20%;
  height: 5px;
}

.header-icon {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 35pt;
}

.card-title {
  font-weight: bolder;
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 100px; */
  /* height: 50px; */
  background-color: #595959;
  color: white;
  padding: 8px;
  padding-left: 11pt;
  /* border: 1px solid #d58e8e; */
  border-top-left-radius: 8px;
  text-decoration: none !important;
  padding-right: 9pt;
}
.bottom-right:hover {
  background-color: #000000;
  color: #0dcaf0;
}

.bottom-right a {
  text-decoration: none !important;
}

.bottom-right a:hover {
  font-style: unset;
  color: #0dcaf0;
}

.services-dropdown-content {
}
.info-dropdown-content {
}

.card-deck {
  justify-content: space-around;
  width: 92%;
}

.accordion-button:not(.collapsed) {
  color: #2dc7ef !important;
  background-color: #000000 !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color) !important;
}

.accordion-item {
  color: var(--bs-accordion-color) !important;
  background-color: #9aeaff !important;
  border: 1px #1e1e1e solid !important;
}

.accordion-button {
  background-color: #370044 !important;
  color: white !important;
}

/* =======================
SERVICES PAGES 
==========================*/

#services {
}
#services .services-top {
  padding: 40px 10px 40px 10px;
  background-color: #000000ab;
  border-radius: 10px;
}
#services .services-list {
  padding: 10px 50px 50px 50px;
}
.services-list .service-block {
  margin-bottom: 25px;
}
.services-list .service-block .ico {
  font-size: 38px;
  float: left;
}
.services-list .service-block .text-block {
  margin-left: 58px;
}
.services-list .service-block .text-block .name {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
}
.services-list .service-block .text-block .info {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
}
.highlight {
  color: #2ac5ed;
  font-weight: bold;
}


.list-indent {
  margin: 0px 40px 40px 40px;
  padding: 0px 20px 20px 20px;
}



@media (max-width: 992px) {

  .list-indent {
    margin: 0px 5px 5px 5px;
    padding: 0px 5px 5px 5px;
  }
  #services .services-list {
    padding: 5px 25px 25px 25px;
  }
}




.list-indent li {
  margin-top: 20px;
}

.nav-logo-block {
  display: flex;
  align-items: center;
}

.nav-logo-block a:hover {
  color: #0dcaf0;
}

.nav-logo-block img {
  height: 30px;
  width: auto;
}
.no-style-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.no-style-list a {
  text-decoration: none;
}

.no-style-list a:hover {
  color: #0dcaf0;
}

.user-account {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;

  object-fit: cover;
  margin-right: 10px;
  margin-bottom: 5px;
  border: #2dc8ef9a;
  border-width: 6px;
  border-style: solid;
  
}

.menu-my-account {
  display: flex;
  justify-content: space-between;
}

.menu-my-account h5 {
  display: flex;
  vertical-align: top;
}

.menu-my-account img{
position: relative;
  top: 0;
right: 0;
}


.offcanvas-body hr{
  border: none;
  height: 5px;
  /* Set the hr color */
  color: #2dc7ef;  /* old IE */
  background-color: #2dc7ef;  /* Modern Browsers */
}





.offcanvas{
  --bs-offcanvas-height:300px;
  }



@media (max-width: 992px) {

.offcanvas{
--bs-offcanvas-height:100vh;
}

}