@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');

html{
  scroll-behavior: smooth;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 80vh;
  background: #e0eafc; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #cfdef3, #e0eafc); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #cfdef3,
    #e0eafc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* Pop-up stil ayarları */
.popup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30%;
  height: auto;
  background: white;
  border: 2px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 20px;
  z-index: 2000;
  border-style: dashed;
  border-color: #1683ff;
  border-width: 2px;
  display: none;
}

.popup-content {
  display: flex;
  flex-direction: column;
}

.popup h2 {
  margin-top: 0;
}

.popup p{
  font-size: 0.9em;
}

.popup label{
  font-size: 0.9em;
}

.popup #accept-btn {
  width: 20%;
  margin-top: 10px;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}
.popup #deny-btn {
  width: 20%;
  margin-top: 10px;
  padding: 10px;
  background-color: #b32d2d;
  color: white;
  border: none;
  cursor: pointer;
}

.popup button:hover {
  background-color: #45a049;
}

.banner h2{
  text-align: center;
  font-size: 3em;
  padding-top: 20px;
}

.banner #brand-emphasis{
    font-size: 1em;
    color: #1683ff;
}

.banner .purpose-emphasis{
  text-align: center;
  font-size: 1em;
  padding-top: 20px;
  color: #1683ff;
}

#purpose{
  text-align: center;
  font-size: 2em;
}

.container {
  max-width: 70%;
  max-height: 100%;
  width: 100%;
  padding: 30px;
}
.container .column{
    float: left;
    margin: 0.5%;
    width: 49%;
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.container .column_instructions{
    float: left;
    margin: 0.5%;
    width: 99%;
    height: 100%;
    padding: 30px;
    padding-left: 5%;
    padding-right: 5%;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#instructions_header{
  text-align: center;
}

.instructions_list{
  padding-top: 2%;
  padding-bottom: 4%;
  font-size: 110%;
}

#vid_header{
  text-align: center;
}

#yt_vid{
  margin-left: 11%;
  width: 76%;
  height: 25vw;
  box-shadow:0 0 10px rgba(0, 0, 0, 0.6);
}

.footer{
    text-align: center;
    float: left;
    margin: 0.5%;
    width: 100%;
    height: 30%;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 2%;
    padding-left: 22.5%;
    padding-right: 22.5%;
}

.footer .footer_column{
    text-align: center;
    float: left;
    margin: 0.5%;
    width: 32%;
    height: 30%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.363) 0px 8px 24px;
}

.footer a{
  color: inherit;
  text-decoration: none;
}

.footer_bottom{
  text-align: center;
}

#contactUs{
  text-align: center;
}

.info{
  color: #0000004f
}

.containerOfFind{
  max-width: 13%;
  text-align: center;
  height: 3em;
  width: 90%;
  padding: 7px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.containerOfFind:hover{
  background-color: #b5cef0;
  transition: 0.2s;
}
#execute_button{
  font-family: sans-serif;
  border: none;
  background-color: transparent;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
}

#execute_button a{
  color: inherit;
  text-decoration: none;
}

.containerOfFound{
  margin-top: 2%;
  max-width: 66%;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.drag-area {
  height: 200px;
  border: 3px dashed #e0eafc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
}

h3 {
  font-weight: 500;
}

.drag-area .header {
  font-size: 20px;
  font-weight: 500;
  color: #34495e;
}

.drag-area .support {
  font-size: 12px;
  color: gray;
  margin: 10px 0 15px 0;
}

.drag-area .button {
  font-size: 25px;
  font-weight: 500;
  color: #1683ff;
  cursor: default;
}

.drag-area.active {
  border: 2px solid #1683ff;
}

#input_followings{
  max-width: 100%;
}
#input_followers{
  max-width: 100%;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
input[type="file"] {
  outline: none;
  padding: 4px;
  margin: -4px;
}

input[type="file"]:focus-within::file-selector-button,
input[type="file"]:focus::file-selector-button {
  outline: 2px solid #0964b0;
  outline-offset: 2px;
}

input[type="file"]::before {
  top: 16px;
}

input[type="file"]::after {
  top: 16px;
}

/* ------- From Step 2 ------- */

input[type="file"] {
  position: relative;
}

input[type="file"]::file-selector-button {
  width: 42%;
  color: transparent;
}

/* Faked label styles and icon */
input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  /*   top: 11px; */
  left: 8%;
  color: #0964b0;
  content: "Upload File";
}

input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  /*   top: 10px; */
  left: 8%;
  height: 20px;
  width: 20px;
  content: "";
  
}

/* ------- From Step 1 ------- */

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  
  body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 80vh;
    background: #e0eafc; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #cfdef3, #e0eafc); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #cfdef3,
      #e0eafc
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  
.popup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background: white;
  border: 2px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  padding: 20px;
  z-index: 2000;
  border-style: dashed;
  border-color: #1683ff;
  border-width: 2px;
  display: none;
}

