/*--------------------------------------------------------------
# VishnuMuthu
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}

a {
  color: #0563bb;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #0563bb;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #0678e3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% );
  left: calc(50% - 82px);
  /*border: 6px solid #0563bb;*/
  /*border-top-color: #fff;*/
  /*border-bottom-color: #fff;*/
  /*border-radius: 50%;*/
  width: 164px;
  height: 164px;
  /*-webkit-animation: animate-preloader 1s linear infinite;*/
  /*animation: animate-preloader 1s linear infinite;*/
  background: url("https://portfolio.vishnumuthu.com/img/vishnumuthu_status.gif") center right no-repeat;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {
  .nav-menu a {
    width: 56px;
  }
  .nav-menu a span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  background: #0563bb;
}

.nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #0563bb;
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  height: 100vh;
  background: url("https://portfolio.vishnumuthu.com/img/vishnumuthu-bg-1.jpg") center right no-repeat;
  background-size: cover;
  position: relative;
}

/*#home:before {*/
/*  content: "";*/
/*  background: linear-gradient(90deg, rgba(62,39,14,0.5) 0%, rgba(62,39,14,0.2) 21%, rgba(0,0,0,0.5) 100%);*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/

#home h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #c9c5c5;
  text-shadow: 2px 2px #3b3a3a;
}

#home p {
  color: #c9c5c5;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  background: rgba(104,114,125,0.2);
  display: inline-block;
  padding: 2px 15px 2px 15px;
}

#home p span {
  color: #00a2ff;
  letter-spacing: 1px;
}

#home .social-links {
  margin-top: 20px;
}

#home .social-links a {
  font-size: 22px;
  background: rgba(0, 162, 255, 0.719);
  display: inline-block;
  border-radius: 50%;
  padding: 7px 0;
  text-align: center;
  height: 36px;
  width: 36px;
  color: #403301;
  line-height: 1;
  margin-right: 4px;
  transition: 0.3s;
}

#home .social-links a:hover {
  color: #b8bb03;
}

@media (min-width: 992px) {
  #home {
    /*padding-left: 160px;*/
    text-align: center;
  }
}

@media (max-width: 992px) {
  #home {
    text-align: center;
  }
  #home h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #home p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*---------slider---------------------------------------------*/
#home .img-container {
  margin-top: 20px;
  position: relative;
  height: 150px; 
  width: 100%;
}

#home .img-background {
  position: absolute;
  width: 100%;
  height: 150px;
  overflow:hidden;
}

#home .img-logo {
  position: absolute;
  z-index:9;
  cursor: ns-resize;
  /*set the appearance of the slider:*/
  width: 100px;
  height: 100px;
  background: url("https://portfolio.vishnumuthu.com/img/vishnumuthu_logo.png") center right no-repeat;
}

#home .img-slider{
  width: 100%;
  height: 100vh;
  background: url("https://portfolio.vishnumuthu.com/img/vishnumuthu-bg-1-filter.jpg") center right no-repeat;
  background-size: cover;
  position: absolute;
  /* opacity: 0.7; */
}

.img-slider:before {
  content: "";
  background: linear-gradient(90deg, rgba(62,39,14,0.5) 0%, rgba(62,39,14,0.2) 21%, rgba(0,0,0,0.5) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/*---------youtube---------------------------------------------*/

.youtube { position: relative; width:180px; height:115px;}
.youtube img { display: block; width:180px; height:115px;}

.youtube .youtubeicon {
  font-size: 80px;
  color:red;
  position: absolute;
  left: 50px;
  top: 20px;
}

.youtube_container {
  display: flex;
  justify-content: left; /* Centers the images horizontally */
  gap: 20px; /* Space between the images */
  margin: 10px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about p {
	padding: 20px 0 0 0;
}

.about h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin: 50px 0 40px 0px;
}

.about .about-img {
	padding: 10px 30px 10px 0px;
	vertical-align: middle;
}

.about-border {
  border-radius: 25px; 
  border: 2px solid #dddddd;
  padding: 10px 5px 30px 15px;
  margin:  0px 0px 20px;
}

.about .quotes-item {
  text-align: center;
}

.about .quotes-item .quotes-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.about .quotes-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.about .quotes-item .quote-icon-left, .about .quotes-item .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}

.about .quotes-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.about .quotes-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.about .quotes-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.about .owl-nav, .about .owl-dots {
  margin-top: 5px;
  text-align: center;
  
}

.about .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
  outline:none;
}

.about .owl-dot.active {
  background-color: #0563bb !important;
}

@media (min-width: 992px) {
  .about .quotes-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/

.project-border {
  border-radius: 15px;
  border: 2px solid #dddddd;
  padding: 17px 0 17px 0;
  margin:  0px 0px 20px;
}

/*Slider property start*/
.carousel-caption{
  border-radius: 15px;
  height: 10vh;
  margin:  0px 0px 0px;
  padding-bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.carousel-caption h3{
  padding-bottom: 0px;
  font-size: 20px;
  letter-spacing: 2px;
  color:white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-next-icon:after
{
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  content: '>';
  font-size: 55px;
  color: white;
}

.carousel-control-prev-icon:after {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  content: '<';
  font-size: 55px;
  color: white;
}
/*Slider property end*/

/*--------------------------------------------------------------
# Paper
--------------------------------------------------------------*/
.paper-border {
  border-radius: 25px;
  border: 2px solid #dddddd;
  padding: 30px 20px 10px 0;
  margin:  0px 0px 20px;
}

.paper ul li {
	margin: 0px 0px 20px 0px;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 1px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

.resume-border {
	  border-radius: 25px;
  border: 2px solid #dddddd;
  padding: 20px;
  margin:  0px 0px 20px;
}

/*--------------------------------------------------------------
# Myself
--------------------------------------------------------------*/
.myself h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
  text-transform: uppercase;
  display: inline-block;
  background: #f7f8f9;
  padding: 5px 5px;
}

.myself h5 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
  margin-top: 30px;
}

.myself p {
	margin-bottom: 30px;
}

.myself-border {
  border-radius: 25px;
  border: 2px solid #dddddd;
  padding: 20px 20px 20px 30px;
  margin:  0px 0px 20px;
}

/*--------------------------------------------------------------
# Travel Details
--------------------------------------------------------------*/
.travel h5 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin: 0 0 10px 10px;
}

.travel-border {
  border-radius: 25px;
  border: 2px solid #dddddd;
  padding: 35px 20px 0px;
  margin: 0px 0px 20px;
}

/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
.blog .icon-box {
  text-align: left;
  padding: 70px 10px 50px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  border-style: solid;
  border-width: 1px;
  margin:  0px 0px 20px 0px;
  border-radius: 12px;
  border-color: rgb(212, 211, 211);
}

.blog .icon-box h4 {
  text-align: center;
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  padding:	40px 0px 20px 0px;
  color: black;
}

.blog .icon-box h4:hover {
	color: red;
}

.blog .icon-box p {
  color: black;
}

.blog .icon-box p:hover {
	color: #0563bb;
}

.blog .icon-box:hover {
  border-color: #818181;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.blog-border {
  border-radius: 25px;
  border: 2px solid #dddddd;
  padding: 30px 0 30px 0;
  margin:  0px 0px 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f8f9;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

/* Modal bootstrap position */
.modal{
	z-index: 100000;
}

/* hr */
hr.line {
  border: 1px solid #dddddd;
}

