/* class section */

.photo-section{
  position: relative;
  display: block;
  text-align: justify;
}


.sec-pad{
  padding: 144px 0px 150px 0px;
}


.photo-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-4.png);
  width: 192px;
  height: 292px;
  left: 90px;
  top: -190px;
  background-repeat: no-repeat;
}


/* for  testing animation*/
.float-bob-x{
  /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* for testing animation */


.photo-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.sec-title h5{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #ff7162;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin-bottom: 13px;
  padding: 0px 50px 0px 50px;
}

.sec-title h5:before{
  position: absolute;
  content: '';
  background: #ff7162;
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: 11px;
}

.sec-title h5:after{
  position: absolute;
  content: '';
  background: #ff7162;
  width: 30px;
  height: 2px;
  right: 0px;
  bottom: 11px;
}


.photo-section .inner-block{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  /* box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8); */
}

.photo-section .inner-block .image-box{
  position: relative;
  display: block;
  background: #253b71;
  overflow: hidden;
}

.photo-section .inner-block .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.photo-section .inner-block:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.02);
}

.photo-section .inner-block .lower-content{
  position: relative;
  display: block;
  padding: 34px 40px 37px 40px;
}


.photo-section .inner-block .lower-content .link-btn{
  position: absolute;
  top: -35px;
  right: 40px;
}

.photo-section .inner-block .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fbb419;
  border-radius: 50%;
  transition: all 500ms ease;
}

.photo-section .inner-block .lower-content .link-btn a:hover{
  background: #253b71 !important;
}

.photo-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a{
  background: #43b3d9;
}

.photo-section .inner-block:hover .lower-content .link-btn a {
  -webkit-transform: scale(-1) rotate(-180deg);
  -moz-transform: scale(-1) rotate(-180deg);
  -ms-transform: scale(-1) rotate(-180deg);
  -o-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}

.photo-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a{
  background: #43b3d9;
}

.photo-section .block-column:last-child .inner-block .lower-content .link-btn a{
  background: #ff7162;
}

.photo-section .inner-block .lower-content h3{
  margin-bottom: 9px;
}

.photo-section .inner-block .lower-content .price{
  position: relative;
  display: block;
  font-size: 18px;
  color: #ff7162;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 17px;
}

.photo-section .inner-block .lower-content .text{
  position: relative;
  display: block;
  margin-bottom: 26px;
}


.photo-section .inner-block .lower-content .info-box{
  position: relative;
  display: block;
  background: url(../images/icons/icon-4.png);
  width: 100%;
  padding: 25px 15px 25px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.photo-section .inner-block .lower-content .info-box li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
}

.photo-section .inner-block .lower-content .info-box li:before{
  position: absolute;
  content: '';
  border: 1px dashed #59688e;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -12px;
}

.photo-section .inner-block .lower-content .info-box li:last-child:before{
  display: none;
}

.photo-section .inner-block .lower-content .info-box li span{
  color: #ff7162;
  text-transform: capitalize;
}

.photo-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.photo-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-4.png);
  width: 192px;
  height: 292px;
  left: 90px;
  top: -190px;
  background-repeat: no-repeat;
}


/* end classes section */

















#cards_landscape_wrap-2 {
    text-align: center;
    /* background: #f7f7f7; */
  }

  #cards_landscape_wrap-2 .container-photo {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #cards_landscape_wrap-2 a {
    text-decoration: none;
    outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
  }

  #cards_landscape_wrap-2 .card-flyer .image-box {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }

  #cards_landscape_wrap-2 .card-flyer .image-box img {
    transition: all 0.9s ease-in;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    width: 100%;
    height: 200px;
  }

  #cards_landscape_wrap-2 .card-flyer:hover .image-box img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }

  #cards_landscape_wrap-2 .card-flyer .text-box {
    text-align: center;
  }

  #cards_landscape_wrap-2 .card-flyer .text-box .text-container {
    padding: 30px 18px;
  }

  #cards_landscape_wrap-2 .card-flyer {
    background: #ffffff;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  }


  #cards_landscape_wrap-2 .card-flyer:hover {
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
  }

  #cards_landscape_wrap-2 .card-flyer .text-box p {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
  }

  #cards_landscape_wrap-2 .card-flyer .text-box h6 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-family: "Roboto Black", sans-serif;
    letter-spacing: 1px;
    color: #00acc1;
  }


/* 
  body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} */
