@font-face {
    font-family: 'TradeWinds'; 
    src: url('../TradeWinds-Regular.ttf'); 
}

::-webkit-scrollbar {
    display:none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: auto;
    -moz-appearance: textfield; 
}



.body{
    background-color: black;
    height: 95vh;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
}

.body2{
    background-color: black;
    height: 90vh;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
}


body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    
    content:
    url("../Images/intoPigeonEnglish.png")
    url("../Images/uploadPigeon.png")
    url("../Images/intoPigeonSpanish.png") 
    url("../Images/frame.png") 
    url("../Images/spanishFlag.png")
    url("../Images/USAflag.png")
    url("../Images/sos1Location.png")
     url("../Images/sos2Location.jpg")
      url("../Images/sos3Location.jpg")
       url("../Images/sos4Location.jpg")
        url("../Images/sos5Location.jpg")
         url("../Images/sos6Location.jpg")
          url("../Images/sos7Location.jpg")
           url("../Images/sos8Location.jpg")
            url("../Images/sos9Location.jpg")
    url("../Images/logo.png")
    url("../Images/ErrorPigeon1.png")
    url("../Images/ErrorPigeon2.png")
    url("../Images/ErrorPigeon3.png")
    url("../Images/backGround.png")
    url("../Images/closePigeon.png")
    url("../Images/colourPallet.png")
    url("../Images/cross.png")
    url("../Images/dazePigeon.png")
    url("../Images/finalPigeon.png")
    url("../Images/mirPigeonEnglish.png")
    url("../Images/mirPigeonSpanish.png")
    url("../Images/stop.png")
    url("../Images/fullPigeon.png")
    url("../Images/MoveIt.gif")

     
    
}


.pigeonBody{
    background-color: white;
    height: 90vh;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    
}

.Main{
    
    padding:10% 15% 10% 10%
}

