* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

:root {
  --primary-color: #F0AC35;
    --primary-font: 'Montserrat', sans-serif;
    --secondary-font: 'Holtwood One SC', serif;
}

/* nabar styling code stars from here */

.navbar {
    padding: 0 3vw;
}

/* logo sizing */

.navbar-brand img {
    width: max(15vw,175px);
    /* background-color: #F0AC35; */
}

/* navlinks styling */

.nav-link {
    font-size: max(1.05vw, 12px);
    font-weight: 600;
    color: #000000;
}

/* navbar links and buttons */

.navbar-collapse {
    display: flex;
    width: 100%;
    justify-content: end;
    /* background-color: #000000; */
}

/* buttons div of navbar */

.buttons {
    display: flex;
    align-items: center;
}

/* create account button of navbar */

.buttons .create-btn {
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 0.2vw 0.6vw;
    font-size: max(1vw, 10px);
    font-weight: 600;
    border-width: 2px;
    border-color: var(--primary-color);
    border-radius: 10px;
    width: max(11vw, 130px);
    height: 40px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4); */

}

/* Log in button of navbar */

.buttons .login-btn {
    background-color: #FFFFFF;
    color: var(--primary-color);
    padding: 0.2vw 0.6vw;
    font-size: max(1.1vw, 10px);
    font-weight: 600;
    border-color: var(--primary-color);
    border-width: 2px;
    border-radius: 10px;
    margin-right: 20px;
    height: 40px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4); */
    width: max(7vw, 70px);
}

/* ul list of navbar */

.navbar-nav {
    margin-right: 4vw;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

/* navbar styling code ends here  */







.reviews {
    margin-top: max(2vw,20px);
    width: 100%;
  }

  .reviews h2 {
    /* text-align: center; */
    font-weight: 800;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
    font-size: 30px;
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    width: fit-content;
    border-radius: 10px;
    background: var(--primary-color);
  }

  .reviews .row {
    margin-top: 20px;
    width: 100%;
  }

  .reviews .row .col-md-6 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
  }

  .reviews .row .col-md-6 .first-div {
    width: 90%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .reviews .row .col-md-6 .first-div h3 {
    font-weight: 700;
    font-size: 25px;
    width: 90%;
    /* text-align: center; */
    margin-top: 20px;
  }

  .reviews .row .col-md-6 .first-div h3 span {
    color: var(--primary-color);
  }

  .reviews .row .col-md-6 .first-div h6 {
    font-weight: 600;
    font-size: 20px;
    /* text-align: center; */
    margin-top: 10px;
    width: 90%;
  }

  .reviews .row .col-md-6 .first-div p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    /* text-align: center; */
    margin-top: 10px;
    width: 90%;
    
  }

  .reviews .row .col-md-6 {
    position: relative;
    overflow: hidden;
    /* background-color: #CC0000; */
    height: 375px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: end;
  }

  .reviews .row .col-md-6 .outer-div {
    background-color: #000000;
    color: #FFFFFF;
    width: max(75%,350px);
    border-radius: 30px;
    padding: 5px 30px;
    margin-top: 20px;
    height: 160px;
  }

  .reviews .row .col-md-6 .div1 {
    position: absolute;
    top: 0px;
    animation: moveUp1 16s linear infinite; 
    /* animation-delay: 12s; */
    color: #ffffff;
    background-color: #000000;
    display: none;
  }

  .reviews .row .col-md-6 .div2 {
    position: absolute;
    top: 170px;
    left: 10px;
    background-color: #F5F2F2;
    animation: moveUp2 16s linear infinite; 
    /* justify-self: end;
    align-self: flex-end; */
    align-self: flex-end;
    color: #000000;
    /* animation-delay: 8s; */
    display: none;
  }

  .reviews .row .col-md-6 .div3 {
    position: absolute;
    top: 340px;
    color: #ffffff;
    right: 10px;
    background-color: #000000;
    animation: moveUp3 16s linear infinite; 
    align-self: flex-end;
    display: none;
  }

  .reviews .row .col-md-6 .div4 {
    position: absolute;
    top: 510px;
    left: 10px;
    background-color: #F5F2F2;
    animation: moveUp4 16s linear infinite; 
    color: #ffffff;
    align-self: flex-end;
  }

  .reviews .row .col-md-6 .outer-div div {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .reviews .row .col-md-6 .outer-div div .profile {
    width: 50px;
    margin-right: 20px;
  }

  .reviews .row .col-md-6 .outer-div div h5 {
    font-weight: 700;
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    padding: 2px 10px;
  }

  .reviews .row .col-md-6 .outer-div div p {
    width: max(80%,330px);
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
  }

@keyframes moveUp1 {
    0% {
        transform: translateY(490px); 
    }
    100%{
        transform: translateY(-210px);
    }
}

@keyframes moveUp2 {
  0% {
      transform: translateY(320px); 
  }
  100% {
      transform: translateY(-380px); 
      
  }
}

@keyframes moveUp3 {
  0% {
      transform: translateY(150px); 
  }
  100% {
      transform: translateY(-550px); 
  }
}

@keyframes moveUp4 {
  0% {
      transform: translateY(-20px); 
  }
  100% {
      transform: translateY(-720px); 
  }
}

  .right-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 90%;
    border-left: 30px solid transparent; 
    
}










