@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Pattaya&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
/*
    font-family: 'Lato', sans-serif;

    font-family: 'Oswald', sans-serif;

    font-family: 'Poppins', sans-serif;

    font-family: 'Limelight', cursive;

    font-family: 'Pattaya', sans-serif;

    font-family: 'Quicksand', sans-serif;

    font-family: 'Dancing Script', cursive;
*/

@font-face {
  font-family: brokenz;
  src: url(../fonts/brokenz.woff);
}

@font-face {
  font-family: brokenz-inline;
  src: url(../fonts/brokenz-inline.woff);
}

body{
  font-family: 'Poppins', sans-serif;
}

a{
  color: #212529;
  text-decoration: none !important;
}

.navbar{
  padding: 0;
}

.navbar-brand{
  font-family: 'Dancing Script', cursive;
  font-size: 30px;
  font-weight: 700;
  position: relative;
}

.navbar-brand::after{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 60%;
  height: 2px;
  background: #fff;
}

.navbar-brand::before{
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 60%;
  height: 2px;
  background: #fff;
}

.navbar-nav .nav-link {
  font-family: 'Quicksand', cursive;
  font-size: 15px;
  font-weight: 700;
  margin: 0 7px;
}

.carousel-inner{
  position: relative;
}

header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.07);
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.fixed-text{
  position: absolute;
  z-index: 99;
  top: 36%;
  left: 0;
  width: 70%;
  left: 15%;
  right: 15%;
}

.fixed-text span{
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 3px;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 2.7;
}

