* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

@font-face {
  font-family: "puvi-semibold";
  src: url("Zoho_Puvi/OpenType-PS/Zoho\ Puvi\ Semibold.otf");
}

@font-face {
  font-family: "puvi-Bold";
  src: url("Zoho_Puvi/OpenType-PS/Zoho\ Puvi\ Bold.otf");
}

@font-face {
  font-family: "puvi-Regular";
  src: url("Zoho_Puvi/OpenType-PS/Zoho\ Puvi\ Regular.otf");
}

.wz-hero {
  background-image: url("zcorpbanner.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0 550px;
  position: relative;
  overflow: hidden;
  color: #fff;
  /* height: 100%; */
}

.hero-wrap {
  width: 95%;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  /* color: #fff; */
}

.hero-logo {
  text-align: center;
  /* padding-bottom: 20px; */
  /* border: 1px solid green; */
  overflow: hidden;
  margin: auto;
}

.hero-logo a {
  background-image: url("FullLogo.svg");
  width: 500px;
  height: 104px;
  text-decoration: none;
  display: inline-block;
  margin: auto;
  /* border: 1px solid red; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
}

.hero-wrap h1 {
  max-width: 620px;
  margin: 0 auto 30px;
  font-family: "puvi-semibold";
  font-size: 44px;
  /* text-align: left; */
}

.hero-wrap ul li {
  display: inline-block;
  margin: 0 20px 0 40px;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "puvi-semibold";
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: 0.2s;
}

.hero-wrap ul li a{
  color: #000;
  color: #fff;  
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: 0.4s;
}

.hero-wrap ul li a:hover {
  text-decoration-thickness: 1px;
  color: #396baf;
  transition: 0.5s;
}

header {
  padding: 32px 175px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  font-family: "puvi-Semibold";
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #1E1E1E;
}

.logo>img {
  width: 200px;
}

nav {
  display: flex;
  gap: 30px;
  padding: 8px;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: 580;
  font-size: 18px;
  transition: color 0.3s, transform 0.2s;
  position: relative;
}

nav a:hover {
  color: #396baf;
  /* transform: translateY(-2px); */
  border-bottom: 1px solid #396baf;
}

.hero {
  background-image: url(support3.png);
  background-size: 100px;
  background-position: center;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding-top: 100px;
}

.hero-content {
  width:100%;
  /* padding: px 24px; */
  margin: auto;
  padding-left: 50px;
  display: flex;
  justify-content: space-around;
}


.content {
  /* max-width: 50%; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  margin-left: 75px;
  padding-top:100px;
}

.content h1 {
  margin-top: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
  color: #1E1E1E;
  font-family: "puvi-Bold";
  background: #396baf;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content p {
  font-size: 24px;
  color: black;
  margin-top: 20px;
  line-height: 1.5;
  text-align: justify;
  font-family: "puvi-Regular";
}

.content button {
  font-size: 22px;
  padding: 16px;
  background: #2373ce;
  color: white;
  margin-top: 30px;
  border: none;
  font-family: "puvi-Semibold";
  border-radius: 12px;
  width: fit-content;
}

.content button:hover {
  background-color: #033eff;
}

.hero-image {
  max-width: 50%;
  margin-right: 100px;
  margin-bottom: 20px;
}

.hero-image img {
  max-width: 100%;
  margin-left: 140px;
  border-radius: 12px;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
  transition: 0.4s;
}
.wz-info,
.pour-info {
  /* border: 1px solid red; */
  background-image: url("support1.png");
  background-size: 100px;
  padding: 100px 50px;
  height: 800px;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding-right: 150px;
  gap: 15em;
}

.info-1 {
  /* border:1px solid blue; */
  height: 100%;
}

.info-2 {
  /* border:1px solid brown; */
  height: 100%;
  width: 50%;
  background-image: url("ANNOUNCEMENT.png");
  background-size: cover;
  background-position: center;
}

.wz-info h2 {
  font-family: "puvi-Bold";
  font-size: 56px;
}

.info-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  align-items: start;
  width: 40%;
}


.info-title span {
  color: #396baf;
  font-family: "puvi-Bold";
  font-size: 56px;
}

