/*
Theme Name: UCG 
Theme URI: https://upshiftcreative.com
Author: UCG 
Author URI: https://upshiftcreative.com
Description: Custom built theme by UCG. 
Version: 1.0.0
upshiftcreative WordPress Theme © 2024 UCG.
*/




@font-face {
    font-family: 'swiss_721_normal_BT';
    src: url('../fonts/font/swiss_721_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_BT.woff') format('woff');        
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}


@font-face {
    font-family: 'swiss_721_Italic_BT';
    src: url('../fonts/font/swiss_721_Italic_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_Italic_BT.woff') format('woff');        
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Swis721 Lt BT';
    src: url('../fonts/font/swiss_721_light_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_light_BT.woff') format('woff');        
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}


@font-face {
    font-family: 'swiss_721_light_Italic_BT';
    src: url('../fonts/font/swiss_721_light_Italic_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_light_Italic_BT.woff') format('woff');        
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}


@font-face {
    font-family: 'Swis721 Md BT';
    src: url('../fonts/font/swiss_721_medium_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_medium_BT.woff') format('woff');        
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}


@font-face {
    font-family: 'swiss_721_medium_Italic_BT';
    src: url('../fonts/font/swiss_721_medium_Italic_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_medium_Italic_BT.woff') format('woff');        
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}


@font-face {
    font-family: 'swiss_721_thin_BT';
    src: url('../fonts/font/swiss_721_thin_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_thin_BT.woff') format('woff');        
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'swiss_721_thin_Italic_BT';
    src: url('../fonts/font/swiss_721_thin_Italic_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_thin_Italic_BT.woff') format('woff');        
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'swiss_721_bold_BT';
    src: url('../fonts/font/swiss_721_bold_BT.woff2') format('woff2'),
         url('../fonts/font/swiss_721_bold_BT.woff') format('woff');        
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}




@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



:root {
  --brand-color: #986147;
  --primary-color: #31332B;
  --light-color: #FBF9F3;
  --white: #FFFFFF;
  --color1: #31332A;
  --color2: #000000;

}
body {
  font-family: 'Swis721 Lt BT', sans-serif;
  font-weight: 400;
}
.UCG-block .h1, .UCG-block h1,
.UCG-block .h2, .UCG-block h2,
.UCG-block .h3, .UCG-block h3,
.UCG-block .h4, .UCG-block h4,
.UCG-block .h5, .UCG-block h5,
.UCG-block .h6, .UCG-block h6 {
  font-weight: 400 !important;
}
.fs20 {
  font-size: 20px;
}
.camel, .tb-type1 h1 {
  color: var(--brand-color);
}
.white, .white .content-area > * {
  color: var(--white);
}
/*====================== Display css ===================*/

/*.display1{
    font-size: 4.75em !important;
    line-height: 1.1em !important;
}

.display2 {
    font-size: 3.25em !important;
    line-height: 1em !important;
}

.text {
    font-size: 1.125em !important;
    line-height: 0.8em !important;
}

.text {
    font-size: 1em !important;
    line-height: 0.6em !important;
}*/

/*====================== Header1 css ===================*/

 /****** header Styles *********/
 .simple-header {
  background: #fff;
  position: relative;
  z-index: 99;
}
.simple-header .nav-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.simple-header .nav-wrapper .menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.simple-header .header-btn a,
.simple-header .nav-wrapper .menu a{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.simple-header .nav-wrapper .menu a:hover{
  color: #986147;
}
.hamburger {
  display: none;
}
.menu-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .hamburger {
      font: inherit;
      display: inline-block;
      overflow: visible;
      margin: 0;
      padding: 0;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity, filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: transparent;
      position: relative;
      display: inline-block;
      margin-right: 20px;
  }
  .hamburger .hamburger-inner {
      transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
      transition-duration: 75ms;
  }
  .hamburger-inner {
      top: 50%;
      display: block;
      margin-top: -5px;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
      position: absolute;
      width: 14px;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: transform;
      border-radius: 4px;
      background-color: #000;
  }
  .hamburger-inner:before {
      transition: top 75ms ease .12s, opacity 75ms ease;
      top: -5px;
      display: block;
      content: "";
  }
  .hamburger-inner:after {
      transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
      bottom: -5px;
      display: block;
      content: "";
  }
  .is-active .hamburger-inner:after {
      bottom: 0;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
      transform: rotate(-90deg);
  }
  .is-active .hamburger-inner:before {
      top: 0;
      transition: top 75ms ease, opacity 75ms ease .12s;
      opacity: 0;
  }
  .is-active .hamburger-inner {
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
      transform: rotate(45deg);
  }
  header.simple-header.is-active .menu-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      background: #fff;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: -1;
  }
  .simple-header .nav-wrapper .menu-wrapper {
      height: 0;
      transition: all .3s ease;
      overflow: hidden;
      display: flex;
      position: absolute;
      flex-direction: column;
      align-items: flex-start;
      top: 60px;
      border-top: 0 solid #000;
      width: 100%;
      background: #fff;
      padding: 0;
      left: 0;
      z-index: 9999999999;
  }
  header.simple-header.is-active .menu-wrapper{
      height: auto;
      padding: 35px 0 ;
      border-width: 1px;
  }
  .simple-header .nav-wrapper .menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      flex-direction: column;
  }
  .header-btn {
      display: flex;
      gap: 20px;
      flex-direction: column;
  }
}



/* 30 may style  */
.simple-header .top-header{
  background-color: #e7e7e7;
  padding: 4px 0;
}
.simple-header .top-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.simple-header .main-header{
  padding: 8px 0;
}
.simple-header .top-header ul li a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.simple-header .top-header ul li a:hover{
  color: #986147;
}
.simple-header .btn-style:hover{
  color: #000  !important;
}
.simple-header .desktop-menu {
  width: 32px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.simple-header .desktop-menu span {
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 10px;
}
.header-btn {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .simple-header .top-header, .top-header{
      display: none;
  }
}




.main-menu {
  background: #555759;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 0;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: 100%;
  overflow: hidden;
  min-height: 0;
  padding: 0px 70px;
  transition: all 0.3s ease;
  z-index: 99;
}
.main-menu .close-btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
header.active-menu .main-menu {
  overflow: auto;
  height: 100%;
  min-height: 100vh;
}
.main-menu ul.nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
  padding-top: 100px;
}
.main-menu ul.nav li a {
  font-size: 44px;
  color: #ffffff;
  line-height: 44px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}
.main-menu ul.nav li a:hover {
  color: var(--brand-color);
}
.menu-item.menu-divider {
    margin: 14px 0;
    border-top: 1px solid #ffffff;
}
.menu-item.menu-divider a {
    display: none !important;
}



/******* Start Header 2 *******/

