@font-face {
  font-family: aeonik-bold;
  src: url(fonts/AEONIK-BOLD.OTF);
}
@font-face {
  font-family: aeonik-medium;
  src: url(fonts/AEONIK-MEDIUM.OTF);
}
@font-face {
  font-family: aeonik-regular;
  src: url(fonts/AEONIK-REGULAR.OTF);
}
@font-face {
  font-family: gotham-book;
  src: url(fonts/GothamBook.ttf);
}
@font-face {
  font-family: gotham-light;
  src: url(fonts/GothamLight.ttf);
}
@font-face {
  font-family: gotham-medium;
  src: url(fonts/GothamMedium.ttf);
}
body {
    font-family: gotham-light;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.navbar-inverse {
    background-color: #000;
    border-color: #000;
    margin-bottom:0px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight:400;
    font-size: 12px;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    font-weight:400;
}
.nav>li>a>img {
    max-width: none;
    //filter: invert(1);
}
.slyds-logo {
    width: 74px;
    padding-top: 4px;
}
.button-type1{
  border:1.3px solid #000;
  border-radius:25px;
  padding:3px 20px;
  line-height: 5px!important;
  margin-top:15px;
  margin-left:15px;
}

.containerNew{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 89px;
    width: 100%;
}
.btn {
      background: #ff002e;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 30px;
      font-size: 14px;
      cursor: pointer;
      font-weight: 400;
    }
    .btn a{
      color:#fff;
      text-decoration:none;
    }
    .btn a:hover{
      color:#fff;
      text-decoration:none;
    }
    .card a{
      color:#000;
    }
    .card a:hover{
      text-decoration:none;
    }
/* Bottom Unicorn */


    .bottom-section{
      padding:12% 0% 10% 0%;
      background:#000;
    }
    .card-unicorn {
      background: linear-gradient(135deg, #3b82f6, #1e3a8a);
      border-radius: 24px;
      padding: 40px 60px;
      display: flex;
      align-items: center;
      color: #fff;
      width: auto;
      max-width: 100%;
      position: relative;
    }

    .content {
      max-width: 50%;
    }

    .content h1 {
      font-size: 28px;
      font-weight: 700;
      margin: 0 0 20px;
      line-height: 1.4;
    }

    .content p {
      font-size: 15px;
      line-height: 1.6;
      color: #e0e0e0;
      margin: 0 0 20px;
    }

    .content .highlight {
      font-weight: 700;
      color: white;
    }

    

    .unicorn-image {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 130%;
      z-index:2;
    }

    /* Footer Styling */
    footer {
      background-color: #000;
      //padding: 60px 40px 20px;
      padding-bottom:30px;
    }

    .footer-container {
      
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
    }

    .footer-card1, .footer-card2 {
      position:relative;
    }
    .footer-left{
      width:30%;
      display:inline-block;
    }
    


    .footer-card1 img, .footer-card2 img {
      width: 100%;
    }

    .footer-content1, .footer-content2 {
      position: absolute;
  top: 10px;
  left: 25px;
    }
    .footer-content1 h3, .footer-content2 h3 {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      color: #fff;
      font-size: 24px;
      letter-spacing: 0;
      line-height:1.3;
      padding-bottom:10px;
}
  .footer-content1 p, .footer-content2 p {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      color: #fff;
      width:50%;
      font-size: 12px;
      letter-spacing: 0;
      line-height:1.3;
      padding-bottom:30px;
}
    .footer-right {
      width:67%;
      display:inline-block;
      border-radius:20px;
      background:#161616;
      padding:30px;
      margin-left:2%;
      vertical-align: top;
    }

    

    .footer-links {
      padding:10px 10px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links h4 {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color:#fff;
      margin-bottom: 18px;
      font-size: 16px;
    }

    .footer-links li {
      margin-bottom: 12px;
      font-size: 12px;
    }

    .footer-links a {
      text-decoration: none;
      color: #ccc;
      color: #c1c1c1;
    }

    .footer-location {
      flex: 1;
      min-width: 200px;
    }

    .footer-location h4 {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color:#fff;
      margin-bottom: 18px;
      font-size: 16px;
    }

    .footer-location p {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 12px;
      color: #c1c1c1;
      line-height:1.9;
      margin-bottom: 30px;

    }

    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 45px;
      padding-top: 16px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: 12px;
      color: #aaa;
    }

    .footer-bottom a {
      margin-right: 16px;
      text-decoration: none;
      color: #aaa;
    }

    

    /* Footer Styling */

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
        .nav-item {
        padding-left: 40px;
        padding-top: 4px;
    }
        .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-top: -5px;
}
    .navbar-nav>li>a {
       padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-brand {
      padding-top:10px;
    }
    .nav-item li {
    padding-right: 20px;
}
    .socials{
      width:35px;
    }

}