
@media (min-width: 1024px) {
  .hero-video-clipped {
    clip-path: polygon(56% 0, 100% 0, 100% 100%, -25% 100%);
  }
  .hero-video-clipped:after {
    left: 130px;
    top: -90px;
    z-index: 5;
    transform: rotate(34deg);
  }
  .hero-video-clipped::before {
    left: -18%;
  }
}

/* @media (min-width: 1600px) {
  .hero-video-clipped {
    clip-path: polygon(28% 0, 100% 0, 100% 100%, -32% 100%);
  }
  .hero-video-clipped:after {
    left: -34px;
    top: -70px;
    z-index: 5;
    transform: rotate(30.5deg);
  }
  .hero-video-clipped::before {
    left: -30%;
  }
  .hero-video-clipped{
    max-width: 815px;
  }
} */
@media (min-width: 2560px) {
  .container{
    max-width: 1750px;
  }
}
@media (max-width: 1920px) {
  header .login-btn{
    left: 160px;
  }
  /* hero banner css start */
  .hero-banner::before{
    right: -50px;
  }
  /* hero banner css end */
}
@media (max-width: 1600px) {
  header .login-btn {
    left: 110px;
  }
  /* hero banner css start */
  .hero-banner::before{
    background-size: 82%;
  }
  .hero-banner::before{
    right: 15px;
  }
  /* hero banner css end */
}
@media (max-width: 1440px) {
  header .login-btn {
    left: 30px;
  }
  .navbar-expand-lg .navbar-nav{
    margin-left: 80px;
  }
  /* hero banner css start */
  .hero-banner::before{
    background-size: 85%;
  }
  .hero-banner::after{
    left: 54%;
  }
  /* hero banner css end */
}
@media (max-width: 1280px) {
  header .login-btn{
    margin-left: 35px;
    left: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .hero-video-clipped {
    max-width: 865px;
  }
  .hero-video-clipped:after {
    left: 150px;
    top: -100px;
    z-index: 5;
    transform: rotate(36.3deg);
  }
  .hero-text-contant h3{
    font-size: 30px;
  }

  
}
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
  .hero-video-clipped{
    max-width: 595px;
  }
  .hero-video-clipped:after {
    left: 97px;
    top: -90px;
    z-index: 5;
    transform: rotate(35deg);
  }
  .hero-text-contant h3{
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  .hero-video-clipped{
    max-width: 500px;
  }
  .hero-video-clipped:after {
    left: 80px;
    top: -90px;
    z-index: 5;
    transform: rotate(23deg);
  }
  .hero-text-contant h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
  }
  .hero-content h3{
    font-size: 30px;
  }
  header nav .nav-menu li {
    padding: 0 24px 0 0;
  }

  /** hero section **/
  .hero-text-contant h1 {
    font-size: 38px;
    line-height: 48px;
    padding: 0 0 20px;
  }
  .hero-text-contant .btn-link {
    font-size: 16px;
    line-height: 19px;
  }
  .current-portfolio .portfolio-list:nth-child(odd){
    padding-right: 20px;
  }
  .our-team-list .team-member a{
    height: 395px;
  }
  .portfoliomodal .portfolio-list{
    gap: 50px;
  }
  .portfolio-list:nth-child(odd) .portfolio-content {
    padding-right: 45px;
  }
}
@media (max-width: 1023px) {
  /** section header **/
  .section-header .section-title-name h4 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 12px;
  }

  /** typography **/
  .title h4,
  .title h4 a {
    font-size: 18px;
    line-height: 20px;
  }

  /** header **/
  header nav.navbar-expand-md {
    flex-wrap: wrap;
  }

  header .navbar-brand img {
    max-width: 186px;
  }

  header nav .nav-menu li {
    padding-right: 15px;
  }
  header .login-btn {
    margin-left: 15px;
  }

  header .login-btn.btn-hide {
    display: none;
  }

  /** hero section **/
  .hero-section {
    max-height: 680px;
  }

  .hero-section .hero-container {
    flex-direction: column;
    position: relative;
  }

  .hero-container .hero-text-contant {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .hero-section .hero-container h1 {
    color: #fff;
  }

  .hero-text-contant h1 span::before {
    height: 4px;
  }

  .hero-section .hero-container h3 {
    color: #fff;
    max-width: 85%;
    margin: 0 auto;
  }

  .hero-text-contant .btn-link {
    color: #f9f9f9;
  }

  .hero-video-clipped {
    min-height: 680px;
    max-height: 680px;
    max-width: 100%;
  }

  .hero-video-clipped video {
    left: auto;
    height: 680px;
    width: 100%;
    object-fit: cover;
  }
  
  .hero-video-clipped:after {
    display: none;
  }
  /** our approach section **/
  .our-approach-section {
    padding: 65px 0;
  }
  .our-approach-section .approach-col-contant .img-block {
    height: 200px;
    max-height: 200px;
  }

  /** team section **/
  .our-team-section {
    padding: 65px 0;
  }
  .portfolio-section {
    padding-top: 100px;
  }

  .portfolio-section .row {
    align-items: flex-start !important;
  }

  .portfolio-section:after {
    height: 120px;
    width: 120px;
    top: 20px;
  }

  .portfolio-section .portfolio-box .img-block {
    height: 320px;
  }

  .portfolio-section .slick-carousel-portfolio:after {
    height: 70%;
  }

  .footer-left {
    width: 33%;
  }

  .footer-right {
    width: 67%;
  }

  .footer-right .contact-us {
    padding-left: 40px;
  }

  footer nav {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {

  header {
    background: #ffffff;
    padding: 5px 0;
    position: fixed;
    top: 0;
  }
  .hero-banner{
    height: 500px;
  }
  .hero-banner::before {
    background-size: 100%;
  }
  .hero-content{
    width: 63%;
  }
  .hero-content h3 {
    font-size: 22px;
    line-height: 35px;
  }
  .hero-content h1{
    font-size: 37px;
  }
  .hero-banner::after {
    left: 64%;
  }
  .hero-banner::after{
    width: 250px;
    height: 250px;
  }
  header .container {
    max-width: 100%;
  }
  header .container-fluid{
    padding: 0;
  }
  .navbar-toggler {
    margin: 0 0 0 auto;
  }

  header nav .nav-menu {
    margin: 20px 0 10px;
  }
  .navbar-expand-lg .navbar-nav{
    margin-left: 0;
    height: 100vh;
    justify-content: flex-start  !important;
  }
  header nav .nav-menu li a{
    font-size: 15px;
    padding-bottom: 25px;
  }
  header nav .nav-menu li{
    text-align: center;
  }
  header nav .nav-menu li {
    padding: 0 0 0 12px;
    margin: 2px 0;
  }

  header nav .nav-menu li a {
    color: #B7946F;
  }

  header .login-btn {
    background: #B7946F;
    color: #fff;
    margin: 0 auto;
  }

  header .login-btn::before {
    display: none;
  }

  header .login-btn:hover {
    background: #b68c60;
    color: #fff;
  }
  .navbar-toggler{
    height: 38px;
  }
  .navbar-toggler-icon{
    width: 35px;
    height: 3px;
    background: #b68c60;
    position: relative;
  }
  .navbar-toggler-icon::before{
    content: "";
    width: 50%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: #b68c60;
    left: auto;
    right: 0;
  }
  .navbar-toggler-icon::after{
    content: "";
    width: 50%;
    height: 3px;
    position: absolute;
    top: -10px;
    background: #b68c60;
    left: 0;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .navbar-toggler-icon{
    transform: rotate(0deg);
  }
  button[aria-expanded="true"] .navbar-toggler-icon{
    transform: rotate(45deg);
  }
  button[aria-expanded="true"] .navbar-toggler-icon::before {
    width: 3px;
    height: 35px;
    right: 0;
    transform: rotate(0deg);
    left: 0;
    top: -16px;
    margin: 0 auto;
  }
  button[aria-expanded="true"] .navbar-toggler-icon::after{
    display: none;
  }
  .no-scroll{ overflow-y: hidden;}
  .navbar-toggler {
    border-color: transparent;
    background: transparent;
    font-size: 16px;
    padding: 4px 10px;
  }
  .portfolio-image{
    min-height: 275px;
  }
  .portfolio-list .portfolio-content {
    padding-left: 65px;
  }
  .portfolio-list {
    margin-bottom: 65px;
  }
  .portfolio-list:nth-child(odd) .portfolio-content{
    padding-right: 0px;
  }
  .logos-portfolio .slick-slide {
    margin: 0 20px;
  }
  .approach-wrapper{
    gap: 30px;
  }
  .our-media-section{
    margin-top: 90px;
  }
  .our-media-section .slick-arrow {
    margin: 40px auto 0px;
  }
  .our-media-section .slick-dots {
    bottom: -50px;
  }
  .media-list-wrapper .media-box a{
    flex-wrap: wrap;
  }
  .media-list-wrapper .media-box .media-detail {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .media-list-wrapper{
    margin-bottom: 0;
  }
  .media-detail-wrapper .img-block{
    height: 360px;
  }
  .media-content h1{
    font-size: 36px;
  }
  .our-team-list .team-member a {
    height: 295px;
  }
  .team-member .team-info span{
    letter-spacing: 1px;
  }
  .portfoliomodal .portfolio-list{
    flex-wrap: wrap;
  }
  .teammodal .portfolio-image, .teammodal .portfolio-list .portfolio-content{
    width: 100%;
  }
  .teammodal .portfolio-image{
    order: 1;
  }
  .teammodal .portfolio-list .portfolio-content{
    order: 2;
  }
  .modal-content{
    overflow: auto;
  }
  .teammodal .portfolio-list .portfolio-content{
    height: auto;
  }
  .teammodal .portfolio-list:nth-child(odd) .portfolio-content {
    padding-right: 0;
  }
  .teammodal .portfolio-image {
    min-height: 855px;
  }
  .portfolio-list .portfolio-image::after{
    right: -38px;
    bottom: -60px;
    background-size: 80%;
  }
  .portfolio-list .portfolio-image .portfolio-logo {
    bottom: 0px;
    left: 0px;
  }
  .footer-right .contact-us ul li img {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  h2{
    font-size: 26px !important;
  }
  h3{
    font-size: 24px !important;
  }
  p {
    font-size: 14px;
  }
  .title h5, .title h5 a {
    font-size: 16px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-content h3 {
    font-size: 20px !important;
  }
  .hero-banner {
    height: 425px;
  }

  .hero-section .hero-container h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .hero-section .hero-container h3 {
    font-size: 20px !important;
    line-height: 28px;
  }

  .hero-video-clipped {
    min-height: 520px;
    max-height: 520px;
  }
  .hero-video-clipped video {
    height: 520px;
  }
  .hero-banner::after {
    width: 210px;
    height: 210px;
  }
  .hero-banner::after {
      left: 62%;
  }
  .portfolio-section {
    padding-top: 65px;
  }
  .portfolio-section .section-header {
    padding-bottom: 50px;
    text-align: center;
  }
  .portfolio-section .portfolio-box .img-block {
    height: 380px;
  }
  .portfolio-section .slick-carousel-portfolio:after {
    height: 360px;
    width: 95%;
    top: -10px;
    right: -10px;
  }
  .our-media-section .item:hover .media-box,
  .our-media-section .item:hover .media-box:before {
    background: transparent;
  }
  .approach-items-block {
    grid-template-columns: 1fr;
  }
  footer {
    padding: 50px 0 0;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-left {
    width: 100%;
  }
  .footer-right {
    width: 100%;
    flex-direction: column;
  }

  .footer-right .contact-us {
    padding: 30px 0;
  }

  .footer-right .contact-us h5 {
    margin-bottom: 16px;
  }

  footer nav {
    padding: 0;
  }

  footer nav .nav-menu li {
    margin-bottom: 16px;
  }
  .our-approach-section, .our-team-section {
    padding: 35px 0;
  }
  .portfolio-section{
    padding-top: 35px;
  }
  .our-media-section {
    padding: 50px 0;
  }
  .portfolio-slick-arrow{
    margin: 0 auto;
  }
  #slickportfolioCarousel .slick-dots{
    text-align: center;
    justify-content: center;
  }
  #slickportfolioCarousel .slick-dots{
    top: 9px;
  }
  .portfolio-section .slick-carousel-portfolio:before{
    display: none;
  }
  .current-portfolio {
    padding-top: 50px;
  }
  .portfolio-list{
    flex-direction: column;
  }
  .portfolio-image, .portfolio-list .portfolio-content{
    width: 100%;
  }
  .portfolio-list .portfolio-content{
    padding-left: 0;
    margin-top: 40px;
  }
  .portfoliomodal .portfolio-list .portfolio-content{
    margin-top: 0;
  }
  .portfoliomodal .portfolio-content .founders {
    margin-top: 30px;
  }
  .portfolio-list:nth-child(odd) .portfolio-image {
    order: 1;
  }
  .current-portfolio h2 {
    margin-bottom: 50px;
  }
  .portfolio-image {
    min-height: 400px;
  }
  .current-portfolio .portfolio-list {
    padding-right: 20px;
  }
  .approach-wrapper{
    flex-direction: column;
  }
  .approach-wrapper .box-view{
    width: 100%;
  }
  .approach-wrapper .box-view .img-block {
    height: 300px;
  }
  .approach-team.green-bg {
    margin-top: 50px;
  }
  .past-portfolio{
    margin-top: 50px;
    min-height: 200px;
    padding: 30px 0;
  }
  .past-portfolio .map-img{
    width: 40%;
  }
  .our-team-contant .img-block{
    height: 350px;
  }
  .section-header .section-title-name h2{
    padding-bottom: 5px;
  }
  .our-media-section {
    margin-top: 60px;
  }
  .our-media-section .slick-dots {
    bottom: -20px;
  }
  .our-media-section .slick-arrow {
    margin: 12px auto 0px;
  }
  .media-list-wrapper .media-box .media-title {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .media-list-wrapper .media-box a{
    padding: 20px;
  }
  .media-list-wrapper .media-box .media-img{
    flex: 0 0 100%;
  }
  .media-content h1{
    font-size: 30px;
  }
  .media-detail .our-media-section {
    margin-top: 40px;
  }
  .portfolio-list {
    margin-bottom: 85px;
  }
  .inner-banner::after{
    right: 0;
  }
  .our-team-list .team-member a {
    height: 780px;
  }
  .our-team-wrapper .our-team-img {
    height: 340px;
  }
  .our-team-list{
    padding-top: 40px;
  }
  .teammodal .portfolio-image {
    min-height: 655px;
  }
  .logos-portfolio .slick-slide {
    margin: 0 10px;
  }
  .logos-portfolio{
    margin-top: 10px;
  }
  .our-media-section .slick-slide {
    margin: 0 10px;
  }
  .our-media-section .section-header {
    text-align: center;
    padding-left: 0;
  }
  .logos-portfolio{
    width: 100%;
  }
  .logos-portfolio .slick-list::after,.logos-portfolio .slick-list::before {
    content: none;
  }
  .portfolio-list .portfolio-image .portfolio-logo {
    bottom: 10px;
    left: -20px;
  } 
  .portfolio-list .portfolio-image .portfolio-logo img {
    max-width: 120px;
  }
  .portfolio-section .line-draw{
    width: 5px;
    height: 700px;
  }
  .footer .contact-us{
    order: 1;
  }
  .footer .nav-menu-container{
    order: 0;
  }
  .footer-left p{
    margin: 20px 0;
  }
  .footer-right .contact-us ul li img { margin-right: 10px;}
}
@media (max-width: 639px) {
  .hero-content h1 {
    font-size: 22px !important;
    line-height: 30px;
  }
  .hero-content h3 {
    font-size: 11px !important;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .hero-content h1 span::before{
    height: 3px;
  }
  .our-team-wrapper .our-team-img {
    height: 230px;
  }
  .slick-dots li button{
    margin-right: 9px;
    margin-left: 9px;
  }
}
@media (max-width: 479px) {
  h1{
    font-size: 26px !important;
  }
  h2{
    font-size: 22px !important;
  }
  h3{
    font-size: 20px !important;
  }
  .hero-content h1 {
    font-size: 18px !important;
    line-height: 25px;
  }
  .hero-banner::before {
    background-size: 630px 630px;
    background-position: top right;
  }
  .hero-banner .hero-video video{
    width: 760px;
  }
  .hero-banner .hero-video{
    right: -50%;
  }
  .hero-banner::after {
    left: 46%;
  }
  .portfolio-image {
    min-height: 210px;
  }
  .logos-portfolio .slick-slide{
    margin: 0 10px;
  }
  .media-detail-wrapper .img-block {
    height: 230px;
  }
  .media-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .inner-banner p{
    font-size: 16px;
  }
  .past-portfolio {
    min-height: 120px;
    padding: 30px 0;
  }
  .approach-wrapper .box-view .img-block, .our-team-contant .img-block {
    height: 200px;
  }
  .portfolio-section .portfolio-box .img-block {
    height: 260px;
  }
  .portfolio-section .slick-carousel-portfolio:after {
    height: 250px;
  }
  .portfolio-list .portfolio-content p {
    margin-bottom: 15px;
  }
  .modal-body {
    padding: 20px 35px 20px 20px;
  }
  .teammodal .portfolio-image {
    min-height: 325px;
  }
  .our-team-list .team-member a {
    height: 420px;
  }
} 