.iconclass {
  max-width: 16px;
}
.iconclass:hover {
  margin-top: -5px;
}
header.new-header-two {
            background: var(--primary-color);
            position: relative;
        }

        .new-header-two .nav-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }

        .new-header-two .nav-bar .menu-bar {
            display: flex;
            gap: 30px;
            align-items: center;
            white-space: nowrap;
        }

        .new-header-two ul.menu {
            list-style: none;
            padding: 0;
            display: flex;
            align-items: center;
            gap: 30px;
            margin: 0;
        }
        .new-header-two a {
            text-decoration: none;
        }
        .new-header-two .menu a {
            text-decoration: none;
            color: var(--white);
            font-size: 16px;
            line-height: 1.375;
            letter-spacing: 0.64px;
            font-weight: 500;
        }
    
        .header-btn{
            text-decoration: none;
            color: #fff;
            font-size: 15px;
            line-height: 1.275;
            letter-spacing: 0.04em;
            font-weight: 500;
        }
        .new-header-two .menu a:hover {
            color: var(--brand-color);
        }
        .humburger {
            display: flex;
            flex-direction: column;
            max-width: 28px;
            width: 100%;
            gap: 5px;
            cursor: pointer;
            min-width: 28px;
        }
        .humburger span{
            width: 100%;
            height: 3px;
            background: #ffffff;
        }
        .new-header-two ul.menu li{
            position: relative;
        }
        .new-header-two ul.menu li .sub-menu{
            display: block;
            position: absolute;
            background: #fff;
            z-index: 10;
            padding: 5px 0px 10px 0px;
            box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
            transform: perspective(300px) rotateX(-15deg);
            visibility: hidden;
            width: auto;
            min-width: 210px;
            max-width: 320px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            padding-top: 15px;
            padding-bottom: 15px;
            opacity: 0;
            list-style: none;
        }
        .new-header-two ul.menu li:hover .sub-menu {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            display: block !important;
            opacity: 1;
            visibility: visible;
            background-color: #fff;
            -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
        }
        .new-header-two ul.menu li .sub-menu li a{
            padding: 8px 10px;
            display: block;
        }
        .new-header-two ul.menu li .sub-menu li:hover a{
            background: #986147;
            color: #000;
        }
        .new-header-two .main-menu {
            background: #1f251f;
            padding: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            height: 0;
            flex-direction: column;
            align-items: flex-end;
            text-align: right;
            width: 100%;
            overflow: hidden;
            min-height: 0;
            transition: all 0.3s ease;
            z-index: 1111119;
        }
        .new-header-two .main-menu .close-btn {
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: 0.01em;
            color: #fff;
            text-align: right;
            cursor: pointer;
        }
        .new-header-two.active-menu .main-menu {
            overflow: auto;
            height: 100%;
            min-height: 100vh;
        }
        .new-header-two .main-menu ul.nav li a:hover{
            color: #986147;
        }
        .new-header-two.style-b .nav-bar-wrapper {
            display: flex;
            gap: 30px;
            align-items: center;
        }
        @media (max-width:991px) {
          .new-header-two .main-menu ul.nav li.menu-1 a {
                font-size: 30px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                color: #b9b5b1;
                letter-spacing: 0.015em;
                text-transform: uppercase;
            }
            .new-header-two ul.menu{
                display: none;
            }
            .main-menu ul.nav li a {
                font-size: 18px;
            }
            .menu-light.active-menu .main-menu {
              justify-content: flex-start;
            }
            ul#menu-primary-menu {
                margin-top: 15px;
            }
        }
        @media (max-width:767px) {
            .header-btn{
                display: none;
            }
            /*header.active-menu .main-menu {
                padding: 30px 20px;
            }*/
            ul#menu-primary-menu {
                margin-top: 0;
            }
        }
        /******* style header *******/
        .new-header-two.style-a {
            padding: 0;
        }
        .new-header-two.style-a .top-header{
            padding: 6.5px 0;
        }
        .new-header-two .top-header .container {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 30px;
        }
        .new-header-two .top-header ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .new-header-two .top-header ul.social-icons {
            gap: 16px;
        }
        /* .new-header.style-a .nav-bar{
            padding: 16px 0;
        } */
        .new-header-two .top-header ul a{
            font-size: 14px;
            line-height: 1.285;
            font-weight: 400;
            color: #000;
        }
        .new-header-two .top-header ul a:hover{
            color: #986147;
        }
        .new-header-two .top-header ul a i{
            color: #986147;
        }
        .new-header-two .top-header ul a:hover i{
            color: #000;
        }
        .new-header-two.style-b .top-header{
            padding: 6.5px 0;
            background: #e7e7e8;
        }

        .new-header-two.style-c .main-menu ul.nav{
            align-items: flex-start;
        }
        .new-header-two.style-c .main-menu .close-btn {
            text-align: left;
        }
        .new-header-two.style-c .top-header .container {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 30px;
        }
        .new-header-two.style-c .top-header{
            padding: 6.5px 0;
            background: #e7e7e8;
        }
        @media (max-width: 991px) {
            .new-header-two.style-c .top-header,
            .new-header-two.style-b .top-header,
            .new-header-two.style-a .top-header{
                display: none;
            }
        }
        /******* Center Logo Header Style ******/
        .new-header-two.style-d .nav-bar{
            position: relative;
        }
        .new-header-two.style-d .nav-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 34px 0;
        }
        .new-header-two.style-d .logo{
         z-index:999
        }
        .new-header-two.style-e .top-header,
        .new-header-two.style-d .top-header{
            padding: 6.5px 0;
            background: #E7E7E8;
        }
        .new-header-two.style-e .top-header .container,
        .new-header-two.style-d  .top-header .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
        }
        .new-header-two.style-e .top-header ul a i,
        .new-header-two.style-d .top-header ul a i{
            color: #000;
        }
        .new-header-two.style-e .top-header ul.social-icons i,
        .new-header-two.style-d .top-header ul.social-icons i {
            color: #ccccce;
        }
        .top-wrapper {
            display: flex;
            align-items: center;
            gap: 30px;
        }
        .humburger.mobile-only {
            display: none;
        }
        @media (max-width: 1200px) {
            .new-header-two ul.menu {
                gap: 14px;
            }
        }
        @media (max-width: 991px) {
            .new-header-two.style-e .top-header,
            .new-header-two.style-d .top-header,
            .new-header-two .nav-bar .menu-bar.left-menu,
            .new-header-two.style-d  .new-header ul.menu{
                display: none;
            }
            .new-header-two.style-d .nav-bar {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                padding: 38px 0;
            }
            .humburger.mobile-only {
                display: flex;
            }
        }
        @media (min-width: 991px) {
            .new-header-two.style-d .logo {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }
        }
        /******** Mega Menu ******/
         .new-header-two .pg--width {
            width: 100%;
        }
        .new-header-two.active-menu .main-menu {
            overflow: auto;
            height: 100%;
            min-height: 100vh;
         }
        .menu-dark .main-menu{
         background: #000;
        }
         .main-menu .logo-wrapper {
            width: 100%;
            padding: 23px 0;
            border-bottom: 1px solid var(--light-color);
         }
        .main-menu .logo-wrapper .logo-hr {
            display: flex;
            align-items: center;
            justify-content: space-between;
         }
         .new-header-two .main-menu ul.nav {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 0;
            align-items: flex-start;
            list-style: none;
         }
        .new-header-two .main-menu ul.nav li a {
            font-size: calc(76px * 0.75);
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            color: #fff;
            text-transform: uppercase;
        }
        .new-header-two .menu-footer {
            width: 100%;
            border-top: 1px solid var(--white);
            margin-top: 30px;
            padding: 20px 0;
         }
         .new-header-two .main-menu ul.nav-2 {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
            display: flex;
            flex-direction: column;
            gap: 10px;
         }
         .new-header-two .main-menu ul.nav-2  li a {
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            line-height: 1.6;
            font-weight: 400;
            letter-spacing: 0.64px;
            display: flex;
            align-items: center;
            gap: 8px;
         }
         .new-header-two .main-menu ul + ul {
            padding-top: 35px !important;
            border-top: 1px solid #fff;
            margin-top: 30px !important;
            width: 100%;
         }

         ul.nav-2.contact_links li {
            max-width: 200px;
            width: 100%;
            display: flex;
            align-items: center;
            column-gap: 10px;			 
         }

         .new-header-two .main-menu ul.nav-2 li a:hover {
            color: var(--white);
         }
         .new-header-two .menu-footer ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
            display: flex;
            align-items: center;
            gap: 20px;
         }
         .new-header-two .menu-footer ul li a{
            font-size: 20px;
            color: #fff;
         }
        
         .new-header-two .menu-footer ul li a:hover{
            color: #986147;
         }
         .new-header-two .menu-footer .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
         }
         .new-header-two .main-menu ul.nav-2 li a i {
            display: inline-block;
            margin-left: -21px;
            padding-right: 8px;
            color: var(--brand-color);
         }
         .menu-light .main-menu .close-btn {
              display: flex;
          }
         .close-btn i.fa-xmark {
            font-size: 37px;
            line-height: 1;
            height: 28px;
            margin-top: -5px;
          }
         .new-header-two .menu-footer .header-btn{
            display: inline-block !important;
         }
         /****** Menu Light ******/
         .menu-light.active-menu .main-menu {
            background: var(--color1);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
         }
         .menu-light .main-menu .close-btn,
         .menu-light .menu-footer ul li a,
         .menu-light .main-menu ul.nav-2 li a,
         .menu-light .main-menu ul.nav li a{
            color: var(--white);
         }
         .menu-light .main-menu ul + ul {
            padding-top: 30px !important;
            border-top: 1px solid #e7e7e8;
            margin-top: 20px !important;
         }
         @media (max-width: 960px) {
            .new-header-two .main-menu ul.nav li a{
               color: #ffffff;
               font-size: 16px;
               line-height: 1.375;
               letter-spacing: 0.04em;
               font-weight: 500;
            }
            .new-header-two .main-menu ul.nav-2 li a i {
               margin-left: 0;
            }
            .new-header-two .main-menu ul.nav {
                padding-bottom: 1.5rem;
                border-bottom: 1px solid #ffffff;
                gap: 10px;
            }
            .menu-item.menu-divider {
              margin: 1rem 0;
            }
            .menu-light .main-menu ul + ul {
                margin-top: 2rem !important;
                padding-top: 2rem !important;
            }
         }
     
     .new-header-two.menu-light .top-header {
        padding: 5px;
      }

/******* Header 2 *******/

/******* Announcement *******/
.btn-secondry {
  background: transparent;
  border: 1px solid #858a8e;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 0;
  font-size: var(--h4);
  line-height: 30px;
  letter-spacing: 0.1em;
  color: var(--midGray);
  min-width: 220px;
  font-weight: 600;
  text-align: center;
}
.announcement {
  position: relative;
  width: 100%;
  background: #31332A;
  height: 0;
  top: 0;
  color: #fff;
  overflow: hidden;
  transition: all .3s ease;
  z-index: 99999;
}

