@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600&display=swap');


body {
  font-family: 'Jost', sans-serif;
}




.nav-btn {

  background:#637567 !important ;
  border-radius: 0.25rem;
  cursor: pointer;
  display: block;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.625rem 1rem;
  text-align: center;
  color: white;
  border: none;
  transition: 2 sec ease-in;
  text-decoration: none;
}

.nav-btn:hover {
  background: rgb(61, 81, 88);
}


.cust-btn {
  /* background: linear-gradient(to left, #637567 50%, #000 50%) right; */
  color: #ffffff !important;
    background: #BA0E42;
  border-radius: 15px;
  cursor: pointer;
  /* display: block; */
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 15px 30px;
  text-align: center;
  color: white;
  border: none;
  transition: .5s ease-in-out;
  text-decoration: none;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.20) !important;
}

/* .cust-btn:hover {
  background: #000;
  color: #fff;

} */

.cust-btn2 {
  /* background: linear-gradient(to left, #637567 50%, #000 50%) right; */
  color: #ffffff !important;
    background: #BA0E42;
  border-radius: 15px;
  cursor: pointer;
  /* display: block; */
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 15px 30px;
  text-align: center;
  color: white;
  border: none;
  transition: .5s ease-in-out;
  text-decoration: none;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.20) !important;
  width: 100%;
}

.cust-btn3 {
  /* background: linear-gradient(to left, #637567 50%, #000 50%) right; */
  color: #BA0E42 !important;
    background: #fff;
  border-radius: 15px;
  cursor: pointer;
  /* display: block; */
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 15px 30px;
  text-align: center;
  color: white;
  border: none;
  transition: .5s ease-in-out;
  text-decoration: none;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.20) !important;
  width: 100%;
}


.logo-img{
  height: 35px;
}

@media (max-width: 980px) {
  .logo-img{
    padding-top: 8px;
    height: 45px;
  }
}


.img-resp {
  height: 650px;
}


@media (max-width: 980px) {
  .mob-display {
    display: none;
  }
}
  

.navbar-container .hamburger-lines .line {

    height: 2px !important;
}

.navbar-container .hamburger-lines .line2 {

    width: 60% !important;

}

/* Meantime */


/* navbar22222222222222222 */


