@font-face {
    font-family: SanFranciscoBold;
    src: url(./assets/fonts/SF-Pro-Display-Bold.otf);
}

@font-face {
    font-family: SanFranciscoMedium;
    src: url(assets/fonts/SF-Pro-Text-Semibold.otf);
}

@font-face {
    font-family: SanFranciscoRoundedBold;
    src: url(./assets/fonts/SF-Pro-Rounded-Bold.otf);
}

@font-face {
    font-family: SanFranciscoRoundedMedium;
    src: url(./assets/fonts/SF-Pro-Rounded-Medium.otf);
}

@font-face {
    font-family: SanFranciscoRoundedRegular;
    src: url(./assets/fonts/SF-Pro-Rounded-Regular.otf);
}

@font-face {
    font-family: SanFranciscoRoundedLight;
    src: url(./assets/fonts/SF-Pro-Rounded-Light.otf);
}

@font-face {
    font-family: CreatoMedium;
    src: url(assets/fonts/CreatoDisplay-Medium.otf);
}

@font-face{
    font-family: CreatoLight;
    src: url(assets/fonts/CreatoDisplay-Light.otf);
}

@font-face {
    font-family: FiraSansRegular;
    src: url(assets/fonts/FiraSans-Regular.ttf);
}

@font-face {
    font-family: TypeWritter;
    src: url(assets/fonts/RETROTECH.ttf);
}

@font-face {
    font-family: LetterBold;
    src: url(assets/fonts/Brownist.otf);
}

body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    cursor: url('./assets/images/icons8-cursor-32.png'), auto;
}

.container{
    margin: 10%;
}

body::-webkit-scrollbar{
    display: none;
}

.topicContainer{
    width: 100%;
    display: flex;
    /* align-items: center; */
    /* border: 2px solid #000; */
    margin-top: -120px;
}

.partContainer{
    display: flex;
    margin-top: 140px;
}

.detectiveImage{
    width: 450px;
    height: 600px;
    /* border: 2px solid #000; */
}

.playContainer{
    width: 70%;
    height: auto;
}

.playTitle{
    width: 45%;
    font-family: SanFranciscoBold;
    font-size: 64px;
    margin-top: 240px;
    /* border: 2px solid #000; */
    margin-right: 18%;
    color: #45474B;
    /* padding-right: 20px; */
}

.playSubHead{
    font-family: SanFranciscoRoundedMedium;
    font-size: 24px;
    width: 130%;
    font-weight: 600;
    margin-bottom: 36px;
}

.playCaption{
    font-family: SanFranciscoRoundedMedium;
    font-size: 20px;
    margin-top: 10px;
    width: 150%;
    line-height: 2;
}

.mobileContainer{
    width: 30%;
    height: auto;
    margin-top: 60px;
}

.mobile{
    border: 8px solid #000000;
    width: 228px;
    height: 448px;
    border-radius: 50px;
    background: url(assets/images/vivid-blurred-colorful-wallpaper-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px;
    overflow: hidden;
}

.dynamicIsland{
    width: 88px;
    height: 24px;
    background-color: #000000;
    border-radius: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}

#time{
    font-family: SanFranciscoRoundedBold;
    font-size:14px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 14px;
    margin-top: -18px;
}

.battery{
    width: 20px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    margin-left: 190px;
    margin-top: -15px;
}

.percentage{
    width: 12px;
    height: 8px;
    margin: 1px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
}

.widgets{
    width: 228px;
    height: 114px;
    display: flex;
    margin-top: 20px;
}

.weather{
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 20px;
    background-image: linear-gradient( 178.7deg, rgba(2,71,157,1) 5.6%, rgb(58, 145, 251) 95.3% );
    margin: 4px;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
}

.country{
    font-family: SanFranciscoRoundedRegular;
    /* padding-bottom: 6px; */
    font-size: 14px;
    color: #ffffff;
    margin-top: 6px;
    margin-left: 6px;
}

.celcius{
    font-size: 28px;
    font-family: SanFranciscoRoundedRegular;
    color: #ffffff;
    margin-bottom: 6px;
    margin-left: 6px;
}

.details{
    font-size: 12px;
    font-family: SanFranciscoRoundedRegular;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 6px;
    padding-bottom: 3px;
}