.active.announcement {
  padding: 40px 40px;
  height: auto;
  transition: all .5s ease;
}
a.announcement-btn {
  position: absolute;
  right: 0;
  background: #f2f5f7;
  padding: 3px 12px;
  z-index: 99;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px 0px 6px 6px;
  top: 61px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

a{
  text-decoration: none;
}
.announcement .close {
  position: absolute;
  padding: 10px;
  border: 1px solid var(--darkBlue);
  max-width: 40px;
  height: 40px;
  top: 40px;
  display: flex;
  right: 40px;
  align-items: center;
  justify-content: center;
  font-size: var(--btn);
  cursor: pointer;
}


.announcement .link {
  font-size: var(--text2);
  color: var(--black);
}
.announcement p,
.announcement h2 {
  color: #fff !important;
  margin: 0 !important
}
.announcement h2 {
  font-size: 24px;
  font-weight: 500;
}
.announcement .btn-secondry {
  border-color: #fff;
  color: #fff;
  min-width: 150px;
  padding: 6px 10px;
  text-decoration: none;
}
.announcement-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.active-menu.scroll_down {
  transform: translateY(0%);
  top: unset;
}
.active.announcement + header .main-menu {
  overflow: auto;
  max-height: 85%;
}
.active.announcement + header .main-menu .container{
  overflow: auto;
  max-height:calc(100vh - 280px);
}
.active.announcement + header .main-menu .container::-webkit-scrollbar {
  width: 2px;
}

.active.announcement + header .main-menu .container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.active.announcement + header .main-menu .container::-webkit-scrollbar-thumb {
background-color: #f5f5f5;
outline: 1px solid slategrey;
}

.active.announcement + header .main-menu ul.nav{
  padding-top: 60px;
}
.active.announcement + header  .border-line{
      margin: 50px 0 50px;
}

@media (max-width: 1400px){
  .announcement .close {
      right: 30px;
  }
}
@media (max-width: 1200px){
  .announcement-text{
      flex-direction: column;
      align-items: flex-start;
      gap: 10px
  }
}
@media (max-width: 880px){
  .announcement .close {
      right: 20px;
      top: 20px;
  }
}
@media (max-width: 767px) {
  .announcement .close {
      position: absolute;
      padding: 8px;
      border: 1px solid var(--darkBlue);
      max-width: 30px;
      height: 30px;
      top: 30px;
      display: flex;
      right: 30px;
  }
  .active.announcement {
      padding: 30px 20px;
      height: auto;
      transition: all .5s ease;
  }
}
@media (max-width: 1024px) {
  .simple-header .header-btn,
  .simple-header .nav-wrapper .menu  {
      max-width: 690px;
      width: 100%;
      margin: 0 auto;
      padding: 0 16px;
  }
  .menu-wrapper {
      gap: 20px;
  }
  .simple-header .desktop-menu{
      display: none;
  }
}
@media (max-width: 768px) {
  .simple-header .header-btn,
  .simple-header .nav-wrapper .menu   {
      max-width: 516px;
  }
.bottom-footer .menu2 {
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
}
}
.simple-header .medium {
  font-size: 16px;
  padding: 10px 20px;
}
/******* Footer ********/
/*.footer1 {
  padding-top: 60px;
}*/
.footer1 .padding3 {
  padding-top: 60px 0 24px;
}
.footer1 .logo {
  max-width: 166px;
}
.footer1 .menu {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 5px;
}
.footer1 ul.social-icon {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  gap: 16px;
}
.footer1 ul.social-icon i {
  color: #000;
  font-size: 28px;
  margin-top: 20px;
}

footer .menu2 {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  justify-content: flex-end;
}
.footer1 .bottom-footer {
  padding-top: 40px;
}
.footer1 .menu.text3{
  font-weight: 500;
  color: #000;
}

footer ul li a {
  color: #000;
  text-decoration: navajowhite;
}
.footer1 .sec, .footer1 .one{
  margin-top:15px;
}
.footer1 .f-email-signup {position: relative;}
.footer1 input {    background: #F5F6F7;
    border: 0;
    font-size: 13px;
    padding: 18px 23px;
    border-radius: 2px;
    padding-right: 75px;
    width: 100%;}
.footer1 input::placeholder {color: #000;}
.footer1 button {position: absolute;
    top: 8px;
    right: 9px;border-radius: 2px;
    border: 0;
    background: #986147;
    padding: 8px 15px;}
    .footer-signup2 button img {max-width: 18px;}
.footer1  .footer-links  {padding: 70px 0 90px 0px;}
.footer1 .f-bg2 {
    margin-top: -1px;
    padding-bottom: 37px;
}
.footer1 .footer-links h5 {
  font-size: 15px;
font-weight: 500;
margin-bottom: 20px;
line-height: 1.5;
letter-spacing: 0.65px;
}

.footer1 .footer-links li  a {
    text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.64px;
}

.footer1 .footer-links .f-padding-left {padding-left: 20px;   }
.footer1 .footer-bottom ul li a {
    text-decoration: none;   
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;}
.footer1 .footer-links .f-timings li {display: flex; align-items: center;  font-size: 15px;
    font-weight: 500;}

.footer1 .footer-links .f-timings li span {
  margin-left: 7px;
  
    }


.footer1 .footer-bottom p {    font-size: 14px;
    padding: 0 0 0 0;
    font-size: 15px;
    color: #000;
    margin: 10px 0 5px 0;
    line-height: 22px;}
.footer1 .footer-bottom img {max-width: 20px;}
.footer1 .footer-bottom  .cpryt  {font-size: 14px;}
.footer1 .footer-links .f-para {    font-size: 15px;
    margin-top: 15px;
    line-height: 22px;}
.footer1 .footer-btn {max-width: fit-content;
    display: flex;
    padding: 6px 25px;
    color: #fff;
    background: #986147;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;transition: 0.2s;}
.footer1 .footer-btn:hover {background: #00263A;}

.footer1 .f-row1  {     
  padding-top: 35px;
  padding-bottom: 40px;
}
.footer1 .col-right {display: flex;justify-content: end;}
.footer1 .f-row1  ul li a {
    color: #000;
    margin-right: 15px;
    font-size: 24px;}
.footer1 .f-row1 .col-right ul li img {
        max-width: 130px !important;
    }

    .footer1 .f-row1 ul li:first-child img {
          margin-right: 10px
        }
.footer1 .f-row2 .col-middle { align-items: center;
  display: flex;}
  .footer1 .f-row2 .col-right {    align-items: center;
    display: flex;}
      .footer1 .f-row2  .footer-bottom {padding-bottom: 0;padding-top: 0;}
    .footer1 .f-row2 .col-left {    align-items: center;
      display: flex;}
.footer1 .footer-bottom p {margin: 0;}
/*.footer1 .footer-bottom {
padding-top: 25px;
    padding-bottom: 40px;
}*/
  .footer1 .f-row2  .col-middle  ul li a {

    margin-right: 19px; }

.footer1 .footer-bottom ul li:first-child img {    max-width: 22px;}
.f-row1 .footer-bottom ul {
    display: flex;
    align-items: center;
}
.footer-bottom .col-sm-6 {
    display: flex;
    align-items: center;
}


    @media(max-width:991px) {
      .footer1 .f-row2 .col-right {
          justify-content: start;
      }
      .footer1 .f-row2 .col-middle {
          padding-top: 15px;
          padding-bottom: 15px;
      }
      .footer1 .footer-links .f-padding-left {   margin-top: 40px;}
    }

@media(max-width:767px) {


  .footer1   .row {

     margin-right: 0;
     margin-left: 0;
 }
   .footer1  .row > * {

     padding-right: 0;
     padding-left: 0; }
   .footer1  #places-filters,   .footer1  .container,   .footer1  .container-fluid,   .footer1  .container-xxl,   .footer1  .container-xl,   .footer1  .container-lg,   .footer1  .container-md,   .footer1  .container-sm {

     padding-right: 0;
     padding-left: 0; }

  .footer1  .container-fluid {padding-left: 10px; padding-right: 10px;}


  .footer1 .footer-links .f-padding-left {
      padding-left: 0;}
      .footer1 .footer-bottom ul {margin-bottom: 15px;}
      .footer1 .footer-links h2 {margin-top: 30px;margin-bottom: 20px;}
      .footer1 .col-right {

          justify-content: start;
      }
      .footer1 .footer-links h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.footer1 .footer-links {

    padding-bottom: 50px;
}
.footer1 .footer-btn {
    margin-bottom: 30px;
}
.footer1 .f-row1 .footer-bottom {
    padding-top: 0;
    padding-bottom: 0px;
}
.footer1 .footer-bottom {
    padding-top: 0;
        padding-bottom: 30px;
}
.footer1 .footer-bottom .col-middle ul {
    margin-bottom: 15px;
    flex-direction: column;
}
.footer1 .footer-links .f-para {
    font-size: 14px; }

    .footer1 .footer-bottom p {
    font-size: 14px; }
    .footer1 .col-right {
    margin-top: 15px;
}
.footer1 .f-row1 .col-right ul li img {
    max-width: 150px !important;
}
.footer1 .footer-links .f-padding-left {
padding-left: 0;  margin-top: 0;
}
.footer1 .f-row2 .col-middle ul li  {
    margin-bottom: 7px;
}
.footer-links .row {
    row-gap: 25px;
}
.footer1 .footer-links h5 {
    margin-bottom: 7px;
    font-size: 15px;
    letter-spacing: 1px;
}
.footer-bottom .col-sm-6 {
    display: flex;
    align-items: center;
}
}
footer.footer1 ul li {
    list-style: none;
}
footer.footer1 ul {
    padding: 0px;
    margin-bottom: 0px;
}
.cta-section.cta-accent.cntr-cta-section .col-right {
    display: flex;
    align-items: center;
}
.logo-col img {
    max-height: 140px;
    width: auto;
}
.footer1 .f-bg2 i, .footer1 .f-bg2 ul li a {
    line-height: 1;
    display: flex;
}
.footer1 .f-row2 {
    margin-bottom: 24px;
}
#menu-footer-menu li {    
    width: 90%;
}

/* global setting */
.bbt-primary, .bbt-secondary, .bbt-tertiary {
    padding-right: 44px;
    position: relative;
}
.bbt-primary:after, .bbt-secondary:after, .bbt-tertiary:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: contain !important;
    transform: translateY(-50%);
}
.bbt-primary:after, .bbt-tertiary:after {
    background-image: url(/wp-content/uploads/2024/11/arrow-round-left-white.svg) !important;
}
.bbt-secondary:after {
  background-image: url(/wp-content/uploads/2024/11/button-arrow.svg) !important;
}
.bbt-secondary:hover:after {
  background-image: url(/wp-content/uploads/2024/11/button-arrow-black.svg) !important;
}
.bbt-tertiary .fa-arrow-right {
    display: none;
}
.fs54, .lg-h2 h2, .tb-type1 h2 {
  font-size: 54px !important;
}
.fs20, .tb-type1 p, .type1 .feature_txt-col p, .text20 p {
  font-size: 20px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs12 {
  font-size: 12px !important;
}
.banner-type2 h1 {
  color: var(--brand-color);
  margin-bottom: 20px;
}
.sec-py {
  padding-top: 120px;
  padding-bottom: 120px;
}
.white-border-btn .bbt-primary:not(:hover) {
    border-color: #ffffff !important;
}
.ff2 {
  font-family: 'Barlow-Medium', sans-serif !important;
  font-weight: 500 !important;
}
.ff3 {
  font-family: 'Swis721 Md BT', sans-serif !important;
}
.fw300 {
  font-weight: 300;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.type1 .feature_txt-col p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.heading1, .text-blocks.md-h2 h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
}
.nav-bar .logo, .main-menu .logo {
    max-width: 131px;
    width: 100%;
}
.nav-bar .logo img, .main-menu .logo img {
  width: 100%;
  display: block;
}
.new-header-two.active-menu .main-menu::-webkit-scrollbar-track
{
  -webkit-box-shadow: none;
  border-radius: 0px;
  background-color: rgba(0,0,0,0.3);
}
.new-header-two.active-menu .main-menu::-webkit-scrollbar
{
  width: 0.5px;
  background-color: rgba(0,0,0,0.3);
}
.new-header-two.active-menu .main-menu::-webkit-scrollbar-thumb
{
  border-radius: 0;
  background-color: transparent;
}
.menu-footer .pg-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px 20px;
    flex-wrap: wrap;
}
.footer-bottom .ftr-sm-txt {
  padding-right: 0px;
}
#header header.new-header-two.sticky {
    position: fixed;
    width: 100%;
    height: auto;
    top: -320px;
    z-index: 11119;
    animation: headslideDown 0.4s ease forwards;
}
@keyframes headslideDown {
    0% {
        top: -200px; /* Off-screen */
    }
    100% {
        top: 0; /* Fully visible */
    }
}
/* end global setting */
/* home page */
.banner-content > * {
  max-width: 660px;
  width: 100%;
}
.hm-top-banner .hero-slider .slick-slide {
    position: relative;
}
.hm-top-banner .hero-slider .slick-slide:before {
    content: "";
    width: 100%;
    height: 55%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #000 65%);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
}
.hm-top-banner .hero-slider .slick-slide img {
  height: 800px !important;
}
.hm-top-banner .text-wrapper .d1 {
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.70);
}
.full-text-blocks.text-blocks .carditem.color_card .carditem-text {
    padding: 0;
    max-width: 976px;
    width: 100%;
    margin: 0 auto;
}
.full-text-blocks.text-blocks.type2 .carditem.color_card .carditem-text {
    max-width: 785px;
}
.text-blocks .carditem.color_card .carditem-text a {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.with-texture.text-block.with-img {
    background-color: var(--primary-color) !important;
    background-image: url(https://arthuronaberdeen.com/wp-content/uploads/2024/11/Arthur_Grit-Texture-full.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.text-block.with-img.one .pg-container .carditem-text {
    margin: 40px auto 0 auto;
    max-width: 775px;
    width: 100%;
}
.text-block.with-img a.bbt-primary {
    margin-left: auto;
    margin-right: auto;
}
.text-blocks.yx0 .carditem {
    padding: 0;
}
section.cta-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
section.cta-section .row {
    align-items: center;
}
.full-img-col .img-area * {
    height: 100%;
}
.full-img-col .hero-slider .slick-slide img {
    width: 100%;
    height: 100% !important;
}
.content-with-texture .content-area {
    background-image: url(/wp-content/uploads/2024/11/Arthur_Grit-Texture-5.png) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
.num-count {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
    margin-bottom: 25px;
}
.num-count > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    width: max-content;
}
.num-count span, .static-wrap .lg-num {
  line-height: 1.1;
  font-size: 54px;
  font-family: 'Swis721 Lt BT', sans-serif;
  font-weight: 400;
}
.num-count p {
    font-family: 'Barlow-Medium', sans-serif;
}
.static-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}
.static-col {
    max-width: 125px;
    width: calc(33.33% - 24px);
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.cta_col {
    padding: 25px 30px 25px 0;
    border-right: 1px solid #ffffff;
}
.static-col p {
  margin-bottom: 0px;
  font-family: 'Barlow-Medium', sans-serif;
  line-height: 1.4;
  font-weight: 500;
}
.cta_col:not(:first-child) {
    padding-left: 35px;
}
.hm-cta-ryt.num-count {
    gap: 0;
    margin: 0;
}
.hm-cta-ryt.num-count .cta_col {
    max-width: max-content;
    align-items: flex-start;
}
.hm-cta .row .col-left {
    width: 52%;
}
.hm-cta .row .col-right {
    width: 48%;
}
.hm-cta .cta-btn-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 35px;
}
/* end home page */
/* living page */
.top-banner-block {
    background-color: #31332B;
    padding-top: 145px;
    padding-bottom: 150px;
    min-height: 90vh;
    padding-left: 2rem;
    padding-right: 2rem;
    background-image: url(https://arthuronaberdeen.com/wp-content/uploads/2024/11/Arthur_Grit-Texture-7.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}
.top-banner-block .content-area > * {
    max-width: 380px;
}
@media (min-width: 1650px) {
  .top-banner-block .content-area > * {
      max-width: 455px;
  }
}
@media (max-width: 1250px) {
  .top-banner-block {
      padding-top: 95px;
      padding-bottom: 100px;
  }
}
.top-banner-block .pg-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.top-banner-block .pg-container .content-area {
    padding: 0;
}
.top-banner-block .content-area h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 375px;
    width: 100%;
}
.top-banner-block .row {
    align-items: center;
}
.top-banner-block img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}
.full-text-blocks .carditem-text {
    padding: 0 !important;
}
.mb45 {
  margin-bottom: 45px;
}
.slider-with-caption .feature_slider-row {
    flex-direction: column;
    gap: 20px;
}
.slider-with-caption .feature_slider-row .feature_txt-col {
    width: calc(85% - 85px);
}
.slider-with-caption .feature_slider-row .feature_img-col {
    width: 100%;
}
.slider-with-caption.features-slider .arrowStyle.topArrow .slick-arrow {
    top: -80px !important;
}
.slider-with-caption.features-slider .arrowStyle.topArrow .slick-arrow:before {
    color: #31332A;
}
.slider-with-caption .slick-slide img {
    aspect-ratio: 2.2 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.slider-with-caption.type2 .slick-slide img {
   aspect-ratio: 1 / 0.6;
}
.with-texture .carditem {
    padding: 0 45px;
}
.list-titlebar {
    margin-bottom: 28px;
}
.list-titlebar .title {
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.list-titlebar .text {
    text-align: center;
    line-height: 1.2 !important;
}
@media (min-width: 768px) {
  .living-list li {
      max-width: 345px;
      width: 100%;
  }
}
/* end living page */
/* neighborhood */
.top-banner-block.gray-bg {
  background-color: #7C7865;
}
.full-text-blocks .slick-slide img {
    width: 100%;
}
.full-text-blocks.left .content-area, .full-img-col.left .content-area {
    padding-left: calc(5% + 5rem);
}
.full-text-blocks.ryt .content-area, .full-img-col.right .content-area {
    padding-right: calc(5% + 5rem);
}
.full-text-blocks.ryt .content-area, .full-img-col.right .content-area {
    padding-left: 10rem;
}
.full-text-blocks.left .content-area, .full-img-col.left .content-area {
  padding-right: 10rem;
}
.full-text-blocks .content-area, .full-img-col .content-area {
  padding-top: 32px;
  padding-bottom: 32px;
}
.icons-blocks.counter-wrapper .row {
    justify-content: center;
}
.icons-blocks.counter-wrapper.col3 .col-lg-3 {
    width: 20%;
}
.icons-blocks.counter-wrapper .cols {
    padding: 0 25px;
}
.icons-blocks.counter-wrapper img {
    display: none;
}
.icons-blocks.counter-wrapper p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
}
.icons-blocks.counter-wrapper .count {
    font-size: 76px;
    line-height: 1;
}
.neighborhood-map {
    padding-top: 100px;
}
.neighborhood-map #places-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    gap: 20px;
}
.neighborhood-map #places-filters span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.neighborhood-map #places-filters span.active {
    text-decoration: underline;
    text-underline-offset: 4px;
}
#map {
    min-height: 80vh !important;
}
.full-text-blocks .img-area  * {
    width: 100% !important;
    height: 100%;
    display: flex !important;
}
.full-text-blocks .img-area img {
    width: 100% !important;
    height: 100% !important;
}
.neighborhood-map .head {
    text-align: center;
    margin-bottom: 15px;
}
.neighborhood-map #places-filters span.transit-toggle {
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    gap: 7px;
}
#ucg-places-component #places-filters .transit-toggle::before {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}
/* end neighborhood */
/* floor plan */
.top-banner-block.brand-bg {
    background-color: #986147;
}
#blueprint.blueprint-overview .fp-tabs {
    border-bottom: 1px solid #000000;
}
#blueprint.blueprint-overview .fp-tabs .fp-tab {
    border-bottom: 0;
    background: #000000;
    color: #ffffff;
    font-size: 14px !important;
}
#blueprint.blueprint-overview .fp-tabs .fp-tab[aria-selected="true"] {
    background: #ffffff;
    color: #000000;
    border-bottom: 2px solid #ffffff;
    margin-bottom: -1px;
}
#blueprint.blueprint-overview .fp-tabs {
    border-bottom: 1px solid #000000;
}
#blueprint.blueprint-overview .fp-filters .fp-filter .select2-container .select2-selection, #blueprint.blueprint-overview .fp-filters .fp-filter input[type=text].flatpickr {
    border: 1px solid #000000;
}
#blueprint.blueprint-overview .fp-tabs {
    border-bottom: 1px solid #000000;
    padding: 0px;
}
#blueprint .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 10px !important;
}
#blueprint.blueprint-overview .fp-filters .fp-filter .select2-container::after {
    height: 15px;
    top: 20%;
    transform: translateY(-20%);
    bottom: unset;
    right: 5px;
}
#blueprint .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
#blueprint.blueprint-overview .fp-panels {
    padding: 0;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan {
    border: 1px solid #000000;
    text-align: center;
    margin-bottom: 0px !important;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .primary-action a:link, #blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .primary-action a:visited {
    background: #000000;
    border: 1px solid #000000;
    padding: 10px 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px !important;
}
#blueprint.blueprint-overview .fp-panels {
    padding: 0 0;
}
#blueprint {
    padding-top: 70px;
}
#blueprint.blueprint-overview .fp-tabs {
    padding: 0;
    margin-bottom: 20px;
}
#blueprint.blueprint-overview .fp-tabs .fp-tab[aria-selected=true] {
    background: #FBF9F3;
    border-bottom: 1px solid #FBF9F3;
}
#blueprint.blueprint-overview .fp-tabs .fp-tab {
    background-color: #000000;
    font-size: 16px !important;
}
#blueprint.blueprint-overview .fp-filters {
    padding: 0;
    background: transparent;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .dimensions {
    padding: 0;
    justify-content: center;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .dimensions li.dimension {
    font-size: 15px !important;
    font-family: 'Barlow-Regular';
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .availability, #blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .price {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Barlow-Medium';
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .actions {
    padding: 0;
    text-align: center;
    justify-content: center;
    list-style-type: none;
    gap: 7px;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .actions .action {
    width: fit-content !important;
    margin: 0 !important;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .actions svg {
    width: 22px;
    fill: #000000 !important;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .actions svg path {
    fill: #000000;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.apartments #availability-table_wrapper {
    padding: 0;
    background: transparent;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.apartments #availability-table_wrapper .availability-table__action-inquire {
    border: 1px solid #000000;
    color: #000000;
    font-size: 12px !important;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.apartments #availability-table_wrapper .availability-table__action-apply:link {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 12px !important;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.apartments #availability-table_wrapper .availability-table__action-apply:visited {
    background: #986147;
    border: 1px solid #986147;
}
.css-2okqzz-primaryStyle-styles {
    background-color: #986147;
    color: #ffffff;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan:hover {
  border-top: 1px solid #000000 !important;
}
.fp-single-p2 a {
    color: #000000;
    text-decoration: underline;
}
/* end floor plan */
/* gallery */
.text-blocks.left .carditem.color_card .carditem-text {
    max-width: 850px;
    margin: 0;
}
.ucg-gallery > .photos.masonry-2.active .images .image img {
  border-radius: 0px !important;
}
.ucg-gallery .filters {
    margin-bottom: 32px;
}
/* end gallery */
/* contact us */
.contact-info img {
    min-height: 625px;
}
.contact-info .content-area > div {
  width: calc(45% - 25px) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.contact-info .contact-info .content-area {
    gap: 25px;
    flex-direction: row;
}
.contact-info .content-area > div p {
    text-align: center;
}
.contact-info .content-area div a {
    color: #000000;
    display: inline-block;
}
.contact-info .col-md-6:nth-child(2) {
  display: flex;
  background: #fbf9f3 !important;
  align-items: center;
}
.contact-info .content-area {
    align-items: flex-start;
}
.border-btn {
    border: 1px solid #00263A;
    color: #00263A;
    padding: 10px 44px 10px 18px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Barlow-Medium', sans-serif;
    font-weight: 500;
    background-color: transparent;
    transition: all .3s ease-in-out;
    background-image: url(/wp-content/uploads/2024/11/arrow-round-blue.svg);
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: calc(100% - 18px) calc(50% + 1px) !important;
}
.border-btn:hover {
    border: 1px solid #00263A;
    background-color: #00263A;
    background-image: url(/wp-content/uploads/2024/11/arrow-round-left-white.svg);
    color: #ffffff !important;
    transition: all .3s ease-in-out;
}
.contact-info .content-area .border-btn {
    margin-top: 20px;
    font-family: 'Barlow-Medium', sans-serif;
}
.contact-info .row .content-area {
	display: flex;
    justify-content: center;
    flex-direction: row !important;
    gap: 25px;
    flex-wrap: wrap;
    width: 86%;
    height: fit-content;
    margin: 0 auto;
}
.content-area .barlow {
    font-family: 'Barlow-Bold', sans-serif;
}
.map-row .form-half-col {
    max-width: 780px;
    margin: 0 auto;
}
.contact-form-wrap h2.gform_title {
    margin-bottom: 20px;
}
.contact-form-wrap form#gform_7 {
    margin-top: 40px;
}
.contact-form-wrap .gform-theme--foundation .gform_fields {
    gap: 25px 20px;
}
.contact-form-wrap .gform_fields .ginput_container input, .contact-form-wrap .gform_fields .ginput_container select, 
.contact-form-wrap .gform_fields .ginput_container textarea {
    padding: 16px 20px !important;
    border: 1px solid #986147 !important;
    border-radius: 3px;
    font-size: 16px;
    color: #000000;
    height: auto;
    line-height: 1;
    outline: none !important;
    box-shadow: none !important;
}
.contact-form-wrap .gform_fields .ginput_container input:focus, .contact-form-wrap .gform_fields .ginput_container select:focus, 
.contact-form-wrap .gform_fields .ginput_container textarea:focus {
  border: 1px solid #000000 !important;
}
.gform-theme--foundation .gform_footer input#gform_submit_button_7 {
    padding: 16px 40px;
    min-width: 16px;
    width: fit-content;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 0;
    background: #986147;
    border: 1px solid #986147;
    transition: all .3s ease;
}
.gform-theme--foundation .gform_footer input#gform_submit_button_7:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    transition: all .3s ease;
}
div#gform_wrapper_7 {
  padding: 0;
}
.contact-form-wrap .gform_fields .ginput_container textarea {
  height: 140px;
  min-height: unset !important;
  resize: none;
}
.gform-theme--foundation .gform_footer input#gform_submit_button_7 {
    padding: 18px 44px 15px 20px;
    font-size: 14px !important;
    background-image: url(/wp-content/uploads/2024/11/arrow-round-left-white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 18px) calc(50% + 1px) !important;
    background-size: 14px !important;
}
.contact-form-wrap .gform-theme--foundation .gfield select {
    line-height: 1.2;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    appearance: none;
    background-: no-repeat;
}
.contact-form-wrap select::-ms-expand {
    display: none; /* For Internet Explorer */
}
.contact-form-wrap .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input, .gform-theme--foundation .gfield select {
    background-image: url(/wp-content/uploads/2024/11/down-arrow-1.png) !important;
    background-size: 17px !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 12px) center !important;
}
@media (min-width: 768px) {
  input#choice_7_13_1 {
      height: 20px;
      margin-top: 0px;
  }
}
/* end contact us */
/* single plan */
.single-floor_plan .details .features .actions .action.inquire {
    border: 1px solid #000000;
    color: #000000;
    font-size: 16px !important;
}
.single-floor_plan .details .features .actions .action.check-availability:link {
    background: #986148 !important;
    color: #fff !important;
    font-size: 16px !important;
}
.single-floor_plan .details .features .actions .action.email:link, .single-floor_plan .details .features .actions .action.email:visited {
  color: #000000;
}
.single-floor_plan .details .features .actions .action.inquire:hover {
    background: #000000;
    color: #ffffff;
}
.single-floor_plan .details .navigator {
    gap: 10px;
}
.single-floor_plan .details .navigator .item:link, .single-floor_plan .details .navigator .item:visited {
    padding: 9px 15px;
    border: 1px solid #000000;
    color: #000000;
}
.single-floor_plan .details .features .actions .action.email:link, .single-floor_plan .details .features .actions .action.email:visited {
    color: #000000;
}
.single-floor_plan .blueprint-container #availability-table_wrapper .availability-table__action-inquire {
    color: #000 !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}
