/* 
 Theme Name:   artech-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     artech
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
@media (max-width: 768px) {
    h1{
      font-size: 32px!important;
    }
    h2{
      font-size: 26px!important;
    }
    h3{
      font-size: 24px!important;
    }
}



.sections{
    margin-top: 40px;
}
.sections h2{
    margin-bottom: 20px;
}
.sections h3{
    margin-bottom: 20px;
}

.sectionss{
    margin-top: 60px;
}

.section-two {
    margin-top: 30px;
    background: var(--primary-color); 
    color: var(--white); 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.section-two h3 {


    margin-bottom: 20px;
   
}

.section-two p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ffe1f0; 
}

.section-two ul {
    margin-left: -30px;
}

.section-two ul li {
    margin-bottom: 10px;
    color: var(--white);
    list-style-type: none;
}

.section-two ul li::marker {
    color: var(--dark);
}

.section-two ul li {
    background-color: rgba(255, 255, 255, 0.2); 
    padding: 10px;
    border-radius: 5px;
    
    color: aliceblue;
}

.section-two a {
    color: var(--white);
    text-decoration: underline;
}

.section-two a:hover {
    color: #ffd1e7; 
}




.faq-section {
    width: auto;
    max-width: auto;
    margin: 50px auto;
    padding: 20px;
    background-color: rgba(190, 201, 226, 0.137);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.438);
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--dark);
}

.faq-item {
    margin-bottom: 20px;
}

.question {
    font-weight: bold;
    margin-bottom: 10px;
    color: #0f0f35;
}

.answer {

    padding-left: 20px;
    color: #b95050;
}


.box {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    background-color: #05177e46;
    
}

.box:hover {
    transform: scale(1.05);
}

.box img {
    max-width: 100px;
    margin-bottom: 15px;
  
}

.box p {
    margin: 0;
    color: #333;
}



.menu-bar .logo .logo-one{
    flex: 1;
    margin-top: 5px!important;
}

.menu-bar.mennu{
    background: var(--white);
    padding: 1px 0;
}



#hero {
    width: 100%;
    height: auto;
    background: url("/wp-content/themes/artech-child/img/sportfogadas-online.jpg") top left;
    background-size: cover;
    position: relative;
    color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 20px 0px;
  }
  
  #hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.493); 
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    position: relative;
    z-index: 1;
  }
  
  #hero h3 {
  
    line-height: 48px;
    margin-top: 30px;
    font-weight: bold;
  }
  

  
  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 16px;
    padding: 10px 20px;
    margin: 5px;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #hero {
      height: auto;
    }
  
    #hero h1 {
      font-size: 24px;
      line-height: 36px;
    }
  
    #hero .btn-get-started,
    #hero .btn-watch-video {
      font-size: 13px;
    }
  }
  
  @media (max-height: 500px) {
    #hero {
      height: auto;
    }
  }

  

  #testimonial {
    background: linear-gradient(85deg, #a7d4f3, #242458);
    padding: 3rem 0;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin: 0px 0px;
}

#testimonial h2 {
    font-family: "Amatic SC", sans-serif;

}

#testimonial .next-line {
    display: block;
    font-size: 3rem;
    color: #fff;
}

#testimonial .testimonial-description {
    font-family: "Manrope", sans-serif;

    color: #ffffff;
    font-weight: 500;
    margin-top: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

#testimonial .container-fluid {
    padding: 0 15px;
}

#testimonial .container {
    max-width: 960px;
    margin: 0 auto;
}


.testimonial {
    background: rgba(0, 0, 0, 0.103);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.562);
}

@media (max-width: 768px) {
    #testimonial h2 {
        font-size: 2rem;
    }

    #testimonial .next-line {
        font-size: 2rem;
    }

    #testimonial .testimonial-description {
        font-size: 1rem;
    }
}



.content-wrapper {
    margin-top: 30px;
    background-color: #f0f8ff; 
    
    border-radius: 10px;
    padding: 20px;
    max-width: auto;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}


.headline {
    color: #0f0f88; 

    margin-bottom: 30px;
    text-align: center;
}


.text-block {
    color: #4b0082; 
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}


.subheadline {
    color: #0f0f88; 
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}


.feature-list {
    list-style-type: square;
    padding-left: 20px;
    list-style: none;
}

.feature-item {
    color: #0f0f88;
    margin-bottom: 5px;
}


.info-section {
    background-color: #e6e6fa;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.info-text {
    color: #483d8b; 
    font-size: 14px;
    margin-bottom: 10px;
}


@media (min-width: 992px) {
    .header-main .navbar-nav .nav-item.dropdown > a::after {
        content: "\f107";
        font-family: "FontAwesome";
        font-weight: 900;
        border: none;
        transition: 0.3s;
        position: absolute;
        font-size: 13px;
        line-height: 2;
        margin-left: 5px!important;
    }
}



.sidebar .widget:not(.sidebar .widget > .widget) {
    margin-bottom: 15px;
    background-color: transparent;
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
    color: #fff;
    margin-top: 0px;
}


.gradient-box {
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.377), rgba(30, 143, 255, 0.418));
    border-radius: 10px;
    color: rgb(54, 50, 94);
    padding: 20px;
    opacity: 0.9;
    transition: opacity 0.3s ease-in-out;
}

.gradient-box:hover {
    opacity: 5;
}


.section-three {
    margin-top: 30px;
    background: linear-gradient(45deg, #ff6f61, #de4dff);
    padding: 40px;
    border-radius: 15px;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    transition: transform 0.3s ease-in-out;
}

.section-three h2 {
  
    margin-bottom: 20px;

    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.section-three p {

    margin-bottom: 15px;
    opacity: 0.9;
}

.section-three ul {
    list-style-type: disc;
    margin-left: 20px;
}

.section-three ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
    padding-left: 10px;
    position: relative;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
    list-style-type:none
}

.section-three ul li::before {
    content: '✔';
    color: #ffeb3b;
    position: absolute;
    left: -20px;
    top: 0;
    list-style-type:none
}

.section-three ul li:hover {
    opacity: 1;
}

.section-three p:hover {
    opacity: 1;
  
}


.section-three table{
    opacity: 0.8;
}

.error_404_content p{
font-size: 25px;
}
.button-404{
    margin-top: 60px;
    background: linear-gradient(45deg, #ff6f61, #de4dff);
    color: #ffffff;
    padding: 13px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 20px;
}


.dropdown-menu .menu-item-173 .nav-item > li {
    position: relative;
    color: #7777bb;
}

.nav-item {
    white-space: nowrap;
    flex: 1 1 calc(1.28% - 1rem);
}


.blog-section .blog-page {
    padding: 80px 0 75px;
    background: var(--white);
}


::selection {color:#9c1818}