a:hover{
    text-decoration: none;
}

#navbar{
    position: fixed;
    padding: 20px 40px;
    right: 0;
    left: 0;
    top:0;
    z-index: 100;
    transition-duration: 0.5s;
}

#logo a{
    color: white;
}

#toggler{
    position: absolute;
    left: 40px;
    top: 15px;
    color: white;
    cursor: pointer;
    font-size: 30px;
}

#nav{
    position: fixed;
    background-color: rgba(0 , 0 , 0 , 0.8);
    width: 240px;
    right: -240px;
    top: 0;
    bottom: 0;
    line-height: 2.5em;
    padding-top: 30px;
    transition-duration: 0.4s;
}

#nav a{
    color: white;
    font-weight: 500;
    padding: 0 20px;
}

#nav a:hover{
    color: #bdf;
}

#top-carousel .carousel-item{
    height: 100vh;
    min-height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#top-carousel .carousel-overlay{
    position: absolute;
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 , 0 , 0 , 0.4);
    padding-top: 100px;
}

#top-carousel li{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

#top-carousel .carousel-content{
    color: white;
    max-width: 900px;
    margin: 10% auto;
    padding: 0 70px;
}

#top-carousel .carousel-title{
    margin-bottom: 50px;
    font-size: 26px;
}

#top-carousel .carousel-text{
    margin-bottom: 50px;
    font-weight: 300;
}

#top-carousel .carousel-btn{
    border-radius: 40px;
    padding: 10px 40px;
}

#about{
    background: url("../images/about/world.jpg") center / cover no-repeat fixed;
    padding: 60px 0;
    position: relative;
}

.section-header h3 {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}

.section-header p {
    text-align: right;
    text-align: justify;
    max-width: 800px;
    }

#about::before{
    position: absolute;
    content: '';
    background-color: rgba(255 , 255 , 255 , 0.9);
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
}

#about .container{
    position: relative;
}

#about .card-text{
    color:#444;
    font-size: 14px;
    text-align: justify;
}

#services{
    padding: 60px 0;
}

#services h4{
    margin-right: 55px;
    margin-bottom: 15px;
    font-weight: bold;
}

#services .description{
    margin: 0 55px 40px 20px;
    color: #555;
    font-size: 14px;
    text-align: justify;
}

#stats{
    background: url("../images/other/stats.jpg") center / cover no-repeat fixed;
    padding: 60px 0 10px 0;
    color: white;
}

#stats span{
    font-size: 56px;
    font-weight: 600;
    color:greenyellow;
    font-family: yekanf;
}

#stats h5{
    font-size: 20px;
    font-family: yekan;
    margin-bottom: 60px;
}

#skills{
    padding: 60px 0;
}

#skills .progress {
    height: 35px;
    margin-bottom: 10px;
}

#skills .progress-bar{
    transition-duration: 1.5s;
    width: 0;
    font-size: 16px;
    padding-top: 3px;
}

#portfolio{
    padding: 60px 0;
    background-color: #f7f7f7;
}

#portfolio-filter{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

#portfolio-filter li{
    flex-basis: 90px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0 , 0 , 0 , 0.1);
    transition-duration: 0.3s;
}

#portfolio-filter li:hover , #portfolio-filter .filter-active{
    background-color: #2c6;
    color: white;
}

#portfolio .card-img-overlay{
    padding: 0 30%;
    background-clip: content-box;
    transition-duration: 0.3s;
}

#portfolio .card-img-overlay:hover{
    background-color: rgba(0 , 0 , 0 , 0.5);
    padding: 0 0;
}

#portfolio .card-img-overlay a{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 30% 8px;
    color: black;
    background-color: white;
    font-size: 18px;
    line-height: 2.1em;
    border-radius: 50%;
    transition-duration: 0.3s;
    opacity: 0;
}

#portfolio .card-img-overlay:hover a{
    opacity: 1;
}


#portfolio .card-img-overlay a:hover{
    background-color: #2d5;
}

#team{
    padding: 60px 0;
}

