@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
}

nav {
  padding: 5px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: linear-gradient(to bottom, #dfdfdf, #f5f5f5, #ffffff); */
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
}

nav .logo {
  display: flex;
  align-items: center;
}

nav .logo img {
  height: 30px;
  width: auto;
  margin-right: 5px;
  position: relative;
  bottom: 5px;
}

nav .logo h1 {
  font-size: 1.1rem;
  background: linear-gradient(to right, #ffffff 0%, #cabd4a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul {
  list-style: none;
  display: flex;
}

nav ul li {
  margin-left: 1.5rem;
}

nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 95%;
  font-weight: 400;
  padding: 4px 8px;
  /* border-radius: 5px; */
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 1px;
  background-color: #ffffff;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}

.hamburger-active .line:nth-child(2) {
  width: 0px;
}

.hamburger-active .line:nth-child(1),
.hamburger-active .line:nth-child(3) {
  transition-delay: 0.3s;
}

.hamburger-active .line:nth-child(1) {
  transform: translateY(12px);
}

.hamburger-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(90deg);
}

.menubar {
  position: absolute;
  top: 0;
  left: -60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100vh;
  padding: 20% 0;
  background: rgba(255, 255, 255);
  transition: all 0.5s ease-in;
  z-index: 2;
}

.active {
  left: 0;
  border-bottom: 2px solid rgb(202, 189, 74);
}

.menubar ul {
  padding: 0;
  list-style: none;
}

.menubar ul li {
  margin-bottom: 32px;
}

.menubar ul li a {
  text-decoration: none;
  color: #000;
  font-size: 95%;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
}

.menubar ul li a:hover {
  background-color: #f5f5f5;
}

@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }

  nav ul {
    display: none;
  }
}

/* CAROUSAL */
.carousel-inner {
  height: 100vh;

}

.carousel-caption-1 {
  color: #ffffff;
  padding-bottom: 400px;
  text-align: start;
  width: 60vw;
}

.carousel-caption p {
  color: #fff;
}

.carousel-caption-2 {
  color: #ffffff;
  padding-bottom: 550px;
  text-align: start;
}

.carousel-caption h5 {
  font-size: 4vw;
  font-weight: bold;
  /* width: 70%; */
}

.brown-text {
  color: rgb(202, 189, 74);
}

.brown-text-dark {
  color: #797021;
}

