@import url('https://fonts.googleapis.com/css2?family=Abel&family=Poppins: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');
@import url('variables.css');
/* ========================= Variable Css ======================== */
:root {
  --primary-color: #8dbfe2;
  --secondary-color: #ff7d53;
  --heading-color: #353535;
  --text-color: #353535;
  --heading-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
  --display-one: clamp(2.5rem, -6.4095rem + 18.5615vw, 7.5rem);
  --display-two: clamp(2.25rem, -2.6502rem + 10.2088vw, 5rem);
  --display-three: clamp(2rem, -1.5638rem + 7.4246vw, 4rem);
}

html {
  font-size: 100%;
}

/*.container {
  max-width: 1420px;
  margin: auto;
}*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: 60px;
  line-height: 90px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 20px;
  line-height: 34px;
}

h5 {
  font-size: 18px;
  line-height: 1;
}

h6 {
  font-size: 16px;
  line-height: 1;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
  font-size: 1rem;
}

input,
textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

/*** Slick Arrow ***/
.slick-initialized.slick-slider .slick-track {
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  cursor: grab;
  height: auto;
  margin: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div>div {
  height: 100%;
}

.slider-btn {
  background: var(--primary-color);
  border-radius: 100px;
  color: #fff;
}

.slider-btn-wrap {
  padding-top: 100px;
}

@media screen and (max-width: 1399px) {
  .responsive-arrow .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    background-color: hsl(var(--white)/0.2) !important;
    color: hsl(var(--white)) !important;
  }
}

.slick-dots {
  text-align: center;
  padding-block-start: 20px;
}

.slick-dots li {
  display: inline-block;
  line-height: 0;
}

.slick-dots li button {
  border: none;
  background-color: hsl(var(--black)/0.2);
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--main));
  width: 25px;
  border-radius: 5px;
}

/*-------------------------------------------------
    [ ## Header]
*/
.site-header {
  background: #fff;
  border-bottom: 1px solid #CDCDCD;
  filter: drop-shadow(0px 4px 24px #0C3A2F1A);
  min-height: 70px;
}
.header-bar {
  position: relative;
}

.header-bar .navbar-brand {
  position: absolute;
  left: 15px;
  bottom: -10px;
}
.site-header .auth-btns {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1111;
}

.site-header .login-btn {
  padding: 5px 33px;
  text-align: center;
  background: #6E9576;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  line-height: normal;
  font-weight: normal;
  font-family: "Abel", sans-serif;
}
.site-header .navbar .login-btn:hover {
  background: #47644D;
}
.site-header .navbar .navbar-brand {
  margin-right: 0;
}
.site-header .navbar .navbar-brand>a>img {
  max-width: 200px;
}

.site-header .navbar .navbar-collapse .navbar-nav .nav-item>.nav-link {
  color: #000;
  padding: 0;
  font-family: "Abel", sans-serif;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
}

.site-header .navbar .navbar-other {
  position: relative;
}

.site-header .navbar .navbar-other:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}


.site-header .navbar.fixed-top {
  background: rgb(4, 1, 37, 0.9);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
  z-index: 999;
}

.site-header .navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.site-header .navbar-other .navbar-nav .nav-item button.hamburger {
  background: #fff;
  border: 0;
  width: 50px;
  height: 50px;
}

.site-header .navbar-other .navbar-nav .nav-item button.hamburger>i {
  font-size: 30px;
  color: #6E9576;
}

.site-header .navbar .offcanvas-nav {
  background: #353535;
  align-items: flex-start;
}

.site-header .navbar .offcanvas-nav .offcanvas-header {
  text-align: right;
  align-self: flex-end;
}

.site-header .navbar .offcanvas-nav .offcanvas-header button.btn-close {
  opacity: 1;
}
.site-header .navbar ul.navbar-nav {
  gap: 60px;
}

/*** Hero Section ***/
.hero-section {
  padding: 100px 0;
  position: relative;
}

.hero-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.hero-block .hero-content {
  text-align: center;
}

.hero-block .hero-content>h2 {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 154%;
  font-weight: 900;
}