#team .card-img-overlay{
    background-color: rgba(0 , 0 , 0 , 0.3);
    text-align: center;
    padding-top: 30%;
    color: white;
    top: -50%;
    transition-duration: 0.4s;
    opacity: 0;
}

#team .card:hover .card-img-overlay{
    top: 0;
    opacity: 1;
}

#team .card{
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

#team .card-img-overlay h4{
    margin-bottom: 16px;
}

#team .card-img-overlay p{
    margin-bottom: 25px;
}

#team .card-img-overlay a{
    padding: 0 8px;
    color: white;
}

#team .card-img-overlay a:hover{
    color: lightgreen;
}

#clients{
    padding: 60px 0;
    background-color: #f4f4f4;
}

#clients img{
    opacity: 0.5;
    padding: 15px;
    transition-duration: 0.4s;
}

#clients img:hover{
    opacity: 1;
}

#clients .owl-dot {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: 0;
    background-color: #ddd;
}

#clients .owl-dots{
    text-align: center;
}

#clients .owl-dot.active {
    background-color: #18d26e;
}

#footer{
    background-color: #222;
    padding-top: 60px;
    font-weight: 300;
    font-size: 14px;
}

#footer h5{
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 2px #555 solid;
    margin-bottom: 20px;
}

#footer .col-lg-3{
    margin-bottom: 40px;
}

#footer li{
    padding: 6px 0;
    border-bottom: 1px solid #333;
}

#footer li:first-child{
    padding-top: 0;
}

#footer li a{
    color: #ddd;
    transition-duration: 0.3s;
}

#footer li a:hover{
    color: #2c6;
}

#footer li i{
    color: #ddd;
    padding-left: 8px;
}

#footer .links{
    margin-top: 60px;
}

#footer .links a{
    font-size: 18px;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #444;
    color: #eee;
    line-height: 2.1em;
    margin-left: 4px;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.3s;
}

#footer .links a:hover {
    background-color: #18d26e;
    color: #fff;
}

#footer input {
    float: right;
    border: 0;
    padding: 4px;
    width: 70%;
}

#footer button{
    float: right;
    background-color: #2c6;
    border: 0;
    width: 30%;
    padding: 4px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

#footer button:hover{
    background-color: #195;
}

#go-to-top{
    position: fixed;
    bottom: 15px;
    left:15px;
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: rgba(0 , 0 , 0 , 0.3);
    color:white;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8em;
    transition-duration: 0.5s;
}

#go-to-top:hover{
    background-color: rgba(100 , 200 , 100 , 0.8);
}

@media (min-width: 768px) {
    #top-carousel .carousel-title{
        font-size: 36px;
    }
    .paymentBottom {
            width: 22%; /* Set the width to 30% on larger screens */
        }
    .modal-content {
        width: 30% !important;
    }
}

@media (min-width: 992px) {
    #toggler{
        display: none;
    }

    #nav{
        position: static;
        width: auto;
        background-color: transparent;
        padding-top: 0;
    }

    #nav li{
        float: right;
    }

    #navbar{
        display: flex;
    }

    #logo{
        order: 1;
        margin-right: auto;
    }

    #logo h4{
        margin-top: 4px;
        margin-bottom: 0;
    }
}

h1,h2,h3{font-family:IRANSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;;font-weight:500;line-height:1.7;color:inherit;}
h1,h2,h3{margin-top:20px;margin-bottom:10px;}
h1{font-size:27px;}
h2{font-size:24px;}
h3{font-size:21px;}

/* Ensure the container is responsive */
.cke {
    max-width: 100% !important;
    width: 100% !important;
}

/* For the toolbar to be responsive */
.cke_top {
    max-width: 100%;
    overflow: auto;
}
.overlay{
    background-color: rgba(50 , 145 , 165 , 0.6);
    padding-top: 110px;
    padding-bottom: 40px;
}

.main-title{
    line-height: 180%;
    font-weight: 300;
    padding: 80px 0;
}

