:root {
    --red: #ef4060;
    --green: #50b848;
    --blue: #33a3dc;
    --yellow: #ffdd00;
    --d-grey: #46464f;
    --peach: #feca8c;
    --sea-green: #91b2a8;
    --l-grey: #b2bebe;
    --ll-grey: #dde5e2;
    --grey-blue: #95b7e1;
    --light-greyish-blue: #b3d7e9;
  }
  
  @font-face {
    font-family: "Gotham Extra";
    src: url("fonts/Gotham-ExtraLight.woff2") format("woff2"),
      url("fonts/Gotham-ExtraLight.woff") format("woff"),
      url("fonts/Gotham-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Gotham Book";
    src: url("fonts/Gotham-Book.woff2") format("woff2"),
      url("fonts/Gotham-Book.woff") format("woff"),
      url("fonts/Gotham-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Medium.woff2") format("woff2"),
      url("fonts/Gotham-Medium.woff") format("woff"),
      url("fonts/Gotham-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Gotham bold";
    src: url("fonts/Gotham-Bold.woff2") format("woff2"),
      url("fonts/Gotham-Bold.woff") format("woff"),
      url("fonts/Gotham-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Barlow";
    src: url("fonts/Barlow-Regular.woff2") format("woff2"),
      url("fonts/Barlow-Regular.woff") format("woff"),
      url("fonts/Barlow-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto Lt";
    src: url("fonts/Roboto-Light.woff2") format("woff2"),
      url("fonts/Roboto-Light.woff") format("woff"),
      url("fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
  html {
    scroll-behavior: smooth;
  }
  body{ color: #323c41 !important; }
  
  .gotham-book {
    font-family: "Gotham Book";
  }
  .roboto-light {
    font-family: "Roboto Light", sans-serif;
  }
  .roboto-md {
    font-family: 'Roboto';
  }
  .gotham-extra-light {
    font-family: "Gotham Extra", sans-serif;
  }
  .gotham{ font-family: 'Gotham';}
  
  .gotham-bold{ font-family: 'Gotham bold';}

  a {
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    text-decoration: none;
  }
  a:hover {
    color: #606f3f;
    text-decoration: none;
  }
  
  ::placeholder {
    color: #ffffff;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #ffffff;
  }
  ::-ms-input-placeholder {
    color: #ffffff;
  }
  
  /*COMMOM STYLES*/
  
  .fw-bl {
    font-weight: 700;
  }
  .fw-bo {
    font-weight: bold;
  }
  .fw-sb {
    font-weight: 600;
  }
  strong,
  .fw-me {
    font-weight: 500;
  }
  .fw-re {
    font-weight: 400 !important;
  }
  .fw-li {
    font-weight: 300;
  }
  .fw-eli{font-weight: 200;}

  .fs-196{font-size: 196px;}
  .fs-166 {
    font-size: 166px;
  }
  .fs-135{font-size: 135px;}
  .fs-109 {
    font-size: 109px;
  }
  .fs-87 {
    font-size: 87px;
  }
  .fs-82 {
    font-size: 82px;
  }
  .fs-72 {
    font-size: 72px;
  }
  .fs-65 {
    font-size: 65px;
  }
  .fs-62 {
    font-size: 62px;
  }
  .fs-60 {
    font-size: 60px;
  }
  .fs-58 {
    font-size: 58px;
  }
  .fs-56 {
    font-size: 56px;
  }
  .fs-55 {
    font-size: 55px;
  }
  .fs-52 {
    font-size: 52px;
  }
  .fs-48 {
    font-size: 48px;
  }
  .fs-49 {
    font-size: 49px;
  }
  .fs-43 {
    font-size: 43px;
  }
  .fs-40 {
    font-size: 40px;
  }
  .fs-38 {
    font-size: 38px;
  }
  .fs-34 {
    font-size: 34px;
  }
  .fs-32 {
    font-size: 32px;
  }
  .fs-30 {
    font-size: 30px;
  }
  .fs-26 {
    font-size: 26px;
  }
  .fs-22 {
    font-size: 22px !important;
  }

  .fs-20 {
    font-size: 20px;
  }

  .fs-19 {
    font-size: 19px;
  }
  .fs-18 {
    font-size: 18px;
  }
  .fs-16 {
    font-size: 16px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-13 {
    font-size: 13px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .fs-10 {
    font-size: 10px;
  }
  .ls-0-4 {
    letter-spacing: 0.4px;
  }
  .ls-1 {
    letter-spacing: 1px;
  }
  .ls-2 {
    letter-spacing: 2px;
  }
  .ls-3 {
    letter-spacing: 3px;
  }
  .ls-4 {
    letter-spacing: 4px !important;
  }
  .ls-6 {
    letter-spacing: 6px;
  }
  .ls-8 {
    letter-spacing: 8px;
  }
  .ls-10 {
    letter-spacing: 10px;
  }
  .ls-13 {
    letter-spacing: 13px;
  }
  .ls-20 {
    letter-spacing: 20px;
  }
  .ls-25{letter-spacing: 25px;}
  .ls-28 {
    letter-spacing: 28px;
  }
  .ls-40 {
    letter-spacing: 40px;
  }
  .ls-50 {
    letter-spacing: 50px;
  }
  .ls-60 {
    letter-spacing: 60px;
  }
  .ls-80 {
    letter-spacing: 80px;
  }
  
  .lh-1 {
    line-height: 1;
  }
  .lh-1-1 {
    line-height: 1.1;
  }
  .lh-1-2 {
    line-height: 1.2;
  }
  .lh-1-4 {
    line-height: 1.4;
  }
  .lh-1-7 {
    line-height: 1.7;
  }
  .lh-2 {
    line-height: 2;
  }
  .lh-2-4 {
    line-height: 2.4;
  }
  .lh-4 {
    line-height: 4;
  }
  .border-radius-20 {
    border-radius: 20px;
  }
  
  .bg-grey {
    background-color: #484c4c !important;
  }
  .bg-brand {
    background-color: #343c40 !important;
  }
  .bg-purple {
    background-color: #9699c9 !important;
  }
  .bg-pink {
    background-color: #6166ae !important;
  }
  .bg-blue {
    background-color: #2d3494;
  }
  .bg-register {
    background-image: url(/images/bg-register.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .text-brand {
    color: #5b3932 !important;
  }
  .text-blue {
    color: #2d3494 !important;
  }
  .text-grey {
    color: #666666 !important;
  }
  .text-black {
    color: black !important;
  }
  .text-light {
    color: #b3b3b3 !important;
  }
  .text-purple-l {
    color: #dddee5;
  }
  .bg-light{background-color: #e6e6e6!important;}
  .w-12 {
    width: 12%;
  }
  .w-15 {
    width: 15%;
  }
  .bg-light {
    background-color: #e6e6e6 !important;
  }
  
  .btn-brand {
    background-color: #323c41;
    border: none;
    display: inline-block;
    position: relative;
    transition: all 0.32s ease-out;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 20px;
    letter-spacing: 6px;
  }
  .btn-brand:hover {
    background-color: #484c4c;
    color: #ffff !important;
  }
  .btn-submit {
    background-color: #323c41; 
    border:none; 
    display: inline-block; 
    font-family: 'Roboto Lt'; 
    position: relative; 
    transition: all 0.32s ease-out; 
    color: #ffffff; 
    font-weight: 500; 
    font-size: 17px; 
    padding: 15px 34px; 
    letter-spacing: 5px; 
  }
  /* .btn-submit:hover {
    background-color: #484c4c;
    color: #265c3f !important;
  } */

  .feature-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


.ml-25{
  margin-left: -25px;
}
  
  .btn-share {
    background-color: transparent;
    background-image: url("../images/misc/share.png");
    padding: 15px 23px;
    border: 1px solid white;
    color: white;
    background-position: 90% 52%;
    background-repeat: no-repeat;
    padding-right: 65px !important;
    letter-spacing: 1px;
  }
  .btn-share:hover {
    background-color: #535850;
  }
  .btn-share:focus {
    border: none;
  }
  
  .list-style-type-none {
    list-style-type: none;
  }
  .has-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  }
  #carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
  }
  .carousel-thumbnails {
    background-color: #ccc;
  }
  .carousel-inner {
    text-align: center;
  }
  .carousel-indicators {
    position: relative;
    margin: 0px;
  }
  .carousel-indicators li {
    width: 100px;
  }
  .custom-indicator-wrap {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  
  .custom-indicator-wrap li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
  }
  .img-linked {
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
  }
  .img-linked:hover {
    transform: scale(0.96);
    cursor: pointer;
  }
  
  .text-linked {
    color: inherit;
  }
  .text-linked:hover {
    color: inherit;
    text-decoration: underline;
  }
  .border-t {
    border-top: 1px solid #666;
  }
  .border-b {
    border-bottom: 1px solid #666;
  }
  footer {
    background-color: #d2d3d3;
  }
  
  #topNavigation .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    padding: 0px 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: "Gotham";
  }
  #topNavigation .nav-link:hover,
  #topNavigation .nav-link:active {
    color: #265c3f;
  }
  #topNavigation .nav-item {
    display: flex;
    align-items: center;
  }
  
  .img-register {
    right: 0px;
    position: absolute;
    top: 0;
  }
  
  #sideNav {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 89;
    width: 50px;
    display: block;
  }
  #sideNav .nav-register {
    padding: 14px 15px;
    background-color: #005839;
    transform: rotate(-90deg);
    top: -123px;
    position: absolute;
    width: 170px;
    left: -57px;
  }
  #sideNav .nav-register:hover {
    background-color: #535850;
  }
  #sideNav .nav-register a {
    color: #fff;
    font-weight: 500;
    display: block;
  }
  #sideNav .btn-social {
    padding: 11px;
  }
  #sideNav .btn-fb {
    background-color: #316094;
  }
  #sideNav .btn-ig {
    background-color: #559390;
  }
  #sideNav .bt-share {
    background-color: #929497;
  }
  
  .withBg-wrapper {
    overflow-x: hidden !important;
    overflow-y: hidden;
  }
  .withBg {
    position: relative;
  }
  .withBg:after {
    content: "";
    background-color: #f2f2f2;
    width: 120%;
    height: 78%;
    position: absolute;
    left: -7%;
    top: 157px;
    z-index: -1;
    transform: rotate(-5deg);
  }
  .withBg-top:after {
    height: 1299px;
    bottom: 57px;
    top: inherit;
  }
  
  .bg-main {
    background-image: url(/images/bg-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 200px;
    position: relative;
  }
  .bg-main .caption {
    position: absolute;
    letter-spacing: 20px;
    top: 45%;
    width: 100%;
    left: 0px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
  }
  #registrationForm input::placeholder {
    color: #323c41;
  }
  
  #registrationForm input::-webkit-input-placeholder {
    color: #323c41;
  }
  
  #registrationForm input:-moz-placeholder {
    color: #323c41;
  }
  
  #registrationForm input::-ms-input-placeholder {
    color: #323c41;
  }
  #registrationForm .form-control{
    border: .5px solid #54565a;
    color:#323c41;
    font-family: 'Roboto Lt';  
    border-radius: 0; 
    margin-bottom: 35px;
    height: 55px; 
    font-size: 17px;
    letter-spacing: 2px; 
    font-weight: 300;
    background-color: transparent;
    text-transform: uppercase;}
