*{
  margin: 0;
  padding: 0;
  font-family: "Kodchasan", "Roboto", sans-serif;
  box-sizing: border-box;
}

#myVideo{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1200px;
}

.container{
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  min-width: 1200px;
}

.slides{
  width: 100%;
  height: 100vh;
  display: inline-block;
  align-items: center;
  justify-content: center;
  gap: 50px;
  scroll-snap-align: start;
  position: relative;
  min-width: 1200px;
}

h2{
  font-size: 36px;
  line-height: 100px;
  font-weight: 500;
  color: #019F9F;
  text-align: center;
}

h3{
  font-weight: 100;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

h4{
  font-weight: 400;
  color: #fff;
  font-size: 22px;
}

.topHeader{
  margin: 80px 0 40px 0;
  width: 100%;
}

p{
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.marginTopRole{
  margin-top: 16%;
}

.workContainer{
  width: 72%;
  height: 150px;
  margin: auto;
  margin-bottom: 16px;
}

.emGradient{
  background: linear-gradient(to left, rgba(0, 57, 57, 0.2), rgba(1, 159, 159, 0.6));
}

.sfGradient{
  background: linear-gradient(to left, rgba(0, 57, 57, 0.2), rgba(233, 255, 37, 0.5));
}

.dsGradient{
  background: linear-gradient(to left, rgba(0, 57, 57, 0.2), rgba(161, 0, 255, 0.6));
}

.arGradient{
  background: linear-gradient(to left, rgba(0, 57, 57, 0.2), rgba(229, 27, 36, 0.6));
}

.workImg{
  height: 150px;
  position: absolute;
  display: flex;
}

.workContainer p{
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 15px;
  position: absolute;
  margin: 93px 0 0 304px;
  opacity: 0.6;
}


.domainTag{
  padding: 3px 14px 3px 14px;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  margin: 16px 0 0 304px;
}

.emTag{
  color:#019F9F;
  background-color: #013030;
  position: absolute;
}

.sfTag{
  color:#E9FF25;
  background-color: #333333;
  position: absolute;
}

.dsTag{
  color:#A814FF;
  background-color: #23103B;
  position: absolute;
}

.arTag{
  color:#E51B24;
  background-color: #3B0003;
  position: absolute;
}

.workTitle{
  position: absolute;
  margin: 62px 0 0 304px;
  font-weight: 200;
}

.workArrow{
  height: 22px;
  width: 26px;
  position: relative;
  float: right;
  top: 66px;
  margin-right: 30px;
}

.hoverWork .workContainer :hover{
  border: 1px, #fff;
}

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

.vedanth{
  font-family: fantasy;
  margin-top: 5px;
}

.thanksTopMargin{
  margin-top: 16%;
}
.rightMargin{
  margin-right: 20px;
}
.topMargin200{
  margin-top: 200px;
}

.domainTagWork{
  padding: 3px 14px 3px 14px;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  text-align: center;
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
}

.back{
  position: absolute;
  left: 5%;
  top: 12px;
}

.back img{
margin-right: 10px;
margin-top: 10px;
float: left;
}

.back p{
  float: left;
  margin-top: 8px;
  color: #019F9F;
  font-weight: 500;
}

.textCenter{
  text-align: center;
}

.workTitle2{
  position: relative;
}

.workTitleCont p{
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 15px;
  position: relative;
  opacity: 0.6;
  margin: 4px 0 8px 0;
}

.workDetialsCont{
  width: 100%;
  height: 100vh;
  display: inline-block;
  align-items: center;
  justify-content: center;
  gap: 50px;
  scroll-snap-align: start;
  position: absolute;
  min-width: 1200px;
  background-color: #ffffff;
}

.headerPatch{
  width: 100%;
  height: 260px;
  background-color: #00857C;
  display: flex;
  justify-content: center;
  border-bottom: #e2e2e2 1px solid; 
}

.headerPatchDS{
  background-color: #64009e !important;
}

.headerPatchVR{
  background-color: #000;
  opacity: 0.9;
}

.headerPatchSF{
  background-color: #E9FF25 !important;
}

.divide50{
  width: 50%;
  height: auto;
  padding: 50px 50px 30px 0;
  float: left;
}

.divide25{
  width: 25%;
  height: auto;
  padding: 50px 50px 30px 0;
  float: left;
}

.colorBLK{
  color: #000;
  font-weight: 500;
}

.workContainerInfo{
  width: 72%;
  margin: auto;
}

.divide50 p{
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-top: 10px;
  line-height: 22px !important;
}

.redTag{
  color:#ee4545;
  background-color: #ffefef;
  margin: 16px 10px 0 0 !important;
  border: solid 1px #ffc4c4;
}

.domainTagWork2{
  padding: 3px 12px 3px 12px;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  width: fit-content;
  text-align: center;
  float: left;
  margin: 0px 8px 4px 0;
}

.workContainerInfoMain{
  width: 100%;
  height: auto;
  float: left;
}

.emTag2{
  color:#00857C;
  background-color: #ddfffd;
  border: 1px solid #95e5df;
}

.dsTag2{
  color:#64009e;
  background-color: #f5e5ff;
  border: solid 1px #e0aaff;
}

.vrTag2{
  color: #1d1df9;
  background-color: #ededff;
  border: solid 1px #c2c2ff;
}

.sfTag2{
  color:#000;
  background-color: #f5ff98;
  border: solid 1px #d6eb1c;
}


.width100{
  width: 100%;
  float: left;
}

.textbold{
  font-weight: 500 !important;
}

.fontSize14{
  font-size: 14px !important;
}

.PaddingCont100{
  padding: 50px 0 0 0;
}

.pFormat{
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-top: 10px;
  line-height: 24px !important;
}

.BGHighlight{
  background-color: #f2f2f2;
}

.marginBtm30{
  margin-bottom: 30px;
}

.margintop60{
  margin-top: 60px;
}

.paddingBtm30{
  padding-bottom: 50px;
}

.divide50 img{
  width: 100%;
}

.divide25 img{
  width: 100%;
}

.width100 img{
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #e8e8e8;
}

.backds p{
  float: left;
  margin-top: 8px;
  color: #A814FF;
  font-weight: 500;
}

.backvr p{
  float: left;
  margin-top: 8px;
  font-weight: 500;
  color: #1d1df9;
}

.backsf p{
  float: left;
  margin-top: 8px;
  font-weight: 500;
  color: #E9FF25;
}