.preview{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.previewCenter{
   display: flex;
   justify-content: center;
   padding:10px 10px 10px 10px;
   background-color: #000000;
   border: 2px solid white;
   border-radius: 6px;
   height: 110px;
   width: 110px;
    
}
.IntroPigeonEnglish{
    
    background-image: url("../Images/intoPigeonEnglish.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    
}

.OceanBackGround{
    
    background-image: url("../Images/backGround.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    
}

.MoveIt{
    
    background-image: url("../Images/MoveIt.gif");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    
}

.pictureUploadSpanish{
    
    background-image: url("../Images/uploadPigeonSpanish.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    
}

.ErrorPigeon1{
    background-image: url("../Images/ErrorPigeon1.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.ErrorPigeon3{
    background-image: url("../Images/ErrorPigeon3.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.ErrorPigeon2{
    background-image: url("../Images/ErrorPigeon2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.IntroPigeonSpanish{
    
    background-image: url("../Images/intoPigeonSpanish.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    
}

.mirrorPigeonEnglish{
    
    background-image: url("../Images/mirPigeonSpanish.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    
}
.mirrorPigeonSpanish{
    
    background-image: url("../Images/mirPigeonSpanish.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    height: 100%;
    width: 100vw;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    
}
.border{
     background-color: black;
    background-image: url("../Images/frame.png");
    background-position: left;
    background-size: 98% 95%;
    background-repeat: no-repeat;
    max-width: 600px;
    height: 100%;
    width:100vw;
    min-height: 800px;
    
    
}


.border2{
     background-color: black;
    background-image: url("../Images/frame.png");
    background-position: left;
    background-size: 98% 95%;
    background-repeat: no-repeat;
    max-width: 600px;
    height: 90%;
    width:100vw;
   
    
    
}

@media only screen and (min-width: 800px) {
    .border{
    
        background-image: url("../Images/frame.png");
        background-position: left;
        background-size: 98% 95%;
        background-repeat: no-repeat;
        max-width: 600px;
        height: 100vh;
        width:100vw
        
        
    }
  }

.BorderContainer{
    height:95vh;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /* margin: 10px 10px 10px 10px; */
    display: flex;
    justify-content: center;
   
}

.picCOnt{
    height:95vh;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /* margin: 10px 10px 10px 10px; */
   
   
}


.TopRight{
    position: absolute;
    top:0px;
    right: 50px;
    width:100px
}
.Center{
    display:flex;
    justify-content:center;
}


.CenterEven{
    display:flex;
    justify-content:space-evenly;
}

.CenterRight{
    display:flex;
    justify-content:right;
}

.CenterLeft{
    display:flex;
    justify-content:left;
}
.CenterSpace{
    display:flex;
    justify-content:space-between;
}
.CenterVert{
    display: flex;
    align-items:center;
   
   
}

.CenterVertTop{
    display: flex;
    align-items:start;
    justify-content: center;
}

.CenterVertBottom{
    display: flex;
    align-items:end;
    justify-content: center;
}

.AbsoluteBottom{
    position: absolute;
    bottom: 15%;
    left: 40%;
    right: 40%;

}

.AbsoluteBottom2{
    position: absolute;
    bottom: 15%;
    left: 10%;
    right: 10%;

}
.buttonStyle{
    box-shadow:  1px 2px 5px 2px rgb(255, 255, 255, 0.7); 
    padding: 5px 5px 5px 5px ;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    border:3px solid rgb(255, 255, 255, 0.7);
    font-size: large;
    max-width:105px;
    border-radius: 8px; 
    color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button{
    box-shadow:  1px 2px 5px 2px rgb(255, 255, 255, 0.7); 
    padding: 5px 5px 5px 5px ;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    border:3px solid rgb(255, 255, 255, 0.7);
   
    border-radius: 8px; 
    color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:active{
    box-shadow: inset 0 0 8px #ffffff;
   
    background-color: rgb(0, 0, 0);
    position: relative;
    top: 2px;
    left: 3px;
    
}

.ButtonBox{
    box-shadow:  1px 2px 5px 2px rgb(255, 255, 255, 0.7); 
    padding: 5px 5px 5px 5px ;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    border:3px solid rgb(255, 255, 255, 0.7);
    font-family: 'TradeWinds';
    font-size: x-large;
    text-align: center;
    border-radius: 8px; 
    color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.Slot{
    border-bottom: 2px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: large;
    height:40px;
    color:white;
    width:20px;
    background-color: black;
}
.Slot:focus {
    outline: none;
    border-bottom: 2px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
}

.PadderTop{
    padding-top: 10px;
}
.PadderLeft{
    padding-left: 10px;
}
.PadderLeftHalf{
    padding-left: 5px;
}

.Grey{
    background-color: #6e6e6e;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    padding:10px 20px 10px 20px;
    border-radius: 2px;
    display: block;
    border-radius: 4px;
    text-align: center;
}

.Grey2{
    background-color: #6e6e6e;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    padding:5px 10px 5px 10px;
    border-radius: 2px;
    display: block;
    text-align: center;
}

.LessGrey{
    background-color: #c7c7c7;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    border-radius: 4px;

    min-width: 120px;
}
.LessGrey:active{
    box-shadow: inset 0 0 8px #ffffff;
   
    background-color: #c7c7c7;
    position: relative;
    top: 2px;
    left: 3px;
    
}

.SpanishFlag{
    background-image: url("../Images/spanishFlag.png");
    background-position: left;
    background-size: 100% 99%;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 55px;
    width: 70px;
    padding: 0 0 0 0 ;
    box-shadow:  0px 0px 4px 3px rgb(255, 255, 255, 0.7);
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    border:1px groove rgb(255, 255, 255, 0.8);
   
    border-radius: 5px; 
     color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.SpanishFlag:active{
    box-shadow: inset 0 0 8px #ffffff;
   
    background-color: rgb(0, 0, 0);
    position: relative;
    top: 4px;
    left: 3px;
    
}

.AmericanFlag{
    background-image: url("../Images/USAflag.png");
    background-position: left;
    background-size: 100% 99%;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 55px;
    width: 70px;
    padding: 0 0 0 0 ;
    box-shadow:  0px 0px 4px 3px rgb(255, 255, 255, 0.7);
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    border:1px groove rgb(255, 255, 255, 0.8);
   
    border-radius: 5px; 
     color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.AmericanFlag:active{
    box-shadow: inset 0 0 8px #ffffff;
   
    background-color: rgb(0, 0, 0);
    position: relative;
    top: 4px;
    left: 3px;
    
}

.Logo{
    background-image: url("../Images/logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 300px;
    width: 90%;
    padding: 0 0 0 0 ;
}


.StopSign{
    background-image: url("../Images/stop.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 150px;
    width: 100%;
    padding: 0 0 0 0 ;
}

.TickBox{
    height:30px;
    width:30px;
}

.TickBox2{
    height:40px;
    width:40px;
    min-width: 40px;
}

.ColourCent{
    width: 75%;
    height:80%;
    border-radius: 6px;
    box-shadow:  0px 0px 4px 3px rgb(255, 255, 255, 0.7);
}

.sos1Pic{
    background-image: url("../Images/sos1Location.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.sos2Pic{
    background-image: url("../Images/sos2Location.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.sos3Pic{
    background-image: url("../Images/sos3Location.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.sos4Pic{
    background-image: url("../Images/sos4Location.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.sos5Pic{
    background-image: url("../Images/sos5Location.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.sos6Pic{
    background-image: url("../Images/sos6Location.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.sos7Pic{
    background-image: url("../Images/sos7Location.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.sos8Pic{
    background-image: url("../Images/sos8Location.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.sos9Pic{
    background-image: url("../Images/sos9Location.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    height: 200px;
    width: 100%;
    padding: 0 0 0 0 ;

    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.largeTxtNormal{
    font-family:Arial, Helvetica, sans-serif;
    font-size: large;
    text-align: center;
}

.largeTxtNormalRight{
    font-family:Arial, Helvetica, sans-serif;
    font-size: large;
    text-align: right;
}




.ExtraLargeTxtNormal{
    font-family:Arial, Helvetica, sans-serif;
    font-size: x-large;
    text-align: center;
}

.ExtraExtraLargeTxt{
    font-family: 'TradeWinds';
    font-size: xx-large;
    text-align: center;
}

.ExtraExtraLargeTxtNormal{
    font-family:Arial, Helvetica, sans-serif;
    font-size: xx-large;
    text-align: center;
}

.LockTxtNum{
    font-size: 60px;
    text-align: center;
    
}

.LockTxtadd{
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.LargeTxt{
    font-family: 'TradeWinds';
    font-size: large;
    text-align: center;
}

.ExtraLargeTxt{
    font-family: 'TradeWinds';
    font-size: x-large;
    text-align: center;
}


.HugeTxt{
    font-family: 'TradeWinds';
    font-size: 45px;
    text-align: center;
}

.lessHugeTxt{
    font-family: 'TradeWinds';
    font-size: 30px;
    text-align: center;
}
.SOSPad{
    padding-top: 10px;
    padding-right: 10%;
}
.FaderIn {
   
 
    animation-name: FadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    /* height: 95vh; */
    height: 80vh;
}


.Fade {
   
 
    animation-name: FadeIn;
    animation-duration: 3.2s;
    animation-iteration-count: 1;
    /* height: 95vh; */
    
}


.PopUp{
    animation-name: OpenWindowAnimation;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    position: absolute;
    top:10%;
    left:14%;
    min-height: 400px;
    width:74%;
    height:auto;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    color:white;
    border-radius: 6px;
    box-shadow:  1px 2px 5px 2px rgba(255, 255, 255, 0.836); 
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
    
   
}

.Wide{
    padding-left: 10%;
    padding-right: 10%;
}

.TxtApear {
    position: absolute;
    
    width: 0%;
    background-color: #000000;
    animation-name: txtApear;
    animation-duration: 4s;
    animation-iteration-count: 1;
    
    /* -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%); */
    mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
    /* clip-path: polygon(00% 0%, 100% 0%, 100% 100%, 0% 100%);
       */
    position: relative;
   
    z-index: 1;
}

.TxtApearDiv{
   
    position: relative;
   
}


.RedBlox{
    border:6px solid red;
    border-radius: 16px;
    height:35px;
    width: 45px;

}
.BlueBlox{
    border:6px solid blue;
    border-radius: 16px;
    height:35px;
    width: 45px;
}
.PurpleBlox{
    border:6px solid rgb(146, 0, 146);
    border-radius: 16px;
    height:35px;
    width: 45px;
}
.GreenBlox{
    border:6px solid rgb(0, 255, 0);
    border-radius: 16px;
    height:35px;
    width: 45px;
}

.AnsBlox{
    background-color: #6e6e6e;
    border:2px solid rgb(255, 255, 255);
    color:white;
    border-radius: 8px;
    height:30px;
    width: 35px;
    text-align: center;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
}
.BackBut{
    position: absolute;
    bottom: 12vh;
}

.CrackedCode{
    height:50px;
    width:50px;
    font-size: xx-large;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: 'TradeWinds';
    
}

.lockPad{
    height:200px;
    width:19%;
    border: 2px solid white;
    border-radius: 2px;
    display: flex;
    align-items: center;
    overflow: scroll;
}

.lockPadNumBit{
    height: 300px;
}


.ContFaderIn {
   
 
    animation-name: FadeIn;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    /* height: 95vh; */
   
}
@keyframes txtApear{
    from {
        left:0%;
        width: 100%;
       
    }

    to {
        left:100%;
        width: 0%;
       

    }
}


@keyframes OpenWindowAnimation{
    from {
        opacity:0;
        transform:scale(0);
    }
  
    to {
        opacity: 1;
        transform:scale(1);
    }
  }


.Error {
   
   
    animation-name: errorAni;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
}

@keyframes FadeIn {
    0% {
        opacity:0
    }
  
    100% {
        opacity: 1
    }
}


@keyframes errorAni {
    0% {
        transform: scale(1.1);
    }
  
    100% {
        transform: scale(1);
    }
}

.spinner {
    position: absolute;
    width: 9px;
    height: 9px;
  }
  
  .spinner div {
    position: absolute;
    width: 50%;
    height: 200%;
    background: #1d1d1d;
    border-radius:30%;
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
    animation: spinner-fzua35 2s calc(var(--delay) * 2s) infinite ease;
  }
  
  .spinner div:nth-child(1) {
    --delay: 0.1;
    --rotation: 36;
    --translation: 150;
  }
  
  .spinner div:nth-child(2) {
    --delay: 0.2;
    --rotation: 72;
    --translation: 150;
  }
  
  .spinner div:nth-child(3) {
    --delay: 0.3;
    --rotation: 108;
    --translation: 150;
  }
  
  .spinner div:nth-child(4) {
    --delay: 0.4;
    --rotation: 144;
    --translation: 150;
  }
  
  .spinner div:nth-child(5) {
    --delay: 0.5;
    --rotation: 180;
    --translation: 150;
  }
  
  .spinner div:nth-child(6) {
    --delay: 0.6;
    --rotation: 216;
    --translation: 150;
  }
  
  .spinner div:nth-child(7) {
    --delay: 0.7;
    --rotation: 252;
    --translation: 150;
  }
  
  .spinner div:nth-child(8) {
    --delay: 0.8;
    --rotation: 288;
    --translation: 150;
  }
  
  .spinner div:nth-child(9) {
    --delay: 0.9;
    --rotation: 324;
    --translation: 150;
  }
  
  .spinner div:nth-child(10) {
    --delay: 1;
    --rotation: 360;
    --translation: 150;
  }
  
  @keyframes spinner-fzua35 {
    
    
    20%{
        
        background: #ffffff;
    }
    90%{
        background: #000000;
       
    }
    
    
  }