.notes{
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 20px;
    background-color: #ffffff;
    margin: 4px;
}

.day{
    font-family: SanFranciscoRoundedRegular;
    /* padding-bottom: 6px; */
    font-size: 14px;
    color: #FF204E;
    margin-top: 6px;
    margin-left: 6px;
}

.date{
    color: #000000;
    font-size: 28px;
    font-family: SanFranciscoRoundedRegular;
    /* margin-bottom: 6px; */
    margin-left: 6px;
}

.note{
    font-family: SanFranciscoRoundedRegular;
    border-left: #3AB0FF 3px solid ;
    font-size: 14px;
    color: #3AB0FF;
    padding-left: 6px;
    margin-left: 6px;
    margin-top: 6px;
}

.appList{
    display: flex;
    justify-content: space-around;
    margin-top: 6px;
}

.appName{
    color: #ffffff;
    font-size: 12px;
    font-family: SanFranciscoRoundedRegular;
    text-align: center;
}

.listWidget{
    width: 220px;
    height: 80px;
    background-color: rgba(255, 255, 255);
    border-radius: 20px;
    margin: 4px;
    margin-top: 10px;
    display: flex;
}

.leftList{
    width: 45%;
}

#inNum{
    padding-top: 12px;
    margin-left: 14px;
}

.inName{
    color: #E9B824;
    font-family: SanFranciscoRoundedRegular;
    /* padding-bottom: 6px; */
    font-size: 14px;
    margin-top: 6px;
    margin-left: 14px;
}

.rightList{
    /* display: flex; */
    width: 48%;
    margin-top: 14px;
}