#registrationForm .form-control:focus{ 
  box-shadow: none;
}
#registrationForm sup{
  color: #6166ae; 
  font-size: 16px!important; 
  font-weight: 400;}
#registrationForm  label{
  color:#323c41
}
#registrationForm  select {
    display: block;
   line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    height: calc(3.5rem + 2px);
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    color: #333333;
}
  .activeNav {
    color: #6166ae !important;
  }
  .navbar-nav .active a {
    color: #6166ae !important;
  }
  #mainNav .nav-link .active {
    color: #6166ae !important;
  }
  #topNavigation .nav-item .active {
    color: #265c3f !important;
  }
  #sharePopUp .modal-header {
    border: none;
  }
  #projectnavCollapse .nav-link {
    font-size: 22px;
    color: #2d3494;
    font-weight: 500;
    padding: 0 45px;
  }
  
  .arrow {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .arrow span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
  }
  .arrow span:nth-child(2) {
    animation-delay: -0.2s;
  }
  
  svg {
    height: 100%;
    width: 100%;
  }
  #topNavigation {
    background-color: white;
  }
  footer .btn-fb {
    background-color: #316094;
  }
  footer .btn-ig {
    background-color: #559390;
  }
  footer .bt-share {
    background-color: #929497;
  }
  footer .btn-social {
    padding: 11px;
  }
  
  .stay-informed {
    position: absolute;
    right: 0%;
    top: 0%;
    left: auto;
    bottom: auto;
    z-index: 100;
  }
  .caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  .middle-section {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  #btn-register-side {
    position: fixed;
    right: -100px;
    bottom: 400px;
    background-color: #5f958c;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg);
    padding: 5px 15px;
    transform-origin: right;
    transition: all 0.5s linear;
    border: 2px solid #fff;
  }
  #btn-register-side:hover {
    box-shadow: 0px 0px 20px 10px #999;
    right: 25px;
  }
  #rendering {
    margin-top: -17%;
  }
  
  /*counter*/
  .sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
  }
  
  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  
  .projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  #projectFacts .fullWidth {
    padding: 0;
  }
  
  .projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
  }
  
  .projectFactsWrap .item span {
    width: 250px;
    background: #666666;
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  
  .flip-container {
    -webkit-perspective: 1000;
    background: transparent;
    margin: 100px auto;
  }
  
  .flip-container:hover .flipper,
  .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
  }
  
  .flipper {
    -webkit-transition: 1.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
  }
  
  .front,
  .back {
    -webkit-backface-visibility: hidden;
    position: absolute;
  }
  
  .front {
    z-index: 2;
  }
  
  .back {
    -webkit-transform: rotateY(180deg);
  }
  .how-you-gather{position: absolute;
    bottom: 0%;}
    #carouselExampleCaptions .carousel-control-next, .carousel-control-prev{
        width: 4.5%;opacity: 1;
    }
    #carouselExampleCaptions .carousel-control-next-icon{background-image: url(/forecourt-dev/images/next.png);width: 79px;height: 79px;}
    #carouselExampleCaptions .carousel-control-prev-icon{background-image: url(/forecourt-dev/images/pre.png);width: 79px;height: 79px;}

    #carouselExampleCaptions .carousel-caption{position: static;background-color: #343c40;text-align: left;}
  
  
  /* animation */
  
  .animation-element {
    opacity: 0;
  }
  
  /*animation element sliding left*/
  .animation-element.slide-left {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(-100px, 0px, 0px);
  }
  
  .animation-element.slide-left.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  
  .animation-element.slide-right {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(100px, 0, 0);
  }
  
  .animation-element.slide-right.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  
  .animation-element.slide-up {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(0, 100px, 0);
  }
  
  .animation-element.slide-up.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  
  /* animation over */
  
  /* Customize the label (the container) */
  .label-container {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    padding-right: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 60px;
  }
  
  /* Hide the browser's default radio button */
  .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom radio button */
  .label-container .checkmark {
    position: absolute;
    top: 7px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  
  /* On mouse-over, add a grey background color */
  .label-container:hover input ~ .checkmark {
    background-color: #336666;
  }
  
  /* When the radio button is checked, add a blue background */
  .label-container input:checked ~ .checkmark {
    background-color: #ffffff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .label-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .label-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  .stats-line {
    width: 250px;
    background: #666666;
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  
  #accordionExample .accordion-item {
    background-color: #fff;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #accordionExample .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #accordionExample .accordion-button {
    background-color: #f2f2f2;
    box-shadow: none;
    border: none;
    padding: 20px 20px;
  }
  #accordionExample .accordion-button:not(.collapsed),
  #accordionExample .accordion-button {
    border-bottom: 6px solid #2d3494;
    color: #9699c9;
    background-color: #2d3494cc;
    box-shadow: none;
    border-radius: 0;
  }
  
  #accordionExample .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
  }
  #accordionExample .accordion-body {
    background-color: #acafd8;
    color: #2d3494;
  }
  #accordionExample .accordion-button:not(.collapsed)::after {
    background-image: url("/images/acc-blue.png");
    transform: rotate(-180deg);
  }
  
  #accordionExample .accordion-button::after {
    flex-shrink: 0;
    width: 19px;
    height: 29px;
    margin-left: auto;
    content: "";
    background-image: url("/images/acc-white.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  
  /* features*/
  
  #accordionFeature .accordion-item {
    background-color: #fff;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #accordionFeature .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #accordionFeature .accordion-button {
    background-color: #f2f2f2;
    box-shadow: none;
    border: none;
    padding: 20px 0px;
  }
  #accordionFeature .accordion-button:not(.collapsed),
  #accordionFeature .accordion-button {
    border-bottom: 1px solid #54565a;
    color: #54565a;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  
  #accordionFeature .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
  }
  #accordionFeature .accordion-body {
    line-height: 50px;
    color: #666666;
    padding-left: 0px;
  }
  /* #accordionFeature .accordion-button:not(.collapsed)::after {
      background-image: url("/images/acc-blue.png");
      transform: rotate(-180deg);
  } */
  
  /* #accordionFeature .accordion-button::after {
      flex-shrink: 0;
      width: 19px;
      height: 29px;
      margin-left: auto;
      content: "";
      background-image: url("/images/acc-white.png");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform .2s ease-in-out;
    
  } */
