@font-face {
    font-family: cbb;
    src: url(fonts/Cabin-Bold.ttf);
}
@font-face {
    font-family: ccb;
    src: url(fonts/Cabin_Condensed-Bold.ttf);
}
html,body{
    color: black;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: cbb;
}
.navbar-brand img{
    height: 105px;
    width: 328px;
}
.navbar .navbar-toggler[aria-expanded="true"] {
    color: #35bacd!important;
}
.navbar .navbar-toggler:focus{
    color: #35bacd;
} 
#btnnn{
    color: #35bacd;
}
#btn,#btnnn{ 
    font-size: 20px;
  	font-weight: 600;
    padding: .5rem 1.5rem;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    border-radius: 25px;
}
#btn:hover{
    background-color: #35bacd;
}
#btnnn:hover{
    color: #022d34;
}
#home{
    background-image: url("img/man-renovating-his-house-with-design-space.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    height: 720px;
}
#aboutus{
    background-image: url("img/carpentry-instruments-white-background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}
.txt{
    padding: 0% 10% 0% 10%;
}
.txt,.txt2{
    display: grid;
    justify-content: center;
    align-items: center;
    row-gap: 35px;
    margin: auto;
    margin: 0% 0% 5% 0%;
    text-align: center;
}
.tcon{
    margin: 2% 0% 0% 0%;
}
.t1{
    padding: 1% 15% 1% 15%;
}
.txt h2{
    font-family: cb;
    font-weight: 900;
}
.txt h5{
    display: inline-block;
    border-radius: 50px;
    background-color: #35b9cd7d;
    padding: 2% 3% 2% 3%;
    margin: 3% 0% 0% 0%;
    font-size: 25px;
}
.picbtns{
    display: grid;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
}
#pbtn a,#vbtn a{
    font-size: 22px;
    padding: .25rem 3rem;
    text-decoration: none;
    color: black;
    display: block;
}
#pbtn, #submit{
    border-radius: 25px;
    background-color: #35bacd;
    border: transparent;
    appearance: none;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,rgba(45, 35, 66, 0.3) 0 -3px 0 inset;
    box-sizing: border-box;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    list-style: none;
    overflow: hidden;
    cursor: pointer;
}
#pbtn:focus, #submit:focus{
  box-shadow: rgba(45, 35, 66, 0.3) 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px,rgba(45, 35, 66, 0.3) 0 -3px 0 inset;
}

