/*
Template Name: Nature Photography
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

:root {
	--border_light:#ddd;
	--border_dark:#424a52;
	--bg_back:#0000007d;
	--bg_back1:#e80000d9;
	--red:#e80000;
	--green_light:#e8ffff;
	--orange_light:#fff3e9;
	--purple_light:#eae8fd;
}

body{
	font-family: "Poppins", serif;
	font-size:15px;
}

ul{
	list-style:none;
	padding:0;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
	 font-family: "Comfortaa", sans-serif;
}
h6{
  font-weight:normal;
 }
a{
	color: var(--bs-gray-900);
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color: var(--red);
}
a:focus{
	text-decoration:none;
	color: var(--red);
}

.link:hover{
	color: var(--red)!important;
}
.link:focus{
	color: var(--red)!important;
}



.button{
	transition: 0.3s;
	padding: 14px 30px;
	display: inline-block;
	color:var(--bs-white)!important;
	background:var(--red);
	border-radius:5px;
	box-shadow: var(--shadow)!important;
}

.button:hover{
	color:var(--red)!important;
	background:var(--bs-white)!important;
}

.button:focus{
	color:var(--red)!important;
	background:var(--bs-white)!important;
}

.button_1{
	color:var(--bs-white)!important;
	background:var(--bs-dark);
}
.button_1:hover{
	color:var(--bs-dark)!important;
	background:var(--bs-white);
}
.button_1:focus{
	color:var(--bs-dark)!important;
	background:var(--bs-white);
}

.button_2{
	color:var(--bs-dark)!important;
	background:var(--bs-white);
}
.button_2:hover{
	color:var(--bs-white)!important;
	background:var(--bs-dark)!important;
}
.button_2:focus{
	color:var(--bs-white)!important;
	background:var(--bs-dark)!important;
}

.button_3{
	color:var(--bs-white)!important;
	background:var(--bs-dark);
}
.button_3:hover{
	color:var(--bs-white)!important;
	background:var(--red)!important;
}
.button_3:focus{
	color:var(--bs-white)!important;
	background:var(--red)!important;
}
.bg_red{
	background: var(--red)!important;
}
.bg_back{
	background: var(--bg_back)!important;
}
.green_light{
	background: var(--green_light);
}

.orange_light{
	background: var(--orange_light);
}

.purple_light{
	background: var(--purple_light);
}
.col_red{
   color: var(--red)!important;
 }

.border_light{
	border:1px solid  var(--border_light);
}


.line{
	height:2px!important;
    width: 60px;
	background:var(--red);
 }

hr{
	opacity:1;
	margin-top:15px;
	margin-bottom:20px;
	background-color: var(--border_light); 
}

.font_14{
	font-size:14px; 
}
.font_15{
	font-size:15px; 
}
.font_12{
	font-size:12px; 
}
.font_11{
	font-size:11px; 
}

.font_10{
	font-size:10px; 
}
.font_8{
	font-size:8px; 
}
.font_13{
	font-size:13px; 
}
.font_60{
	font-size:60px; 
}
.font_70{
	font-size:70px; 
}
.font_45{
	font-size:45px; 
}
.font_120{
	font-size:120px; 
}
p{
	color:var(--bs-gray-700);
	line-height:1.8em;
	font-size:15px;
}
.border, .border-start, .border-end, .border-top, .border-bottom {	 
	border-color: var(--border_light) !important;
}
.family_1{
     font-family: "Comfortaa", sans-serif;
 }
.family_2{
    font-family: "Poppins", serif;
 }

 .rounded_20{
	 border-radius:20px;
 }
.shadow {
    box-shadow: 0 .1rem 0.4rem rgba(0,0,0,.15)!important;
}
/*****************header*****************/

.navbar-collapse {
  align-items:start;
}
#header .button{
  padding: 10px 25px 8px 25px!important;
 }
#header .nav-link{
	padding: 12px 16px;
	font-weight: bold;
	 font-family: "Comfortaa", sans-serif;
	color:var(--bs-white);
 }
#header .nav-link:hover{
	color:var(--red);
 }
#header .nav-link:focus{
	color:var(--red);
 }
#header .active{
	color:var(--red);
 }


.sticky {
	position: fixed;
	top: 0;
	width: 100%!important;
	border-radius:0;
	background:var(--bs-dark)!important;
}
.sticky {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
}