.btn , .form-control , .card{
    border-radius: 0;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    outline: none; /* Disable default outline */
}
.section-header{
    margin: 10px auto;
    color: #555;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px; /* Adjust the width as desired */
    height: 20px; /* Adjust the height as desired */
}

#accordion{
    max-width: 900px;
    border: 1px #ddd solid;
}

#accordion .card{
    border: 0;
}

#accordion h5{
    cursor: pointer;
}

#authors .card img{
    margin-top: -50px;
}

#contact .input-group-text{
    width: 52px;
}

#contact .input-group-text{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#contact .form-control{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.animated{
    animation-duration: 1.2s;
}



@media (min-width: 768px) {
    #nav{
        border-top: 0;
        margin-top: 0;
    }
    #about {
      line-height: 2;
    }
}

@media (min-width: 1200px) {
    .main-title{
        font-size: 3rem;
    }

    .book-image{
        max-width: 84%;
        margin: 0 auto;
    }
}

/* Custom styles for mobile devices */
@media screen and (max-width: 768px) {
    #about h1.text-info {
        font-size: 24px;
    }

    #about p {
        font-size: 16px;
        line-height: 2.5;
    }

    #about .card-header h5 {
        font-size: 18px;
    }
    .responsive-span {
                display: inline-block;
                margin-bottom: 0;
                margin-right: 10px;
            }
}


/* Style for the form container with the specified ID */
#comment-form {
  margin: 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* Style for form labels within the form with the specified ID */
#comment-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Style for form inputs within the form with the specified ID */
#comment-form input[type="text"],
#comment-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* Style for the reply button within the form with the specified ID */
#comment-form button[type="submit"] {
  background-color: #247F2C;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Style for the reply button on hover within the form with the specified ID */
#comment-form button[type="submit"]:hover {
  background-color: #1A5E20;
}

/* Style for the nested replies input (hidden) within the form with the specified ID */
#comment-form input[name="parent_id"] {
  display: none;
}

/* Style for the form errors within the form with the specified ID */
#comment-form .errorlist {
  color: #f00;
  margin-top: 5px;
}

/* Style for the form success message (if applicable) within the form with the specified ID */
#comment-form .success-message {
  color: #247F2C;
  font-weight: bold;
  margin-top: 5px;
}




.timeline-comments {
  list-style-type: none;
  padding-left: 20px !important;
}

.timeline-comment {
  position: relative;
}

/* Style for the avatar icon */
ul.timeline-comments li.timeline-comment .card .card-header img {
    width: 32px;
    height: 32px;
    border-radius: 50%; /* Makes the image circular */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    border: 2px solid #fff; /* Adds a white border around the avatar */
    background: #f2f2f2; /* Sets a light gray background color */
}

/* Optionally, you can center the image within the avatar area */
ul.timeline-comments li.timeline-comment .card .card-header img {
    display: block;
    margin: 0 auto;
}

/* Base font size for the body */
body {
    font-size: 16px; /* You can adjust this value as needed */
    line-height: 1.6; /* Adjust line height for better readability */
    /*font-family: Arial, sans-serif;  Use a commonly available font for compatibility */
    color: #333; /* Set a color for the text (you can adjust this too) */
    overflow-x: hidden;
    max-width: 100%;
}



/* Apply flexbox to the wrapper element */
.wrapper {
    display: flex;
    flex-direction: column;
}

/* Set the order of the sections on larger screens (if needed) */
.bg-dark {
    order: 1;
}

.bg-light {
    order: 2;
}


/* Add a custom scrollbar for the section with the specified ID */
#messages-container {
  overflow-y: auto;
  max-height: 200px; /* Set a maximum height to enable scrolling */
}


/* Add padding for the top-level comments */
  .timeline-comments > .timeline-comment {
    padding-inline-start: 20px; /* Adjust the value as needed */
  }


/* Base styles for comments and replies */
.card {
  max-width: 100%; /* Make the card responsive and take full width on small screens */
  overflow-wrap: break-word; /* Allow text to wrap and avoid horizontal overflow */
}

.card-header,
.card-body,
.card-footer {
  padding: 5px; /* Adjust the padding for card elements */
}