.hero-block .hero-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 154%;
}

.hero-block .hero-image>img {
  max-height: 805px;
}

@media only screen and (min-width: 1600px) {
  .chatbot-section .sec-title {
      font-size: 32px;
    }
}
.chatbot-section .sec-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 154%;
}

.chatbot-section .chatbot-blocks {
  padding: 100px 0;
}

.chatbot-blocks {
  display: flex;
  align-items: center;
  gap: 0;
}


.chatbot-section .chatbot-blocks .chatbot-image,
.chatbot-section .chatbot-blocks .chatbot-content {
  width: 100%;
}

.chatbot-blocks.side-left .chatbot-content-inner {
  padding-left: 100px;
}

.chatbot-blocks.side-right .chatbot-content-inner {
  padding-right: 100px;
}

.chatbot-content-inner h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 30px;
}

.chatbot-content-inner p {
  font-size: 20px;
  font-weight: 300;
  line-height: 2rem;
  color: #353535;
}

.chatbot-content-inner .site-primary-btn {
  background: #6E9576;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 200;
  padding: 15px 30px;
  display: inline-block;
  font-family: "Abel", sans-serif;
}
.chatbot-content-inner .site-primary-btn:hover {
  background: #47644D;
}
.chatbot-content-inner .list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.chatbot-content-inner .list>li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 300;
  color: #353535;
}

.chatbot-blocks.first .list {
  margin-bottom: 30px;
}

.chatbot-blocks.first p {
  margin-bottom: 30px;
}

.chatbot-blocks p,
.chatbot-blocks .list {
  margin-bottom: 30px;
}

.why-communiqo {
  padding: 0 0 100px 0;
}
.why-communiqo .card-box>img {
  width: 100%;
}
.why-communiqo .sec-title {
  font-weight: 900;
  font-size: 70px;
  line-height: 98px;
}

.site-footer {
  background: #02221A;
  padding: 50px 0 15px 0;
}

.site-footer .footer-nav-wrapper {
  border-bottom: 1px solid #fff;
}

.site-footer .footer-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  color: #fff;
  padding-bottom: 10px;
}

.site-footer .footer-nav>li>a {
  font-weight: 400;
  font-size: 16px;
}

.site-footer .copyright {
  padding-top: 10px;
}

.site-footer .copyright p.text-right {
  text-align: right;
}

.site-footer .copyright p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/*** New Chatbot Section ***/
.chatbot-section .chat-blocks {
  padding: 100px 0;
}

.chat-blocks .row {
  align-items: center;
}
.chat-blocks .row:not(:last-child) {
  padding-bottom: 190px;
}
.chat-blocks .side-left .chatbot-content-inner {
  padding-left: 90px;
}

.chat-blocks .side-right .chatbot-content-inner {
  padding-right: 90px;
}
.chatbot-content-inner h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 28px;
}
.chatbot-content-inner .list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 28px;
}
.chatbot-content-inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 144%;
  color: #353535;
  margin-bottom: 28px;
}
.chatbot-content-inner .site-primary-btn {
  background: #6E9576;
  color: #fff;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 50px;
  display: inline-block;
  font-family: "Abel", sans-serif;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .hero-block .hero-content>h2>br {
      display: none;
    }

    .hero-block .hero-content>h2 {
      font-size: 36px;
    }

}

@media only screen and (min-width: 1400px) {
  .container {
      max-width: 1158px;
    }

}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-block .hero-content>h2 {
      font-size: 40px;
    }

    .hero-block .hero-content p {
      font-size: 18px;
    }

    .chatbot-section .sec-title {
      font-size: 24px;
      line-height: 160%;
    }
}