.navbar {
    z-index: 1000!important;
    background: var(--bg_back);
}
.p_9 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.nav_right{
	margin-top:7px;
}
/*****************header_end*****************/

/*********************center_home****************/
.carousel-caption{
	bottom:100px;
	left:0;
	width:450px;
	height:450px;
	text-align:center;
	left:10%;
	padding-top:70px;
	background:var(--bg_back1)!important;
	border-radius:50%;
 }
.social_icon a{
  width:40px;
  height:40px;
  line-height:40px;
 }
/*********************center_home_end****************/

/*********************about_h****************/
.about_h_right img{
	border:5px solid var(--red);
}
/*********************about_h_end****************/

/*********************gallery****************/

.masonry-item img {
      width: 100%;
      height: auto;
      display: block;
 }

 .modal-dialog {
	max-width: 800px;
}
.homei1i2{
	padding-top:62%;
	display:none;
	transition: 0.3s; 
 }
.gallery_left:hover .homei1i2{
	display:block; 
	transition: 0.3s;
 }
.modal {
  z-index:10000;
 }
.homei1i2o{
  padding-top:24%;
 }
/*********************gallery_end****************/

/*********************price****************/
.price_icon{
	width:140px;
	height:140px;
	line-height:140px;
	margin-top:-70px;
}

.price_1_left1{
	padding-bottom:90px;
}

.price_1_left2{
	transition: 0.3s;
}
.price_1_left:hover .price_1_left2{
	background:var(--bs-gray-100);
	transition: 0.3s;
}
.price_1_left:hover .price_1_left2o{
	background:var(--bs-dark);
	transition: 0.3s;
}
.price_1_left:hover .price_1_left2o ul li{
	color:var(--bs-white);
	transition: 0.3s;
}
/*********************price_end****************/

/*********************feature****************/

.video_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.image_1{
	bottom:-100px;
}

.accordion-button {
	background:var(--bs-dark);
	color:var(--bs-white);
	padding:8px 15px;
	border: 0;
	font-size: 20px;
	text-align: left;
	border-radius:0;
	font-weight:bold;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--red);
	color:var(--bs-white);
	padding:8px 15px;
}
.accordion-body {
	padding: 20px;
}

.accordion-button::after {
	width: auto;
	height: auto;
	content: "+";
	font-size: 40px;
	background-image: none;
	font-weight: 100;
	color: var(--bs-white);
	transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
	width: auto;
	height: auto;
	background-image: none;
	content: "-";
	font-size: 40px;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}
.accordion-item{
	border:none;
	border-radius:0;
	background:none;
}
/*********************feature_end****************/

/*********************testim****************/
.image_3{
	right:100px;
	bottom:-100px;
	z-index:999;
}
.image_2{
	right:-70px;
}
#testim{
	padding-bottom:150px;
}
/*********************testim_end****************/

/*********************blog****************/
.blog_1_left img{
	border-radius:20px 20px 0px 0px;
}
.blog_1_left1{
	border-radius:0px 0px 20px 20px;
}
/*********************blog_end****************/

/*********************footer****************/

.social_1_left .homei1i2{
	padding-top:25%;
}
.social_1_left .homei1i1{
	margin:1px;
}

.social_icon1 a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    transition: 0.3s;
    color: var(--red);
    background: var(--bs-white);
    border-radius: 50%;
}
.social_icon1 a:hover {
     color: var(--bs-white);
    background: var(--red);
}
/*********************footer_end****************/

/*********************common****************/

.form-control:focus{
	box-shadow:none;
	border-color: var(--border_light); 
}
.form-select:focus{
	box-shadow:none;
	border-color:var(--border_light);  
}
.form-control{
	border-color:var(--border_light); 
	box-shadow:none;
	border-radius:5px;
	height:55px;
	font-size:15px;
}
.form-select{
	border-color:var(--border_light); 
	box-shadow:none; 
	border-radius:5px;
	height:55px;
	font-size:15px;
}

.input-group .form-control{
	height:auto;
}
.input-group .form-control:focus{
	box-shadow:none;
}

.form_text{
	height:215px!important; 
}

::placeholder {
	opacity: 1; /* Firefox */
}

/*********************common_end****************/



/*********************footer****************/

 
/*********************footer_end****************/



