iframe { border: none; } @font-face { font-family: 'Arno Pro'; font-style: italic; font-weight: normal; src: local('Arno Pro Italic'), url('https://example.com/fonts/ArnoPro-Italic.otf') format('opentype'); } body { font-family: 'Arno Pro', serif; overflow-x: hidden; } *{ padding: 0; margin: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; list-style: none; text-decoration: none; } header{ position: fixed; right: 0; top: 0; z-index: 1000; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 33px 9%; background: transparent; } .logo{ font-size: 25px; font-weight: 700; color: white; } .navlist{ display: flex; } .navlist a{ color: white; margin-left: 60px; font-size: 15px; font-weight: 600; border-bottom: 2px solid transparent; transition: all .55s ease; font-family: 'Roboto', sans-serif; } .navlist a:hover{ border-bottom: 2px solid white; } #menu-icon{ color: white; font-size: 35px; z-index: 10001; cursor: pointer; display: none; } .logo-image { height: 50px; margin-right: 10px; vertical-align: middle; } .logo { font-family: 'Arno Pro', serif; font-style: italic; } .hero{ height: 100%; width: 100%; min-height: 100vh; background: linear-gradient(245.59deg, #4a82b8 0%, #75a5d3 28.53%, #23689c 75.52%); /* position: relative; */ display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; gap: 2rem; padding-top: 5%; } section{ padding: 0 19%; } .hero-text h5{ font-size: 14px; font-weight: 400; color: white; margin-bottom: 40px; } .hero-text h1{ font-family: 'Permanent Marker', cursive; font-size: 90px; line-height: 1; color: white; align-items: center; margin: 0 0 45px; } .hero-text h4{ font-size: 28px; font-weight: 600; color: white; margin-bottom: 10px; font-family: 'Arno Pro', serif; font-style: italic; } .cse{ font-family: 'Arno Pro', serif; font-style: italic; font-size: 25%; margin-top: -10%; padding-left: 10%; padding-top: 2%; } .hero-text p{ color: white; font-size: 15px; line-height: 1.9; margin-bottom: 40px; } .hero-img img{ width: 550px; height: auto; } .hero-text a{ display: inline-block; color: white; background: #1E527E 28.53%; border: 1px solid transparent; padding: 12px 30px; line-height: 1.4; font-size: 14px; font-weight: 500; border-radius: 30px; text-transform: uppercase; transition: all .55s ease; } .hero-text a:hover{ background: transparent; border: 1px solid white; transform: translateX(8px); } .hero-text a.ctaa{ background: transparent; border: 1px solid white; margin-left: 20px; } .hero-text a.ctaa i{ vertical-align: middle; margin-right: 5px; } /* ----------------Hero Text 2-------------------- */ .hero2 { height: 70vh; /* Adjust the height as needed */ width: 100%; background: #e6f7ff; position: relative; grid-template-columns: repeat(2, 1fr); align-items: center; gap: 2rem; padding-top: 5%; /* Adjust the padding-top as needed */ } .hero-text2 h5 { font-size: 14px; font-weight: 400; color: 1E527E; margin-bottom: 40px; } .hero-text2 h1 { font-family: 'Arno Pro', serif; font-style: italic; font-size: 70px; line-height: 1; color: #1E527E; align-items: center; margin: 0 0 45px; } .hero-text2 h4 { font-size: 28px; font-weight: 600; color: #1E527E; align-items: center; margin-bottom: 10px; font-family: 'Arno Pro', serif; font-style: italic; } .hero-text2 p { color: #1E527E; font-size: 150%; line-height: 1.2; margin-bottom: 40px; font-family: 'Arno Pro', serif; /* font-style: italic; */ } .hero-text2 h1:nth-of-type(1) { display: block; border-bottom: 3px solid currentColor; width: 50%; } .icons{ position: absolute; top: 50%; padding: 0 9%; transform: translateY(-50%); } .icons i{ display: block; margin: 26px 0; font-size: 24px; color: white; transition: all .50s ease; } .icons i:hover{ color: #1E527E 28.53%; transform: translateY(-5px); } .scroll-down { position: fixed; bottom: 6%; right: 9%; opacity: 1; /* Add this line to make the button initially visible */ visibility: visible; /* Add this line to make the button initially visible */ transition: opacity 0.5s, visibility 0.5s; /* Add transition for smooth appearance */ } .scroll-down.hide { opacity: 0; visibility: hidden; } .scroll-down i { display: block; padding: 12px; font-size: 25px; color: white; background: #0F2C43; border-radius: 30px; transition: all .50s ease; } .scroll-down i:hover { transform: translateY(-5px); } .scroll-down.up i { transform: rotate(180deg); } @media (max-width: 1535px){ header{ padding: 15px 3%; transition: .2s; } .icons{ padding: 0 3%; transition: .2s; } .scroll-down{ right: 3%; transition: .2s; } } @media (max-width: 1460px){ section{ padding: 0 12%; transition: .2s; } } @media (max-width: 1340px){ .hero-img img{ width: 100%; height: auto; } .hero-text h1{ font-size: 75px; margin: 0 0 30px; } .hero-text h5{ margin-bottom: 25px; } } @media (max-width: 1195px){ section{ padding: 0 3%; transition: .2s; } .hero-text{ padding-top: 115px; } .hero-img{ text-align: center; } .hero-img img{ width: 560px; height: auto; } .hero{ height: 100%; gap: 1rem; grid-template-columns: 1fr; } .icons{ display: none; } .scroll-down{ display: none; } } @media (max-width: 990px){ #menu-icon{ display: block; } .navlist{ position: absolute; top: 100%; right: -100%; width: 100%; height: 40vh; background: #0F2C43; display: flex; align-items: center; flex-direction: column; padding: 50px 20px; transition: all .55s ease; } .navlist a{ margin-left: 0; display: block; margin: 7px 0; } .navlist.open{ right: 0; } } @media (max-width: 680px){ .hero-img img{ width: 100%; height: auto; } } @media (max-width: 768px) { .hero2 { grid-template-columns: 1fr; padding: 5% 10%; } .hero-img2 img { width: 100%; } .hero-text2 h1 { font-size: 50px; } .hero-text2 { text-align: center; /* Center-align text for smaller screens */ padding: 25px; font-family: 'Arno Pro', serif; /* Add some padding to improve readability */ font-size: 10px; } .hero-text2 p { color: #1E527E; font-size: 130%; line-height: 1.2; margin-bottom: 40px; font-family: 'Arno Pro', serif; /* font-style: italic; */ } .tech-stack { font-size: 25%; /* Decrease font size for smaller screens */ width: 100%; /* Full width for smaller screens */ padding-top: 4%; /* Adjust padding for smaller screens */ text-align: center; /* Center-align text for smaller screens */ margin: 10; /* Remove margin for smaller screens if needed */ } .center{ padding-top: 200px; } header { padding: 10px; /* Adjust padding for smaller screens */ } .logo { visibility: hidden; /* Decrease font size for smaller screens */ } } /* ------------------Footer----------------- */ footer { background-color: #303f4b; color: #fff; padding: 20px; text-align: center; } /* Style for the social media icons */ .social-icons { list-style: none; margin: 0; padding: 0; } .social-icons li { display: inline-block; margin-right: 10px; } .social-icons li:last-child { margin-right: 0; } .social-icons a { color: #fff; font-size: 20px; } /* Add responsive styles */ @media screen and (max-width: 768px) { .social-icons { display: block; text-align: center; } .social-icons li { margin: 10px 5px; } }