body{
	background-color: #f9f9f9;
	font-family: "Crimson Text";
}

.main{
	background: #fff;
}

.home-description{
	font-style: normal;
	font-weight: 600;
	font-family: "Josefin Sans";
	font-size: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 29px;

}

.social a i{
	height: 40px;
	width: 40px;
	border: 1px solid #111;
	line-height: 40px;
	margin: 0 10px;
	color: #111;
	font-size: 20px;
	padding-bottom: 20px;
	}

.social a:hover i{
	color: #fff;
	border-color: #bb9e7d;
	background-color: #bb9e7d;
	}


@media (min-width: 778px)
{
		.main{
			height: 100vh;
			overflow: hidden;
		}

		.img-rabbit{
			/*margin: 0 -15px;*/
		}

		.btn-group-vertical{
    		padding: 20px 87.5px;
    	}

    	.info{
			font-family: "Josefin Sans";
			line-height: 42px;
		    font-size: 28px;
		    padding-top: 15px;
		    padding-right: 50px;
		}
		
		.home-description{
			padding-right: 90px;
			padding-left: 90px;
			
		}
}
.typewriter h4 {
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	border-right: .15em solid black; /* The typwriter cursor */
	white-space: nowrap; /* Keeps the content on a single line */
	margin: 0 auto; /* Gives that scrolling effect as the typing happens */
	letter-spacing: .15em; /* Adjust as needed */
	animation: 
	  typing 3.5s steps(40, end),
	  blink-caret .75s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
	from { width: 0 }
	to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: 00000; }
  }

.img-rabbit{
	width: 100%;
}

.img-rabbit-me{
	width: auto;
	height: 90%;
}

.btn-rabbit{
	background-color: #fff;
	color: #111;
	font-style: italic;
	border: 1px solid #111;
	border-radius: 0px !important;
	transition: all 0.4s ease-in-out;
	margin-bottom: 20px;
	font-family: "Crimson";
	font-size: 13px;
	}

.btn-rabbit:hover{
	color: #fff;
	background-color: #bb9e7d;
	border-color: #bb9e7d;}

p{
	color: #585757;
	font-size: 16px;
	
}

.page-title{
	text-transform: uppercase;
	font-family: 'Crimson';
}

/*Home Style*/
.logo{
	padding-top: 100px;
	text-transform: uppercase;
	font-size: 12px;
}

.logo h4{
	font-family: "Crimson Text", serif;
	font-size: 20px;
	font-weight: 700;
	font-style: bold;
}


footer{
	padding: 22px 0 10px 0;
	font-style: italic;
	}


.back{
    width: 170px;    
    font-family: "Crimson";
    font-size: 17px;
    font-style: italic;
    vertical-align: middle;
    text-align: center;
    display: block;
    clear: both;
    margin-top: 70px;	 
}

.back i{
	margin-left: -40px;
    margin-right: 17px;
    font-size: 20px;
}


.form-control{
	margin-top: 30px;
	width: 75%;

}

.btn{
	padding: 10px 60px;
	height: 45px;
	font-size: 16px;
}

.btn-group-vertical{
    font-family: "Josefin Sans";    
}

.about{
	font-family: "Josefin Sans";
	/*margin-top: 35px;*/
	/*margin-bottom: 25px;*/
	font-size: 32px;
	
}
.form-control{
	font-style: italic;
	border-radius: 0;
	font-family: "Crimson";
	font-size: 16px;
}

.page-title{
	
	font-size: 32px;
	font-family: "Crimson";
}

.fa-heartbeat{
	    color: #bb9e7d;
}

::selection {
	color: #fff;
   	background-color: #bb9e7d;
}

.bottom{
	padding-right: 20px;
}

.page-title{
	position: relative;
	display: inline-block;
}

.page-title:after,.page-title:before{
	content: '';
	position: absolute;
	height: 1px;
	background-color: #000000;
	left: 0;
	margin: 2px;
}

.social{
	padding-bottom: 15px;
}

.submit{

	font-family: "Crimson"
	font-size: 16px;
}

.subtitle{
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	color: #3b3b3b;
	line-height: 28px;
	font-family: "Crimson";
	margin-top: 15px;
	margin-bottom: 20px;
	padding-right: 40px;

	}
.page-title:after{
	width: 75%;
	top: -9px;

}

.page-title:before{
	width: 40%;
	bottom: -7px;
}

#watermark .marker{
	position: absolute;
	font-size: 60px;
	opacity: 0.1;
	font-family: "Josefin Sans";
	text-transform: uppercase;
	left: 0;
	top: -5px;
}

