@font-face {
    font-family: 'DepartureMono';
    src: url('assets/fonts/DepartureMono-Regular.woff2') format('woff2'),
         url('assets/fonts/DepartureMono-Regular.woff') format('woff');
}

body{
    background-color: rgb(233, 233, 233);
}

h2 {
    font-family: "DepartureMono";
    font-weight: 500;
    color: rgb(255, 83, 221);
}

p{
    font-family: "DepartureMono";
    font-weight: 500;
}
.scrollp{
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "ROND" 0;
}

h1 {
    text-align: center;
    background-color: rgb(233, 233, 233);
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 83, 221);
    font-size: 50pt;
    margin: 0% 0% 0% 0%;
    cursor:pointer;
}

h1:hover {
    background-color: greenyellow;
    color: pink;
}

.middleDesc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.middleDesc a {
    font-family: "DepartureMono", sans-serif;
    font-weight: 400;
    color: black;
}

.middleDesc a:hover{
    color: white;
    background-color:rgb(255, 83, 221);
    border-color: rgb(255, 83, 221);
}


.picture1 {
    width: 40%;
    height: 40%;
    margin: 0% 0% 0% 0%;
  
}

.container-container{
    display: grid;
    justify-items: center;
    align-content  : center;
}

.scroll-container{
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "ROND" 0;
 height: 25px;
 display: flex;
 width: 80%;
 overflow-x: hidden;
 grid-template-rows: 0;
 flex-wrap: nowrap;
 background: rgb(255, 255, 255);
 color: rgb(0, 0, 0);
 border: 1px solid rgb(0, 0, 0);
}

.scrolling-text{
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 10em;
 box-sizing: border-box;
 transform: translateX(0%);
 animation: scroll-text 28s linear infinite;
 padding-right: 10em;
 padding-top: 2px;
}

.scrolling-text::-webkit-scrollbar{
    display: none;
}

.scroll-card {
flex: 0 0 5em;
 width: 100%;
 height: 100%;
 white-space: nowrap;
 margin: 0;

}

/* Move it (define the animation) */
@keyframes scroll-text {
 from   {
 translate: 0; 		
 }
 to {
 translate: -100%; 
 }
}

.projector{
    display: block;
}

