/* ===== Mobile Approach Responsive ===== */

/* Extra Small Device */
@media only screen and (max-width: 430px) {
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
  .container {
    width: 540px;
  }
}
/* Small Device :992px. */
@media only screen and (max-width: 991px) {
  .main { margin-top: 100px; }
  
  .header__menu ul li.has-submenu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .header__menu ul li.has-submenu.open .submenu {
    max-height: 500px;
  }
  .has-submenu > a::after {
    transition: transform 0.3s;
  }
  .has-submenu.open > a::after {
    transform: rotate(180deg);
  }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
  .container {
    width: 720px;
  }

  .service__content h4 a {
    gap: 14px;
    font-size: 18px;
  }
  .service__content h4 a span.icon img {
    max-width: 28px;
  }
  .service__content h4 a span.arrow img {
    max-width: 28px;
  }
  .serviceItem__img img {
    max-width: 100%;
    width: 100%;
  }
  .tooltecSlider__item {
    height: 400px;
  }

  .aboutBlock--section {
    padding: 50px 0px 60px;
  }
  .service--section {
    padding: 50px 0px 58px;
  }
  .service__bottom h4 {
    margin-bottom: 24px;
  }
  .service__bottom {
    text-align: center;
    margin-top: 24px;
  }
  .textBlock--section {
    padding: 50px 0px 60px;
  }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
  .fs-1 {
    font-size: 40px !important;
    line-height: 1 !important;
  }
  .container {
    width: 960px;
  }
  .header {
    padding: 0px 0px;
  }
  .header__top {
    padding: 16px 0px;
  }
  .header__logo a img {
    max-width: 135px;
  }
  .header__nav {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .header__nav nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .header__nav nav ul li a {
    color: var(--dark);
    font-size: 16px;
    font-weight: 600;
    display: block;
  }
  .header__nav nav ul li:hover a {
    color: var(--primary);
  }
  .header__menu {
    position: initial;
    background: var(--primary);
    max-width: 100%;
    backdrop-filter: blur(0px);
    transform: translateX(-0%);
  }
  .header__menu > ul {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    gap: 20px;
  }
  .header__menu ul li.has-submenu {
    position: relative;
  }
  .header__menu ul li.has-submenu:hover > a::after {
    color: #000;
  }
  .header__menu ul li:hover > a {
    color: var(--dark);
  }
  .header__menu ul li.has-submenu ul.submenu li:hover > a {
    transform: translateX(7px);
  }
  .header__menu ul li.has-submenu:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .header__menu ul li.has-submenu ul.submenu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 210px;
    background: var(--primary);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .header__menu ul li.has-submenu ul.submenu li a {
    padding: 12px 12px;
    padding-left: 12px;
    border-bottom: 1px solid #ffffff33;
    font-size: 16px;
  }
  .header__menu ul li a {
    padding: 12px 0px;
    color: #fff;
  }
  .header__menu ul li.has-submenu a {
    padding-right: 18px;
  }
  .header__menu ul li.has-submenu a::after {
    right: 0px;
  }
  .header__menu ul li.has-submenu > a::after {
    color: var(--white);
  }
  .header__menu {
    padding: 9px 0px;
  }
  .hero__thumbs-img img {
    position: inherit;
    object-fit: cover;
    object-position: center;
  }

  .hero--section {
    padding: 100px 0px 100px;
  }
  .hero__thumbs-img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 234px) 100%);
    height: 100%;
  }
  .hero__thumbs {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
  }
  .hero__content {
    text-align: start;
    max-width: 435px;
  }
  .hero__content h1 {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .serviceBlock__content {
    padding: 51px 36px 55px;
    text-align: start;
    max-width: 475px;
  }
  .serviceBlock--section {
    padding: 00px 0px 90px;
  }
  footer.footer {
    padding: 70px 0px 0px;
  }
  .footer__bottom {
    padding: 18px 0px 18px;
    background: var(--dark);
  }
  .footer__bottom-copy p {
    color: #fff;
    margin-bottom: 0px;
  }
  .footer__bottom-link ul li a {
    color: #fff;
    font-weight: 300;
  }
  .contact__wrapper {
    background: var(--primary);
    padding: 55px 30px 55px 55px;
  }
  .contact--section {
    background: var(--white);
    padding: 100px 0px 0px;
  }
  .header__menu > ul {
    overflow-y: inherit;
  }

  .hero__thumbs-obj {
    position: absolute;
  }

  .hero__thumbs-obj--1 {
    right: 70px;
    width: 100%;
    height: 50%;
    background: var(--primary);
    top: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 117px) 100%);
  }
  .hero__thumbs-obj--2 {
    left: 1%;
    top: 50%;
    height: 50%;
    width: 84px;
    background: var(--dark);
    transform: skewX(19.8deg) translateX(11px);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .hero__content {
    padding: 0px;
    background: transparent;
    backdrop-filter: inherit;
  }
  .hero__content p {
    line-height: 30px;
  }
  .aboutBlock__thumb {
    max-width: 100%;
  }
  .aboutBlock--section::after {
    width: 60%;
  }
  .aboutBlock--section {
    padding: 90px 0px 67px;
  }
  .aboutBlock__obj--1 {
    top: 22%;
    max-width: 42px;
  }
  .service--section {
    padding: 90px 0px 80px;
  }
  .service__obj--1 {
    display: block;
    left: 59%;
    top: 12%;
    z-index: -1;
    max-width: 120px;
  }
  .service__obj--2 {
    right: 20px;
  }
  .tooltecSlider__item {
    height: 500px;
  }
  .textBlock--section {
    padding: 70px 0px 83px;
  }
  .textBlock__item:not(:last-child) {
    margin-bottom: 34px;
  }
  .aboutBlock__obj--2 {
    bottom: 0;
    right: inherit;
    left: 16%;
    max-width: 150px;
  }
  img.textBlock__obj {
    display: none;
  }

  .aboutBlock.aboutBlock--float::after {
    left: auto;
    right: 0;
  }

  .aboutBlock.aboutBlock--float .row {
    flex-direction: row-reverse;
  }

  .aboutBlock.aboutBlock--float .aboutBlock__content {
    margin: 0 0 0 auto;
  }

  .aboutBlock.aboutBlock--float .aboutBlock__obj--1 {
    left: auto;
    right: 0;
    top: 39%;
  }

  .aboutBlock.aboutBlock--float .aboutBlock__obj--2 {
    left: auto;
    right: 29%;
  }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
  p {
    font-size: 17px;
    line-height: 28px;
  }
  .container {
    width: 1140px;
  }
  .fs-1 {
    font-size: 48px !important;
    line-height: 1 !important;
  }
  .fs-2 {
    font-size: 38px !important;
    line-height: 1 !important;
  }
  .contact__content {
    max-width: 440px;
  }
  .hero--section {
    padding: 170px 0px 170px;
  }
  .hero__content span.pretitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .hero__content h1 {
    margin-bottom: 20px;
  }
  .hero__content p {
    margin-bottom: 27px;
  }
  .hero__thumbs-obj--2 {
    width: 100px;
  }
  .header__menu ul li a {
    padding: 17px 0px;
    font-size: 18px;
  }
  .header__menu ul li.has-submenu > a::after {
    top: 20px;
  }
  .header__menu > ul {
    gap: 60px;
  }
  .header__nav nav ul li a {
    font-size: 18px;
  }
  .header__nav nav ul {
    gap: 34px;
  }
  .header__logo a img {
    max-width: 199px;
  }
  .header__top {
    padding: 5px 0px;
  }
  .input__box {
    margin-bottom: 20px;
  }
  .contact__content h2 {
    margin-bottom: 18px;
  }
  .contact__infos {
    margin-top: 53px;
  }
  .contact__infos ul li a {
    padding: 13px 0px;
  }
  .aboutBlock--section {
    padding: 130px 0px 120px;
  }
  .aboutBlock__obj--2 {
    max-width: 100%;
  }
  .service__content h4 a {
    font-size: 20px;
  }
  .service__content h4 a span.icon img {
    max-width: 30px;
  }
  .aboutBlock__content ul li {
    font-size: 20px;
  }
  .aboutBlock__content ul li span.icon svg {
    max-width: 26px;
  }
  img.textBlock__obj {
    position: absolute;
    bottom: -300px;
    left: 70%;
    display: block;
  }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }
  .serviceBlock__content p {
    margin-bottom: 20px;
    line-height: 30px;
  }
  .aboutBlock__content h2 {
    margin-bottom: 34px;
  }
  .aboutBlock__content p {
    color: #eeeeee;
    margin-bottom: 16px;
  }
  .aboutBlock__content ul li {
    font-size: 24px;
    padding: 7px 0px;
  }
  .aboutBlock__content ul li span.icon svg {
    max-width: 28px;
  }
  .service--section {
    padding: 110px 0px 100px;
  }
  .service__title h2 {
    margin-bottom: 18px;
  }
  .service__title {
    margin-bottom: 37px;
  }
  .service__content h4 a {
    font-size: 24px;
  }
  .service__bottom {
    text-align: center;
    margin-top: 80px;
  }
  .service__obj--1 {
    top: 4%;
    max-width: 185px;
  }
  .tooltecSlider__item {
    height: 760px;
  }
  .aboutBlock__thumb-text {
    bottom: 30px;
    left: 20px;
    padding: 30px 20px;
  }
  .aboutBlock__thumb-text h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .sw-navs button {
    width: 100px;
    height: 80px;
  }
  .sw-navs button svg {
    max-width: 39px;
  }
  .aboutBlock__content {
    max-width: 549px;
  }
  .aboutBlock__obj--1 {
    top: 11%;
    max-width: 70px;
  }
  .sw-navs button {
    left: 40px;
  }
  .sw-navs button:last-child {
    right: 40px;
  }
}

/* XXL Device. */
@media only screen and (min-width: 1600px) {
  .container {
    width: 1550px;
  }
}

/* 2k Device. */
@media only screen and (min-width: 1921px) {
}

.aboutBlock__content ul {
  margin-bottom: 20px;
}

.aboutBlock__content ul li {
  display: revert;
  margin-left: 15px;
  list-style: disc !important;
  font-size: 1.1rem;
  font-weight: normal;
  color: #eeeeee;
}

.aboutBlock__content ul.icons li {
  display: flex;
  margin-left: 0;
  list-style: none !important;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .aboutBlock__content ul li {
    display: revert;
    margin-left: 15px;
    list-style: disc !important;
    font-size: 1.0rem;
    font-weight: normal;
    color: #eeeeee;
  }
  
  .aboutBlock__content ul.icons li {
    display: flex;
    margin-left: 0;
    list-style: none !important;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
}