@charset "utf-8";
/* CSS Document */

.text_container h4{
    padding: 20px 0;
    font-size: 40px;
    font-weight: 700;
    color: #0076aa;
}

.t_h3 {
    margin: 0 auto 50px;
}

.overview_3, .data_3 {
    padding: 120px 0 0;
}

#product-page article {
    padding: 50px 0;
}

.series_brock{
    width: 1100px;
    margin: auto;
}

.creatbot_series{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 100px;
    height: 400px;
  }

.text_container{
    flex: 0 0 30%; 
    max-width: 30%;
}

.series_text{
    padding: 20px 0;
    font-size: 40px;
    font-weight: 700;
    color: #0076aa;}

.series_subheading{
    margin-bottom: 20px ;
    font-size: 21px ;
   font-weight: bold;
   color: #5f5f5f;
}

.series_explanation{
     line-height:1.6;
     padding: 0 0 20px;
 }

.box{
    border-top: double 6px #4199bf;
   padding: 20px 0;
}

.box span{
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    color:#fff;
    background-color: #b7b8b8; 

    }

.image_left{
       text-align: center;
       }


.printer_name{
    padding: 10px 0;
    font-size: 25px;
    font-weight: bold;
    color: #727171;
}

.printer_explanation{
    padding: 15px 0;}

.meter_size{
    text-align: center;
     font-size: 20px;
     font-weight: bold;
    color:#f2a400;
}

.image_right{
    text-align: center;
}

.image_center p{
  flex-direction: column;
  text-align: center; 
}
.img_wrap{
    display: flex;
    justify-content: center;
}
.img_wrap button{
    width: 138px;
    height: 36px;
    background-color: #4199BF;
    font-size: 1.2rem;
    color: white;
    transition:.5s;
}
.img_wrap button:hover{
    margin-top: 5px;
    transition:.5s;
}
.contact_box{
    width: 900px;
    margin: 11rem auto;
}
.contact_box h3 {
    font-size: 2rem;
    text-align: center;
}
.contact_button{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 50px;
}

.icon_left,.icon_right{
    display: flex;
    position: relative;
    width: 320px;
    height: 60px;
    color: #fff;
    border: solid 3px #0076aa;
    background-color: #0076aa;
    border-radius: 10px;
    transition: .5s;
    
}
.icon_left:hover,.icon_right:hover{
    display: flex;
    position: relative;
    width: 320px;
    height: 60px;
    border: solid 3px #0076aa;
    background-color: white;
    border-radius: 10px;
    transition: .5s;
    color: #0076aa;
}
.icon_left span,.icon_right span{
    transform: scaleX(0.5);
}

.contact_box h3{
    font-size: 2rem;
}
.contact_button img{
    position: absolute;
    display: flex;
    z-index: 10;
    top: 27%;
    transform: translateY(-50%);
    
}
.contact_button a{
    font-size: 1.3rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
}


  
@media screen and (max-width: 1310px) {
    .series_brock{
        width: 95%;
    }
  
}


@media screen and (max-width: 960px) {
.series_brock{
    width: 100%;
}
 .creatbot_series{
    display: block;
    width: 100%;
    height: auto;
 }

 .text_container{
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 100%;
}
.img_wrap{
    position: relative;
    width: 85%;
    margin: auto;
}
.image_left,.image_center,.image_right{
}

}
@media screen and (max-width: 600px) {
    .creatbot_series{
    height: auto;
 }
    .image_center{
        display: none;
    }

    .contact_box{
    width: 600px;
    margin: 11rem auto;
}

    .contact_icon {
    display: grid;
    justify-content: center;
}
.contact_button{
    display: grid;
}
}

@media screen and (max-width: 430px) {
    .creatbot_series{
    height: auto;
 }
    .img_wrap{
    display: block;
}
      .contact_box {
        width: 430px;
        margin: 11rem auto;
    }
}