html {
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    position: relative;
    font-family: 'poppins', sans-serif;
    background-color:white;
}

::selection {
    background: #1b1b1b;
    color: #fff;
}

.navbar {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw;
    background: #fff;
    z-index: 9;
    transition: top 0.3s;
}

img {
    margin-top: 12px;
}

@media (max-width: 414px) {
  
    .blog__image {
        margin-left: 0px;
    }
}

@media (max-width: 414px) {

    #navbar {
        width: 80%;
        padding: 0;
    }

    #home {
        display: none;
    }

    img {
        margin-left: 10px;
    }
}

@media (max-width: 414px) {
  
    .blog__overview {
        display: none;
    }

    :-webkit-any(article, aside, nav, section) h2 {
        font-size: 1.1em;
        /* color: #7c4d31; */
    }

    h3.about {
        font-size: 1.5em;
    }
    
    p {
        font-size: 1em;
    }
}


@media screen and (max-width: 730px) {
    .btn.dark{
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }
}

.links__container{
    display: flex;
    list-style: none;
}

.link{
    -webkit-transition: color 100ns;
    transition: color 100ns;
}

.link:hover{
    color: white;
    background-color: black;
}

.link{
    padding: 10px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
}

.link{
    box-shadow: 3px 3px 4px;
}

.header{
    margin-top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    background: url(../img/header.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white; 
}

@media (max-height:800px){
	header { padding-top:40px; }
}

.content{
    text-align: center;
}

.heading{
    color: #fff;
    text-transform: capitalize;
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 80px;
    padding-bottom: 65px; 
}

.heading{
    /* box-shadow: 10px 10px 30px;  */
    text-shadow: 7px 7px black;
    /* border-right: 0.05em solid white; */
}

.heading {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    animation:
       typing 3.5s steps(40, end),
       blink-caret .75s step-end infinite;
    animation-iteration-count: infinite;
}

.heading .small{
    display: block;
    font-size: 40px;
}

.heading .no__fill{
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
    }

    @media (max-width: 508px) {
        .heading .small{
            display: block;
            font-size: 25px;
        }

        .heading {
            font-size: 40px;
        }
}

.btn{
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

.btn {
    background: white;
    cursor: pointer;
}

.btn:hover {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.searchSection__logo{
    background: #ffffff;
    border-radius: 1.75rem;
    box-shadow: 0 1px 2px 0 rgb(48 48 48 / 30%), 0 1px 3px 1px rgb(48 48 48 / 15%);
    box-sizing: border-box;
    display: flex;
    height: 2.75rem;
    margin: 0 auto 1rem auto;
    padding: 0.375rem;
    width: 2.75rem;
    margin-top: 15px;
}

#navigateHere {
    color: #9f6b4d;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
    padding: 0 0 1.5rem 0;
    text-align: center;
    margin-bottom: -10px;
}

.blogs__section {
    width: 100%;
    padding: 50px 5vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}

.blog__image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.blog__image:hover {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease; 
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    transform: scale(1.1);
}

.blog__overview {
    margin: 10px 0 20px;
    line-height: 30px;
}

.btn.dark {
    background: #1b1b1b;
    color: #fff;
}

.btn.dark:hover {
    background: transparent;
    color: #000000;
    border: none;
}

.blogs__section {
    word-break: break-word;
}

.searchBar {
    margin-bottom: -20px;
}

#searchBar {
    margin-left: 22%;
    padding:15px;
    border-radius: 0.5rem;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 1px 2px 0 rgb(48 48 48 / 30%), 0 1px 3px 1px rgb(48 48 48 / 15%);
}

input[type=text] {
    width: 56%;
    -webkit-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
    font-size: 1rem;
    height: 3rem;
}

/* When the input field gets focus,
        change its width to 100% */
input[type=text]:focus {
    width: 60%;
}

.searchBar__input:focus{
    margin-left: 13%;
}


/* --------footer------- */

.footer__distributed {
	background-color: #181a1b;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 80px;
}

.footer__left,
.footer__center,
.footer__right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer__left {
	width: 30%;
}

.about {
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
    font-size: 1.5em;
	margin: 0;
}

/* The company logo */

.footer__logo {
	width: 30%;
}

.footer__logo{
    max-width: 10%; 
    margin-top: 10px;
}

.about__span {
	color: #996141bf;
}

/* Footer links */

.footer__links {
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer__links a {
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer__company--name {
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer__center {
	width: 35%;
}


.footer__center i {
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer__center .fa-envelope {
	font-size: 17px;
	line-height: 38px;
}

.footer__center p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer__center p span {
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer__center p a {
	color: #996141bf;
	text-decoration: none;;
}


/* Footer Right */

.footer__right {
	width: 30%;
}

.footer__right p {
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer__right p span {
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer__icons {
	margin-top: 25px;
}

.footer__icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
    /* background-color: black; */
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer__left,
	.footer__center,
	.footer__right {
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer__center i {
		margin-left: 0;
	}

}

#topBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #996141bf;
    color: white;
    border: none;
    cursor: pointer;
    display: none;
 }

 #topBtn:hover {
    color: black;
    background: #996141;
 }