.nav-map #map { width: 100%; height: 750px; }
  .centered {
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    color: white;
  }
  .border-title {
    width: 46%;
    margin-top: -72px;
    margin-left: 27%;
    background: white;
  }
  .comm-link .overlay {
    width: 100%;
    height: 0%;
    background: rgba(45, 52, 148, 0.79);
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: 0.5s ease;
  }
  .comm-link .icon-2x {
    position: absolute;
    top: -50px;
    left: 45%;
    transition: 0.5s ease;
    color: white;
    font-size: 50px;
    display: none;
  }
  .comm-link:hover .overlay {
    height: 100%;
    transition: 0.5s ease;
    display: block;
  }
  .comm-link:hover .icon-2x {
    top: 40%;
    transition: 0.5s ease;
    display: inline;
  }
  .comm-link:hover h1 {
    bottom: 25%;
    transition: 0.5s ease;
  }
  .btn-download {
    background-color: #2d3494;
    border: none;
    display: inline-block;
    font-family: "Galano Classic Alt";
    position: relative;
    transition: all 0.32s ease-out;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 15px;
    letter-spacing: 3px;
  }
  
  @media (max-width: 786px) {
    .projectFactsWrap .item {
      flex: 0 0 50%;
    }
  }
  
  /*counter-over*/
  
  #sharePopUp .modal-content {
    background-color: transparent;
    border: none;
  }
  #sharePopUp .modal-header {
    border: none;
    padding-right: 0;
  }
  #sharePopUp .modal-header .close {
    font-weight: 300;
    font-size: 16px;
    opacity: 0.9;
    color: #000;
  }
  
  input#copyField {
    background-color: #f4f4f4;
    color: #000;
    border: none;
    height: 36px;
  }
  /* Copy to Clipboard */
  .copy-link {
    --height: 36px;
    display: flex;
    padding-bottom: 10px;
  }
  
  .span-copy-link {
    cursor: pointer;
  }
  
  .copy-link-input {
    padding: 0 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .copy-link-button {
    flex-shrink: 0;
    width: var(--height);
    height: var(--height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dddddd;
    color: #333333;
    outline: none;
    border: 1px solid #cccccc;
    cursor: pointer;
  }
  
  .copy-link-button:hover {
    background: #cccccc;
  }
  
  .copy-link-button:active {
    background: #dddddd;
  }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
  }
  .carousel-big {
    margin-left: -18%;
  }
  

 

  @media screen and (max-width: 1750px) {
    #topNavigation .nav-link{letter-spacing: 1px;padding: 0px 18px;}
    .img-logo{width: 200px;}
    .how-you-gather .fs-19{font-size: 16px;}
    .how-you-play .fs-18{font-size: 15px;}
    .how-you-play img{width: 250px;}
    .fs-196 {
      font-size: 140px;
  }
  .fs-135 {
    font-size: 100px;
}
.fs-87 {
  font-size: 60px;
}
  .fs-58 {
    font-size: 45px;
}
.ls-80 {
  letter-spacing: 40px;
}
.ls-60 {
  letter-spacing: 30px;
}
.ls-50 {
  letter-spacing: 25px;
}
.ls-40 {
  letter-spacing: 25px;
}
.ls-25 {
  letter-spacing: 20px;
}
.ls-20 {
  letter-spacing: 15px;
}
.ls-13 {
  letter-spacing: 10px;
}
  }
  @media screen and (max-width: 1200px) {
    #topNavigation .nav-link{padding: 0px 10px;font-size: 11px;}
    .img-logo{width: 175px;}
    #carouselExampleCaptions .carousel-control-next-icon,#carouselExampleCaptions .carousel-control-prev-icon{width: 40px;height: 40px;}
    .fs-196 {
      font-size: 110px;
  }
  .fs-135 {
    font-size: 85px;
}
  .fs-58 {
    font-size: 40px;
}
.ls-60 {
  letter-spacing: 26px;
}
.ls-50 {
  letter-spacing: 20px;
}
.ls-40 {
  letter-spacing: 20px;
}
.ls-25 {
  letter-spacing: 20px;
}
  }
  @media screen and (max-width: 991px) {
    #topNavigation .navbar-toggler-icon {
      width: 2.5em;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(183, 183, 183)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    #topNavigation .navbar-toggler {
      border-color: rgba(255, 255, 255, 0);
    }
    #topNavigation .navbar-toggler:focus,
    .navbar-toggler:active {
      outline: none;
      box-shadow: none;
    }
  
    #topNavigation {
      background-color: #f7f7f7;
      height: 88px;
      top: 0px;
      width: 100%;
      justify-content: flex-end;
      z-index: 99;
      position: sticky;
    }
  
    #topNavigation .navbar-collapse {
      width: 100%;
      background-color: #323c41;
      left: 0;
      margin-top: 12px;
    }
    #topNavigation .nav-link {
      color: #fff;
      padding-bottom: 30px;
      font-size: 14px;
      font-weight: 500;
    }
   
    #sideNav .btn-social {
      padding: 6px;
    }
    #topNavigation .nav-item .active {
      color: black !important;
    }
    
    .projectFactsWrap .item span {
      width: 150px;
    }
    
    .btn-brand {
      font-size: 25px;
      letter-spacing: 2px;
    }
    .how-you-gather{position: relative;}
  }
  @media screen and (max-width: 991px) {
    body {
      padding-top: 0px;
    }
    .fs-196{
      font-size: 80px;
    }
    .fs-135{
      font-size: 58px;
    }
    .fs-116{
      font-size: 70px;
    }
    .fs-109{
      font-size: 50px;
    }
    .fs-87 {
      font-size: 50px;
    }
    .fs-82 {
      font-size: 38px;
    }
    .fs-72 {
      font-size: 40px;
    }
    .fs-65 {
      font-size: 45px;
    }
    .fs-62 {
      font-size: 40px;
    }
    .fs-60 {
      font-size: 40px;
    }
    .fs-58 {
      font-size: 30px;
    }
    .fs-56 {
      font-size: 50px;
    }
    .fs-55 {
      font-size: 38px;
    }
    .fs-52 {
      font-size: 44px;
    }
    .fs-49 {
      font-size: 42px;
    }
    .fs-48 {
      font-size: 42px;
    }
    .fs-43 {
      font-size: 20px;
    }
    .fs-40 {
      font-size: 38px;
    }
    .fs-38 {
      font-size: 30px;
    }
    .fs-34 {
      font-size: 29px;
    }
    .fs-32 {
      font-size: 22px;
    }
    .fs-30 {
      font-size: 25px;
    }
    .fs-26 {
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .fs-196{
      font-size: 70px;
    }
    .fs-135{
      font-size: 45px;
    }
    .fs-116{
      font-size: 60px;
    }
    .fs-109{
      font-size: 50px;
    }
    .fs-87 {
      font-size: 40px;
    }
    .fs-82 {
      font-size: 38px;
    }
    .fs-72 {
      font-size: 35px;
    }
    .fs-65 {
      font-size: 30px;
    }
    .fs-62 {
      font-size: 30px;
    }
    .fs-60 {
      font-size: 30px;
    }
    .fs-58 {
      font-size: 22px;
    }
    .fs-56 {
      font-size: 46px;
    }
    .fs-55 {
      font-size: 38px;
    }
    .fs-52 {
      font-size: 30px;
    }
    .fs-49 {
      font-size: 36px;
    }
    .fs-48 {
      font-size: 36px;
    }
    .fs-43 {
      font-size: 20px;
    }
    .fs-40 {
      font-size: 33px;
    }
    .fs-38 {
      font-size: 24px;
    }
    .fs-34 {
      font-size: 25px;
    }
    .fs-32 {
      font-size: 25px;
    }
    .fs-30 {
      font-size: 24px;
    }
    .fs-26 {
      font-size: 14px;
    }
    .fs-14 {
      font-size: 13px;
    }
    
    body {
      font-size: 16px;
    }
   .ls-50{letter-spacing: 15px;}
  }
  
  @media screen and (max-width: 576px) {
    .fs-196{
      font-size: 70px;
    }
    .fs-166{
      font-size: 60px;
    }
    .fs-135{
      font-size: 25px;
    }
    .fs-109{
      font-size: 30px;
    }
    .fs-87 {
      font-size: 38px;
    }
    .fs-82 {
      font-size: 32px;
    }
    .fs-72 {
      font-size: 30px;
    }
    .fs-65 {
      font-size: 20px;
    }
    .fs-62 {
      font-size: 20px;
    }
    .fs-60 {
      font-size: 22px;
    }
    .fs-58 {
      font-size: 18px;
    }
    .fs-56 {
      font-size: 32px;
    }
    .fs-55 {
      font-size: 33px;
    }
    .fs-52 {
      font-size: 18px;
    }
    .fs-49 {
      font-size: 26px;
    }
    .fs-48 {
      font-size: 24px;
    }
    .fs-43 {
      font-size: 14px;
    }
    .fs-40 {
      font-size: 24px;
    }
    .fs-38 {
      font-size: 14px;
    }
    .fs-34 {
      font-size: 20px;
    }
    .fs-32 {
      font-size: 21px;
    }
    .fs-30 {
      font-size: 19px;
    }
    .fs-22 {
      font-size: 15px !important;
    }
    .fs-sm-15 {
      font-size: 15px;
    }
    .ls-sm-12 {
      letter-spacing: 12px;
    }
    .fs-14 {
      font-size: 12px;
    }
    .ls-sm-20 {
      letter-spacing: 14px;
    }
    .px-sm-0 {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .ls-60 {
      letter-spacing: 20px;
    }
    .ls-50 {
      letter-spacing: 10px;
    }
    .ls-25 {
      letter-spacing: 13px;
  }
    .caption {
      width: 90%;
    }
  
    .btn-brand {
      font-size: 17px;
      padding: 8px 15px;
    }
    .projectFactsWrap .item span {
      width: 100px;
    }
    .projectFactsWrap .item {
      flex: 0 0 100%;
    }
    .btn-submit {
      letter-spacing: 0px;
      padding: 8px 17px;
    }
    #carouselExampleCaptions .carousel-control-next-icon,#carouselExampleCaptions .carousel-control-prev-icon{width: 25px;height: 25px;}
  }
  @media (min-width: 992px) {
    .border-right-white{border-right:1px solid white}
  }

  @media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      max-width: 1180px;
    }
  }
  
  @media (min-width: 2000px) {
    .fs-30 {
      font-size: 42px;
    }
  }
  
  .owl-prev {
    left: -80px;
    position: absolute;
  }
  
  .owl-next {
    position: absolute;
    right: -80px;
  }
  
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    top: 30%;
    font-size: 50px !important;
    /* background-color: #2d3495 !important;
      color: #fff !important;
      border-radius: 50%;
      padding: 0px 27px; */
  }
  
  .truncate {
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .bg-light-grey{
    background-color: #f2f2f2;
}
  .property-card {
    border: none;
    background-color: #f2f2f2;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .property-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  .property-card img {
    width: 100%;
    height: auto;
  }
  
  .property-title {
    font-size: 34px;
    margin-top: 15px;
    font-weight: bold;
    color: #323c41;
  }
  
  .badge{
      color: #323c41;
  }
  
  .property-info .info-item {
    margin: 10px;
  }
  
  .property-info p {
    margin: 0;
    font-size: 16px;
  }
  
  .price {
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0;
    color: #57585b;
  }
  
  .btn-dark {
    background-color: #333;
    border: none;
  }
  .property-info .info-item {
    display: flex;
    align-items: center;
  }
  
  .property-info .info-item .icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  
  .bg-custom-grey-button{
      background-color: #323c41 !important;
  }

  .text-success{
    color: #74ac54 !important;
  }