.info-descp p {
  font-family: "puvi-Regular";
  font-size: 1.6em;
  line-height: 1.7em;
}

.info-descp span {
  font-family: "puvi-Regular";
  font-size: 1em;
  color: #396baf;
}

.pour-info {
  background-image: url("support2.png");
  /* border: 1px solid green; */
  padding: 50px 20px;
  display: block;
  text-align: center;

}

.pour-info h2 {
  font-family: "puvi-Bold";
  font-size: 3em;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #396baf;
}

.pour-info p {
  font-family: "puvi-Regular";
  font-size: 1.6em;
  margin-top: 1.3em;
}

.pour-box {
  /* border: 1px solid green; */
  margin: 50px;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  flex-wrap: wrap;
  gap: 3em;
  justify-content: space-around;
}


.pre-box {
  /* border: 0.2px solid #396baf;*/
  display: flex;
  width: 700px;
  padding: 25px 20px;
  gap: 8px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(57, 107, 175, 0.3);
  transition: 0.7s;

}

.pre-box:hover {
  transform: scale(1.01);
  transition: 0.4s;
  box-shadow: 0 10px 20px rgba(57, 107, 175, 0.7);
}

.pre-image {
  /* border: 1px solid red; */
  background-image: url("Sample.png");
  width: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.pre-descp {
  /* border: 1px solid red; */
  padding: 10px 10px;
  font-family: "puvi-Regular";
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.pre-title {
  font-family: "puvi-semibold";
  color: #396baf;
  font-size: 1.5em;
}

.pre-brief {
  font-family: "puvi-Regular";
  color: #000;
  font-size: 1.2em;
  line-height: 1.3em;
}

.web-products {
  padding: 80px 150px;
  background-image: url("support3.png");
  background-size: 100px;
  /* border: 1px solid green; */
  text-align: center;
}


.web-products h2 {
  font-family: "puvi-Bold";
  font-size: 3em;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #396baf;
}

.prod-tool {
  /* border: 1px solid blue; */
  margin-top: 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;

}

.tool-descp {
  display: flex;
  flex-direction: column;
  gap: 2em;
  /* border: 1px solid red; */
  padding: 10px 10px;
  text-align: left;
  width: 50%;
}

.tool-gif {
  /* border: 1px solid brown; */
  width: 40%;
  /* height: 100%; */
  padding: 180px;
  background-image: url("Tool.gif");
  background-position: center;
  background-size: cover;
  transform: scale(1.1);

}

.tool-brief p {
  font-family: "puvi-Regular";
  font-size: 1.5em;
  line-height: 1.7em;
}

.redirect-bttn {
  padding: 12px 20px;
  background-color: #396baf;
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
  font-family: "puvi-semibold";
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  outline: 0px;
}

footer{
  text-align: center;
  padding: 80px 0px;
  padding-bottom: 20px;
}

footer a{
  margin: auto;
  background-image: url("logo4x.png");
  padding: 1.2em 9em;
  background-position: center;
  background-size:cover ;
}

footer p {
  margin-top: 2em;
}

.prod-widget{
  justify-content: start;
  gap:15em;
}

.bot-gif{
  background-image: url("Widget-ezgif.com-crop.gif");
  transform: scale(1.6);
  /* padding-left: 200px; */
  margin-left: 50px;

}

.perceivable{
  background-image: url("https://cdni.iconscout.com/illustration/premium/thumb/streaming-service-illustration-download-in-svg-png-gif-file-formats--live-platform-video-online-people-and-gadgets-pack-business-illustrations-3749020.png");
}

.operable{
  background-image: url("https://cdn.prod.website-files.com/6470768de8327f36a7ae11a5/64ccd7a252b3202ad06d4ad1_7.Providing%2520supportive%2520keyboard%2520navigation.png");
}
.understandable{
  background-image: url("https://cdn.tutsplus.com/cdn-cgi/image/width=600/vector/uploads/legacy/tuts/76_Alex%20Starr/Picture-5.jpg");
}
.robust{
  background-image: url("https://multisite.talent500.co/talent500-blog/wp-content/uploads/sites/42/2023/11/images-2-2023-11-09T174450.982.jpeg");
}