.container {
  max-width: 960px;
}

#myVideo {
  max-width: 1196px;
  max-height: 672px;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: black;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

.display-3 {
  font-weight: bold;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}


/*
* deneme dot 
*/
#features .feature h3{
  font-weight:700;
  text-align:center;
  font-size:36px;
  margin-bottom:40px
}
#features .feature .lead{
  text-align:center;
  font-size:18px;
  color:#59697d;
  line-height:1.5;
  margin:0 auto 50px;
  font-weight:400
}
#features .feature.blue .lead{
  color:#fff
}
#features .illustration{
  position:relative;
  font-size:10px
}
#features .interface .illustration{
  box-shadow:0 6px 20px rgba(38,62,88,.51)
}
#features .interface img{
  border-radius:0 0 5px 5px
}
#features .interface .ghost{
  position:absolute;
  width:auto;
  height:auto;
  bottom:0;
  opacity:0
}
#features .interface.show-ghost .ghost{
  opacity:1
}
#features .interface.show-ghost .bottom{
  opacity:0
}
#features .interface .dot{
  position:absolute;
  width:24px;
  z-index:1;
  height:24px;
  border-radius:50%;
  background-color: white;
  box-shadow:5px 5px 15px rgba(0,0,0,.16)
}
#features .interface.animate .dot{
  -webkit-animation:dot-grow 2s infinite;
  animation:dot-grow 2s infinite
}
@-webkit-keyframes dot-grow{
  0%{
      box-shadow:5px 5px 15px rgba(0,0,0,.16),0 0 0 0 hsla(0,0%,100%,.6)
  }
  to{
      box-shadow:5px 5px 15px rgba(0,0,0,.16),0 0 0 16px transparent
  }
}
@keyframes dot-grow{
  0%{
      box-shadow:5px 5px 15px rgba(0,0,0,.16),0 0 0 0 hsla(0,0%,100%,.6)
  }
  to{
      box-shadow:5px 5px 15px rgba(0,0,0,.16),0 0 0 16px transparent
  }
}
.stage{
  top:35%;
  left:45%
}
.overview-panel{
  top:61%;
  left:12%
}
.design-panel{
  top:41%;
  left:80%
}
.editor-panel{
  top:59%;
  left:27%
}
#features .additional-features{
  margin-top:60px
}
#features .additional-features .item{
  padding-left:70px;
  position:relative;
  margin-bottom:30px
}
#features .additional-features h4{
  font-weight:700;
  font-size:18px;
  margin-bottom:12px;
  margin-top:0
}
#features .editing .illustration img{
  border-radius:5px;
  box-shadow:2px 2px 5px rgba(0,0,0,.1)
}
#features .editing .additional-features{
  margin-top:80px
}
#features .illustration.centered{
  text-align:center
}
#features .illustration.centered img{
  max-width:90%;
  height:auto
}


/*
* animasyon resim dot deneme
*/
#modlar .mod h3{
  font-weight:700;
  text-align:center;
  font-size:36px;
  margin-bottom:40px
}
#modlar .mod .lead{
  text-align:center;
  font-size:18px;
  color:#59697d;
  line-height:1.5;
  margin:0 auto 50px;
  font-weight:400
}
#modlar .mod.blue .lead{
  color:#fff
}
#modlar .illustration{
  position:relative;
  font-size:10px
}
#modlar .intermod img{
  border-radius:0 0 5px 5px
}
#modlar .intermod .ghost{
  position:absolute;
  width:auto;
  height:auto;
  bottom:0;
  opacity:0
}
#modlar .intermod.show-ghost .ghost{
  opacity:1
}
#modlar .intermod.show-ghost .bottom{
  opacity:0
}
#modlar .intermod .dot{
  position:absolute;
  width:24px;
  z-index:1;
  height:24px;
  border-radius:50%;
  background-color: white;
  box-shadow:5px 5px 15px rgba(0,0,0,.16)
}
#modlar .intermod.animate .dot{
  -webkit-animation:dot-grow 2s infinite;
  animation:dot-grow 2s infinite
}
@-webkit-keyframes dot-grow{
  0%{
      box-shadow:5px 5px 15px rgba(0,0,0,.16),0 0 0 0 hsla(0,0%,100%,.6)
  }
  to{
      box-shadow:5px 5px 15px rgba(0,0,0,.16),0 0 0 16px transparent
  }
}
@keyframes dot-grow{
  0%{
      box-shadow:5px 5px 15px rgba(0,0,0,.16),0 0 0 0 hsla(0,0%,100%,.6)
  }
  to{
      box-shadow:5px 5px 15px rgba(0,0,0,.16),0 0 0 16px transparent
  }
}

.mod1{
  top:43%;
  left:31%
}
.mod2{
  top:43%;
  left:41%
}
.mod3{
  top:43%;
  left:51%
}
.mod4{
  top:43%;
  left:61%
}
.mod5{
  top:50%;
  left:31%
}
.mod6{
  top:50%;
  left:41%
}
.mod7{
  top:50%;
  left:51%
}
.mod8{
  top:50%;
  left:61%
}
.mod9{
  top:57%;
  left:31%
}
.mod10{
  top:57%;
  left:41%
}
.mod11{
  top:57%;
  left:51%
}
.mod12{
  top:57%;
  left:61%
}
.mod13{
  top:64%;
  left:31%
}
.mod14{
  top:64%;
  left:41%
}
.mod15{
  top:64%;
  left:51%
}
.mod16{
  top:64%;
  left:61%
}
.mod17{
  top:71%;
  left:31%
}
.mod18{
  top:71%;
  left:41%
}
.mod19{
  top:71%;
  left:51%
}
.mod20{
  top:71%;
  left:61%
}
#modlar .additional-features{
  margin-top:60px
}
#modlar .additional-features .item{
  padding-left:70px;
  position:relative;
  margin-bottom:30px
}
#modlar .additional-features h4{
  font-weight:700;
  font-size:18px;
  margin-bottom:12px;
  margin-top:0
}
#modlar .additional-features .icon{
  position:absolute;
  left:16px;
  font-size:28px;
  color:#2789e4
}
#modlar .additional-features .icon:after{
  content:"";
  border-radius:50%;
  position:absolute;
  width:30px;
  height:30px;
  background:rgba(40,128,237,.1);
  left:-4px;
  bottom:-5px
}
#modlar .additional-features p{
  font-size:16px;
  color:#59697d;
  line-height:1.45
}
#modlar .editing .illustration img{
  border-radius:5px;
  box-shadow:2px 2px 5px rgba(0,0,0,.1)
}
#modlar .editing .additional-features{
  margin-top:80px
}
#modlar .illustration .centered{
  text-align:center
}
#modlar .illustration .centered img{
  max-width:90%;
  height:auto
}