@media screen and (max-width : 767px){
.navbar-collapse{
	max-height:500px;
	overflow-y:scroll; 
	border-top:1px solid var(--border_dark);
	margin-top:15px;
 }
#header .nav-link{
	font-size:26px!important;
	border-bottom:1px solid var(--border_dark);
	padding-top:10px;
	padding-bottom:10px;
	border-radius:0!important;
	border-right:none;
 }

.navbar .navbar-toggler{
	box-shadow:none!important;
	background:var(--bs-white);
	border:none;
	border-radius:0;
	margin-top:0;
 }
.navbar{
	padding-left:0!important;
	padding-right:0!important;
	width:100%;
	border-radius:0;
	background:var(--bs-dark);
 }
.navbar .button{
	margin-top:15px;
 }
.center_sm{
	text-align:center!important; 
}


.img-fluid{
   width:100%!important;
 }

.font_60{
  font-size:40px;
 }
.footer_1_left{
   margin-top:10px;
   margin-bottom:10px;
 }
.footer_1ism span{
  margin-top:10px!important;
 }
 
.carousel-caption{
	position:static!important;
	padding:20px 10px!important;
	background:var(--red)!important;
	border-radius:0;
	width:100%;
	height:auto;
 }
.carousel-caption .button{ 
 padding:10px 15px;
}
#header {
	position:static!important;
}

.spec_1_left {
	margin-top:10px;
	margin-bottom:10px;
}
.about_h_right {
	margin-top:20px;
	padding-left:0!important;
}
 .modal-dialog {
	margin-top:50px;
}
.price_1_left {
	margin-top:10px;
	margin-bottom:10px;
}
.serv_1_right {
	padding-left:0!important;
	margin-top:20px;
}
.serv_1_left {
	padding-left:0!important;
}
.serv_1_left_inner_left{
	margin-top:15px;
}
.feature_1_left  img{
	width:100%;
}
.image_1{
	position:static!important;
}
.feature_1_right  {
	padding-left:0!important;
	margin-top:20px;
}
.award_1_left {
	margin-top:10px;
	margin-bottom:10px;
}
.testim_1_left {
	padding-right:0!important;
}
.image_2{
	position:static!important;
}
.image_3{
	position:static!important;
}
.testim_1_right img {
	width:100%
}
.testim_1_right {
	margin-top:20px;
}
.port_1 br{
	display:none;
}
.blog_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_1_left h6{
	font-size:13px;
}
.contact_1_right{
	margin-top:20px;
}
.footer_2 {
	text-align:left!important;
}

.sm_100{
   width:100%!important;
}
.nav_right{
	margin-left:20px!important;
	margin-top:15px;
}
}
@media (min-width:576px) and (max-width:767px) {


}
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
	flex-wrap:wrap!important;
}
#header .nav-link {
    padding: 12px 5px;
    font-size:14px;
}

.img-fluid{
   width:100%!important;
 }

.navbar-brand{
  font-size:17px!important;
 }


.font_60{
  font-size:40px;
 }

 .carousel-item img{
	 min-height:600px;
 }
.carousel-caption{
  bottom:50px;
 }
.image_2 {
    display:none;
}
#testim{
	padding-bottom:90px;
}
.social_icon1 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.footer_1_left .fs-3{
	font-size:18px!important;
}
.footer_1_left .fs-5{
	font-size:16px!important;
}
.image_3{
	right:0;
}

.nav_right{
	font-size:16px!important;
	margin-top:11px;
}
}
@media (min-width:871px) and (max-width:991px) {
#header .nav-link {
    padding: 12px 12px;
}

}
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
	flex-wrap:wrap!important;
}

.navbar-brand{
  font-size:22px!important;
 }
 .carousel-item img{
	 min-height:650px;
 }
 .image_2 {
    display:none;
}
.image_3{
	right:0;
}

.footer_1_left .fs-3{
	font-size:21px!important;
}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  
.img-fluid{
   width:100%!important;
 }

}
@media (min-width:1201px) and (max-width:1300px) {
 .carousel-item img{
	 min-height:700px;
 }
.image_2{
	right:-30px;
}
 }
@media screen and (min-width : 1500px){
.carousel-caption{
	bottom:150px;
 }
.image_1 {
    bottom: -50px;
}
 }