button.availability-table__action-inquire.fb-trigger.fp-button-2:hover{
  background-color: #986148 !important;
  color:#fff !important;
}
.single-floor_plan a.availability-table__action-tour.fp-button-3 {
    color: #000;
}
.single-floor_plan .blueprint-container #availability-table_wrapper .availability-table td span {
    font-size: 15px !important;
}
.single-floor_plan .blueprint-container #availability-table_wrapper .availability-table thead th {
      font-size: 16px !important;
}
.single-floor_plan .blueprint-container #availability-table_wrapper .availability-table__action-apply:link {
    background: #986148 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}
.single-floor_plan .blueprint-container #availability-table_wrapper .availability-table__actions {
    gap: 10px;
}
.single-floor_plan .blueprint-container #availability-table_wrapper .availability-table__action-inquire {
    margin: 0;
}
.aro-waitlist-modal .body .details .dimensions {
    padding: 0;
}
.aro-waitlist-modal .footer .cta-heading, .aro-waitlist-modal .footer .cta-description {
    font-size: 14px !important;
    line-height: 1.4;
}
.aro-waitlist-modal .header .fp-body-text-1, .aro-waitlist-modal .body .form #waitlistForm .gform_body .fp-single-p2 {
    font-size: 14px !important;
    line-height: 1.4;
}
.aro-waitlist-modal .body .details .dimensions .dimension, .aro-waitlist-modal .body .details p.price {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .availability-and-price, .aro-waitlist-modal .fp-panels .fp-panel.plans .fp-plan .availability-and-price {
    font-size: 13px !important;
    font-family: "Barlow-Regular", sans-serif;
    font-weight: 500;
}
.aro-waitlist-modal .body .form #waitlistForm .gform_footer input {
    font-size: 14px;
    padding: 10px 15px !important;
    line-height: 1;
    border: none !important;
}
.aro-waitlist-modal .body .form #waitlistForm .gform_footer input:hover {
    background: var(--brand-color) !important;
}
#blueprint.blueprint-overview .fp-filters .fp-filter .select2-container .select2-selection, #blueprint.blueprint-overview .fp-filters .fp-filter input[type=text].flatpickr {
    border: 1px solid #010000;
    height: 34px;
}
.aroWaitlistModalnoapartmenttt, .aro-waitlist-modal .body .form #waitlistForm .gform_footer input {
  border-radius: 0px !important;
}
.aroWaitlistModalnoapartmenttt:hover, .aro-waitlist-modal .body .form #waitlistForm .gform_footer input:hover {
  background-color: var(--brand-color) !important;
  color: #ffffff !important;
}
.single-floor_plan .details .features .dimensions .dimension.price {
    font-weight: 400;
}
.single-floor_plan .blueprint-container .availability-single-top {
    background: #FBF9F3;
}
#inquireModal, .inquire-modal__footer, #aroWaitlistModal, .aro-waitlist-modal {
    background: #FBF9F3 !important;
}
.aro-waitlist-modal .footer {
    background: #EDE8DC !important;
}
input#gform_submit_button_8, .inquire-modal__cta-link, .aro-waitlist-modal .footer .cta-link, .aro-waitlist-modal .body .form #waitlistForm .gform_footer input {
    background-color: #986147 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid #986147 !important;
    line-height: 1.3;
    transition: all .3s ease-in-out;
    padding: 12px 16px;
    font-family: "Swis721 Lt BT", sans-serif !important;
}
.inquire-modal__cta-link, .aro-waitlist-modal .footer .cta-link {
    padding-right: 42px;
    position: relative;
}
.inquire-modal__cta-link:after, .aro-waitlist-modal .footer .cta-link:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2024/11/arrow-round-left-white.svg) !important;
    position: absolute;
    right: 16px;
    top: 52%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