#pbtn:hover, #submit:hover{
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(45, 35, 66, 0.3) 0 -3px 0 inset;
  transform: translateY(-2px);
}
#pbtn:active, #submit:active{
  box-shadow: #474747 0 3px 7px inset;
  transform: translateY(2px);
}
#vbtn{
    border: transparent;
    background: transparent;
}
#vbtn a:hover{
    text-decoration: underline;
}
.txt2 h2{
    font-family: ccb;
    font-size: 50px;
}
.txt2 h4{
    line-height: 2;
    font-size: 25px;
}
#if{
    border: 4px solid darkblue;
    margin: auto;
    width: 50%;
    height: 50%;
}
#services h1{
    text-align: center;
    padding: 1% 0% 3% 0%;
    font-family: ccb;
    font-size: 50px;
}
#log{
    margin: 2% 0% 2% 0%;
}
#logos{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.image-container {
    opacity: 0;
    transform: translateY(-100px);
}
.sss {
    animation: slide-in 1s forwards;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#logos img{
    height: auto;
    width: auto;
}
#bullets{
    background-color: black;
    color: white;
    text-align: center;
}
#bullets h2{
    font-size: 50px;
    padding: 2% 0% 2% 0%;
    font-family: ccb;
}
#bullets ul li{
    display: inline-block;
    padding: .5% 0% .5% 0%;
    font-size: 30px;
}
#bullets ul li::before{
    content: "• ";
}
#testimonials h1{
    text-align: center;
    font-family: ccb;
    font-size: 50px;
}
#testimonials h4{
    margin-left: 10%;
}
#testimonials{
    padding: 1% 0% 1% 0%;
}
.mySlides{
    border-radius: 25px;
    background-color: black;
    padding: 2%;
    margin: 0% 8% 0% 8%;
    height: fit-content;
}
.mySlides h3{
    color: rgb(4, 130, 172);
    font-size: 25px;
}
.mySlides h4{
    color: rgb(4, 130, 172);
    font-size: 25px;
    text-align: right;
}
.mySlides p{
    color: white;
    font-size: 20px;
}
.slides{
    position: relative;
}
.next {
    margin-left: 92vw;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    width: auto;
    top: 37%;
    color: rgb(44, 40, 40);
    font-size: 45px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    touch-action: cross-slide-x;
}
.next:hover{
    color: black;
    font-size: 50px;
}
#imge,#imge1{
    height: 320px;
    width: auto;
    border: 4px solid black;
    display: block;
    cursor: pointer;
    transition: 0.3s;
}
#imge:hover,#imge1:hover{
    opacity: 0.5;
}
#gallery div{
    display: grid;
    justify-content: center;
    align-items: center;
}
#gallery h1{
    text-align: center;
    padding: 2% 0% 2% 0%;
    font-family: ccb;
    font-size: 50px;
}
#vid2{
    height: 345px;
    width: auto;
    border: 4px solid black;
}
#modal{
    display: none; 
    position: fixed; 
    z-index: 200; 
    padding-top: 100px; 
    top: 15%;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 250px;
}
.modal-content{
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.close {
    position: absolute;
}
@media only screen and (max-width: 700px){
    .modal-content {
      width: auto;
    }
}
#view{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0% 42% 0% 42%;
}
#ii1{
    border-radius: 100px;
    box-shadow: rgba(67, 68, 67, 0.2) 0 -25px 18px -14px inset,rgba(72, 73, 72, 0.15) 0 1px 2px,rgba(53, 54, 54, 0.15) 0 2px 4px,rgba(58, 60, 59, 0.15) 0 4px 8px,rgba(76, 77, 76, 0.15) 0 8px 16px,rgba(43, 45, 44, 0.15) 0 16px 32px;
    color: white;
    font-size: larger;
    background-color: black;
    cursor: pointer;
    padding: 7px 20px;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
#ii1:hover {
    box-shadow: rgba(48, 48, 48, 0.35) 0 -25px 18px -14px inset,rgba(58, 59, 58, 0.25) 0 1px 2px,rgba(49, 52, 50, 0.25) 0 2px 4px,rgba(92, 94, 93, 0.25) 0 4px 8px,rgba(89, 92, 90, 0.25) 0 8px 16px,rgba(91, 91, 91, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}
