motion.ac.in Review

TitletagDescriptiontaglanguage
403 Forbidden English
Alexarank
71666
Ip adress13.33.183.117Nameserverns-1025.awsdns-00.org
ns-303.awsdns-37.com
ns-878.awsdns-45.net
ns-1619.awsdns-10.co.uk
Status code200
robots.txt -http://motion.ac.in/robots.txt
 <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>403 Forbidden</title>
    <style>
        body {
            margin: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f8f9fa;
            color: #2d3436;
            height: 100vh;
            width: 100vw;
            position: fixed;
            overflow: hidden;
        }
        .top-banner {
            background: #ffffff;
            padding: 12px 25px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
        }
        .navbar_logo {
            display: inline-block;
            text-decoration: none;
        }
        .navbar_logo img {
            height: 35px;
            width: auto;
        }
        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            width: 100vw;
            position: fixed;
            top: 0;
            left: 0;
            padding: 0;
            box-sizing: border-box;
            overflow: hidden;
        }
        .error-container {
            text-align: center;
            padding: 40px 20px;
            position: relative;
            z-index: 1;
            background: #ffffff;
            border-radius: 24px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
            width: 100%;
            max-width: 500px;
            box-sizing: border-box;
            margin: 60px 20px 20px;
        }
        .error-code {
            font-size: clamp(100px, 15vw, 140px);
            font-weight: 800;
            margin: 0;
            line-height: 1;
            background: linear-gradient(45deg, #eb1e27, #ff4757);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            position: relative;
        }
        .error-code::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: radial-gradient(circle, rgba(235, 30, 39, 0.1) 0%, transparent 70%);
            animation: glow 2s ease-in-out infinite alternate;
        }
        @keyframes glow {
            from { opacity: 0.5; }
            to { opacity: 1; }
        }
        h2 {
            font-size: clamp(24px, 5vw, 32px);
            margin: 20px 0;
            color: #eb1e27;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: 300;
        }
        .button {
            display: inline-block;
            padding: 16px 40px;
            background: linear-gradient(45deg, #eb1e27, #ff4757);
            color: #ffffff;
            text-decoration: none;
            border-radius: 12px;
            margin-top: 30px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        .button:hover {
            background: linear-gradient(45deg, #ff4757, #eb1e27);
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(235, 30, 39, 0.2);
        }
        .error-message {
            color: #636e72;
            font-size: 16px;
            margin: 20px auto;
            max-width: 400px;
            line-height: 1.6;
            padding: 0 15px;
        }
        .decorative-shapes {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 0;
            overflow: hidden;
        }
        .shape {
            position: absolute;
            background: linear-gradient(45deg, #eb1e27, #ff4757);
            opacity: 0.1;
            border-radius: 50%;
        }
        .shape:nth-child(1) {
            width: 300px;
            height: 300px;
            top: -150px;
            right: -150px;
        }
        .shape:nth-child(2) {
            width: 200px;
            height: 200px;
            bottom: -100px;
            left: -100px;
        }
        .shape:nth-child(3) {
            width: 150px;
            height: 150px;
            top: 50%;
            right: 10%;
            transform: translateY(-50%);
        }
        .shield-icon {
            width: clamp(60px, 15vw, 80px);
            height: clamp(60px, 15vw, 80px);
            margin: 0 auto 20px;
            position: relative;
        }

        .shield-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        @media (max-width: 480px) {
            .error-container {
                padding: 30px 15px;
                margin: 50px 15px 15px;
                width: calc(100% - 30px);
            }
            .container {
                padding: 0;
            }
            .top-banner {
                padding: 10px 15px;
            }
            .button {
                padding: 14px 30px;
                font-size: 13px;
                margin-top: 20px;
            }
            .error-message {
                font-size: 14px;
                padding: 0 10px;
                margin: 15px auto;
            }
            .navbar_logo img {
                height: 30px;
            }
            .error-code {
                font-size: 100px;
            }
            h2 {
                font-size: 24px;
            }
            .shape {
                display: none;
            }
        }
    </style>
</head>
<body>
    <div class="top-banner">
        <a class="navbar_logo" href="https://motion.ac.in">
            <img src="https://cdn.motion.ac.in/ssp/img/images/motion-logo.webp" loading="lazy" alt="Motion Education">
        </a>
    </div>
    <div class="decorative-shapes">
        <div class="shape"></div>
        <div class="shape"></div>
        <div class="shape"></div>
    </div>
    <div class="container">
        <div class="error-container">
            <div class="shield-icon">
                <img src="https://cdn.motion.ac.in/ssp/img/images/180.png" alt="Compass icon">
            </div>
            <h1 class="error-code">403</h1>
            <h2>Access Denied</h2>
            <p class="error-message">You don't have permission to access this page. Please contact the administrator if you believe this is a mistake.</p>
            <a href="https://motion.ac.in/" class="button">Go Home</a>
        </div>
    </div>
</body>
</html>
HTTP/1.1 200 OK
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Date: Mon, 25 Aug 2025 02:23:00 GMT
Content-Encoding: gzip
Server: nginx/1.18.0 (Ubuntu)
Last-Modified: Fri, 23 May 2025 10:51:49 GMT
ETag: W/"68305345-1b34"
Vary: accept-encoding
X-Cache: Error from cloudfront
Via: 1.1 deeb8d02c9d7ff7da5b56483ec0e799e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HKG1-P2
X-Amz-Cf-Id: rl2Ge2GzeoKX5_vuyqa8oMYTkR2Ptx3iHwcUrBaFD_iCN2oWcIAGOQ==

iframe