input#gform_submit_button_8:hover, .inquire-modal__cta-link:hover, .aro-waitlist-modal .footer .cta-link:hover, .aro-waitlist-modal .body .form #waitlistForm .gform_footer input:hover {
  background-color: #000000 !important;
   color: #ffffff !important;
  border: 1px solid #000000 !important;
}
.single-floor_plan .details .images .views {
    display: flex;
    justify-content: center;
    gap: 0;
}
.single-floor_plan .details .images .views .panels {
    width: calc(100% - 4rem);
}
.single-floor_plan .floor-plan-image {
    width: 100%;
    max-height: 80vh;
    height: auto;
    object-fit: contain;
}
.inquire-modal__cta-heading, .aro-waitlist-modal .footer .cta-heading, .aro-waitlist-modal .body .details .dimensions .dimension, .aro-waitlist-modal .body .details p.price {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Swis721 Md BT', sans-serif !important;
    margin-bottom: 10px;
}
body .inquire-modal__header .fp-body-text-1, body .inquire-modal__body #inquire-modal-form .gform_body .fp-single-p2, body .inquire-modal__cta-body, body .inquire-modal__meta-item, body .inquire-modal__price, 
body .aro-waitlist-modal .body .details p.price {
      font-family: 'Swis721 Lt BT';
    font-weight: 400;
}
.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label, .gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label, 
.page-id-3289 .gform_legacy_markup_wrapper label.gfield_label, .page-id-3289 .gform_legacy_markup_wrapper legend.gfield_label {
    margin-bottom: 0 !important;
    font-family: 'Swis721 Lt BT';
    font-weight: 400 !important;
    font-size: 15px !important;
}
.inquire-modal__body #inquire-modal-form .gform_body .gfield.if-message label, .aro-waitlist-modal .body .form #waitlistForm .gform_body .gfield.form-message label {
  margin-bottom: 0px !important;
}
.inquire-modal__cta-body {
    line-height: 1.4;
}
.table-wrap .col-left > div {
    max-width: 700px;
    width: 100%;
}
table.has-secondary-color.has-text-color.has-link-color tbody tr:nth-child(odd) {
    background-color: #7d7863;
    color: #fff !important;
}
table.has-secondary-color.has-text-color.has-link-color thead tr th {
    background-color: #303329;
    color: #fff !important;
}
table.has-secondary-color.has-text-color.has-link-color {
    border-collapse: collapse !important;
    text-align: center;
}
table.has-secondary-color.has-text-color.has-link-color tbody tr td,table.has-secondary-color.has-text-color.has-link-color thead tr th {
    border: none !important;
}
table.has-secondary-color.has-text-color.has-link-color tbody tr td {
    font-size: 17px !important;
    font-family: inherit;
    padding: .7em 1em;
}
table.has-secondary-color.has-text-color.has-link-color thead tr th {
  padding: .7em 1em;
}
table.has-secondary-color.has-text-color.has-link-color thead tr th, table.has-secondary-color.has-text-color.has-link-color thead tr th strong {
    font-weight: 400;
    font-size: 16px;
}
.cta-btn-inner {
    width: 100%;
}
table.has-secondary-color.has-text-color.has-link-color {
    width: 100%;
}
.plan-table-wrap .row {
    gap: 25px 30px;
}
.plan-table-wrap .col-sm-8 {
    width: calc(60% - 15px);
    padding-right: 0;
}
.plan-table-wrap .col-sm-4 {
    width: calc(40% - 15px);
    padding-left: 0;
}
input#choice_7_13_1 {
    width: 17px !important;
    height: 17px !important;
    margin: 0px !important;
}
label#label_7_13_1 {
    margin-left: 10px;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    font-size: 14px;
}
.page-id-3042 .gform-theme--framework .gfield--type-choice .gchoice {
    display: flex !important;
    align-items: center;
}
.fancybox-content.gallery .slick-slide .image img {
    margin: 0 auto;
    min-width: 64vw;
    max-height: 75vh;
    object-fit: cover;
}
.fancybox-content.gallery .slick-slide .title {
    text-align: center;
}
.fancybox-container.lightbox-4 .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content {
    overflow: hidden;
}
.fancybox-container.lightbox-4 .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content.gallery .slick-arrow.prev {
    left: 5px;
}
.fancybox-container.lightbox-4 .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content.gallery .slick-arrow.next {
    right: 5px;
}
#blueprint.blueprint-overview .fp-panels .fp-panel.apartments #availability-table_wrapper .availability-table tbody tr .fp-apt {
    font-size: 14px !important;
}
#blueprint.blueprint-overview .fp-filters .availability-filters-section-primary-inner .availability-filters #filter-collapse {
    padding: 7px 15px;
    line-height: 1.5;
    font-size: 14px !important;
    background-color: var(--brand-color);
    border: none;
}
#blueprint.blueprint-overview .fp-filters .availability-filters-section-primary-inner .availability-filters #filter-collapse:hover, 
#blueprint.blueprint-overview .fp-filters .availability-filters-section-primary-inner .availability-filters #filter-collapse:active {
  background-color: #000000;
  color: #ffffff;
}
.single-floor_plan .inquire-modal__header, .aro-waitlist-modal .header {
    padding-bottom: 10px;
}
body.single-floor_plan .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
body.single-floor_plan .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 5px;
}
.single-floor_plan .inquire-modal__plan-image-wrapper .images.floor-plan-images .slick-slide img {
    max-height: 55vh;
    margin: 0 !important;
}
.single-floor_plan .floor-plan-images {
    margin-bottom: 0px !important;
}
.single-floor_plan .gf_browser_chrome.gform_wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-floor_plan .gform_legacy_markup_wrapper .gform_footer {
    margin-top: 0;
}
body .aro-waitlist-modal .gform_legacy_markup_wrapper .top_label div.ginput_container.ginput_container_radio {
    margin: 0;
}
.aro-waitlist-modal .gform_legacy_markup_wrapper .gform_footer {
    margin-top: 0;
}
.aro-waitlist-modal .header .fp-body-text-1, .aro-waitlist-modal .body .form #waitlistForm .gform_body .fp-single-p2 {
    margin-bottom: 2px;
}
.aro-waitlist-modal .gf_browser_chrome.gform_wrapper {
    padding-bottom: 0px;
}
body .aro-waitlist-modal .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 10px;
}
@media (min-width: 960px) {
    #blueprint.blueprint-overview .fp-filters .fp-filter label {
        top: 50% !important;
        transform: translateY(-50%);
    }
    #blueprint.blueprint-overview .fp-filters .fp-filter label.focused {
        transform: translateY(-4rem) !important;
    }
}
@media (max-width: 767px) {
  .plan-table-wrap .col-sm-8, .plan-table-wrap .col-sm-4 {
      width: 100%;
      padding: 0;
  }
}
/* end single plan */
.mb10, .tb-type1 h2, .mt-banner h2, .mt-type2 h2 {
  margin-bottom: 10px;
}
.mb15, .mt-type1 h2, .tib-type1 h2, 
.type1 h1, .type1 h2, .type1 h3, .type1 h4, .type1 h5, .type1 h6 {
  margin-bottom: 15px;
}
.mb20, .tb-type1 h1, .tb-type1 p {
  margin-bottom: 20px;
}
.mb25, .mt-type1 p {
  margin-bottom: 25px;
}
.mb40, .mt-type1.right p, .tib-type1 p, .h240 h2 {
  margin-bottom: 40px !important;
}
.mt-type2 .content-area > div > a {
  margin-top: 20px;
}
.slider-with-caption.type1 .topArrow-slide-content p {
  margin-bottom: 0 !important;
}
.tb-type2 h2 {
    margin-bottom: 10px;
}
.tb-type2 p {
    font-size: 18px;
    margin-bottom: 20px;
}
.carditem img {
  border-radius: 0 0;
}
body .text-block.pg--width.with-img.one.with-texture.sec-py.lg-full-height a.bbt-primary.btnlarge:hover {
  background: rgba(0 0 0 / 40%) !important;
  border-color: rgba(0 0 0 / 40%) !important;
}
.slider-with-caption.type1 .topArrow-slide-content .caption-title {
    font-size: 15px !important;
    font-family: 'Swis721 Md BT', sans-serif !important;
    margin-bottom: 5px;
}
/* responsive */
.display1, .hm-top-banner.type1 h2, .h2d1 h2 {
  font-size: 76px !important;
  line-height: 1.1 !important;
}
.display2 {
  font-size: 64px !important;
  line-height: 1.2 !important;
}
@media (min-width: 1650px) {
  body .footer1 .row .f-row2 .footer-bottom p, .footer1 .row .f-row2 .footer-bottom ul li a, body .row.footer-bottom p {
      font-size: calc(12px * 1.5);
  }
  .ucg-gallery .filters .filter .list .item, .border-btn, .gform-theme--foundation .gform_footer input#gform_submit_button_7 {
    font-size: calc(14px * 1.3) !important;
  }
  .new-header-two .menu a, .new-header-two .main-menu ul.nav-2 li a, .footer1 .footer-links li a {
    font-size: calc(16px * 1.3) !important;
  }
  .fs20, .tb-type1 p, .type1 .feature_txt-col p, .text20 p {
    font-size: calc(20px * 1.3) !important;
  }
  .fs18, .tb-type2 p {
    font-size: calc(18px * 1.3) !important;
  }
  .fs54, .lg-h2 h2, .tb-type1 h2 {
      font-size: calc(54px * 1.3) !important;
  }
  .fs15, .bbt-primary, .bbt-secondary, .bbt-tertiary, .footer1 .footer-links h5, 
  .slider-with-caption.type1 .topArrow-slide-content .caption-title {
    font-size: calc(15px * 1.4) !important;
  } 
  .fs12 {
    font-size: calc(12px * 1.5) !important;
  }
  .display1,.hm-top-banner.type1 h2, .h2d1 h2 {
    font-size: calc(76px * 1.2) !important;
  }
  .display2 {
    font-size: calc(64px * 1.2) !important;
  }
  .popup-title {
    right: -62px;
    font-size: 20px;
  }
  .full-text-blocks.text-blocks .carditem.color_card .carditem-text {
    max-width: calc(calc(100% /12) * 10);
  }
  .full-text-blocks.text-blocks.type2 .carditem.color_card .carditem-text {
    max-width: calc(calc(100% /12) * 9.5);
  }
}
@media (min-width: 650px) {
    .top-banner-block {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .top-banner-block .pg-container {
      max-width: 95%;
    }
}
@media (min-width: 1024px) {
  .top-banner-block .pg-container {
    max-width: 85%;
  }
}
@media (max-width: 1024px) {
  .heading1, .text-blocks.md-h2 h2 {
    font-size: calc(48px * 0.85) !important;
  }
  .fs54, .lg-h2 h2, .tb-type1 h2, .num-count span, .static-wrap .lg-num {
    font-size: calc(54px * 0.85) !important;
  }
  .fs20, .tb-type1 p, .type1 .feature_txt-col p, .text20 p {
    font-size: calc(20px * 0.85) !important;
  }
  .fs18, .tb-type2 p {
    font-size: calc(18px * 0.85) !important;
  }
  .display1, .hm-top-banner.type1 h2, .h2d1 h2 {
    font-size: calc(76px * 0.85) !important;
  }
  .display2 {
    font-size: calc(64px * 0.85) !important;
  }
  .sec-py {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .mb45 {
    margin-bottom: 35px;
  }
  .icons-blocks.counter-wrapper.col3 .col-lg-3 {
      width: 30%;
  }
  .top-banner-block {
      padding-top: 75px;
      padding-bottom: 80px;
  }
  .top-banner-block img {
      min-height: 375px;
  }
  .f-row1 .footer-bottom ul {
    display: flex;
    align-items: center;
  }
  .contact-info .content-area {
      display: flex;
      flex-direction: row;
      gap: 25px;
      flex-wrap: wrap;
  }
  .contact-info .content-area > div {
      width: 100% !important;
  }
  .contact-info img {
      height: 100%;
      min-height: 400px !important;
  }
  .contact-info img {
      min-height: 450px !important;
      height: 100% !important;
  }
  .logo-col img {
      max-height: 100px;
      width: auto;
  }
  .full-text-blocks.ryt .content-area, .full-img-col.right .content-area {
      padding-left: 25px;
  }
  .full-text-blocks.left .content-area, .full-img-col.left .content-area {
    padding-right: 25px;
  }
  .footer1 .footer-links {
    padding: 65px 0 35px 0;
  }
  .footer1 .f-row1 {
      padding-top: 15px;
  }
  .footer1 .footer-bottom {
      padding-bottom: 0;
  }
  .footer1 .f-bg2 {
      padding-bottom: 45px;
  }
  .footer1 .footer-links .f-padding-left {
      padding-left: 5px;
  }
  .contact-form-wrap .gform_fields .ginput_container input, .contact-form-wrap .gform_fields .ginput_container select, 
  .contact-form-wrap .gform_fields .ginput_container textarea {
    padding: 12px 16px !important;
  }
  .neighborhood-map {
      padding-top: 80px;
  }
  .top-banner-block {
    min-height: 450px;
  }
  .mb15, .mt-type1 h2, .tib-type1 h2, 
  .type1 h1, .type1 h2, .type1 h3, .type1 h4, .type1 h5, .type1 h6 {
    margin-bottom: 10px;
  }
  .mb25, .mt-type1 p {
    margin-bottom: 20px;
  }
  .mb40, .mt-type1.right p, .tib-type1 p, .h240 h2 {
    margin-bottom: 30px !important;
  }
  .cta-section.hm-cta .row {
      row-gap: 25px;
  }
  .hm-cta .row .col-left, .hm-cta .row .col-right {
    width: 100%;
  }
  .text-style .content-area {
    padding: 35px 20px;
  }
  section.cta-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  #map {
    min-height: 600px !important;
  }
  .list-titlebar {
      margin-bottom: 15px;
  }
  #blueprint {
      padding-top: 0;
  }
}
@media (max-width: 767px) {
  .heading1, .text-blocks.md-h2 h2 {
    font-size: calc(48px * 0.75) !important;
  }
  .fs54, .lg-h2 h2, .tb-type1 h2 {
    font-size: calc(54px * 0.75) !important;
  }
  .num-count span, .static-wrap .lg-num {
    font-size: calc(54px * 0.64) !important;
  }
  .fs20, .tb-type1 p, .type1 .feature_txt-col p, .text20 p {
    font-size: calc(20px * 0.75) !important;
  }
  .fs18, .tb-type2 p {
    font-size: 16px !important;
  }
  .display1, .hm-top-banner.type1 h2, .h2d1 h2 {
    font-size: calc(76px * 0.75) !important;
  }
  .display2 {
    font-size: calc(64px * 0.75) !important;
  } 
  .sec-py {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .mb45 {
    margin-bottom: 20px;
  }
  .top-banner-block {
    min-height: unset;
  }
  .top-banner-block .row {
      flex-direction: column-reverse;
      gap: 25px;
  }
  .top-banner-block .content-area h1 {
      margin-bottom: 20px;
  }
  .top-banner-block img {
      min-height: 290px;
  }
  .hm-top-banner .hero-slider .slick-slide img {
    min-height: 90vh !important;
    height: auto !important;
  }
  .top-banner-block {
      padding-top: 45px;
      padding-bottom: 50px;
  }
  .hm-top-banner .hero-slider .slick-slide img {
      min-height: 80vh !important
      max-height: unset !important;
  }
  .heroblock .text-wrapper {
    bottom: 32px;
  }
  .full-text-blocks .row {
      gap: 0;
  }
  .full-img-col .text-style .content-area {
    padding: 50px 2rem !important;
  }
  .icons-blocks.counter-wrapper.col3 .col-lg-3 {
      width: calc(33.33% - 7px);
  }
  .icons-blocks.counter-wrapper .count {
      font-size: 45px;
  }
  .icons-blocks.counter-wrapper p {
      font-size: 16px;
      line-height: 1.3;
  }
  .icons-blocks.counter-wrapper .row {
      flex-direction: row;
      gap: 10px;
  }
  .full-text-blocks .content-area, .full-img-col .content-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ucg-gallery .filters {
      margin-bottom: 25px;
  }
  #blueprint.blueprint-overview .fp-tabs .fp-tab {
      border-bottom: 0;
      background: #010000;
      color: var(--light-color);
      font-size: 14px !important;
      padding: 7px 15px;
  }
  #blueprint.blueprint-overview .fp-tabs .fp-tab[aria-selected="true"] {
      background: var(--softwhite);
      color: #010000;
      border-bottom: 2px solid var(--softwhite);
      margin-bottom: -1px;
  }
  #blueprint.blueprint-overview .fp-tabs {
      border-bottom: 1px solid #010000;
  }
  #blueprint.blueprint-overview .fp-filters .fp-filter .select2-container .select2-selection, #blueprint.blueprint-overview .fp-filters .fp-filter input[type=text].flatpickr {
      border: 1px solid #010000;
  }
  #blueprint.blueprint-overview .fp-tabs {
      border-bottom: 1px solid #010000;
      padding: 0px;
  }
  #blueprint .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      padding: 0 10px !important;
  }
  #blueprint.blueprint-overview .fp-filters .fp-filter .select2-container::after {
      height: 15px;
      top: 20%;
      transform: translateY(-20%);
      bottom: unset;
      right: 5px;
  }
  #blueprint .select2-container--default .select2-selection--single .select2-selection__arrow {
      display: none;
  }
  #blueprint.blueprint-overview .fp-panels {
      padding: 0;
  }
  #blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan {
      border: 1px solid #010000;
  }
  #blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .primary-action a:link, #blueprint.blueprint-overview .fp-panels .fp-panel.plans .fp-plan .primary-action a:visited {
      background: #010000;
      border: 1px solid #010000;
      padding: 10px 15px;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      font-size: 14px !important;
  }
  .with-texture.text-block.with-img .pg-container {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
  }
  .with-texture .carditem {
      padding: 0 0;
  }
  .text-block.with-img.one .pg-container .carditem-text {
      margin-top: 10px;
  }
  .slider-with-caption .feature_slider-row .feature_txt-col {
      width: 100%;
      margin-bottom: 20px;
  }
  .slider-with-caption.features-slider .arrowStyle.topArrow .slick-arrow {
      top: -45px !important;
  }
  .slider-with-caption .slick-list.draggable {
      padding-right: 0 !important;
  }
  .contact-info img {
      min-height: 320px !important;
  }
  .hm-cta .row .col-left, .hm-cta .row .col-right {
      padding: 0;
  }
  .hm-cta-ryt.num-count .cta_col {
      padding: 10px 16px;
  }
  .hm-cta-ryt.num-count .cta_col:first-child {
    padding-left: 0px;
  }
  .neighborhood-map {
      padding-top: 50px;
  }
  .neighborhood-map #places-filters {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
  }
  .new-header-two .menu-footer .header-btn {
      display: flex;
      margin: 0px 0 0 auto !important;
  }
  .new-header-two .menu-footer .header-btn a {
      width: auto !important;
      display: inline-block !important;
  }
  .logo-col {
      margin-bottom: 20px;
  }
  .footer1 .footer-links {
      padding: 45px 0 0px 0;
  }
  .footer1 .f-row1 {
      padding-top: 25px;
      padding-bottom: 0px;
  }
  .footer1 .col-right {
      margin-top: 0;
  }
  .f-row1 .footer-bottom ul li a {
      height: auto;
      display: flex;
  }
  ul.ftr-logo-wrap {
      margin-top: 10px;
      margin-bottom: 20px !important;
  }
  .footer1 .f-row2 .col-middle {
      padding-bottom: 0;
  }
  .footer1 .footer-bottom .col-middle ul {
      margin-top: 5px;
      margin-bottom: 0px;
      row-gap: 10px;
  }
  .footer1 .f-row2 .col-right .ftr-logo-wrap {
      margin: 0;
      margin-bottom: 0 !important;

  }
  .footer1 .f-row2 .col-right .ftr-logo-wrap {
      margin: 0 !important;
  }
  .footer1 .f-row2 .col-right {
      margin-top: 20px;
  }
  .footer1 .footer-links .f-padding-left {
      padding-left: 0px;
  }
  .main-menu .logo-wrapper {
    padding: 20px 0;
  }
  .close-btn i.fa-xmark {
    margin-top: -7px;
  }
  .contact-form-wrap .gform-theme--foundation .gform_fields {
      row-gap: 15px;
  }
  section.cta-section, .top-banner-block {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .top-banner-block img {
    min-height: 250px;
  }
  .single-floor_plan .blueprint-container #availability-table_wrapper {
    padding: 0 0 0 0;
  }
  #map {
    min-height: 375px !important;
  }
  .mb20, .tb-type1 h1, .tb-type1 p, .banner-type2 h1, .tb-type2 p {
   margin-bottom: 15px;
  }
  .mt-type2 .content-area > div > a {
    margin-top: 15px;
  }
  .mb25, .mt-type1 p {
    margin-bottom: 15px;
  }
  .mb40, .mt-type1.right p, .tib-type1 p, .h240 h2 {
    margin-bottom: 25px !important;
  }
  .contact-form-wrap .gform_fields .ginput_container textarea {
      height: 90px;
  }
}
@media (max-width: 649px) {
  .full-text-blocks .content-area, .full-img-col .content-area, #blueprint {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
  }
}
/* end responsive */
/* global popup */
.popup-title {
    position: absolute;
    top: 50px;
    right: -51px;
    z-index: 11119;
    transform: rotate(-90deg);
    background-color: #000000;
    color: #ffffff;
    padding: 12px 40px;
    font-size: 14px;
    width: max-content;
    cursor: pointer;
    opacity: 1;
}
.bbt-secondary.white {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.popup-wrap {
    position: fixed;
    top: 40vh;
    right: 0;
    z-index: 1;
}
.popup-wrap .popup-content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 555px;
    width: 95vw;
    background-color: #31332A;
    padding: 24px 20px 50px 50px;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
}
.popup-wrap.show .popup-content {
  transform: translateX(0);
    transition: transform .3s ease-in-out;
}
.popup-wrap.show .popup-title {
  display: none;
  opacity: 1;
    transition: opacity .1s ease-in-out .3s;
}
.popup-wrap .popup-close img {
    display: block;
    margin: 0 0 18px auto;
    cursor: pointer;
}
.popup-wrap .content-title {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 55px;
    max-width: 400px;
    width: 100%;
}
.popup-wrap a.popup-btn {
    min-width: 145px;
}
.bbt-secondary.white:after {
    background-image: url(https://arthuronaberdeen.com/wp-content/uploads/2024/11/arrow-round-left-white.svg) !important;
}
.bbt-secondary.white:hover {
  background-color: #986147 !important;
  border-color: #986147 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .popup-wrap .popup-content {
    padding: 20px 20px 25px 20px;
  }
  .popup-wrap .content-title {
      font-size: calc(30px * 0.75);
      margin-bottom: 20px;
  }
  .popup-title {
      padding: 10px 28px;
      right: -41px;
  }
  .popup-wrap a.popup-btn {
      min-width: auto;
      font-size: 14px;
  }
}
/* end global popup */



/*======== font css ==============*/
.header-btn a.bbt-primary.medium {
    font-family: "Swis721 Lt BT" !important;
}


.page-id-2828 .fancybox-container.lightbox-4 .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content.gallery .slick-arrow i {
    font-size: 30px;
    font-weight: 400;
}
.page-id-2828 .fancybox-container .gallery {
    background-color: transparent;
    position: relative;
}
.page-id-2828 .fancybox-container .gallery i {
    font-size: 30px;
    color: #FFFFFF;
}
.page-id-2828 .fancybox-container .gallery .slick-arrow {
    position: absolute;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    left: 15px;
    outline: none !important;
    cursor: pointer;
}
.page-id-2828 .fancybox-container .gallery .slick-arrow.next {
    left: auto;
    right: 15px;
}
.page-id-3289 .hm-cta-ryt.num-count {
    display: none !important;
}
.text-blocks.text2 .text2{
	color:#dbdbdb !important;
}


.text3 {
    font-size: 15px;    
	margin-bottom: 20px;
	font-size: 15px;
    font-weight: 300;
    line-height: 1.5;        
}

.full-text-blocks .text2 {
	margin-bottom: 15px;
}