.footer {

    margin-top: max(5vw,20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer .row {
    margin: 0;
  }
  
  .footer .row .col-md-6.ccc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 75px 0;
  }
  
  .footer h3 {
    font-family: 'Montserrat', serif;
    font-weight: 800;
    font-size: max(2.5vw,25px);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    width: max(30vw,280px);
    margin-top: 0;
  }
  
  .footer h3 span {
    color: var(--primary-color);
  }
  
  .footer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: max(30vw,280px);
    margin-top: 20px;
  }
  
  .footer button {
      margin-top: 20px;
      background-color: var(--primary-color);
      color: #ffffff;
      border-radius: 10px;
      height: 50px;
      padding: 5px 20px;
      font-size: max(1vw,10px);
      font-weight: 600;
      border: none;
  }
  
  .footer .row {
    /* background-color: #908080; */
    width: 100%;
    margin-top: 30px;
    
  }
  
  .footer .row .col-md-4 {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
  }
  
  .footer .row .col-md-4 img {
    width: 30px;
    height: 30px;
  }
  
  .footer .row .col-md-4 p {
    width: 100%;
    margin: 0;
    margin-left: 10px;
    width: auto; display: block;
    align-items: center;
    font-size: 13px;
  }
  
  .footer .footer-end {
    margin-top: 20px;
    background-color: #000000;
    width: 100%;
    border-top-left-radius: 50px;
    padding-bottom: 20px;
  }
  
  .footer .footer-end .row {
    width: 100%;
  }
  
  .footer .footer-end .row .col-md-3 img {
    width: 80%;
    margin-left: 10%;
  }
  
  .footer .footer-end .row .col-md-9 .row .col-6 {
    width: auto;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
  }
  
  .footer .footer-end .row .col-md-9 .row .col-6 a {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin-right: max(3vw,30px);
  }
  
  .footer .footer-end .row .col-md-9 .row {
    display: flex;
  }
  
  .footer .footer-end .row .col-md-9 .row div {
    width: 100%;
    display: flex;
    justify-content: right;
  }
  
  .footer .footer-end .row .col-md-9 .row div img {
    width: 40px;
    justify-self: right;
    margin-right: max(2vw,20px);
  }
  
  
  @media (max-width: 767px) {
  
    .footer .row .col-md-4 {
      margin-top: 10px;
      /* display: flex;
      justify-content: center;
      align-items: center; */
    }
  
  
    .footer .footer-end .row .col-md-9 .row {
      width: 100%;
      display: flex;
      justify-content: center;
      /* background-color: #CC0000; */
    }
  
    .footer .footer-end .row .col-md-9 .row .col-6{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      /* width: 100%; */
    }
  
    .footer .footer-end .row .col-md-9 .row .col-6 a {
      margin-top: 10px;
    }
  
  }

  .text-color {
    color: var(--primary-color);
  }


  /* -------------------------------------------- */
  /* dropdown */

  .navbar-nav .nav-item {
    position: relative;
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    padding: 10px;
    z-index: 1000;
  }

  .nav-item:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu a {
    display: block;
    padding: 5px 15px;
    color: black;
    text-decoration: none;
    white-space: nowrap;
  }

  .dropdown-menu a:hover {
    background: #f0f0f0;
  }
