/*!
Theme Name: readonly
Theme URI: http://http://itclanbd.com//
Author: http://itclanbd.com/
Author URI: http://http://itclanbd.com//
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: readonly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

readonly is based on Underscores https://http://itclanbd.com//, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  section {
    padding: 50px 0;
  }
  .container {
    width: 1340px;
    margin: 0 auto;
  }
  h1 {
    font-size: 40px;
  }
  h3,
  p {
    margin: 0;
  }
  .logo img {
    width: 80px;
  }
  header {
    background: url(../images/1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .header-main p {
    font-size: 24px;
    font-weight: 700;
    color: #15a9b6;
  }
  .logo {
    font-size: 24px;
    font-weight: bold;
  }
  .logo span {
    color: blue;
  }
  nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #15a9b6;
    font-weight: 700;
  }
  .banner {
    background: #15a9b6;
  }
  .banner .banner-main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .book-image {
    width: 50%;
  }
  .book-image img {
    max-width: 100%;
    height: auto;
  }
  .banner-left {
    width: 50%;
  }
  .ebook-info {
    background: #27667b;
    border-radius: 10px;
    text-align: center;
  }
  .book-info-content {
    padding: 40px;
  }
  .ebook-info h2 {
    font-size: 20px;
  }
  form {
    display: flex;
    flex-direction: column;
  }
  input {
    border: none;
  }
  input,
  button {
    margin: 5px 0;
    padding: 15px;
    font-size: 16px;
    border-radius: 6px;
  }
  button {
    background: black;
    border: 2px solid black !important;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
  }
  button:hover {
    background: transparent;
  }
  input:focus {
    outline: none;
  }
  .banner-main p {
    margin-bottom: 20px;
  }
  .service-item-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }
  .service-item {
    width: 29%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #f1efef;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    cursor: pointer;
  }
  .service-item h3 {
    margin: 15px 0;
  }
  .service-img img {
    width: 50px;
    height: 50px;
  }
  .slider-profile {
    display: flex;
    gap: 10px;
  }
  .img-inf {
    text-align: left;
    flex: 1;
  }
  .slick-slide {
    padding: 0 10px;
  }
  
  .slick-list {
    margin: 0 -10px;
  }
  .slider-section {
    overflow: hidden;
  }
  .slider-profile {
    cursor: pointer;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #f1efef;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  }
  .slider-main {
    margin: 0 20px;
  }
  .slider-profile-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    flex: 0 0 auto;
  }
  .slider-profile-img img {
    width: 100%;
    height: 100%;
  }
  .img-inf p {
    margin: 10px 0 30px 0;
  }
  
  footer {
    padding: 20px;
    background: #27667b;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .social-links a {
    margin: 0 10px;
    color: white;
    text-decoration: none;
  }
  
  @media (max-width: 1399.98px) {
    .container {
      width: 1200px;
    }
    .service-item {
      width: 45%;
    }
  }
  @media (max-width: 1199.98px) {
    .container {
      width: 1020px;
    }
    .service-item {
      width: 44%;
    }
  }
  @media (max-width: 1024.98px) {
    .container {
      width: 980px;
    }
  }
  @media (max-width: 991.98px) {
    .container {
      width: 750px;
    }
    header {
      background: url(../images/768.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .book-image {
      width: 80%;
    }
    .banner-left {
      width: 80%;
    }
    .banner .banner-main {
      padding: 0px;
      flex-direction: column-reverse;
    }
    .banner-main p {
      margin-bottom: 20px;
    }
    .service-item-main {
      justify-content: center;
    }
    .service-item {
      width: 42%;
      height: 215px;
    }
    .slider-profile {
      flex-direction: column;
    }
    .img-inf p {
      margin: 10px 0 10px 0;
    }
    .slider-main {
      margin: 0 15px;
    }
  }
  @media (max-width: 767.98px) {
    .container {
      width: 560px;
    }
    .banner-left {
      width: 100%;
    }
    .ebook-info {
      margin-left: 0px;
    }
    .book-info-content {
      padding: 15px;
    }
    .book-image {
      display: none;
    }
    .banner .banner-main {
      padding: 0px;
    }
    .ebook-info {
      margin-left: 0px;
    }
    .service-item-main {
      justify-content: center;
      gap: 15px;
    }
    .service-item {
      width: 100%;
      height: 200px;
      padding: 15px;
    }
    .img-inf p {
      margin: 10px 0 10px 0;
    }
  }
  @media (max-width: 575.98px) {
    .container {
      width: 420px;
    }
    header {
      background: url(../images/375.jpg);
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
    }
    header nav {
      display: none;
    }
    .book-image {
      display: none;
    }
    .banner .banner-main {
      padding: 10px;
    }
    .banner-main p {
      margin-bottom: 15px;
    }
    .service-item-main {
      flex-direction: column;
    }
    .service-item {
      width: 85%;
      height: 100%;
    }
    .slider-profile {
      margin: 0 15px;
    }
  }
  @media (max-width: 425.98px) {
    .container {
      width: 350px;
    }
    section {
      padding: 30px 0;
    }
    .book-image {
      display: none;
    }
    .banner .banner-main {
      padding: 0px;
    }
    .banner-main p {
      margin-bottom: 10px;
    }
    .ebook-info {
      margin-left: 0px;
    }
    .service-item-main {
      flex-direction: column;
    }
    .service-item {
      width: 85%;
      height: 100%;
    }
    .slider-profile {
      margin: 0 15px;
    }
  }
  

  /* custom css */
  div#form-message {
    color: #b40000;
    font-weight: 600;
    margin-top: 10px;
}
.ebook-info.ic_data_process {
    position: relative;
}
.ebook-info.ic_data_process:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}
.ebook-info.ic_data_process:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #3498db;
    border-radius: 50%; 
    animation: spin 2s linear infinite; 
    z-index: 2;
}
@keyframes spin {
    0% {
        transform: rotate(0deg); 
    }
    100% {
        transform: rotate(360deg); 
    }
}
a#back-to-home {
    text-decoration: none;
    background: #3498db;
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 5px;
}
div#captcha-container {
    margin-top: 10px;
}
.ebook-info {
	max-width: 400px;
	width: 100%;
}
div#captcha-container p {
    margin-bottom: 3px;
}
.ic_captcha_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6px;
    margin-bottom: 7px;
}
.ic_captcha_col>input {
    max-width: 160px;
    margin: 0;
}
.ic_captcha_col p {
    margin-bottom: 0 !important;
}