.timeline-comments {
  max-width: 100%; /* Make the comments container responsive and take full width on small screens */
}

.timeline-comment {
  margin-bottom: 2px; /* Add some spacing between comments */
}

.d-flex.justify-content-center {
    display: flex;
    justify-content: center;
  }

  #SecondInputGroup {
    /* Center the div both horizontally and vertically within its parent */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
.list-unstyled.my-4 li {
      line-height: 2; /* Adjust this value to increase or decrease the line height for mobile size */
    }

img {
    border-radius: 7px;
}



.row1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }

.pricingTable-header {
    margin-bottom: 15px;
}

.pricingTable-header h3 {
    font-size: 1.5rem;
    color: #333;
}

.price-value {
    font-size: 1.2rem;
    color: #666;
}

.pricing-content {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pricing-content li {
    color: #888;
    margin-bottom: 10px;
}

.pricingTable-signup {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 146px;
    margin: 0 auto;
}

.pricingTable-signup:hover {
    background-color: #555;
}
.pricingTable {
    background-color: #f7f7f7;
    padding: 40px; /* Increase the padding to create more spacing */
    border-radius: 10px;
    text-align: center;
    margin: 10px; /* Add margin to create space between columns */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle box-shadow */
    transition: transform 0.2s; /* Add a hover effect */
}

.pricingTable:hover {
    transform: translateY(-5px); /* Lift the card slightly on hover */
}

.col-md-4 {
    max-width: 100%;
}
.col-sm-6 {
    max-width: 100%;
}
.pricingTable{background-color:#fff;font-family:font-family:IRANSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;text-align:center;padding:0 0 20px;margin:0 10px;border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,0.2),5px 5px rgba(0,0,0,0.05);position:relative;z-index:1;}
.pricingTable .pricingTable-header{color:#fff;background:linear-gradient(#53A1FF, #5F70F6);padding:20px 15px 30px;margin:0 0 40px;border-radius:20px;position:relative;}
.pricingTable .pricingTable-header-free{color:#fff;background:#9f9d9d;padding:20px 15px 132px;margin:0 0 40px;border-radius:20px;position:relative;}
.pricingTable .pricingTable-header-free:after{content:'';background:#9f9d9d;height:30px;width:30px;border-radius:50%;transform:translateX(-50%);position:absolute;right:50%;bottom:-15px;z-index:-1;}
.pricingTable .pricingTable-header:after{content:'';background:#5F70F6;height:30px;width:30px;border-radius:50%;transform:translateX(-50%);position:absolute;right:50%;bottom:-15px;z-index:-1;}
.pricingTable .title{color:#333;background-color:#fff;font-size:22px;font-weight:600;text-transform:uppercase;padding:6px 20px 5px;margin:0 0 20px;border-radius:20px;display:inline-block;}
.pricingTable .price-value{color:#fff;font-size:20px;font-weight:400;line-height:55px;}
.pricingTable .pricing-content{text-align:right;padding:0;margin:0 0 30px;list-style:none;display:inline-block;}
.pricingTable .pricing-content li{color:#888;font-size:16px;text-transform:uppercase;padding:0 26px 0 6px;margin:0 0 20px;position:relative;}
.pricingTable .pricing-content li:last-child{margin-bottom:0;}
.pricingTable .pricing-content-free{text-align:right;padding:0;margin:0 0 30px;list-style:none;display:inline-block;}
.pricingTable .pricing-content-free li{color:#888;font-size:14px;text-transform:uppercase;padding:0 26px 0 6px;margin:0 0 20px;position:relative;}
.pricingTable .pricing-content-free li:last-child{margin-bottom:0;}
.pricingTable .pricing-content-free li:before{content:'';background:#9f9d9d;height:10px;width:10px;border-radius:20px;position:absolute;right:8px;top:6px;}
.pricingTable .pricing-content li:before{content:'';background:linear-gradient(#53A1FF, #5F70F6);height:10px;width:10px;border-radius:20px;position:absolute;right:8px;top:6px;}
.pricingTable .pricingTable-signup{color:#fff;background:linear-gradient(#53A1FF, #5F70F6);font-size:18px;font-weight:400;letter-spacing:1px;text-transform:uppercase;padding:7px 18px 5px;border-radius:10px;transition:all 0.3s;}
.pricingTable .pricingTable-signup-free a{color:#fff;background:#9f9d9d;font-size:18px;font-weight:400;letter-spacing:1px;text-transform:uppercase;padding:7px 18px 5px;border-radius:10px;transition:all 0.3s;}
.pricingTable .pricingTable-signup:hover{box-shadow:0 0 12px rgba(0,0,0,0.5) inset, 4px 4px rgba(0,0,0,0.2);}
.pricingTable.green .pricingTable-header,.pricingTable.green .pricing-content li:before,.pricingTable.green .pricingTable-signup{background:linear-gradient(#2BE6BA, #339A93);}
.pricingTable.green .pricingTable-header:after{background-color:#339A93;}
.pricingTable.pink .pricingTable-header,.pricingTable.pink .pricing-content li:before,.pricingTable.pink .pricingTable-signup{background:linear-gradient(#FF48D9, #dd11b1);}
.pricingTable.pink .pricingTable-header:after{background-color:#dd11b1;}

.responsive-span {
            display: block;
            margin-bottom: 10px;
        }

.portfolio-container-item {
    display: none;
}

.btn-ozv{
    background-color: #007BFF;
}


table {
        width: 100%;
        border-collapse: collapse;
}

th, td {
    border: 1px solid #dddddd;
    text-align: right;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}
/* Add the icon using a ::before pseudo-element */
    td:first-child::before {
        content: "\f058"; /* Unicode character for the FontAwesome checkmark circle icon */
        font-family: FontAwesome;
        font-size: 20px; /* Set the size of the icon */
        color: green; /* Set the color of the icon */
        position: absolute;
        left: 5px; /* Adjust the left position to space the icon from the text */
        top: 50%; /* Vertically center the icon */
        transform: translateY(-50%); /* Vertically center the icon */
    }
/* Rest of your CSS code remains the same */

/* Optionally, you can increase the font size and line height for smaller screens */
@media (max-width: 767px) {
    body {
        font-size: 18px;
        line-height: 1.8;
        overflow-x: hidden;
        color: #333;
        }
     /* CSS for mobile screens (up to 767px width) */

    /* Reduce the height of the showcase section */
    #showcase {
      height: 300px; /* Adjust the height as needed */
      padding-top: 27px;
      padding-bottom: 27px;
    }

    /* Vertically center the text in the showcase section */
    .text-white.overlay {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Adjust the size and positioning of the text in the showcase section */
    .col-lg-6.text-center {
      padding: 10px;
      width: 90%;
    }
    .col-lg-6.text-center {
      width: 90%; /* Set the width to 100% for mobile screens */
    }
    .main-title {
      font-size: 2rem;
      padding: 0;
    }
    .lead {
      font-size: 1rem;
      line-height: 1.6;
    }
    .main-title{
    padding: 0px 0;
    }
    .overlay{
    background-color: rgba(50 , 145 , 165 , 0.6);
    padding-top: 27px;
    padding-bottom: 40px;
    }
    div.section-header.mb-5 > p{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-dark {
        order: 2;
    }

    .bg-light {
        order: 1;
    }
    .btn-ozv{
    background-color: #007BFF;
    }
    #about {
      line-height: 1.8;
    }
    .card {
    font-size: 16px; /* Adjust the font size for better readability on small screens */
    color: #555;
    }
    /* Font sizes for nested comments */
    .timeline-comments .nested-comments {
      overflow-x: hidden; /* Prevent horizontal scrolling */
    }
    #SecondInputGroup {
      height: auto; /* Allow the height to be determined by the content */
    }
    .list-unstyled.my-4 li {
      line-height: 2; /* Adjust this value to increase or decrease the line height for mobile size */
    }
    .pricingTable{margin:0 0 40px;}
    .paymentBottom{display: block;text-decoration: none;}
}