@media only screen and (min-width: 991px) {
    .site-header .navbar .offcanvas-body .theme-btn {
        display: none;
    }
    #logo-black {
        display: block;
    }
    #logo-white {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .chatbot-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-block .hero-content>h2 {
    font-size: 36px;
  }

  .hero-block .hero-content p {
    font-size: 18px;
  }

  .hero-block .hero-content p>br,
  .chatbot-section .sec-title br {
    display: none;
  }

  .chatbot-section .sec-title {
    font-size: 22px;
  }

  .chatbot-content-inner h3 {
    font-size: 28px;
    line-height: 42px;
  }

  .chatbot-content-inner .list>li,
  .chatbot-content-inner p {
    font-size: 16px;
  }

  .chatbot-content-inner .list {
    gap: 5px;
  }

  .chatbot-content-inner .site-primary-btn {
    font-size: 16px;
    padding: 8px 16px;
    font-family: "Abel", sans-serif;
  }

  .chatbot-blocks.side-left .chatbot-content-inner {
    padding-left: 70px;
  }

  .chatbot-blocks.side-right .chatbot-content-inner {
    padding-right: 70px;
  }

  .why-communiqo .sec-title {
    font-size: 60px;
    line-height: 100px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-block .hero-content>h2 {
      font-size: 32px;
  }

  .hero-block .hero-content p {
    font-size: 16px;
  }

  .chatbot-section .sec-title {
    font-size: 20px;
    line-height: 160%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .site-header .navbar ul.navbar-nav {
      gap: 30px;
    }
  .site-header .navbar .navbar-brand>a>img {
    max-width: 150px;
  }

  .site-header .navbar .navbar-collapse .navbar-nav .nav-item>.nav-link {
    padding: 0 10px;
    font-size: 14px;
  }

  .site-header .navbar .navbar-other .theme-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
.chatbot-content-inner h3 {
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 10px;
}

.chatbot-content-inner .list>li {
  font-size: 14px;
}

.chatbot-content-inner .list {
  gap: 0;
  margin-bottom: 15px;
}

.chatbot-content-inner p {
  font-size: 16px;
  margin-bottom: 10px;
}

.chatbot-content-inner .site-primary-btn {
  font-size: 14px;
  padding: 10px 26px;
}

.chatbot-blocks.side-left .chatbot-content-inner {
  padding-left: 50px;
}

.chatbot-blocks.side-right .chatbot-content-inner {
  padding-right: 50px;
}

.why-communiqo .sec-title {
  font-size: 60px;
}

.chatbot-section .chatbot-blocks {
  padding: 70px 0;
}

.hero-section {
  padding-bottom: 50px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.hero-section {
    padding-bottom: 50px;
  }
  .hero-block .hero-content>h2 {
    font-size: 30px;
  }

  .hero-block .hero-content p {
    font-size: 14px;

  }
.chatbot-section .chat-blocks {
  padding-top: 50px;
  padding-bottom: 50px;
}
  .chatbot-section .sec-title {
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 20px;
  }
.chatbot-section .chatbot-blocks {
  padding: 50px 0 50px 0;
}
  .chatbot-content-inner h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .chatbot-content-inner h3>br {
    display: none;
  }

  .chatbot-content-inner .list>li {
    font-size: 12px;
  }

  .chatbot-content-inner .list {
    gap: 0;
    margin-bottom: 10px;
  }

  .chatbot-content-inner p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .chatbot-blocks.side-left .chatbot-content-inner {
    padding-left: 30px;
  }

  .chatbot-blocks.side-right .chatbot-content-inner {
    padding-right: 30px;
  }

  .chatbot-content-inner h3,
  .chatbot-blocks p,
  .chatbot-blocks .list {
    margin-bottom: 10px;
  }

  .chatbot-content-inner .site-primary-btn {
    padding: 6px 18px;
    font-size: 12px;
  }
    .site-footer .copyright p,
    .site-footer .footer-nav>li>a {
      text-align: left;
        font-size: 14px;
    }

    .site-footer .copyright p.text-right {
      text-align: right;
    }
}

@media only screen and (max-width: 991px) {
    #logo-black {
      display: none;
    }
    #logo-white {
      display: block;
    }
  .header-bar .navbar-brand {
      position: static;
    }
  .site-header .navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .site-header .navbar .navbar-other:before,
  .site-header .navbar .navbar-other .theme-btn {
    display: none;
  }

  .site-header .navbar .offcanvas-body .theme-btn {
    margin-top: 20px;
  }

  .why-communiqo .sec-title {
    font-size: 32px;
  }

  a.login-btn {
    display: none !important;
  }

  .site-header {
    border-bottom: 0;
    filter: none;
    background: transparent;
    padding: 15px 0;
  }

  .site-header .navbar {
    background: #0A615B;
    border-radius: 10px;
    padding: 10px 0;
  }

  .site-header .navbar-other .navbar-nav .nav-item button.hamburger {
    background: transparent;
  }

  .site-header .navbar-other .navbar-nav .nav-item button.hamburger>i {
    color: #fff;
  }

  .site-header .navbar .offcanvas-nav {
    background: #fafafa;
    align-items: flex-start;
    border: 0;
  }

  .site-header .navbar .offcanvas-nav .offcanvas-header {
    text-align: center;
    background: #0A615B;
    padding: 20px;
  }

  .site-header .navbar .offcanvas-nav .offcanvas-header button.btn-close {
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
  }


    .chat-blocks .side-left .chatbot-content-inner {
      padding-left: 0;
    }

    .chat-blocks .side-right .chatbot-content-inner {
      padding-right: 0;
    }

    .chat-blocks .row:not(:last-child) {
      padding-bottom: 0;
    }

    .chatbot-section .chat-blocks .chatbot-content {
      padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
  .hero-block .hero-content>h2 {
    font-size: 24px;
  }

  .hero-block .hero-content p {
    font-size: 14px;
  }
.hero-block .hero-content p br {
  display: none;
}
  .hero-block .hero-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
  }

  .chatbot-section .sec-title {
    font-size: 14px;
      padding: 0 15px;
  }

  .hero-section {
    padding: 70px 0;
  }
    .chatbot-section .chat-blocks {
      padding: 50px 0;
    }
.chatbot-section .sec-title br {
  display: none;
}
  .chatbot-section .chatbot-blocks {
    padding: 50px 30px;
  }

  .chatbot-blocks {
    flex-direction: column;
    gap: 30px;
    text-align: left;
  }


  .chatbot-blocks.side-right {
    flex-direction: column-reverse;
  }

  .chatbot-blocks.side-right .chatbot-content-inner {
    padding-right: 0;
  }

  .chatbot-blocks.side-left .chatbot-content-inner {
    padding-left: 0;
  }

  .chatbot-content-inner h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .chatbot-content-inner h3>br {
    display: none;
  }

  .chatbot-content-inner .list>li {
    font-size: 13px;
  }

  .chatbot-content-inner .list {
    gap: 0;
  }

  .chatbot-content-inner p {
    font-size: 13px;
    line-height: 22px;
  }

  .chatbot-content-inner .site-primary-btn {
    font-size: 13px;
    padding: 8px 20px;
  }

  .hero-block {
    padding: 0 30px;
  }

  .hero-image {
    width: 237px;
    margin: 0 auto;
    text-align: center;
  }

  .chatbot-content-inner h3 {
    margin-bottom: 20px;
  }

  .chatbot-blocks p,
  .chatbot-blocks .list {
    margin-bottom: 20px;
  }

  .why-communiqo .sec-title {
    padding: 0 30px;
    line-height: normal;
  }

  .why-communiqo .card-box {
    margin-bottom: 30px;
  }

  .site-footer .footer-nav>li>a,
  .site-footer .copyright p {
    font-size: 7px;
  }

  .site-footer .footer-nav {
    gap: 15px;
  }

  .site-footer .copyright p {
    text-align: center;
  }

  .site-footer .copyright p.text-right {
    text-align: center;
  }
.hero-block .hero-content>h2>br {
  display: none;
}
.chat-blocks .row.side-right {
  flex-direction: column-reverse;
}

.chat-blocks .side-left .chatbot-content-inner {
  padding-left: 0;
}

.chat-blocks .side-right .chatbot-content-inner {
  padding-right: 0;
}

.chat-blocks .row:not(:last-child) {
  padding-bottom: 0;
}

.chatbot-section .chat-blocks .chatbot-content {
  padding: 60px 0;
}
}
