/* ----------------------------------

Template Name: Robok - AI Agency & Technology HTML Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Sora
Main Color   : #7476ff

-------------------------------------

[Typography]

Body copy:    15px 'Sora', sans-serif
Header:     36px 'Sora', sans-serif
Input, textarea:  16px 'Sora', sans-serif
Sidebar heading:  20px 'Sora', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
    02. Preloader
    03. Topbar
	    - Topbar Style One
        - Topbar Style Two
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Banner Fade
        - Banner Slide
        - Banner Zoom
    06. About Us
	    - About Style One
        - About Style Two
    07. Services
        - Tab Version
        - Grid Version
        - Services Single
    08. Features
    09. Work Process
    10. Why Choose Us
    11. Fun Factor
    12. Pricing Table
    12. Partner World Wide
    13. Team
        - Grid Version
        - Carousel Version
        - Team Details
    14. Testimonials
		- Single Slider
        - Center Slider
    15. Projects
		- Grid Version
        - Carousel Version
        - Project Details
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    17. Request Call Back
    18. FAQ
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

/*
** Write you custom css below
*/
/* @media (min-width: 992px) {
  .chat-cabinet .services-sidebar {
    position: sticky;
    top: 100px;
  }
} */
.other-pages a {
  color: #fff;
}
.sticked @media (min-width: 1200px) {
  .banner-two-content-h2_1 {
    font-size: 72px !important;
  }

  .banner-two-content-h2_2 {
    font-size: 60px !important;
  }
}

.logo-icon img {
  height: 70px !important;
}

footer .f-items {
  padding: 30px 0;
}

.f-items img {
  margin: 0 !important;
}
.navbar-brand {
  display: block;
}
.main {
  margin-top: 50px;
  margin-bottom: 60px;
}
.billing-credits__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .main {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}

.profile__form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.billing-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.billing-form__label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.billing-form__input {
  min-height: 40px;
  padding: 5px 15px;
}

.chat__content-block {
  position: relative;
  margin-bottom: 40px;
}

.chat__content.loading-chat .chat__content-item:last-child {
  margin-bottom: 50px;
}

.chat__content.loading-chat .chat__content-load {
  display: block;
}

.chat__content-load {
  position: absolute;
  bottom: -50px;
  max-width: 120px !important;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.chat__content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.chat__content-item:not(:last-child) {
  border-bottom: 1px solid #484848;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.chat__content-time {
  /* text-align: center; */
}

.chat__content-request {
  display: flex;
  justify-content: flex-end;
}

.chat__content-request p {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0;
}

.chat__content-response {
  display: flex;
}

.chat__content-response p {
  background: #7b5dff;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 0;
  max-width: 90%;
}

.response {
  position: relative;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: 600;
  display: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  transition: all 0.25s ease-out;
  line-height: 18px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.response.success {
  background-color: rgb(5, 168, 5);
  color: #fff;
  display: flex;
  animation: fade 0.25s ease;
  width: max-content;
}
.login-form .response.success {
  margin-bottom: 0 !important;
}
.response.error {
  background-color: #da4c4c;
  color: #fff;
  display: flex;
  animation: fade 0.25s ease;
  width: max-content;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.login-page__row {
  max-width: 800px;
}
.form__check {
  display: flex;
  align-items: center;
  gap: 5px;
}
.detail__form-file-container {
  position: relative;
  border: 1px dashed #7476ff;
  border-radius: 10px;
  width: max-content;
  padding: 10px 18px;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
}
.detail__form-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 10px 18px;
  width: 100%;
  height: 60px;
}
.detail__form-file-text {
  font-size: 14px;
  opacity: 50%;
}

.modal {
  position: fixed;
  z-index: 2400;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: scroll;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .modal {
    align-items: center;
  }
}
.modal.open {
  opacity: 1;
  display: flex;
  transition: opacity 0.3s;
}
.modal_center {
  align-items: center;
}
.modal__block {
  background-color: #fff;
  padding: 20px;
  max-width: 940px;
  width: 92%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .modal__block {
    padding: 50px 30px;
    width: 100%;
  }
}
.modal__close {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 20;
  right: 13px;
  top: 13px;
  cursor: pointer;
}
.modal__img {
  margin: 0 auto 20px;
  display: block;
}
.modal__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #414241;
}
.modal .btn {
  width: 100%;
  text-align: center;
}
/* html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
} */
.page-header-box h1 {
  margin-bottom: 30px;
}
.contact-loader .loader {
  display: none;
}
.contact-style-one-area {
  padding-bottom: 70px;
}
@media (min-width: 576px) {
  .contact-style-one-area {
    padding-bottom: 120px;
  }
}
.billing__right {
  border-radius: 30px;
  background-color: #f5f5ff;
  padding: 30px;
}
.mob-profile {
  display: none;
}
.other-pages {
  background-color: #000 !important;
}
@media (max-width: 992px) {
  .navbar-header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-header::after,
  .navbar-header::before {
    display: none;
  }
  .mob-profile {
    display: block;
    margin-left: auto;
    margin-right: 10px;
    padding: 10px 25px;
  }
  .other-pages {
    background-color: #fff !important;
  }
}
@media (max-width: 576px) {
  .logo {
    width: 150px;
  }
  .chat__content-time {
    width: 100%;
  }
  .billing__right {
    padding: 35px 20px;
  }
  .chat__content-item {
    gap: 20px;
  }
}
a.navbar-brand {
  position: static;
  transform: unset;
}
@media only screen and (max-width: 767px) {
  .single-widget.services-list-widget {
    padding: 20px 30px;
    padding-bottom: 20px;
  }
}
.download-audio {
  border: none;
  outline: none;
  background-color: transparent;
  margin-left: 20px;
}
footer ul {
  list-style: none;
  width: max-content !important;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: max-content;
}
.footer__btn {
  width: max-content;
  margin-left: 15px;
}
.footer__row {
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}

.single-widget .pricing-style-two {
  background-color: transparent;
  padding: 0;
  border: none;
  width: max-content;
}
.pricing {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.single-widget .pricing-style-two h3 {
  font-size: 18px;
}
.single-widget .pricing-style-two h1 {
  font-size: 36px;
  margin-bottom: 0px;
}
.single-widget .content {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.single-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px !important;
  padding-bottom: 20px !important;
}
.single-widget ul {
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  footer ul {
    gap: 5px;
  }
  .detail__form-file-text {
    font-size: 12px;
  }
  .billing-form {
    padding: 20px 10px;
  }
  .single-widget .content {
    gap: 10px;
  }
  .login-foto-wrapper {
    margin-bottom: 20px;
    max-height: 300px;
  }
}
.login-foto {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.login-foto-wrapper {
  overflow: hidden;
}
@media (min-width: 1400px) {
  .banner-two-content h2 {
    font-size: 85px;
  }
  .heading-style-two h1 {
    font-size: 110px;
    line-height: 1;
  }
}