.fixed-text h1{
  font-family: 'brokenz', cursive;
  color: #FFFFFF;
  font-size: 20.75vw;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.7em;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.fixed-text p{
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

.sec-2{
  /*background: url(../img/sec-2-bg.jpg);
  background-position: 0% 50%;
  background-size: cover;*/
  background: #000;
  position: relative;
  text-align: center;
  padding: 150px 0 40px;
  overflow: hidden;
}

.sec-2 .text-mtr{
  display: inline-block;
  position: relative;
}

.sec-2 .text-mtr img{
  width: 60px;
  margin-bottom: 40px;
}

.sec-2 .text-mtr p{
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.sec-2 .content img{ 
  position: relative;
  margin-top: -100px;
}

.sec-2 .content2 img{ 
  position: relative;
  margin-top: 100px;
}

.updown{
  display: flex;
  align-items: center;
}

.sec-3{
  position: relative;
  padding: 15px 0;
  background: #000;
}

.sec-3 .tedi-img{
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

.sec-3 .tedi-img::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-image: linear-gradient(180deg, #000000 0%, #0062C5 100%);
  opacity: 0.5;
  transition: 0.4s;
}

.sec-3 .tedi-img h3{
  position: absolute;
  color: transparent;
  font-family: 'brokenz', sans-serif;
  -webkit-text-stroke: 2px #fff;
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  z-index: 999;
  top: 38%;
  margin: 0;
  line-height: 0.8;
  transition: 0.4s;
} 

.pd0{
  padding: 0;
}

.p0r{
  padding-right: 0;
}

.p0l{
  padding-left: 0;
}

.sec-3 .tedi-img:hover::after{
  opacity: 0;
  transition: 0.4s;
}

.sec-3 .tedi-img:hover::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  transition: 0.1s;
}

.sec-3 .tedi-img:hover h3{
  color: #fff;
  transition: 0.4s;
}

.sec-4{
  position: relative;
  padding: 80px 0 0;
  background: #000;
}

.sec-4 p{
  width: 950px;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: center;
}

.sec-4 h2{
  color: #FFFFFF;
  font-family: "Brokenz", Sans-serif;
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.sec-5{
  background: url(../img/ls-sction.jpg);
  background-size: cover;
  background-position: 50% 0px;
  height: 700px;
}

.sec-6{
  position: relative;
  padding: 90px 0;
  background: #000;
}

.sec-6 .inside{
  position: relative;
  background-size: initial;
  background-repeat: repeat;
  background-image: url("../img/wave.png");
  background-color: #fff;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  transform: translateX(30px);
  z-index: 999;
}

.sec-6 .inside::before{
  content: "";
  position: absolute;
  left: -40px;
  top: -40px;
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  z-index: -1;
}

.sec-6 .inside .form-control {
  border: 2px solid #000;
  border-radius: 0;
  padding: 12px 14px;
  height: auto;
  background: transparent;
  color: #000;
}

.sec-6 .inside form{
  margin-bottom: 0;
}

.br-butn{
  position: relative;
  color: #fff;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 15px 25px;
  border: 2px solid #000;
  background: #000;
  letter-spacing: 2px;
  transition: all 300ms ease 0ms;
  display: inline-block;
}

.sec-6 .inside .su-btmm{
  text-align: right;
}

.sec-6 .contact{
  position: relative;
  text-align: center;
}

.sec-6 .contact .con-1{
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.sec-6 .contact .con-1 img{
  width: 40px;
  margin-bottom: 10px;
}

.sec-6 .contact .con-1 h5{
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}

.sec-6 .contact .con-1 p{
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}

footer{
  position: relative;
  padding: 40px 0;
  background: #000;
  color: #fff;
  background-size: initial;
  background-repeat: repeat;
  background-image: url("../img/wwave.png");
}

footer p{
  margin-bottom: 10px;
  font-size: 14px;
}

footer .fot-left{
  text-align: left;
}

footer .fot-left .social{
  position: relative;
}

footer .fot-left .social i{
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
}

footer .fot-right{
  text-align: right;
  position: relative;
}

footer .fot-right::after{
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  height: 100%;
  width: 100px;
  border-radius: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

footer .fot-right span{
  font-size: 14px;
  font-weight: 800;
}

footer .fot-right p{
  font-size: 15px;
  font-weight: 500;
}

.main-section{
  padding: 240px 0 150px;
  text-align: center;
  background: url(../img/psec-2-bg.jpg);
  background-size: cover;
}

.main-section h2{
  position: relative;
  color: #fff;
  font-family: 'brokenz', sans-serif;
  /*-webkit-text-stroke: 2px #fff;*/
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  z-index: 999;
  top: 38%;
  margin: 0;
  line-height: 0.8;
  transition: 0.4s;
}

.psec-2{
  position: relative;
  padding: 40px 0;
}

.team-bg{
  background: url(../img/team-bg.jpg);
  background-position: 50% 0%;
  background-size: cover;
}

.team{
  padding: 40px 0;
}

.team .indie h4{
  color: #0062C5;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.team .indie p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.sec-bio{
  position: relative;
  padding: 40px 0;
}

.sec-bio .pro-txt{
  margin-bottom: 20px;
}

.sec-bio .pro-txt h3{
  color: #0062C5;
  font-family: "Brokenz", Sans-serif;
  font-size: 10vw;
  font-weight: 300;
  letter-spacing: 2px;
}

.sec-bio .pro-txt p{
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sec-bio .text-data{
  position: relative;
}

.sec-bio .text-data h3{
  color: #0062C5;
  font-family: "Brokenz", Sans-serif;
  font-size: 10vw;
  font-weight: 300;
  letter-spacing: 2px;
}

.sec-bio .text-data p{
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (min-width:300px) and (max-width:599px) {
  header {
    padding: 10px 0;
    position: relative;
    background: #000;
  }
  .navbar-dark .navbar-toggler{
    border: none;
  }
  .navbar-toggler span:first-child,.navbar-toggler span:nth-child(2){
    width: 35px;
    position: relative;
    display: block;
    z-index: 999;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
  }
  .navbar-toggler span:last-child{
    width: 25px;
    position: relative;
    display: block;
    z-index: 999;
    height: 2px;
    background: #fff;
    margin-bottom: 0;
  }
  .fixed-text span {
    font-size: 15px;
    line-height: 2;
  }
  .fixed-text p{
    font-size: 15px;
    line-height: 2;
  }
  .p0r{
    padding-right: 15px;
  }
  .p0l{
    padding-left: 15px;
  }
  .sec-3 .tedi-img h3{
    font-size: 34vw;
  }
  .sec-4 p {
    width: 100%;
    font-size: 20px;
  }
  .sec-4{
    padding: 20px 0 0;
  }
  .sec-4 h2 {
    font-size: 14vw;
  }
  .sec-6 .inside{
    transform: translateX(0px);
  }
  .sec-6 .inside::before {
    left: 8px;
    top: 8px;
  }
  .sec-6 .inside {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .main-section {
    background-position: 48% 50%;
  }
  .main-section h2{
    font-size: 30vw;
  }
  .sec-bio .pro-txt h3 {
    font-size: 20vw;
  }
  .sec-bio .text-data h3{
    font-size: 15vw;
  }
  .sec-bio .text-data p{
    font-size: 16px;
    font-weight: 400;
  }
  .sec-bio .pro-txt p {
    font-size: 16px;
    font-weight: 400; 
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }
  .sec-4 p {
    width: 100%;
    font-size: 18px;
  }
  .sec-6 .inside::before {
    left: -20px;
    top: -20px;
  }
  .sec-6 .contact .con-1 {
    margin-left: 6px;
    margin-right: 6px;
  }
  .sec-6 .contact .con-1 p {
    font-size: 13px;
  }
  .sec-bio .pro-txt h3 {
    font-size: 6vw;
  }
  .sec-bio .pro-txt p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .sec-bio .text-data h3 {
    font-size: 6vw;
  }
  .sec-bio .text-data p {
    font-size: 13px;
    font-weight: 400;
  }
}