@import url("bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("animate.min.css");
@import url("icofont.min.css");
@import url("owl.carousel.min.css");
@import url("cubeportfolio.min.css");
@import url("bootstrap-dropdownhover.min.css");
@import url("shortcodes.css");
@import url("style.css");
@import url("responsive.css");
body{

    overflow-x: hidden;
}
.wide-tb-80 .design{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-image: url(../images/33916aa2714b9d4d23d992d84ca8e88c.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: 160px 160px;
position: relative;
right: 470px;
bottom: 50px;


}
.design h2{
    padding-top: 40px;
    padding-right: 40px;
    color: rgb(226, 14, 50);
    width: 100px;
   
}
.wide-tb-80 .c{
    height: 40px;
    width: 3px;
    background-color: rgb(107, 93, 93);
    margin-right: 545px;
    margin-top: -40px;
}
.wide-tb-80 .design .d{
    padding-right: 40px;
    padding-top: 30px;
}
.wide-tb-80 .design .d6{
    padding-right: 46px;
    padding-top: 25px;
}
.wide-tb-80 .design .x{
    padding-right: 35px;
}
.wide-tb-80 .design .y{
    padding-right: 37px;
    
}
.wide-tb-80 hr{
    height: 0.5px;
    width: 530px;
    background-color: rgb(122, 103, 103);
    position: relative;
    bottom: 40px;
}
.wide-tb-80 .c1{
    margin-right: 290px;
    margin-top: -56px;
    height: 30px;
}
.wide-tb-80 .c2{
    margin-right: 820px;
    margin-top: -32px;
    height: 30px;
}
.wide-tb-80 .c5{
    margin-top: 45px;
    display: flex;
}
.c5 .first{
    margin-left: 110px;
}
.c5 .second {
    margin-left: -690px;
}
.design .count{
    padding-top: 55px;
    padding-right: 30px;
}
.design .count1{
    padding-top: 60px;
    padding-right: 22px;
}
.end2{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.end2 section{
    background-color: #ffffff;
    height: 310px;
    width: 350px;
    margin: 100px auto 0 auto;
    position: relative;
    border-radius: 12px;
    transition: 0.6s ease-in-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
   
    
}
.end2 section:hover{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.end2 img{
    width: 250px;
    height: 200px;
    position: absolute;
    left: 50px;
    top: 10px;
    border-radius: 12px;
transition: all 0.5s;
}

.container3{
    position: absolute;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
} 

.Body{
    min-height: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.Body div{
height: 600px;
width: 45%;
margin-top: 60px;
border-radius: 20px;
text-align: center;
padding-top: 15px;
padding-bottom: 30px;


}
@media (max-width:400px){
    .Content1{
        width: 68%;
        height: 400px;
        margin-top: 15px;
        margin-left: 16%;
    }



    hr{
        display: none;}
 
.wide-tb-80 .design{
    position: relative;
right: 100px;
bottom: 50px;
top: 30px;
}
.wide-tb-80 .design::after{
    content:"";
    height: 40px;
    width: 3px;
    background-color: rgb(107, 93, 93);
    position: absolute;
    left: 80px;
    top: 170px;
}
.wide-tb-80 .bb::after{
    content:none;
}
.wide-tb-80 .c{
    display: none;
}
.wide-tb-80 .c5{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}
.c5 .first,.c5 .second,.c5 .third{
    margin-top: 20px;
}


}


/* Position the image container (needed to position the left and right arrows) */
.container2 {
    position: relative;
    width: 80%;
    overflow: hidden;
    margin-right: 10%;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }




@media(min-width:401px){
    .wide-tb-80 .design{
        position: relative;
    right: 130px;
    bottom: 50px;
    top: 30px;
    }
    /*
    .wide-tb-80 .third{
        position: relative;
    right: 250px;
    bottom: 50px;
    top: 30px;
    }
    .wide-tb-80 .first::after,.wide-tb-80 .second::after{
        display: none;
    }
    .wide-tb-80 .bb::after{
        display: none;
    }
    .wide-tb-80 .c5{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    } 
   .wide-tb-80 hr{
       display: none;
   }
    .wide-tb-80 .c{
        display: none;
    }
    .wide-tb-80 .c5{
        position: relative;
        left: 120px;
    }
    .wide-tb-80 .design::after{
        content:"";
        height: 40px;
        width: 3px;
        background-color: rgb(107, 93, 93);
        position: absolute;
        left: 80px;
        top: 170px;
    }
}*/
@media (min-width:700px){
    .Content1{
        width: 68%;
        height: 1010px;
        margin-top: 15px;
        margin-left: 16%;
      }
    }
  /*  .wide-tb-80 .c5{
       display: flex;
       margin-right: 10px;
       margin-top: 30px;
    }
    .wide-tb-80 .design{
        margin-right: 130px;
        
    }
    .wide-tb-80 .second{
        position: relative;
        right: 100px;
    }
    .wide-tb-80 .third{
       position: relative;
       right: -10px;
    }
    .wide-tb-80 .c{
        display: none;
    }
    .wide-tb-80 .k1{
        height: 30px;
        width: 3px;
        background-color: rgb(97, 90, 90);
        position: relative;
        right: 80px;
        top: 35px;
    }
    .wide-tb-80 .k2{
        height: 30px;
        width: 3px;
        background-color: rgb(97, 90, 90);
        position: relative;
        right: 610px;
        top: 5px;
    }
    .wide-tb-80 .kd2{
        height: 30px;
        width: 3px;
        background-color: rgb(97, 90, 90);
        position: relative;
        right: 600px;
        top: -465px;
    }
    .wide-tb-80 .kd3{
        height: 30px;
        width: 3px;
        background-color: rgb(97, 90, 90);
        position: relative;
        right: 340px;
        top: -435px;
    }
    .wide-tb-80 .g2{
        height: 50px;
        width: 7px;
        background-color: rgb(248, 241, 241);
        position: relative;
        right: 86px;
        top: -335px;
    }
    .wide-tb-80 .g1{
        height: 30px;
        width: 3px;
        background-color: rgb(97, 90, 90);
        position: relative;
        right: 340px;
        top: -295px;
    }
    .wide-tb-80 .n{
        height: 30px;
        width: 3px;
        background-color: rgb(97, 90, 90);
        position: relative;
        right: 600px;
        top: -565px;
    }
    .wide-tb-80 .m{
        height: 30px;
        width: 3px;
        background-color: rgb(97, 90, 90);
        position: relative;
        right: 340px;
        top: -595px;
    }
    .wide-tb-80 .first{
position: relative;
right: 240px;
    }
    .wide-tb-80 hr{
        display: block;
        position: relative;
        top: 50px;
    }
 
 
    
  
   
}
@media(min-width:992px){
    .wide-tb-80 .c5{
        margin-right: -100px;
        margin-top: 30px;
     }
     .wide-tb-80 .design{
        margin-right: 250px;
        
    }
    .wide-tb-80 .kd2{
        position: relative;
        right: 730px;
    }
    .wide-tb-80 .kd3{
        position: relative;
        right: 450px;
    }
    .wide-tb-80 .g2{
        position: relative;
        width: 10px;
        right: 195px;
    }
    .wide-tb-80 .g1{
       position: relative;
        right: 450px;
    }
    .wide-tb-80 .k2{
        position: relative;
        right: 730px;
    }
    .wide-tb-80 .k1{
        position: relative;
        right: 200px;
    }
    .wide-tb-80 .n{
        position: relative;
        right: 730px;
    }
    .wide-tb-80 .m{
        position: relative;
        right: 450px;
        
    }
    .wide-tb-80 .third{
        position: relative;
        right: -150px;
     }
     .wide-tb-80 .first{
         right: 340px;
     }

}
@media(min-width:1025px){
    .wide-tb-80 .c5{
        margin-right: -200px;
        margin-top: 30px;
     }
     .wide-tb-80 .design{
        margin-right: 350px;
        
    }
    .wide-tb-80 .third{
        position: relative;
        right: -270px;
     }
     .wide-tb-80 .first{
         right: 443px;
     }
     .wide-tb-80 .kd2{
        position: relative;
        right: 830px;
        top: -473px;
    }
    .wide-tb-80 .kd3{
        position: relative;
        right: 550px;
        top: -440px;
    }
    .wide-tb-80 .g2{
        position: relative;
        width: 10px;
        right: 275px;
    }
    .wide-tb-80 .g1{
       position: relative;
        right: 550px;
        
    }
    .wide-tb-80 .k2{
        position: relative;
        right: 819px;
        top: 2.5px;
    }
    .wide-tb-80 .k1{
        position: relative;
        right: 290px;
        top: 33.5px;
    }
    .wide-tb-80 .n{
        position: relative;
        right: 830px;
        top: -572px;
    }
    .wide-tb-80 .m{
        position: relative;
        right: 550px;
        top: -600px;
        
    } 
}
*/