.enquiry-button {
  color: #000000;
  text-decoration: none;
  /* background: linear-gradient(to bottom,  #353535, #535353, rgb(104, 104, 104)); */
  background: linear-gradient(to bottom, #a79a2b, #e0d35e, #eee37d);
  /* border-radius: 20px; */
  padding: 15px 20px;
  position: relative;
  top: 20px;
  font-size: 1.2vw;
  font-weight: 500;
}

.view-more-button {
  text-decoration: none;
  color: #000000;
  background-color: #a1a1a1;
  padding: 10px 20px;
  font-size: 1.2vw;
  font-weight: 500;
}


/* FONTS */

h2 {
  font-size: 3vw;
  font-weight: bold;
  color: #000;
}

h3 {
  font-size: 1.8vw;
  color: #000;
  font-weight: bold;
}

.h2-sub {
  font-size: 2vw;
  font-weight: bold;
  color: #000;
}

p {
  letter-spacing: 0.3px;
  color: #000;
}


/* HOME PAGE */

.sector-body {
  background: url(./assets/services-home-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.gray-section {
  background-color: #f0f0f0;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-home-background {
  background: url(./assets/lycs-architecture-aKij95Mmus8-unsplash.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.dark-grey-section {
  background-color: #dbdbdb;
}

.service-background-home {
  background: url(./assets/kaleb-tapp-1deQbU6DhBg-unsplash.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-card h3 {
  color: #fff;
}

.service-card hr {
  color: #fff;
}


.card-1 {
  background: url(./assets/Company\ Formation\ and\ Structuring.png);
}

.card-2 {
  background: url(./assets/Market\ Entry\ Advisory.png);
}

.card-3 {
  background: url(./assets/Compliance\ and\ Corporate\ Governance.png);
}

.card-4 {
  background: url(./assets/Mergers\ and\ Acquisitions.png);
}

.card-5 {
  background: url(./assets/Intellectual\ Property\ and\ Franchising.png);
}

.card-6 {
  background: url(./assets/Legacy\ Planning\ and\ Asset\ Protection.png);
}

.card-7 {
  background: url(./assets/Dispute\ Resolution.png);
}

.card-8 {
  background: url(./assets/Cross-Border\ Advisory.png);
}

.service-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 370px;
}

.service-card-list {
  padding-left: 0px;
}

.service-card-list li {
  list-style: none;
}

.service-card p {
  color: #dfdfdf;
  margin-top: 15px;
}

.hr-services {
  margin-bottom: 30px;
  color: #000;
  height: 10px;
}

.line-border {
  width: 250px;
}

.service-icons {
  font-size: 3.5vw;
  /* color: #a7a7a7; */
  color: #d3c96f;
}

label {
  display: block;
}

form {
  width: 80%;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  padding-left: 5px;
  border: none;
}

.submit-button {
  border: none;
  background: linear-gradient(to bottom, #353535, #535353, rgb(104, 104, 104));
  padding: 20px;
  width: 100%;
  color: #fff;
  font-weight: 500;
}


.social-media-icon {
  padding-left: 0px;
}

.social-media-icon li i {
  color: #fff;
}

.social-media-icon li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}

.social-media-icon li a {
  text-decoration: none;
}

.social-media-icon li:first-child,
.footer-links li:first-child {
  margin-left: 0px;
}

.social-media-icon i {
  font-size: 1.5vw;
}

.social-media-text {
  color: #fff;
  font-size: 1.2vw;
}


/* FOOTER */

.logo-footer {
  width: 18vw;
  mix-blend-mode: multiply;
}

.footer-links,
.team-list {
  padding-left: 0px;
}

.footer-links li h3 {
  font-size: 1.2vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.footer-links li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.footer-links li a {
  color: #000;
}

.icon-footer li a {
  background-color: #000;
  padding: 5px;
  border-radius: 20px;
}

.icon-footer li:first-child {
  margin-left: 10px;
}

.contact-details-footer li,
.team-list li {
  list-style: none;
}

.contact-details-footer li a {
  color: #000;
  font-weight: 500;
}

.user-image {
  width: 10vw;
}

.team-card {
  background-color: #ececec;
  box-shadow: 5px 5px 5px #cfcfcf;
  width: 98%;
}


/* MEDIA QUERY */
@media (max-width:576px) {
  .carousel-inner {
    height: 80vh;

  }

  .carousal-big {
    display: none;
  }

  .carousel-caption-1 {
    color: #ffffff;
    padding-bottom: 140px;
    text-align: start;
    width: auto;
  }

  .carousel-caption-2 {
    color: #ffffff;
    padding-bottom: 170px;
    text-align: start;
    width: auto;
  }

  .carousel-caption h5 {
    font-size: 7vw;
  }

  .enquiry-button {
    font-size: 4vw;
    padding: 10px 15px;
  }

  .service-equiry-button {
    display: none;
  }

  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  h2 {
    font-size: 6.5vw;
  }

  .h2-sub {
    font-size: 5.5vw;
  }

  h3 {
    font-size: 4.8vw;
  }

  p {
    font-size: 4vw;
  }

  .service-card {
    width: 100%;
  }

  .service-icons {
    font-size: 10vw;
  }

  .view-more-button {
    padding: 10px 15px;
    font-size: 3.5vw;
  }

  .sector-list{
    font-size: 3.3vw;
  }

  .user-image {
    width: 20vw;
  }

  .social-media-icon li i {
    font-size: 5.3vw;
  }

  .social-media-text {
    font-size: 3.3vw;
  }

  .logo-footer {
    width: 60vw;
  }

  .contact-details-footer {
    padding-left: 0px;
  }

  .footer-links li h3 {
    font-size: 4vw;
  }

  .map{
    width: 100%;
  }

  form input, form button, form textarea{
    width: 90vw;
  }

  form button{
    margin-left: 30px;
  }
}

@media (min-width:577px) and (max-width:767px) {
  .menubar ul li a {
    font-size: 3.3vw;
  }

  .carousal-big {
    display: none;
  }

  .carousel-inner {
    height: 80vh;

  }

  .carousel-caption-1 {
    color: #ffffff;
    padding-bottom: 300px;
    text-align: start;
    width: auto;
  }

  .carousel-caption-2 {
    color: #ffffff;
    padding-bottom: 300px;
    text-align: start;
    width: auto;
  }

  .carousel-caption h5 {
    font-size: 8vw;
  }

  .enquiry-button {
    font-size: 4vw;
    padding: 10px 15px;
  }

  .service-equiry-button {
    display: none;
  }

  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  h2 {
    font-size: 6.8vw;
  }

  .h2-sub {
    font-size: 5.5vw;
  }

  h3 {
    font-size: 5vw;
  }

  p {
    font-size: 4vw;
  }

  .service-card {
    width: 100%;
  }

  .service-icons {
    font-size: 10vw;
  }

  .sector-list{
    font-size: 3.3vw;
  }

  .view-more-button {
    padding: 15px 20px;
    font-size: 3.5vw;
  }

  .contact-details-footer li,
  .dubai {
    font-size: 3.7vw;
  }

  .social-media-icon li i {
    font-size: 5.5vw;
  }

  .social-media-text {
    font-size: 3.5vw;
  }

  .logo-footer {
    width: 50vw;
  }

  .contact-details-footer {
    padding-left: 0px;
  }

  .footer-links li h3 {
    font-size: 4vw;
  }

  .icon-footer li a {
    background-color: #fff;
  }

  .icon-footer li a i {
    color: #000;
  }

  .map{
    width: 100%;
  }

  form input, form button, form textarea{
    width: 95vw;
  }

  form button{
    margin-left: 50px;
  }

}


@media (min-width:768px) and (max-width:991px) {
  nav .logo h1 {
    font-size: 1.5rem;
  }

  .menubar ul li a {
    font-size: 3.5vw;
  }

  .carousal-big {
    display: none;
  }

  .carousel-inner {
    height: 80vh;

  }

  .carousel-caption-1 {
    color: #ffffff;
    padding-bottom: 500px;
    text-align: start;
    width: auto;
  }

  .carousel-caption-2 {
    color: #ffffff;
    padding-bottom: 600px;
    text-align: start;
    width: auto;
  }

  .carousel-caption h5 {
    font-size: 7vw;
  }

  .enquiry-button {
    font-size: 3.5vw;
    padding: 15px 20px;
  }

  .service-equiry-button {
    display: none;
  }

  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  h2 {
    font-size: 6.8vw;
  }

  .h2-sub {
    font-size: 5.5vw;
  }

  h3 {
    font-size: 5vw;
  }

  p {
    font-size: 3.5vw;
  }

  .service-card {
    width: 100%;
  }

  .service-icons {
    font-size: 8vw;
  }

  .view-more-button {
    padding: 13px 18px;
    font-size: 3.3vw;
  }

  .sector-list{
    font-size: 3vw;
  }

  .user-image {
    width: 20vw;
  }

  .dubai {
    font-size: 3.3vw;
  }

  .contact-details-footer li {
    font-size: 3.3vw;
  }

  .social-media-icon li i {
    font-size: 5.3vw;
  }

  .social-media-text {
    font-size: 3vw;
  }

  .logo-footer {
    width: 35vw;
  }

  .contact-details-footer {
    padding-left: 0px;
  }

  .footer-links li h3 {
    font-size: 3.5vw;
  }

  .icon-footer li a {
    background-color: transparent;
  }

  .icon-footer li a i {
    color: #000;
  }

  .map{
    width: 100%;
  }

  form input, form button, form textarea{
    width: 80vw;
  }

  form button{
    margin-left: 60px;
  }

}


@media (min-width:992px) and (max-width:1199px) {
  .carousal-small {
    display: none;
  }

  .carousel-inner {
    height: 100vh;

  }

  .carousel-caption-1 {
    color: #ffffff;
    padding-bottom: 200px;
    text-align: start;
    width: auto;
  }

  .carousel-caption-2 {
    color: #ffffff;
    padding-bottom: 200px;
    text-align: start;
    width: auto;
  }

  .carousel-caption h5 {
    font-size: 5vw;
  }

  .enquiry-button {
    font-size: 1.8vw;
    padding: 10px 15px;
  }

  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  h2 {
    font-size: 3.5vw;
  }

  .h2-sub {
    font-size: 3vw;
  }

  h3 {
    font-size: 2.5vw;
  }

  p {
    font-size: 1.8vw;
  }

  .service-card {
    width: 47%;
  }

  .service-icons {
    font-size: 5vw;
  }

  .view-more-button {
    padding: 10px 15px;
    font-size: 1.8vw;
  }

  .user-image {
    width: 18vw;
  }

  .dubai {
    font-size: 2vw;
  }

  .contact-details-footer li {
    font-size: 1.8vw;
  }

  .social-media-icon li i {
    font-size: 3vw;
  }

  .social-media-text {
    font-size: 2vw;
  }

  .footer-links li h3 {
    font-size: 2vw;
  }

  .map{
    width: 100%;
  }

  form input, form button, form textarea, form label{
    width: 100%;
    margin-left: 50px;
  }

  /* form button{
    margin-left: 60px;
  } */
}


@media (min-width:1200px) and (max-width:1399px) {
  .carousal-small {
    display: none;
  }

}


@media (min-width:1400px) {
  .carousal-small {
    display: none;
  }
}