fieldset .first{
position: fixed;
top: 0%;
width: 100%;
}

.header a{
    text-align: center;
  color: white;
  padding-left: 10%;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 5%;
  display: inline;
  padding-right: 3%;
  translate: 0.3s;
}

.header a:hover{
    color: red;
    text-decoration: underline;
   transition: calc(5px);
}

fieldset{
    
    width: 100%;
    /*position: fixed;*/
    background-color: black;
}
.header button{
    padding: 13px;
    width: 13%;
    border: 1px solid red;
    border-radius: 5%;
    background-color: red;
    color: white;
    font-size: 17px;
    cursor: pointer;
    transition: 0.2s;

}
.header button:hover{
    box-shadow: 1px 2px 3px 2px red;
   transform: translateY(-6px);
}
.Acc{
    background-image: url('hero-bg.jpg');
    background-size: cover;
    background-position:center ;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 1%;
    border: 1px solid white;
    
}
.Acc img{
    width: 40%;
    height: 60%;
    border-radius: 5%;
    opacity: 0.3;
    transition: 1s;
}

.Acc img:hover{
    opacity: 1;
    width: 50%;
}
.content{
    font-family:Georgia, 'Times New Roman', Times, serif;
    padding: 2%;
    margin: 1%;
    color: white;
}
.btn button{
     border: 1px solid red;
   border-radius: 5%;
   background-color:red;
   color: white;
   padding: 12px;
   margin: 3px;
   font-size: 16px;
   transition :transform 0.6s;
}
 .btn button:hover{
    box-shadow: 2px 3px 3px 3px red;
    transform: translateY(-6px);
}
.col{
    text-align: center;
    font-family: serif;
}
.Box1{
    display: flex;
    justify-content: space-between;
    padding: 1%;
    margin: 2%;
}
.col-1{
    border:1px solid white ;
    border-radius: 5%;
    box-shadow: 3px 3px 3px 3px  rgb(138, 136, 136);
    padding: 2%;
    margin: 2% 2%;
}
.col-2{
    border:1px solid white ;
    border-radius: 5%;
    box-shadow: 3px 3px 3px 3px  rgb(138, 136, 136);
    padding: 2%;
    margin: 2% 2%;
}
.col-3{
    border:1px solid white ;
    border-radius: 5%;
    box-shadow: 3px 3px 3px 3px  rgb(138, 136, 136);
    padding: 2%;
    margin: 2% 2%;
}

.Box1  button{
    border: 1px solid red;
   border-radius: 5%;
   background-color: red;
   color: white;
   padding: 4% ;
   transition: 0.2s;
}
.Box1 button:hover{
    translate: calc(4px);
    background-color: rgb(15, 15, 15);
    border-color:rgb(15, 15, 15); ;
}
.title{
    font-family: serif;
    text-align: center;
}
.Box2{
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 1%;
    margin: 2%;
    transition: transform 1s;
}
.col-4{
     border:1px solid white ;
    border-radius: 5%;
    box-shadow: 1px 1px 1px 1px rgb(138, 136, 136);
    padding: 2%;
    margin: 2% 2%;
}
.col-5{
    border:1px solid white ;
    border-radius: 5%;
    box-shadow: 1px 1px 1px 1px  rgb(138, 136, 136);
    padding: 2%;
    margin: 2% 2%;
}
.col-6{
    border:1px solid white ;
    border-radius: 5%;
    box-shadow: 1px 1px 1px 1px  rgb(138, 136, 136);
    padding: 2%;
    margin: 2% 2%;
}
.Box2 .col-4:hover{
    box-shadow: 3px 3px 3px red;
    transform: translateY(-6px);
}
.Box2 .col-5:hover{
    box-shadow: 3px 3px 3px red;
    transform: translateY(-6px);
}
.Box2 .col-6:hover{
    box-shadow: 3px 3px 3px red;
    transform: translateY(-6px);
}
.ctn{
    background-color: rgb(17, 16, 16);
    color: white;
}
.contact{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.ctn-1 {
    color: red;
    text-align: center;
}
.social button{
    border: 1px solid red;
   border-radius: 5%;
   background-color: rgb(20, 20, 20);
   color: white;
   padding: 12px;
   margin: 3px;
   font-size: 16px;
}
.social button:hover {
    box-shadow: 2px 2px 3px rgb(230, 31, 31);
    transform: translateY(-6px) red;
    background-color: red;
}
.Box3{
    background-color: white;
    border: 1px solid white;
     border-radius: 3%;
     color: black;
     font-family:'Times New Roman', Times, serif;
     padding: 3%;
     margin: 3%;
}
.Box3 input{
    height: 30px;
    width: 80%;
    border: 1px solid black;
    border-radius: 2%;
    box-shadow: 2px 2px 3px gray;
    transform:all;
}
.Box3 input:hover{
     box-shadow: 0 5px 15px rgb(238, 40, 40);
}
.Box3 textarea{
    border: 1px solid black;
    border-radius: 2%;
    box-shadow: 2px 2px 3px gray;
    transform:all;
}
.Box3 textarea:hover{
     box-shadow: 0 5px 15px rgb(238, 40, 40);
}

.Box3 button{
     border: 1px solid red;
   border-radius: 5%;
   background-color:red;
   color: white;
   padding: 12px;
   margin: 3px;
   font-size: 16px;
   transition:0.6s;
}
.Box3 button:hover{
    box-shadow: 0 5px 15px rgb(238, 40, 40); 
    transform: translateY(-6px);
}
.Box5{
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;;
    background-color: black;
    display: flex;
    padding: 3%;
}
.col-7 a{
    border: 1px solid black;
    color: white;
    background-color: gray ;
    border-radius: 100%;
    padding: 2%;
    text-decoration: none;
    transition: 0.3s;
}
.col-7 a:hover{
    background-color: red;
    transform: translate(-3px);
}
.col-8 a{
    display: block;
   color: gray;
   text-decoration: none;
   font-size: 16px;
   transition: 0.2s;
}
.col-8 a:hover{
    color: red;
    text-decoration: underline;
    transform: translateY(-6px);
}
.Box6{
    display: flex;
    justify-content: space-between;
    padding-left:10%;
    padding-right: 10%;
}
.col-9 a{ 
    display: block;
    text-decoration: none;
    color: gray;
     font-size: 16px;
   transition: 0.2s;
}
.col-9 a:hover{
    color: red;
    text-decoration: underline;
    translate: calc(5px);
}
.col-10 a{
    color: white;
    text-decoration: none;
}
.copyright{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    color: gray;
    border: 1px solid black;
    background-color: black;
}
    /*.flip{
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d ;
    transition: transform .8s cubic-bezier(.2, .8, .2, .1);
}
.flip:hover{
    transform: rotateY(180deg);
}
.fr{
    position: relative;
    inset: 0;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 700;
    backface-visibility: hidden;
    z-index: 0;
}
.bk{
    height: 230px;
    width: 70%;
  transform: scaleX(-1);
  position: relative;
  z-index: 1;
}
.bk:hover{
    transform: scaleX(1);
}*/


