.topbar {
    background-color: rgb(206, 40, 51);
    border-color: rgb(206, 40, 51);
    border-bottom: solid;
    border-width: 3px;
    overflow: hidden;
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 85px;
    padding-top: 0px;
    width: 100%;
    height: 123px;
    position: fixed;
    z-index: 2;
  }
  
  .a1 {
    position: fixed;
    padding-left: 1380px;
    padding-top: 30px;
    z-index: 10;
    font-size: 45px;
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
  }
  
  .a1:hover {
    color: gray;
    scale: 1.01;
    transition: 0.4s;
  }

img {
    width: 100%;
    height:auto;
}

.ss {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: 600;
    font-style: normal;
    color: white;
}

.s {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-style: italic;
    text-decoration: underline;
}

.s1 {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-style: italic;
    font-weight: 700;
    color: white;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90px;
    color: whitesmoke;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 130px;
}

.h1 {
    animation: slide-in 2s ease-in-out; 
}

@keyframes slide-in {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

h3 {
    color: antiquewhite;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.h4 {
    color: black;
    font-size: 50px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    z-index: 1;
    float: left;
    padding-left: 257px;
}

body {
    background-color: rgb(206, 40, 51) ;
    padding: 20px;
    padding-left: 30px;
    cursor: url('images-folder/Untitled-15.svg'), auto;
}

.text {
    width: 55%;
    font-size: 60px;
    color: antiquewhite;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    float: right;
    padding-right: 40px;
}

.t1 {
    font-size: 30px;
    color: antiquewhite;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 55%;
    float: right;
    padding-right: 50px;
    padding-top: 30px;
}

.t2 {
    font-size: 40px;
    font-family: "forma-djr-display", sans-serif;
    text-decoration: underline;
}

.t3 {
    font-size: 40px;
    font-family: "forma-djr-display", sans-serif;
    font-weight: 450;
}

.t4 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 25px;
}

.t5 {
    width: 55%;
    font-size: 20px;
    color: antiquewhite;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    float: right;
    padding-right: 50px;
    padding-top: 15px;
}

.t6 {
    font-size: 30px;
    color: antiquewhite;
    font-family: Arial, Helvetica, sans-serif;
}

.div1 {
    padding-top: 10px;
}

p {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.my-image {
    width: 100%;
  }

.hover-text p {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    float: right;
    color: white;
    transition: color 1.0s; 
    transition: font-size 1.0s;
}

.hover-text p:hover {
    font-size: 50px;
    color: black; 
    cursor: pointer; 
}


.wrapper {
    height: 600px;
    width: 500px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    }
    .wrapper img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: 0.5s ease;
    cursor: pointer;
    }

    .wrapper img:hover {
    transform: scale(1.3);
    filter: grayscale(0%);
    }

    @media only screen and (max-width: 767px) {
    
        .topbar {
          font-size: 45px;
          height: 73px;
      }
    
      .a1 {
        padding-left:480px;
        z-index: 10;
        font-size: 30px;
        top: 2;
      }

      .h4 {
        color: black;
        font-size: 20px;
        font-family: "roc-grotesk", sans-serif;
        font-weight: 300;
        font-style: normal;
        z-index: 1;
        float: left;
        padding-left: 127px;
        padding-top: 190px;
    }
    
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1400px) {
    
        .topbar {
          font-size: 85px;
          height: 123px;
      }
    
    }