.listAdd{
    width: 13px;
    height: 13px;
    padding: 0px;
    border-radius: 8px;
    border: #E9B824 solid 2px;
    background-color: transparent;
    transition: ease-out 0.5s;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

.listName{
    font-family: SanFranciscoRoundedRegular;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}

.listTitle{
    margin-top: 6px;
}

.apps{
    display: flex;
    width: 226px;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.soloApps{
    margin: 1px;
}

.app{
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    border: 0px;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

.insta{
    background-image: url(assets/images/instagram\ \(21\).png);
}

.whatsapp{
    background-image: url(assets/images/wapp.png);
}

.linkedIn{
    background-image: url(assets/images/linkedin\ \(2\).png);
}

.mail{
    background-image: url(assets/images/mailll.jpg);
}

#appContainer{
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    width: 244px;
    margin-left: -9px;
    justify-content: space-evenly;
}

.phone{
    background-image: url(assets/images/170987_phone_icon.png);
}

.safari{
    background-image: url(assets/images/170988_safari_icon.png);
}

.messager{
    background-image: url(assets/images/170985_messages_icon.png);
}

.music{
    background-image: url(assets/images/twitterrr33.jpg);
}   

.floatOpen{
    width: 260px;
    margin-left: -16px;
    height: 300px;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: 18px;
    animation: floateClosing 1s forwards;
    padding-top: 2px;
}

.floatCurrent{
    animation: floating 1s forwards;
    padding-top: 2px;
    z-index: 3;
}

@keyframes floating {
    0%{transform: translateY(0px);}
    100%{transform: translateY(-290px);}
}

@keyframes floateClosing {
    0%{transform: translateY(-290px);}
    100%{transform: translateY(0px);}
}

.lineCurrent{
    margin-top: 6px;
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateX(100%);
    border: 0px;
}

.lineCOntainer{
    /* border: 2px solid #000; */
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: center;
}

.lineBar{
    margin-top: 6px;
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    /* transform: translateX(110%); */
    border: 0px;
    transition: ease 0.5s;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

.lineBar:hover{
    padding: 8px;
    transition: ease 0.5s;
}

.backFilter{
    /* filter: brightness(80%); */
    z-index: 0;
}

.profileDetails{
    display: flex;
    margin: 20px;
    margin-top: 0px;
    /* border: 2px solid #000; */
}

.profilePhoto{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0px;
}

.profileName{
    display: block;
}

.username{
    font-family: SanFranciscoRoundedMedium;
    font-size: 14px;
    color: #000000;
    flex-basis: 200%;
    margin-left: 10px;
    margin-top: 10px;
}

.fullName{
    font-family: SanFranciscoRoundedMedium;
    font-size: 14px;
    color: gray;
    flex-basis: 100%;
    margin-left: 10px;
    margin-top: 6px;
}

.refButtons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;;
}

.profileButton{
    background: #3AB0FF;
    color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    font-family: SanFranciscoRoundedMedium;
    text-decoration: none;
    margin-bottom: 6px;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

.orText{
    font-family: SanFranciscoRoundedRegular;
    color: gray;
    font-size: 12px;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 6px;
}

.appOpenButton{
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    font-family: SanFranciscoRoundedMedium;
    text-decoration: none;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

.funContainer{
    height: 450px;
    width: 80%;
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
    margin-top: 100px;
    margin-left: 10%;
    /* border: #000000 2px solid; */
}

.wolfImage{
    width: 650px;
    height: 650px;
    margin-left: 400px;
}

.funTitle{
    font-family: SanFranciscoBold;
    font-size: 64px;
    text-align: end;
    margin-left: 60px;
    margin-top: 60px;
}

.uiuxContainer{
    /* border: 2px solid #000; */
    width: 100%;
    height: 600px;
    margin-top: 150px;
    display: flex;
}

.uiuxForm{
    width: 60%;
    height: 100%;
    /* border: #3AB0FF 2px solid; */
}

.uiuxHead{
    font-family: SanFranciscoBold;
    font-size: 44px;
    margin-top: 20px;
}

.webChatContainer{
    width: 40%;
    height: 100%;
    /* border: #3AB0FF 2px solid;x */
    display: flex;
    justify-content: center;
    align-items: center;
}

.uiuxCaptionContainer{
    margin-left: 10px;
}

.uiuxCaption{
    font-family: SanFranciscoRoundedMedium;
    font-size: 20px;
    list-style-type: disc;
    line-height: 3;
}

.chatMobile{
    width: 260px;
    height: 460px;
    border: #000000 6px solid;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.nameSlider{
    width: 210px;
    height: 200px;
    border-radius: 20px;
    background-color: #1aa3fe;
    margin-left: 304px;
}

.companyName{
    font-size: 40px;
    font-family: LetterBold;
    letter-spacing: -0.5;
    margin-top: -56px;
    text-align: center;
    color: #FF9A00;
}

.companyCaption{
    font-family: TypeWritter;
    font-size: 16px;
    margin-top: 60px;
    text-align: center;
    padding-left: 6px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.inputName{
    width: 150px;
    height: 20px;
    border-radius: 20px;
    border: #ffffff 1px solid;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    font-family: TypeWritter;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.sendName{
    font-family: TypeWritter;
    font-size: 14px;
    padding: 10px;
    width: 100px;
    border-radius: 20px;
    background-color: #000000;
    color: #ffffff;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

.sendName:disabled{
    background-color: gray;
}

.openChat{
    animation: openChatApp 1s forwards;
}

@keyframes openChatApp {
    0%{transform: translateX(0px);}
    100%{transform: translateX(-260px);}
}

.chatPage{
    width: 264px;
    height: 460px;
    /* border: #000 2px solid; */
    margin-left: 40px;
    /* background-color: #1aa3fe; */
}

.transformChat{
    animation: transformApp 1s forwards;
}

@keyframes transformApp {
    0%{transform: translateX(0%);}
    100%{transform: translateX(-280px);}
}

.companyLogo{
    width: 264px;
    height: 40px;
    font-size: 30px;
    font-family: LetterBold;
    letter-spacing: -0.5;
    text-align: center;
    color: #FF9A00;
    padding-top: 14px;
    /* border: #000 2px solid; */
    margin-bottom: 10px;
    text-shadow: #000 1px;
}

.messageInputContainer{
    display: flex;
    height: 40px;
    width: 100%;
    padding-top: 10px;
}

.messageInput{
    width: 180px;
    height: 30px;
    border-radius: 20px;
    border: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 20px;
    padding-left: 16px;
    font-family: SanFranciscoRoundedRegular;
}

.messageSend{
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 2px;
    margin-top: 2px;
    border: 0px;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

.sendIcon{
    width: 24px;
    height: 24px;
}

.chatAppContainer{
    width: 101%;
    height: 100%;
    background: url(assets/images/GTA-6-Wallpaper-4-YTECHB.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.messages{
    padding-top: 10px;
    height: 330px;
    width: 100%;
    overflow-y: auto;
}

.messages::-webkit-scrollbar{
    background: transparent;
    width: 5px;
}

.messages::-webkit-scrollbar-thumb{
    background: #00000070;
    border-radius: 50px;
}

.message {
    width: 80%;
    margin-left: 14px;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #ffffff;
    font-family: SanFranciscoRoundedRegular;
    display: block;
    backdrop-filter: blur(4px);
}

  .message:nth-child(odd) {
    background-color: #f1f1f180;
}

  .message:nth-child(even) {
    background-color: #e0e0e080;
}

.timestamp {
    display: inline;
    font-size: 8px;
    color: gray;
    margin-top: 4px;
    font-family: SanFranciscoRoundedRegular;
}

.personName{
    font-size: 10px;
    color: #6228d7;
    margin-top: 2px;
    margin-right: 6px;
    font-family: SanFranciscoRoundedRegular;
}

.meta-info {
    display: flex;
    justify-content: end;
    font-size: 0.8em;
    color: gray;
}

.graphicDesignerContainer{
    width: 100%;
    height: 560px;
    /* border: #000 2px solid; */
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.imageSliderContainer{
    width: 40%;
    height: 100%;
    /* border: #000 2px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.graphicDesignerForm{
    width: 59%;
    height: 100%;
    /* border: #000 2px solid; */
    margin-top: 30px;
}

.slideContainer{
    width: 350px;
    height: 480px;
    overflow: hidden;
    justify-content: center;
    /* box-shadow: inset 20px 20px 60px rgba(0, 255, 255, 0.5); */
  }

  .slider{
    display: flex;
    justify-content: center;
    /* width: 480px; */
  }

  #photoz{
    filter: grayscale(10);
    transition: ease 0.5s;
    height:150px;
    width: 150px;
    margin: 5px;
  }

  #photozh{
    filter: grayscale(10);
    transition: ease 0.5s;
    height:150px;
    width: 450px;
    margin: 5px;
  }

  #photoz:hover, #photozh:hover{
    filter: grayscale(0);
    transition: ease 0.5s;
  }

  .photo1{
    animation: backToForm1 1s forwards;
  }

  @keyframes backToForm1 {
    0%{margin-left: 245px;}
    100%{margin-left: 5px;}
  }

  .photo1:hover{
    animation: comeToScreen1 1s forwards;
  }

  @keyframes comeToScreen1 {
    0%{margin-left: 5px;}
    100%{margin-left: 245px;}
  }

  .photo3{
    animation: backToForm3 1s forwards;
  }

  @keyframes backToForm3 {
    0%{margin-right: 245px;}
    100%{margin-right: 5px;}
  }

  .photo3:hover{
    animation: comeToScreen3 1s forwards;
  }

  @keyframes comeToScreen3 {
    0%{margin-right: 5px;}
    100%{margin-right: 245px;}
  }

#gdHead{
    flex-basis: 100%;
}

.studyReportContainer{
    width: 100%;
    height: 550px;
    display: flex;
    margin-top: 100px;
    /* border: #000 2px solid; */
}

.reportDetails{
    width: 60%;
    height: 100%;
    /* border: #000 2px solid; */
}

.reportMateriels{
    width: 40%;
    height: 100%;
    /* border: #000 2px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.studyMobile{
    width: 260px;
    height: 460px;
    border: 6px solid #000000;
    border-radius: 40px;
    overflow: hidden;
}

.folderNameContainer{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.folderName{
    font-family: SanFranciscoBold;
    font-size: 20px;
    color: #3AB0FF;
    width: 75%;
    text-align: end;
}

.sortList{
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background: transparent;
    border-radius: 50%;
    border: 0px;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

#sortIcon{
    font-size: 16px;
}

#listIcon{
    display: none;
}

.filesContainer{
    width: 100%;
    height: 408px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns of equal width */
    gap: 10px; /* Space between grid items */
    background-color: #00000005;
}

.fileDataContainer{
    width: 120px;
    height: 150px;
    /* border: 2px solid #000; */
    text-decoration: none;
    cursor: url('assets/images/icons8-cursor-32\ \(1\).png'), auto;
}

.fileDataContainer:hover{
    background-color: #00000025;
}

.filePhoto{
    width: 100px;
    height: 100px;
    /* border: 2px solid #000; */
    margin: 0px 10px 5px 8px;
}

.fileDataName{
    /* border: 2px solid #000; */
    text-align: center;
    width: 100%;
    font-family: SanFranciscoRoundedRegular;
    font-size: 12px;
    color: grey;
}

.filesSortListedContainer{
    display: block;
    overflow: auto;
    height: 83%;
}

.fileDataSortListed{
    width: 230px;
    height: 80px;
    background-color: #00000015;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 15px;
}

.fileDataSortListed:hover{
    background-color: #00000025;
}

.sortListedPhoto{
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

.sortListedName{
    font-family: SanFranciscoRoundedRegular;
    font-size: 12px;
    color: #000000;
    text-align: left;
}

.filesContainer::-webkit-scrollbar, .fileSortListedContainer::-webkit-scrollbar{
    background: transparent;
    width: 5px;
}

.filesContainer::-webkit-scrollbar-thumb, .fileSortListedContainer::-webkit-scrollbar-thumb{
    background: #00000070;
    border-radius: 50px;
}

@media (max-width: 1536px) {}

@media (max-width: 1280px) {
    .playTitle{
        width: 42%;
        margin-right: 15%;
        /* border: 2px solid #000; */
    }

    .detectiveImage{
        width: 400px;
        height: 550px;
    }

    .wolfImage{
        width: 600px;
        height: 600px;
    }
    
    .imageSliderContainer{
        margin-left: 10px;
    }

    .reportMateriels{
        margin-top: 60px;
    }
}

@media (max-width: 1024px) {
    .container{
        margin: 8%;
    }

    .topicContainer{
        margin-top: -80px;
    }

    .playTitle{
        /* border: 2px solid #000; */
        font-size: 56px;
        width: 43%;
        margin-right: 15%;
        /* margin-top: 100px; */
    }

    .detectiveImage{
        width: 350px;
        height: 450px;
        /* border: 2px solid #000; */
        margin-top: 60px;
    }

    .playSubHead{
        font-size: 22px;
    }

    .playCaption{
        font-size: 20px;
    }

    .wolfImage{
        width: 450px;
        height:450px;
        margin-left: 270px;
    }

    .funTitle{
        font-size: 56px;
    }

    .uiuxHead{
        font-size: 40px;
    }

    .uiuxCaption{
        font-size: 18px;
    }

    .imageSliderContainer{
        width: 39%;
    }
}

@media (max-width: 768px) {
    .topicContainer{
        display: block;
        margin-top: -160px;
    }

    .playTitle{
        /* border: 2px solid #000; */
        width: 58%;
        text-align: center;
        margin-left: 25%;
        /* transform: translateX(-100%); */
    }

    .detectiveImage{
        margin-left: 25%;
        margin-top: 0%;
    }

    .partContainer{
        display: block;
        margin-top: 60px;
    }

    .mobileContainer{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        /* border: 2px solid #000; */
    }

    .funContainer{
        display: block;
    }

    .wolfImage{
        margin-left: 32px;
        margin-top: 100px;
    }

    .funTitle{
        text-align: center;
        width: 500px;
        margin-left: 0px;
        /* border: 2px solid #000; */
        margin-top: -550px;
    }

    .uiuxContainer{
        display: block;
        margin-bottom: 460px;
    }

    .uiuxForm{
        width: 100%;
    }

    .webChatContainer{
        width: 100%;
        margin-top: -170px;
    }

    .graphicDesignerContainer{
        display: block;
    }

    .imageSliderContainer{
        width: 100%;
        margin-top: 400px;
    }

    .graphicDesignerForm{
        margin-top: -950px;
        width: 100%;
    }

    .studyReportContainer{
        display: block;
        margin-top: 500px;
    }

    .reportDetails{
        width: 100%;
    }

    .reportMateriels{
        width: 100%;
        margin-top: -100px;
    }
}

@media (max-width: 640px) {
    .playTitle{
        /* border: 2px solid #000; */
        font-size: 50px;
        width: 62%;
    }

    .graphicDesignerForm{
        margin-top: -1000px;
    }

    .imageSliderContainer{
        margin-top: 450px;
    }

    .studyReportContainer{
        margin-top: 550px;
    }

    .reportMateriels{
        margin-top: -50px;
    }
}

@media (max-width: 475px) {
    .container{
        margin-left: 8%;
    }

    .playTitle{
        /* border: 2px solid #000; */
        width: 80%;
        font-size: 46px;
        margin-left: 40px;
    }

    .detectiveImage{
        margin-left: 30px;
    }

    .playSubHead{
        line-height: 1.5;
    }

    .playCaption{
        font-size: 18px;
    }

    .funContainer{
        margin-left: -60px;
    }

    .funTitle{
        font-size: 46px;
        width: 158%;
        /* border: 2px solid #000; */
        margin-left: 130px;
        /* margin-top: -600px; */
        margin-bottom: 500px;
    }

    .uiuxHead{
        font-size: 34px;
    }

    .uiuxCaptionContainer{
        margin-left: -10px;
    }

    .uiuxCaption{
        font-size: 18px;
        line-height: 2.5;
    }

    .webChatContainer{
        margin-top: 30px;
        /* margin-bottom: 200px; */
    }

    .graphicDesignerContainer{
        padding-top: 140px;
                /* border: 2px solid #000; */
    }

    .graphicDesignerForm{
        margin-top: -1150px;
    }

    .imageSliderContainer{
        margin-top: 590px;
    }

    .studyReportContainer{
        margin-top: 660px;
        margin-bottom: 100px;
    }

    .reportMateriels{
        margin-top: 150px;
    }
}

@media (max-width: 360px) {
    .playTitle{
        /* border: 2px solid #000; */
        font-size: 40px;
        width: 90%;
        margin-left: 15px;
    }

    .detectiveImage{
        margin-left: 0px;
        width: 300px;
        height: 400px;
    }

    .playCaption{
        font-size: 16px;
    }

    .funTitle{
        width: 300px;
        margin-left: 50px;
        margin-top: -450px;
    }

    .wolfImage{
        width: 350px;
        height: 350px;
        margin-top: 140px;
    }

    .uiuxHead{
        font-size: 32px;
    }

    .uiuxCaption{
        font-size: 16px;
        line-height: 2.2;
    }

    .webChatContainer{
        margin-top: -50px;
    }

    .graphicDesignerContainer{
        margin-top: -30px;
    }

    .graphicDesignerForm{
        margin-top: -1000px;
    }

    .imageSliderContainer{
        margin-top: 450px;
    }

    .slideContainer{
        width: 250px;
        height: 312px;
        overflow: hidden;
        justify-content: center;
        /* box-shadow: inset 20px 20px 60px rgba(0, 255, 255, 0.5); */
      }
    
      .slider{
        display: flex;
        justify-content: center;
        /* width: 480px; */
      }
    
      #photoz{
        filter: grayscale(10);
        transition: ease 0.5s;
        height:100px;
        width: 100px;
        margin: 2px;
      }
    
      #photozh{
        filter: grayscale(10);
        transition: ease 0.5s;
        height:100px;
        width: 200px;
        margin: 2px;
      }
    
      #photoz:hover, #photozh:hover{
        filter: grayscale(0);
        transition: ease 0.5s;
      }
    
      .photo1{
        animation: backToForm1 1s forwards;
      }
    
      @keyframes backToForm1 {
        0%{margin-left: 140px;}
        100%{margin-left: 2px;}
      }
    
      .photo1:hover{
        animation: comeToScreen1 1s forwards;
      }
    
      @keyframes comeToScreen1 {
        0%{margin-left: 2px;}
        100%{margin-left: 140px;}
      }
    
      .photo3{
        animation: backToForm3 1s forwards;
      }
    
      @keyframes backToForm3 {
        0%{margin-right: 140px;}
        100%{margin-right: 2px;}
      }
    
      .photo3:hover{
        animation: comeToScreen3 1s forwards;
      }
    
      @keyframes comeToScreen3 {
        0%{margin-right: 2px;}
        100%{margin-right: 140px;}
    }

    .studyReportContainer{
        margin-top: 440px;
    }

    .reportMateriels{
        margin-top: 0px;
    }
}