.scroll-img {
 height: 300px;	
 overflow: hidden;
 position:relative;
 background-color: white;

}
.scroll-img .inner {
 position: absolute;
 width: 1400px;
 margin: 0 0 0 0;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-right 5s linear infinite;
 -webkit-animation: scroll-right 5s linear infinite;
 animation: scroll-right 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-right {
 100%   { -moz-transform: translateX(65%); }
 0% { -moz-transform: translateX(-65%); }
}
@-webkit-keyframes scroll-right {
 100%   { -webkit-transform: translateX(65%); }
 0% { -webkit-transform: translateX(-65%); }
}
@keyframes scroll-right {
 100%   { 
 -moz-transform: translateX(65%); /* Browser bug fix */
 -webkit-transform: translateX(65%); /* Browser bug fix */
 transform: translateX(65%); 		
 }
 0% { 
 -moz-transform: translateX(-65%); /* Browser bug fix */
 -webkit-transform: translateX(-65%); /* Browser bug fix */
 transform: translateX(-65%); 
 }
}

.land{
    height: 0%;
    background: rgb(152, 152, 152);
    color: white;
    text-align: center;
    font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "ROND" 0;
  font-size:100%;
}

.input-container{
    display: flex;
    justify-content: center;
    position: relative;
    height:fit-content;
    margin: 1%;
}
.input-opinion{
    display:block;
    text-align: center;
    font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "ROND" 0;
     border-radius: 0;
     border-width: 1px;
     transition: background-color 0.3s;
  width: 500px;
  

}

.input-opinion:hover{
    color: white;
    background-color:rgb(255, 83, 221);
    border-color: rgb(255, 83, 221);

}

.opinion-list{
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.opinion-list p{
    margin:0;
}


.stuff-container{
    position: sticky;
    top: 0;
    display:flex;
    flex-wrap: wrap;
    gap: 10%;
    justify-content: center;
    align-items: start;
    font-size: 8pt;
    margin:30px 30px 60px 30px ;

}

.stuff-container a{
    font-family: "DepartureMono";
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: rgb(233, 233, 233);
    color:black;
    margin-top: 14px;
    margin-bottom: 14px;
}

.stuff-container a:hover{
    color: white;
    background-color:rgb(255, 83, 221);
    border-color: rgb(255, 83, 221);
}


.test-cube {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    justify-content:space-evenly;
    justify-items: center;

}

.title{
    font-family: "DepartureMono";
    font-weight: 500;
}

.block {
    display: grid;
    height: 400px;
    background-color: white;
    width: 200px;
    margin-bottom: 100px;
    grid-row: auto;
    align-items: start;
    justify-content: space-evenly;
}
.block p{
align-content: end;
}

.block-paragraph{
    display: grid;
    padding: 0% 2% 2% 2% ;
}

.block img{
    width: auto;
    max-width: 100%;
}

.greetings-container{
 display: grid;
 grid-template-rows: auto;
 margin: 5px 5px 5px 5px;

 
 

}

.greetings-container div{
    border: 8px;
    
}

.conversation-container{
 display: grid;
 
 

}
.pov-khansa{
    display:grid;
    grid-template-columns: 1fr;
    text-align: start;
    width: 50%;
    margin-bottom: 80px;
    
}
.greetings-k{
    text-align: start;
}

.pov-mkt{
    display:grid;
    grid-template-columns: 1fr 1fr;
    text-align: end;
    margin-bottom: 80px;
}
.greetings-m{
    text-align: end;
}

.date{
    display:flex;
    justify-content: center;
}


.big-container-test{
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    justify-content: center;
    min-height: 600px;
    max-height: 900px;
    padding: 3% 3% 3% 3%;
    
    
}

.sidebar {
    background-color: blanchedalmond;
    
}

.sidebar p{
   margin: 15px 15px 15px 15px;
}

.bento-grid-test{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 15px 15px 15px 15px;
    background-color: beige;
    justify-items: center;
    align-items: center;
    grid-template-areas: 
    "box-1 box-1 box-2 box-2"
    "box-1 box-1 box-3 box-4"
    "box-1 box-1 box-6 box-6"
    "box-5 box-5 box-6 box-6";
}

@media(max-width:56em){
    .bento-grid-test{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        gap: 20px;
        padding: 15px 15px 15px 15px;
        background-color: beige;
        justify-items: center;
        align-items: center;
        grid-template-areas: 
        "box-1 box-1 box-3"
        "box-1 box-1 box-4"
        "box-2 box-2 box-6"
        "box-5 box-5 box-6";
    }
}

@media(max-width:42em){
    .bento-grid-test{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 20px;
        padding: 15px 15px 15px 15px;
        background-color: beige;
        justify-items: center;
        align-items: center;
        grid-template-areas: 
        "box-1 box-1"
        "box-1 box-1"
        "box-2 box-2"
        "box-3 box-4"
        "box-5 box-5"
        "box-6 box-6";
    }
}

.bento-grid-test div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
}




.eye-container{
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: aqua;
}

.diamond-eye{
    position: relative;
    width: 200px;
    height: 200px;
    transform: 
    rotate(135deg)
    skew(20deg,20deg);
    transition: transform 2s ease;
    background-color: white;
}

.eye-pupil {
    position:absolute;
    width: 90px;
    height: 90px;
    transform: 
    rotate(45deg)
    skew(20deg,20deg);
    transition: transform 2s ease;
    background-color: black;
}

.operation{
    display: inline-block;
}

.operation-result{
    display: inline-block;
}

.wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%,300px), 1fr));
    grid-template-rows: repeat(4,max-content);
    gap: 1rem;
    margin: 3%;
}

.wrapper p{
    font-size: small;
}

.wrapper img {
    max-width: 100%;

}

.subgrid-box{
    border: 1px solid #ccc;
    background-color: rgb(255, 255, 255);
    padding: 2rem;
    text-align: center;
    display: grid;
    grid-row: span 4;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

