
/* * ---------------------------------------------------------------------------------------- 
Template Name: ElitePlay Tab
Version : 1.0
Author  :ElitePlay

* ---------------------------------------------------------------------------------------- */

/* * ---------------------------------------------------------------------------------------- * 

// Table of contents
-General Styles
01.TAB STYLE ONE
02.TAB STYLE TWO
03.TAB STYLE THREE
04.TAB STYLE FOUR
05.RESPONSIVE

/* 
* ---------------------------------------------------------------------------------------- *




/*General Styles*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;padding: 0;
}


body {
    background: url(img/bg.jpg);
    background-repeat: no-repeat;
    color: #eee;
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
}

::selection {
  background-color: #4EC6DE;
}

p{
  font-size: 15px;
  line-height: 28px;
}
.img{
  max-width:100%;
  height: auto;
}


/*demo css*/
.single-demo img{
  width: 100%;
  height: auto;
}

.eptab-demo-preview {
    padding: 70px;
}

.single-demo {
    text-align: center;
    margin: 0 50px;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.single-demo h2 {
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: block;
}

.single-demo h2 a{
  color: #343434;
  text-decoration: none;
}

/*flex*/

.col {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto;
}

/* Clear floats after the columns */
.eptab-demo-preview:after {
  content: "";
  display: table;
  clear: both;
}


.eptab-demo-preview {
    padding: 50px 200px;
}

/*tab section title*/
.tab_stle_title {
    text-align: center;
    background: #4ec6de;
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    letter-spacing: 1px;
    padding: 20px 0;
}
.single_tab_s_one h2 {
    color: #222;
    display: block;
    margin-bottom: 25px;
    margin-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*01.TAB STYLE ONE*/

.tab_wrapper {
  width: 700px;
  margin: 50px auto;
}

.tab_wrapper > input {
  display: none;
}

.tab_wrapper > label {
    display: block;
    float: left;
    padding: 12px 20px;
    margin-right: 5px;
    cursor: pointer;
    transition: background-color .3s;
    color: #0e0e0e;
    font-weight: bold;
}

.tab_wrapper > label:hover, .tab_wrapper > input:checked + label {
    background: #4EC6DE;
    color: #fff;
}

.eliteplaytabs {
  clear: both;
  perspective: 600px;
}
.tab_style_one {
    clear: both;
}
.eliteplaytabs > div {
    width: 700px;
    position: absolute;
    border: 2px solid #4EC6DE;
    padding: 10px 30px 40px;
    line-height: 1.4em;
    opacity: 0;
    transform: rotateX(-20deg);
    transform-origin: top center;
    transition: opacity .3s, transform 1s;
    z-index: 0;
    background: #f5f5f5;
    color: #444;
}
#style_one_tab_nav_1:checked ~ .eliteplaytabs > div:nth-of-type(1),
#style_one_tab_nav_2:checked ~ .eliteplaytabs > div:nth-of-type(2),
#style_one_tab_nav_3:checked ~ .eliteplaytabs > div:nth-of-type(3),
#style_one_tab_nav_4:checked ~ .eliteplaytabs > div:nth-of-type(4){
  transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}


/*02.TAB STYLE TWO*/
.image-grid {
    float: left;
    margin-top: 30px;
}

.image-grid .sn-image img {
  width: 100%;
  margin: 0;
  padding: 0 4px;
  display: block;
  border-radius: 10px;
  margin-bottom: 10px;

}

.sn-image {
    width: 33.33%;
    float: left;
}

/*03.TAB STYLE THREE*/
.yt-video iframe {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0;
    border:0;
}

/*04.TAB STYLE FOUR*/
.gmap-tab iframe {
    width: 100%;
    height: 440px;
    overflow: hidden;
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4ec6de;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.con-form textarea{
  height: 200px;
}

input[type=submit]:hover {
  background-color: #4ec6de;
}



/*05.RESPONSIVE*/
@media only screen and (max-width: 767px) {

/*  .tab_wrapper {
    width: 380px;
    margin: auto;
    margin-top: 30px;
}

  .tabs > div {
    width: 380px;
    border: none;
    padding: 0;
    opacity: 1;
    position: relative;
    transform: none;
    margin-bottom: 60px;
  }

*/

 .tab_wrapper {
    width: 380px;
    margin: auto;
    margin-top: 30px;
}


.tabs > div h2 {
  border-bottom: 2px solid #4EC6DE;
  padding-bottom: .5em;
}
.eliteplaytabs > div{
  width: 380px;
}


.tab_wrapper > label {
    font-size: 14px;
    padding: 8px 10px;
}

.col {
  float: none;
  width: 100%;
  padding: 10px;
}
.eptab-demo-preview {
    padding: 20px 0px;
}



}