.popup-content {
  display: flex;
  flex-direction: column;
}

.popup h2 {
  margin-top: 0;
  font-size: 0.9em;
}

.popup p{
  font-size: 0.7em;
}

.popup label{
  font-size: 0.8em;
}

.popup #accept-btn {
  width: 48%;
  margin-top: 10px;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}
.popup #deny-btn {
  width: 48%;
  margin-top: 10px;
  padding: 10px;
  background-color: #b32d2d;
  color: white;
  border: none;
  cursor: pointer;
}

.popup button:hover {
  background-color: #45a049;
}

  .banner h2{
    text-align: center;
    font-size: 3em;
  }
  
  .banner #brand-emphasis{
    font-size: 1em;
    color: #1683ff;
}

.banner .purpose-emphasis{
  text-align: center;
  font-size: 1em;
  padding-top: 20px;
  color: #1683ff;
}


  #purpose{
    text-align: center;
    font-size: 1.5em;
  }
  
  .container {
    max-width: 90%;
    width: 100%;
    padding: 0px;
  }
  .container .column{
      margin: 0%;
      margin-top: 3%;
      width: 100%;
      height: 30%;
      padding: 30px;
      background: #fff;
      border-radius: 20px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .container .column_instructions{
    float: left;
    margin: 0.5%;
    width: 100%;
    height: 30%;
    padding: 30px;
    padding-left: 7%;
    padding-right: 7%;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#instructions_header{
  text-align: center;
}

.instructions_list{
  padding-top: 2%;
  padding-bottom: 4%;
  font-size: 100%;
}

#vid_header{
  text-align: center;
}

#yt_vid{
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 0%;
  width: 100%;
  height: 45vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

  .footer{
    text-align: center;
    float: left;
    margin: 0.5%;
    width: 100%;
    height: 30%;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer .footer_column{
    text-align: center;
    float: left;
    margin: 0.5%;
    width: 32%;
    height: 30%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.363) 0px 8px 24px;
  }

  .footer_column h3{
    font-size: 4vw;
  }

  .footer a{
    color: inherit;
    text-decoration: none;
  }

  .footer_bottom{
    text-align: center;
    font-size: 3vw;
  }

  #contactUs{
    text-align: center;
  }

  .info{
    font-size: 14px;
    color: #0000004f
  }
  
  #input_followers{
    max-width: 100%;
  }

  #input_followings{
    max-width: 100%;
  }

  .containerOfFind{
    max-width: 33%;
    text-align: center;
    height: 3em;
    width: 100%;
    padding: 7px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 2%;
  }
  .containerOfFind:hover{
    background-color: #b5cef0;
    transition: 0.2s;
  }
  #execute_button{
    border: none;
    background-color: transparent;
    font-size: 3.5vh;
    font-weight: 500;
    cursor: pointer;
  }
  
  .containerOfFound{
    max-width: 88%;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 4%;
  }
  
  .drag-area {
    height: 200px;
    border: 3px dashed #e0eafc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
  }
  
  h3 {
    font-weight: 500;
  }
  
  .drag-area .header {
    font-size: 20px;
    font-weight: 500;
    color: #34495e;
  }
  
  .drag-area .support {
    font-size: 12px;
    color: gray;
    margin: 10px 0 15px 0;
  }
  
  .drag-area .button {
    font-size: 25px;
    font-weight: 500;
    color: #1683ff;
    cursor: default;
  }
  
  .drag-area.active {
    border: 2px solid #1683ff;
  }
  
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  input[type="file"] {
    outline: none;
    padding: 4px;
    margin: -4px;
  }
  
  input[type="file"]:focus-within::file-selector-button,
  input[type="file"]:focus::file-selector-button {
    outline: 2px solid #0964b0;
    outline-offset: 2px;
  }
  
  input[type="file"]::before {
    top: 10px;
    margin-left: 8px;
  }
  
  input[type="file"]::after {
    top: 10px;
    left: 15px;
  }
  
  /* ------- From Step 2 ------- */
  
  input[type="file"] {
    position: relative;
    text-align: center;
  }
  
  input[type="file"]::file-selector-button {
    width: 80px;
    color: transparent;
  }
  
  /* Faked label styles and icon */
  input[type="file"]::before {
    position: absolute;
    pointer-events: none;
    /*   top: 11px; */
    left: 0px;
    color: #0964b0;
    content: "Upload File";
  }
  
  input[type="file"]::after {
    position: absolute;
    pointer-events: none;
    /*   top: 10px; */
    left: 16px;
    width: 20px;
    content: "";
    
  }
  
  /* ------- From Step 1 ------- */
  
  /* file upload button */
  input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 30px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
  }
  
  /* file upload button hover state */
  input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
  }
  
  /* file upload button active state */
  input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
  }

}