@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');
/*@font-face {
    font-family: 'Andalia';
    src: url('font/Andalia-Regular.woff2') format('woff2'),
        url('font/Andalia-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
*
{
  margin: 0;
  padding: 0;
  /*font-family: 'Poppins', sans-serif;*/
  /*font-family: 'Anek Telugu', sans-serif;*/
  /*font-family: 'Bebas Neue', cursive;*/
  font-family: 'Raleway', sans-serif;
}
body
{
  margin: 0;
  padding: 0;
  --transition: .3s ease-in-out 0s;
  /*background: #F9F9F9 !important;*/
  overflow-x: hidden;
  cursor: pointer;
}
.column img
{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
header
{
  position: relative;
  height: 100vh;
  /*background: #000;*/
  overflow: hidden;
}
.column:hover img 
{
  transform: scale(1.4);
}
.column img 
{
  transition: all 8s linear;
}
.column
{
  height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
}
.first_column
{
  /*background: red;*/
  width: 50%;
}
.second_column
{
  /*background: blue;*/
  width: 50%;
}
.first_column::before 
{
  content:  '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0,0),rgba(0, 0, 0, 1.0));
  z-index: 9;
}
.second_column::before 
{
  content:  '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0,0),rgba(0, 0, 0, 1.0));
  z-index: 9;
}
.overlay_content
{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  width: 100%;
  transition: .5s;
}
.column:hover .overlay_content
{
  bottom: 50px;
}

.overlay_content a 
{
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  background: #fff;
  margin-top: 25px;
  font-weight: 600;
  border-radius: 30px;
  background: transparent;
  border:  2px solid #fff;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px)
{
  .overlay_content a 
  {
    opacity: 0;
  }
  .column:hover .overlay_content a  
  {
    opacity: 1;
  }

}
.txt
{
  position: relative;
  z-index: 99;
}
.overlay_content a::before 
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  transition: .5s;
}
.overlay_content a:hover::before 
{
  width: 100%;
}
.overlay_content a:hover
{
  text-decoration: none;
  color: #000;
}
.overlay_content p 
{
  color: #fff;
  font-weight: 300;
  max-width: 500px;
  margin:  auto;
  text-align: center;
  color: #d3d3d3;
  font-size: 14px;
  line-height: 29px;
}
.overlay_content h1 
{
  color: #fff;
  font-weight: 700;
}
/*{
      height: 100%;
    width: 100%;
    object-fit: cover;
}
*/



@media screen and (max-width: 768px)
{
  .first_column,.second_column
  {
    width: 100%;
  }
  header 
  {
    height: 100%;
  }
  .column img
  {
     height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .overlay_content
  {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px)
{
  .overlay_content
  {
    bottom: 50px;
  }
}
@media  only screen and (max-width: 992px)  and (min-width: 769px)
{
  .column img
  {
     height: 100%;
    width: 100%;
    object-fit: cover;
  }
}



.left_img_sec
{
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}

.right_img_sec
{
  width: 48%;
  height: auto;
  float: left;
  margin-left: 2%;
}
.image_box
{
  transition: .5s;
}
.left_image_bx_item
{
  width: 450px;
  height: auto;
  float: right;
}
.right_image_bx_item
{
  width: 450px;
  height: auto;
  float: left;
}
.image_title
{
  text-align: center;
  padding-top: 30px;
}
.image_title a 
{
  text-decoration: none;
  color: #000000;
  transition: .5s;
}
.image_title a:hover 
{
  text-decoration: none;
  color: #000000;
}
.image_title h3
{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
}
.main_header
{
  height: 100vh;
  display: flex;
  align-items: center;
}
.left_image_bx_item .image_box img 
{
  transition: .5s;
}
.right_image_bx_item:hover .image_box,
.left_image_bx_item:hover .image_box
{
  transform: scale(1.05);
}
.right_image_bx_item:hover .image_box img,
.left_image_bx_item:hover .image_box img 
{
  filter: grayscale(100%);
}

@media screen and (min-width: 320px) and (max-width: 480px)
{
  .left_img_sec {
      width: 100%;
      height: auto;
      float: left;
      margin-right: 0%;
      margin-top: 5%;
      margin-bottom: 5%;
  }
  .right_img_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0%;
    margin-bottom: 5%;
  }
  .main_header
  {
    height: 100%;
     display: block; 
    align-items: center;
  }
  .left_image_bx_item {
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
  }
  .right_image_bx_item
  {
  width: 70%;
  height: auto;
  float: left;
  margin-left: 15%;
  }
  .image_title h3 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px)
{
  .left_img_sec {
      width: 100%;
      height: auto;
      float: left;
      margin-right: 0%;
      margin-top: 5%;
      margin-bottom: 5%;
  }
  .right_img_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0%;
    margin-bottom: 5%;
  }
  .main_header
  {
    height: 100%;
     display: block; 
    align-items: center;
  }
  .left_image_bx_item {
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
  }
  .right_image_bx_item
  {
  width: 70%;
  height: auto;
  float: left;
  margin-left: 15%;
  }
  .image_title h3 {
    font-size: 23px;
    font-weight: 200;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
  .left_image_bx_item,
  .right_image_bx_item
  {
    width: 250px;
  }
  .image_title h3 {
    font-size: 19px;
  }
}

@media screen and (min-width:993px) and (max-width: 1100px)
{
  .left_image_bx_item,
  .right_image_bx_item
  {
    width: 380px;
  }
 /* .image_title h3 {
    font-size: 19px;
  }*/
}

@media screen and (min-width: 1800px)
{
  .right_image_bx_item,.left_image_bx_item
  {
    width: 550px;
  }
}