#watermark{
	position: relative;
}

.item{
	
	background-color: #313131;
	color: #f9f9f9;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    /*margin-left: 0px;*/
}

.owl-theme .owl-controls {
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: calc(44% - 40px);
		}

.owl-next{
	right: 0;
	padding-right: 1px;

}

.owl-prev{
	left: 0;
	padding-left: 1px;
}



.owl-theme .owl-controls .owl-nav [class*=owl-]{
	position: absolute;
	border-radius: 0px;
	font-size: 21px;
	padding: 15px 20px;
	margin: 0px;
	background-color: #fff; 

}

.owl-theme .owl-controls .owl-nav [class*=owl-] i{
	color: #333;
	
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background-color: #bb9e7d;
	border-color: #bb9e7d;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i{
	color: #fff;
}
@media (max-width: 1024px) and (orientation: landscape){
	.main{
		height: auto;
	}
}
.custom_btn{
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.show{
	display: block;
}
.navbar .btn-rabbit {
	color: #333;
	font-family: 'Crimson'; /* Matching the About me section font */
	font-size: 16px;
	/* font-weight: bold; */
	font-style: italic;
	text-transform: none;
	padding: 0 15px;
	text-decoration: none;
	background-color: transparent;
	line-height: 50px; /* Aligns text vertically within the buttons */
	display: inline-block;
	border: none; /* Removes border */
}
.navbar .btn-rabbit:hover {
	color: #000;
	text-decoration: none;	
	transition: all 0.1s ease-in-out;
	/* background-color: #bb9e7d; */
	/* border-color: #bb9e7d; */
	color: #bb9e7d;
}
.navbar .name {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
	background-color: transparent;
	line-height: 50px; /* Aligns text vertically within the buttons */
	display: inline-block;
	border: none; /* Removes border */
}

.social-icons {
    display: inline-block;
    margin-right: auto;
}

.social-icons .btn {
    margin-right: 10px;
}

/* Styles for the tabbed experience section */
.tab-container {
	display: flex;
	flex-wrap: wrap; /* Allow the layout to adjust on smaller screens */
	gap: 10px; /* Space between tabs and content */
}
.tabs {
	display: flex;
	flex-direction: column;
	flex: 1; /* Tabs take 1 part of the width */
	/* padding: 10px 87.5px; */
}
.tab-button {
	padding: 20px;
	cursor: pointer;
	border: none;
	background: none;
	font-size: 20px;
	outline: none;
	font-family: 'Josefin Sans'; /* Matching the About me section font */
	color: #333;
	text-align: left; /* Align text to the left */
	/* border: 1px solid #111; */
}

.special-link {
	color: #bb9e7d;
	text-decoration: none;
}
.tab-button:hover {
	/* background-color: #f0f0f0; */
	transition: all 0.4s ease-in-out;
	background-color: #bb9e7d;
	border-color: #bb9e7d;
	color: #fff;
}
.tab-panel {
	display: none;
	flex: 2; /* Content takes 2 parts of the width */
}
.tab-panel.active {
	display: block;
}
.job-title {
	font-family: 'Josefin Sans'; /* Matching the About me section font */
	font-weight: bold;
	font-size: 28px;
	color: #585757;;
	line-height: 42px;
	font-size: 28px;
}
.job-company {
	font-family: 'Josefin Sans', sans-serif; /* Matching the About me section font */
	font-weight: bold;
	font-size: 25px;
	color:  #585757;;
}
.job-duration {
	font-family: 'Josefin Sans', sans-serif; /* Matching the About me section font */
	font-weight: normal;
	font-size: 18px;
	color:  #585757;;
}
.job-description {
	list-style-type: disc;
	padding-left: 25px;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif; /* Matching the About me section font */
	color:  #585757;;
}
