@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,700;1,300;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    justify-content: center;
    align-items: center;
}

html{
    scroll-behavior: smooth;
}
.max-width{                                                                                                         
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
}
/*navbar styling*/
.navbar{
    position: fixed;
    width: 100%;
    padding: 30px 0;
    font-family: 'ubuntu', sans-serif;
    background-color: rgb(151, 135, 135);
    opacity: 0.4;
    transition: all 0.3s ease;
}
.navbar.sticky{
    padding: 15px 0;
    background: crimson;  
    opacity: 1s;
}
.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search{
    width: 330px;
    float: left;
    margin-left: 0;
}

.input-srch{
    font-family: 'Times New Roman';
    width: 100px;
    height: 30px;
    background: transparent;
    border: 1px solid crimson;
    margin-top: 13px;
    color: #fff;
    border-right: none;
    font-size: 16px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btni{
    width: 70px;
    height: 20px;
    background: crimson;
    border: 2px solid crimson;
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    border-bottom-right-radius: 5px;
}

.btni:focus{
    outline: none;
}

.input-srch:focus{
    outline: none;
}

.navbar .logo a{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.navbar .logo a span{
    color: crimson;
}
.navbar.sticky .logo a span{
    color: #fff;
}

.navbar .menu li{
    border: none;
    list-style: none;
    display: inline-block;
}
.navbar .menu li a{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 25px;
    transition: color 0.3s ease;
    opacity: 1s !important;
}
.navbar .menu li a:hover{
    color: crimson;
}
.navbar.sticky .menu li a:hover{
    color: #fff;
}

/*menu-btn styling*/
.menu-btn{
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
}
.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 42px;
    background: crimson;
    right: 5px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9999;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-up-btn.show{
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}
/*home section styling*/
.home input{
    float: right;
    height: 1rem;
    opacity: 0.5;
}
.home{
    display: flex;
    background: url("images/20210722_063615.png") no-repeat center;
    background-size: cover;
    height: 100vh;
    color: beige;
    min-height: 500px;
    font-family: 'ubuntu', sans-serif;
    background-position: 50% 50%;
}
.home .max-width{
    margin: auto 0 auto 40px;
}
.home .home-content .text1{
    font-size: 27px;
}
.home .home-content .text2{
    font-size: 75px;
    font-weight: 600; 
    margin-left: -3px;
}
.home .home-content .text3{
    font-size: 40px;
    margin: 5px 0;
}
.home .home-content .text3 span{
    color: crimson;
    font-weight: 500;
}

.home .home-content a{
    display: inline-block;
    background: crimson;
    color: #fff;
    font-size: 25px;
    padding: 12px 36px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid crimson;
    transition: all 0.3s ease;
}

.home .home-content a:hover{
    color: crimson;
    background: none;
}

.bokisi{
    width: 300px;
    padding: 40px;
    position: absolute;
    top: 55%;
    left: 90%;
    transform: translate(-50%, -50%);
    background: #bdc3c7, transparent;
    text-align: center;
}
.input{
    background: none;
    border: #111;
    border-radius: 50px;
}
.bokisi h1{
    text-transform: uppercase;
}
.bokisi input[type = "text"], .bokisi input[type = "password"]{
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid beige;
    padding: 14px 10px;
    width: 200px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s;
}

.bokisi input[type = "text"]:focus, .bokisi input[type = "password"]:focus{
    width: 280px;
    border-color: crimson;

}

.bokisi input[type = "submit"]{
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid beige;
    padding: 14px 10px 14px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer;

}
.bokisi input[type = "submit"]:hover{
    background: crimson;
}

/*all similar styling content code*/
section{
    padding: 100px 0;
}

section .title{
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-family: 'ubuntu', sans-serif;
}

section .title::before{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 180px;
    height: 3px;
    background: #111;
    transform: translate(-50%);
}

section .title::after{
    position: absolute;
    bottom: -12px;
    left: 50%;
    font-size: 20px;
    color: crimson;
    padding: 5px;
    background: #fff;
    transform: translate(-50%);
}
/* about section styling*/

.about .services .bookings, footer{
    font-family: 'Poppins', sans-serif;
}

.about .title::after{
    content: "ndingubani?";
}
.about .about-content, .services .serv-content, .bookings .bookings-content, .contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about .about-content .left{
    width: 45%;
}
.about .about-content .left img{
    height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 6px;
}
.about .about-content .right{
    width: 50%;
}
.about .about-content .right .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about .about-content .right .text span{
    color: crimson;
}
.about .about-content .right p{
    text-align: justify;
}
.about .about-content .right a{
    display: inline-block;
    background: crimson;
    color: #fff;
    font-size: 20px;
    font-weight: 500;;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid crimson;
    transition: all 0.3s ease;
}
.about .about-content .right a:hover{
    color: crimson;
    background: none;
}

/*services styling*/
.services{
    color: #fff;
    background: #111;
}
.services .title::before{
    background: #fff;
}
.services .title::after{
    background: #111;
    content: "ndenzani?";
}
.services .serv-content .card{
    width: calc(33% - 20px);
    background: #222;
    text-align: center;
    border-radius: 6px;
    padding: 20px 25px;
    cursor: pointer;
}
.services .serv-content .card:hover{
    background: crimson;
}
.services .serv-content .card .box{
    transition: all 0.3s ease;
}
.services .serv-content .card:hover .box{
    transform: scale(1.05);
}
.services .serv-content .card i{
    font-size: 50px;
    color: crimson;
    transition: color 0.3s ease;
}
.services .serv-content .card:hover i{
    background: #fff;
}
.services .serv-content .text{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}
/*Booking Styling */
.bookings .title::after{
    content: "Ndiqashe";
}
section .bookings .max-width{
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}
.container-form{
    background-color: #fafafa;
    margin: 200px;
    box-shadow: rgba(0,0,0,-1);
    display: grid;
    grid-template-columns: 40% 60%;
}

.container-time{
    background-color: rgb(0,0,0, -95);
    padding: 50px;
    outline: 3px dashed crimson;
    outline-offset: -30px;
    text-align: center;
}

.headings{
    font-size: 35px;
    text-transform: uppercase;
}

.heading-days{
    color: crimson;
    font-size: 30px;
}

.heading-phone{
    font-size: 30px;
}
.container-form{
    padding: 20px 0;
    margin: 0 auto;
    color: #000;
    
}
.book-me{
    display: grid;
    grid-row-gap: 20px;
    align-self: center;
}
.book-me p{
    font-weight: 600;
}
.form-field{
    display: flex;
    justify-content: space-between;
}
input, select{
    pad: 10px 15px;
}
.book-me a{
    display: inline-block;
    background: grey;
    color: #fff;
    font-size: 20px;
    font-weight: 500;;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid white;
    transition: all 0.3s ease;
}
.book-me button{
    color: transparent;
    background: black;
    border: none;
    border-radius: 60%;
}
/* Contact styling*/
.video .title::after{
    content: "Umboniso";
}
.container{
    width: 1100px;
    height: 480px;
    display: flex;   
    background: rgb(238, 236, 236);
    
}

.container .videos{
    width: 20%;
    padding: 10px 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
}

.container .videos video{
    width: 95%;
    height: 100px;
    margin: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s;
}

.container .videos video:nth-child(1){
    margin-top: 0;
}

.container .videos video:hover,
.container .videos .active{
    transform: scale(1.06);
    border: 3px solid crimson;
}

.container .main-video{
    width: 80%;
    padding: 10px;
}

.container .main-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid crimson;
}
/*blog styling*/
  #blog{
    position: relative;
    top:  30rem;
}
#blog, .blog-div{
    z-index: -1;
}
.blog .title::after{
    content: "unxibelelwano";
}
.blog-cont{
    width: 80%;
    height: 80%;
    background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9)0%,
     rgba(255, 255, 255, 0.9)95%,
     transparent 90%), 
     url(images/dini4.jpg);
    /* background-size: 100%;
     background-position: right;*/
     border-radius: 3px;
     right: 50%;
     box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 2);
     display: inline-block;
    
}
.blog-div{
    width: 80%;
    border: 20px solid #bdc3c7;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 20px;
    margin: 20px auto;
    max-width: 700px;
}
/* Add a card effect for articles */
.post{
    margin-bottom: 20px;
}
.date{
    color: crimson;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.quote{
    border-left: 5px solid #bdc3c7;
    padding-left: 5px;
}

.post h1{
    font-size: 2.0rem;
    font-weight: bold;
    color: #2c3e50;
}
hr{
    height: 0;
    border-top: 1px solid#bdc3c7;
    ;

}
.post img{
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 6px;
}
h5{
    font-family: 'ubuntu', sans-serif;
    color: rosybrown;
}
footer{
    position: relative;
    top: 30rem;
    background: lightslategray;
    padding: 20px 23px;
    text-align: center !important;
    font-size: 20px;
    font-weight: bold;
}
footer span a{
    color: crimson;
}
footer span a:hover{
    text-decoration: underline;
}
footer .social-menu ul{
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
}
.social-menu ul li{
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa{
    font-size: 20px;
    line-height: 60px;
    transition: 6s;
    color: #000;
}
.social-menu ul li .fa:hover{
    color: #fff;
}
.social-menu ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.social-menu ul li a:hover {
    transform: translate(0, -10px);
}
/*responsive media query start*/
@media (max-width: 1300px){
  .home .max-width{
        margin-left: 0px;
    }
 @media (max-width: 1104px){
    .about .about-content .left img{
        height: 350px;
        width: 350px;
    }
          }
@media (max-width: 991px){
     .max-width{
         padding: 0 50px;
     }
        }
 @media (max-width: 947px){

    .menu-btn{
        display: block;
        z-index: 999;
    }
    .menu-btn i.active::before{
        content: "\X";
    }
.navbar .menu{
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #111;
    text-align: center;
    padding-top: 80px;
    transition: all 0.3s ease;
}    
.navbar .menu.active{
    left: 0;
}
.navbar .menu li{
    display: block;
}
.navbar .menu li a{
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
}
.home .home-content .text2{
    font-size: 70px;
}
.home .home-content .text3{
    font-size: 35px;
}
.home .home-content a{
    font-size: 23px;
    padding: 10px 30px;
}
.max-width{
    max-width: 800px;
}
.about .about-content .column{
    width: 100%;
}
.about .about-content  .left{
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
}
.about .about-content  .right{
    flex: 100%;
    
}
.services .serv-content .card{
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

@media (max-width: 690px){
    .max-width{
        padding: 0 23px;
    }
    .home .home-content .text2{
        font-size: 60px;
    }
    .home .home-content .text3{
        font-size: 32px;
    }
    .home .home-content a{
        font-size: 20px;
        padding: 9px 25px;
    }
    .services .serv-content .card{
        width: 100%;
    }
    
}
 }
@media (max-width: 500px){
    .home .home-content .text2{
        font-size: 50px;
    }
    .home .home-content .text3{
        font-size: 27px;
    }
}
}
@media (max-width: 750px) {
    .container .main-video{
      width: 30%;
      height: 40%;
    }
    .container .videos{
      width: 200px;
      height: 200px;
    }
  }
@media(max-width: 600px){
    .container .videos{
        width: 250px;
        height: 200px;
      }
    .container-time{
        padding: 25px;
    }
    .headings{
        font-size: 25px;
    }
    .heading-phone{
        font-size: 20px;
    }
    .post img{
        height: 200px;
        width: 200px;
    }
    .post h1{
        font-size: 1.5rem;
    }
    .blog-cont{
        width: 90%;
        height: 80%;
    }
}

@media(max-width: 400px){
    .navbar{
        width: 40%;
    }
    .home{
        background-size: cover;
    }
    .container .main-video{
        width: 25%;
        height: 30%;
      }
    .container .videos{
        width: 100px;
        height: 200px;
      }
    .container-time{
        padding: 30px;
    }
    .headings{
        font-size: 20px;
    }
    .heading-phone{
        font-size: 15px;
    }
    .post img{
        height: 150px;
        width: 150px;
    }
    .post h1{
        font-size: 1rem;
    }
    .blog-cont{
        width: 100%;
        height: 80%;
    }
}