.nav-container {
    /* max-width: 1200px; */
    width: 96%;
    margin: auto;
    padding: 3% 0;
  }
  
  
  
  /* ............/navbar/............ *
      
      /* desktop mode............/// */
  
  .navbar input[type="checkbox"],
  .navbar .hamburger-lines {
    display: none;
  }
  
  .navbar {
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    /* position: fixed; */
    width: 100%;
    /* background: #fff; */
    /* color: #000; */
    /* opacity: 0.85; */
    /* height: 50px; */
    z-index: 12;
  }
  
  .navbar-container {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
  }
  
  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  
  .menu-items li {
    list-style: none;
    margin-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  
  .menu-items a {
    color: #000;
    margin: 8px;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
  }
  
  .menu-items a:hover {
    color: #000;
    transition: color 0.3s ease-in-out;
  }
  
  .logo {
    order: 1;
    /* font-size: 2.3rem; */
    margin-bottom: 0.5rem;
    /* height: 80px; */
  }
  
  
  @media(max-width: 1180px) and (min-width: 760px) {
    .menu-items {
      order: 2;
      display: flex;
      align-items: center;
      margin-top: -45px!important;
    }
  }
  
  
  /* ......../ media query /.......... */
  
  @media (max-width: 1180px) {
    .navbar {
      /* opacity: 0.95; */
    }
  
    .menu-items {
      order: 2;
      display: flex;
      align-items: center;
      margin-top: -27px;
    }

    .menu-items a {
      font-size: 16px;
  }

  
    .nav-container {
      max-width: 1200px;
      width: 100%;
      margin: auto;
      padding: 4.5% 3%;
    }
  
    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
      display: block;
    }
  
    .navbar-container {
      display: block;
      position: relative;
      height: 64px;
    }
  
    .navbar-container input[type="checkbox"] {
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      top: 20px;
      right: 20px;
      z-index: 5;
      opacity: 0;
    }
  
    .navbar-container .hamburger-lines {
      display: block;
      height: 23px;
      width: 35px;
      position: absolute;
      top: 17px;
      right: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .navbar-container .hamburger-lines .line {
      display: block;
      height: 2px;
      width: 100%;
      border-radius: 10px;
      background: #000;
    }
  
    .navbar-container .hamburger-lines .line1 {
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar-container .hamburger-lines .line2 {
      transition: transform 0.2s ease-in-out;
      width: 60% !important;
      /* right: 0 !important; */
      text-align: right;
    }
  
    .navbar-container .hamburger-lines .line3 {
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar .menu-items {

      margin-right: -45px;
      padding-top: 110px;
      background: #fff;

      height: 100vh;

      transform: unset !important;

      display: flex;
      flex-direction: column;
      margin-left: -95px;

      position: relative;
      z-index: 1;
      clip-path: circle(25px at calc(100% - 45px) 45px);
      clip-path: circle(2px at calc(0% - 10px) 45px);
      transition: all .8s ease-in-out;
  }
  
    .navbar .menu-items li {
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
  
    .logo {
      position: absolute;
      top: 0px;
      /* left: 15px; */
      /* font-size: 2rem; */
      z-index: 500;
      height: 55px;
    }
    .navbar-container input[type="checkbox"]:checked~.menu-items {
      transform: unset !important;
      clip-path: circle(95%);

  }

  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
      transform: rotate(35deg);
    }
  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
      transform: scaleY(0);
    }
  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
      transform: rotate(-35deg);
    }
  }
  
  
    /* Nabvar dropdowm ********************/
  
    .dropdown-menu.show{
      background: #fff !important;
  
    }
  
  .dropdown-item {
    display: block;
    width: 100%;
    /* padding: 0.25rem 1rem; */
    /* padding: 0; */
    clear: both;
    /* font-weight: 400; */
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
  
  }
  
  .dropdown-menu a:hover{
    background:#333740 !important;
  
  }
  
  .dropdown-menu{
    padding: 0.5rem 0.9rem 0.5rem 0 !important;
  }
  
  .dropdown-menu[data-bs-popper] {
    
    left: 0;
    margin-top: 1rem;
  }
  
  @media (max-width: 768px) {
  
  
  
    .dropdown-menu[data-bs-popper] {
      left: -120px;
      margin-top: 1rem !important;
      transition: transform 1.2s ease-in-out;
  }
  
  
    .dropdown-menu{
      padding: 0.5rem 0.4rem 1.2rem 0 !important;
      transition: transform 1.2s ease-in-out;
  
    }
  
    .dropdown-menu a {
      margin-left: 0;
      color: #fff;
      margin: 8px;
      font-size: 12px;
      font-weight: 400px;
      transition: color 0.3s ease-in-out;
      text-decoration: none;
      
    }
  
    .dropdown-menu a:hover{
      background: white;
    }
  
    .navbar .menu-items .dropdown-menu li {
      margin-bottom: 0rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
   
    
  }
  
  
  .dropdown-menu a {
    margin-left: 0;
  }
  

  /* Shapes */


   /* Shape-1 */

   .custom-shape-divider-top-1708510209 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1708510209 svg {
    position: relative;
    display: block;
    width: calc(400% + 1.3px);
    height: 80px;
}

@media (max-width: 980px){
    .custom-shape-divider-top-1708510209 svg {
    position: relative;
    display: block;
    width: calc(400% + 1.3px);
    height: 40px;
}
}

.custom-shape-divider-top-1708510209 .shape-fill {
    fill: #fff;
}


/* Shape-2 */



.custom-shape-divider-bottom-1708512118 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1708512118 svg {
    position: relative;
    display: block;
    width: calc(400% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1708512118 .shape-fill {
    fill: #FFFFFF;
}



/* Shape-3 */


.custom-shape-divider-bottom-1708611655 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1708611655 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 149px;
}

@media (max-width: 980px) {
    .custom-shape-divider-bottom-1708611655 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }
}

.custom-shape-divider-bottom-1708611655 .shape-fill {
    fill: #FFFFFF;
}

/* Shape-4 */

.custom-shape-divider-top-1708611149 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1708611149 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 80px;
    transform: rotateY(180deg);
}

@media (max-width: 980px) {
    .custom-shape-divider-top-1708611149 svg {
        position: relative;
        display: block;
        width: calc(300% + 1.3px);
        height: 45px;
        transform: rotateY(180deg);
    }
}

.custom-shape-divider-top-1708611149 .shape-fill {
    fill: #FFFFFF;
}

.but-width {
  width: 100%;
}

.wpcf7-spinner {
  height: 0px;
}

@media (min-width:360px) and (max-width:768px) {
  .video-banner {
    display: none;
  }

  .logo-height {
    height: 36px !important;
  }
}

#inBanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://townandcountrynorthwest.co.uk/wp-content/themes/towncountry/assets/img/slide-1.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 7% 0;
  text-align: center;
}

.logo-height {
  height: 55px;
}

#inner-page {
  margin: 5% 0;
}

.txt-ban {
	font-size: 45px !important;
}

.txt-h2 {
  font-size: 40px; 
  color: #3a3939;
}

@media (min-width: 320px) and (max-width: 768px) {
	.txt-ban {
    font-size: 36px !important;
  }

  .txt-h2 {
    font-size: 30px; 
  }
}