.column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: 10px;
}  
.column img {
    cursor: pointer;
    height: 25vh;
    width: 15vw;
    transition: 0.3s;
    border: 4px solid black;
}
.column img:hover {
    opacity: 0.6;
}
#where{
    background-color: #939281;
    margin: 5% 0% -5% 0%;
    padding: 3% 0% 5% 5%;
}
#where h1{
    font-size: 60px;
    font-weight: 700;
}
#where p{
    font-size: 28px;
}
.imgg img:hover{
    opacity: 0.6;
}
.imgg{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#icons{
    display: grid;
    justify-content: center;
    align-items: center;
}
#icons h2{
    font-family: ccb;
    font-size: 80px;
}
#gfq h1{
    font-family: ccb;
    font-size: 60px;
    text-align: center;
    padding: 3% 0% 3% 0%;
    text-decoration: underline;
    text-underline-offset: 20px;
    animation: color-change 3s infinite;
}
@keyframes color-change {
    0% { color: black; }
    25% { color: #35b9cdb0;}
    50% { color: black; }
    75% { color: #35b9cda2; }
    100% { color: black;}
}
#form{
    padding: 2% 5% 5% 5%;
}
#form label{
    font-size: 25px;
}
#name, #email, #phone, #address, #subject{
    border-radius: 15px;
    width: 100%;
    height: 50px;
    font-size: 25px;
    padding: 0% 0% 0% 1%;
    background-color: #35b9cda2;
}
#name:hover, #email:hover, #phone:hover, #address:hover, #subject:hover{
    background-color: #85d4e04a;
}
#message{
    padding: 1% 0% 0% 2%;
    border-radius: 15px;
    width: 100%;
    height: 400px;
    resize: none;
    font-size: 25px;
    background-color:  #35b9cdb4;
}
#message:hover{
    background-color: #85d4e04a;
}
::placeholder{
    font-size: 25px;
}
#submit{
    font-size: 20px;
    font-weight: 700;
    padding: 1rem 6rem;
}
#own{
    text-align: center;
}
#own h6{
    text-decoration: underline;
}
#own a{
    color: black;
    text-decoration: none;
}
#own a:hover{
    opacity: 0.6;
}
@media (max-width: 1280px) {
    .column img {
        height: 150px;
        width: 150px;
    }
}
@media (max-width: 1200px) {
    #btn,#btnnn{ 
        padding: .5rem .8rem;
    }
    #if{
        height: 70%;
        width: 70%;
    }
}
@media (max-width: 1000px) {
    #logos{
        margin: 4% 0% 4% 0%;
    }
    #gi{
        padding: 2% 0% 2% 0%;
    }
}
/**/
@media (max-width: 850px) {
    .mySlides h3{
        font-size: 20px;
    }
    .mySlides h4{
        font-size: 20px;
    }
    .mySlides p{
        font-size: 15px;
    } 
}
@media (max-width: 757px) {
    .navbar-brand img{
        height: 85px;
        width: 308px;
    }
    .column img {
        height: 100px;
        width: 100px;
    }
}
@media (max-width: 650px) {
    #view{
        padding: 0% 35% 0% 35%;
    }
}
@media (max-width: 566px) {
    #logos img{
        height: 17.5vh;
        width: 25vw;
    }
    #services h1{
        font-size: 40px;
    }
    #bullets ul li{
        font-size: 20px;
    }
    #bullets h2{
        font-size: 40px;
    }
    #where h1{
        font-size: 35px;
    }
    .tcon h2{
        font-size: 20px;
    }
    .tcon h5{
        font-size: 18px;
    }
    .txt2 h2{ 
        font-size: 40px;
    }
    .txt2 h4{ 
        font-size: 17px;
    }
    #where p{
        font-size: 15px;
    }
    #icons h2{
        font-size: 45px;
    }
    #testimonials h1{
        font-size: 40px;
    }
    #testimonials h4{
        font-size: 20px;
    }
    #gallery h1{
        font-size: 40px;
    }
    #gfq h1{
        font-size: 40px;
        padding: 6% 0% 8% 0%;
    }
    #submit{
        padding: .5rem 3rem;
        font-size: 20px;
    }
}
@media (max-width: 519px) {
    .navbar-brand img{
        height: 70px;
        width: 280px;
    }
    .column img {
        height: 80px;
        width: 80px;
    }
    #form label{
        font-size: 20px;
    }
    .tcon h2{
        font-size: 20px;
    }
    .tcon h5{
        font-size: 16px;
        padding: 3% 10% 3% 10%;
    }
}
@media (max-width: 410px) {
    .navbar-brand img{
        height: 60px;
        width: 220px;
    }
    .column img {
        height: 60px;
        width: 60px;
    }
    .tcon h2{
        font-size: 18px;
    }
    .tcon h5{
        font-size: 14px;
    }
    #submit{
        padding: .5rem 2.6rem;
        font-size: 18px;
    }
    #own p{
        font-size: 13px;
    }
}

