@import url('https://fonts.googleapis.com/css2?family=Heebo&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@font-face{
	font-family:'chemmozhi';
	src:url('font/chemmozhi.ttf') format('truetype');
	font-style:normal;
	font-weight:normal;}
.tamilfnt{font-family:'chemmozhi'; font-size:20px;}
a{text-decoration:none!important;}
li{list-style-type:none!important;}
.lightbox {position: fixed !important; top: 50px !important;}
.heebo{font-family: 'Heebo', sans-serif;}
.poppins{font-family: 'Poppins', sans-serif; font-weight:400; line-height:30px;}
.oswald{font-family: 'Oswald', sans-serif;}
.navfont{font-size:18px;}
.mynav{position:fixed!important; width:100%; z-index:999;}
.logo{width:200px;}
.mynav.black {background: white; transition:.5s linear; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}
.mynav.black1 {background: none; transition:.3s linear; color: white;}
.carousel-caption{bottom:120px!important; top:25%!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.bannerhead{font-size: 65px;} 
.bannerhead1{font-size: 45px;} 
.bannerhead2{font-size: 30px;}
.pad{padding:100px 0;}
.diary-area{background-color: #fef1d2; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09); padding: 45px; border-radius:20px;}
.diary-item{border-right: 1px dashed #c8c8c8; text-align: center;}
.fullpad{padding:0!important; margin:0;}
.headtxt{font-size:45px;}
.clr{color:#c24907;}
.btn-effect{background-color: #fbb403; color: #1d1d1d; font-weight: 500; font-size: 16px; padding:14px 30px; border-radius:30px;}
.btn-effect:hover{background-color: #1d1d1d; transition:.5s; color: white;}
.btn-effect1{background-color:#1d1d1d; color:white; font-weight: 500; font-size: 16px; padding:14px 30px; border-radius:30px;}
.btn-effect1:hover{background-color:#e60027;; transition:.5s; color: white;}
.btn-effect2{background-color:white; color:black; font-weight: 500; font-size: 16px; padding:14px 40px; border-radius:30px;}
.btn-effect2:hover{background-color: black; color:white; transition:.5s;}
.cntbtn{background-color:#e60027; border:#e60027; color:white; font-weight: 600; font-size: 16px; padding:14px 30px; border-radius:30px;}
.cntbtn:hover{background-color: black; color:white; transition:.5s;}
.welcome-shape .shape1 {
  position: absolute;
  right: -14px;
  top: -100px;
  opacity: 10%;
  -webkit-animation: moveScale 3s linear infinite;
  animation: moveScale 3s linear infinite;}
.welcome-shape .shape2 {
  position: absolute;
  right: -69px;
  bottom: -116px;
  opacity: 6%;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;}
@-webkit-keyframes moveScale {
  0% {-webkit-transform: scale(0.6); transform: scale(0.6);}
  50% {-webkit-transform: scale(0.8); transform: scale(0.8);}
  100% {-webkit-transform: scale(0.6); transform: scale(0.6);}
}
@keyframes moveScale {
  0% {-webkit-transform: scale(0.6); transform: scale(0.6);}
  50% {-webkit-transform: scale(0.8); transform: scale(0.8);}
  100% {-webkit-transform: scale(0.6); transform: scale(0.6);}
}
@-webkit-keyframes moveBounce {
  0% {-webkit-transform: translateY(0px); transform: translateY(0px);}
  50% {-webkit-transform: translateY(20px); transform: translateY(20px);}
  100% {-webkit-transform: translateY(0px); transform: translateY(0px);}
}
@keyframes moveBounce {
  0% {-webkit-transform: translateY(0px); transform: translateY(0px);}
  50% {-webkit-transform: translateY(20px); transform: translateY(20px);}
  100% {-webkit-transform: translateY(0px); transform: translateY(0px);}
}
@-webkit-keyframes moveLeftBounce {
  0% {-webkit-transform: translateX(0px); transform: translateX(0px);}
  50% {-webkit-transform: translateX(20px); transform: translateX(20px);}
  100% {-webkit-transform: translateX(0px); transform: translateX(0px);}
}
@keyframes moveLeftBounce {
  0% {-webkit-transform: translateX(0px);transform: translateX(0px);}
  50% {-webkit-transform: translateX(20px); transform: translateX(20px);}
  100% {-webkit-transform: translateX(0px);transform: translateX(0px);}
}
/*================================================
Others Area CSS
=================================================*/
.others-area {
  position: relative;
  z-index: 1;
  background-image: url("../images/diarybg.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;}
.others-item {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 40px 30px 30px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 380px;
  margin-bottom: 75px;}
.others-item::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 15px solid transparent;
  border-left: 15px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;}
.others-item .number {position: absolute; top: -32px;}
.others-item .number span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  font-size: 25px;
  border-radius: 50px;
  box-shadow: 1px 0px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  -webkit-transition: 0.5s;
  transition: 0.5s;}
.others-item h3 {font-size: 24px; font-weight: 600; margin: 8px 0 10px 0; }
.others-item.two {margin-left: auto;}
.others-item.two::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  border: 15px solid transparent;
  border-right: 15px solid #ffffff;}
.others-item.two:hover::before { border-right: 15px solid #fbb403; border-left: 15px solid transparent;}
.others-item.main-item {  margin-left: 50px;}
.others-item.main-item-two {margin-right: 50px;}
.others-item:hover {-webkit-transform: translateY(-10px); transform: translateY(-10px); background-color: #fbb403;}
.others-item:hover::before {border: 15px solid transparent; border-left: 15px solid #fbb403;}
.others-item:hover h3 {color: #ffffff;}
.others-item:hover p {color: #ffffff;}
.product-shop-slider .product-shop-item {
  text-align: center;
  border: 1px dashed #fbb403;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  transition: 0.5s;
  padding-bottom: 30px;}
.product-shop-slider .product-shop-item .image {position: relative; z-index: 1; padding: 10px 35px 35px 35px;}
.product-shop-slider .product-shop-item .image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fef0cd;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;}
.product-shop-slider .product-shop-item .image .burger-btn {position: absolute; left: 0; right: 0;}
.product-shop-slider .product-shop-item .image img {margin-bottom: 30px;}
.product-shop-slider .product-shop-item .content {margin-top: 30px; padding-left: 20px; padding-right: 20px;}
.product-shop-slider .product-shop-item .content h3 {font-size: 22px; margin-bottom: 12px;}
.product-shop-slider .product-shop-item .content p {font-size: 14px; margin-bottom: 10px;}
.product-shop-slider .product-shop-item .content span {font-size: 18px; font-weight: bold; color: #ce7b04;}
.product-shop-slider .product-shop-item:hover {
  background-color: #fee8b3;
  border: 1px solid #fee8b3;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);}
.product-shop-slider .product-shop-item:hover .image::before {background-color: #fbb403;}
.product-shape .shape1 {
  position: absolute;
  top: -45px;
  left: 30px;
  opacity: 10%;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;}
.product-shape .shape3 {
  position: absolute;
  right: 8%;
  top: 20px;
  opacity: 10%;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;}
.owl-nav{display:none;}
.owl-dots{padding-top:20px;}
.parallax {background-image: url("../images/parallax.jpg"); height: 400px; background-attachment: fixed; background-position: center; 
background-repeat: no-repeat; background-size: cover;}
.counterbg {background: linear-gradient(55deg, #fbb403 50%, #fef0cd 25%);}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: "+"; display: inline-block;}
.deliverybg{background-color: #fef1d2; position:relative ; z-index: 1;}  
.footclr{background-color: #fbb403; border-radius: 10px; padding:40px!important;}
.footbg{background-color:#1d1d1d;}
.footpad{padding:80px 0 20px 0;}
.tagcloud a {background: #30373e; padding: 6px 10px; float: left; font-style: italic; font-size: 12px; margin: 0 6px 10px 0; color:white;}
.tagcloud a:hover {background:#ffbc1e; color: #fff;}
.servp1{font-size:14px; color: #fff;}
.text2 {position: relative; padding: 0 0 0 35px; margin-top: -43px;}
/*================================================
About Area CSS
=================================================*/
.banner-area {
  background-image: url("../images/aboutsutharsanoffset.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 750px;
  position: relative;
  z-index: 1;}
.banner-area1 {
  background-image: url("../images/sorsonsdiary.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 750px;
  position: relative;
  z-index: 1;}
.banner-area2 {
  background-image: url("../images/sutharsancontact.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 600px;
  position: relative;
  z-index: 1;}
.banner-area3 {
  background-image: url("../images/sutharsangallery.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 750px;
  position: relative;
  z-index: 1;}
.banner-shape {position: absolute; left: 0; right: 0;bottom: 0;}
.banner-content {
  font-size: 118px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;}
.gallery img{transition:1s;}
.gallery img:hover{transform:scale(1.1);}
.contact-box-content {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
  position: relative;
  z-index: 1;
  height:185px;}
.icnfnt{font-size: 40px; color: #e60027;}
.contact-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
  position: relative;
  z-index: 1;}
.contact-form  .form-control {
  background-color: #f3f3f3;
  border: none;
  height: 60px;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 5px;
  font-size: 16px;}
.formheight{height: 120px!important;}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #b42b2b;
  text-decoration: none;
  color:black;}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {background-color: #b42b2b; color: white;transition: all 0.2s ease-in;}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {color: white;}
#accordion .panel-heading {padding: 0; border-radius: 0px; text-align: center;}
#accordion .panel-heading a:not(.collapsed) {color: white; background-color: #b42b2b; transition: all 0.2s ease-in;}
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;}
.prdtpad{padding:70px 0 70px 0;}
.diary{-ms-transition: -ms-transform 1.5s !important; -webkit-transition: -webkit-transform 1.5s !important; transition: transform 1.5s !important;}
.diary:hover {-ms-transform: sacel(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); z-index: 10;}
.servline {width: 11%; height: 1px; background-color: #3c3a38; margin: 0 0 4px 4px;}
.servline1 {width: 6%; height: 1px; background-color: #3c3a38; margin: 0 0 0 4px;}
.icnclr{color:#cc2d33;}
.bg1{background:aliceblue;} 
.bg2{background:#fff0d4;}
.bg3{background: #ffaeae63;}
.bg4{background:#cdfbcd8c;}
.bg5{background: #c2ebfb;}
.bg6{background:#fffacfb3;}
.bg7{background:#ffedcab0;}
.bg8{background:#ffdaff;;}
.top1{background:#f5efdd;}
.text3 {position: relative; padding: 0 0 0 35px; margin-top: -27px;}
.img-gradient:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; display:inline-block; background-image: radial-gradient(#e0b640, #8d6221); }
.text{position: relative; padding: 0 0 0 40px; margin-top: -39px;}
.w0{width:0%;}
.wapp{width:75px;}
.point{bottom:40px!important; right:10px!important;}


@media (min-width:5px) and (max-width:767.98px){
.bannerhead{font-size: 40px;} 
.bannerhead1{font-size: 30px;} 
.bannerhead2{font-size: 20px;}	
.navbg {background: white; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}	
.mblht{height:500px!important;}	
.carousel-caption{bottom:50px!important; top:0%!important;}
.diary-item{  border-right:none;}
.others-area {border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3;}
.welcome-shape .shape1 {display: none;}
.welcome-shape .shape2 {display: none;}
.others-item {margin-bottom: 30px;}
.others-item::before {display: none;}
.others-item h3{margin: 20px 0 10px 0;}
.others-item .number{position: relative; top: 0;}
.others-item.main-item { margin-left: 0;}
.others-item.main-item-two {margin-right: 0; margin-top: 30px;}
.banner-content {font-size: 50px;color: #ffffff;}
.headtxt {font-size: 40px;}
.text{position: relative; padding: 0 0 0 35px; margin-top: -27px;}
.pad{padding:40px 0;}
}	


@media (min-width:768px) and (max-width:992.98px){
.navbg {background: white; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}	
.mblht{height:850px!important;}	
.carousel-caption{bottom:0px!important; top:0%!important;}
.diary-item{border-right:none;}
.others-item.main-item { margin-left: 0;}
.others-item.main-item-two {margin-right: 0; margin-top:0px;}
}


@media (min-width:993px) and (max-width:1199.98px){
.navbg {background: white;}	
.mblht{height:700px!important;}	
.carousel-caption{bottom:400px!important;}
.bannerhead{font-size: 40px;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}