* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } html { scroll-behavior: smooth; } body { background: #E9E6DF; /**background-image: url(images/bg.jpg);**/ } header { position: fixed; top: 0; left: 0; z-index: 5; width: 100%; display: flex; justify-content: center; /**background-image: url(images/bg.jpg);**/ background-color: #6592bb; } /****navbar start*****/ .navbar { display: flex; padding: 0 10px; max-width: 1200px; width: 100%; align-items: center; justify-content: space-between; } .navbar input#menu-toggler { display: none; } .navbar #hamburger-btn { cursor: pointer; display: none; } .navbar .all-links { display: flex; align-items: center; } .navbar .all-links li { position: relative; list-style: none; } .navbar .logo a { display: flex; align-items: center; margin-left: 0; color: #ffff; margin-top: 18px; font-size: 25px; } .navbar .all-links li a{ margin-left: 40px; text-decoration: none; color: #fff; height: 100%; padding: 20px 0; display: inline-block; } header navbar a:hover,{ color: #ddd; } /****navbar start*****/ /****banner start*****/ .homepage { height: 100vh; width: 100%; position: relative; /** background: url("images/home-bg.jpg");**/ background-position: center 65%; background-size: cover; } .homepage::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.2); } .homepage .content { display: flex; height: 85%; z-index: 3; align-items: center; justify-content: center; flex-direction: column; } .homepage .content h1 { font-size: 60px; font-weight: 700; margin-bottom: 10px; } .homepage .content .text { margin-bottom: 50px; color: #fff; font-size: 20px; text-align: center; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); } .content a { color: #000; display: block; text-transform: uppercase; font-size: 18px; margin: 0 10px; padding: 10px 30px; border-radius: 5px; background: #fff; border: 2px solid #fff; transition: 0.4s ease; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); text-decoration: none; } .content a:hover { color: #fff; background: rgba(255,255,255,0.3); } .slideshow-container { margin: auto; overflow: hidden; height: 100vh; width: 100%; } .slides { display: none; width: 100%; height: 100%; object-fit: cover; /* Ensures images cover the container while maintaining aspect ratio */ position: absolute; top: 0; left: 0; } .active { display: block; animation: dissolve 1.0s; } /* Add dissolve transition effect */ @keyframes dissolve { from { opacity: 0; } to { opacity: 1; } } /****banner end*****/ /****news start*****/ .news{ margin: 0 auto; max-width: 1300px; padding: 100px 20px; padding-top: 130px; } .title{ margin-bottom: 70px; } .title h3{ position: relative; font-size: 45px; font-weight: 900; } .title h3 .bg{ position: absolute; left: -6px; top: 0px; color: transparent; font-size: 150px; font-weight: 900; opacity: .1; line-height: 0; -webkit-text-stroke: 1px #000; -webkit-user-select: none; } .figures-container { display: flex; /** flex-wrap: wrap; justify-content: space-between;**/ } .snip1369 { font-family: 'Raleway', Arial, sans-serif; position: relative; overflow: hidden; margin: 10px; min-width: 230px; max-width: 315px; width: 100%; background: #20638f; text-align: left; color: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); font-size: 16px; } .snip1369 * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .snip1369 > img, .snip1369 .image img { -webkit-transform: scale(1.05); transform: scale(1.05); max-width: 100%; } .snip1369 > img { vertical-align: top; position: relative; -webkit-filter: blur(5px); filter: blur(5px); opacity: 0.6; } .snip1369 figcaption, .snip1369 .image { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .snip1369 .image { position: absolute; top: 0; bottom: 25%; right: 0; left: 0; overflow: hidden; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2); } .snip1369 .image img { position: absolute; top: 0; } .snip1369 figcaption { position: absolute; top: 75%; bottom: 46px; left: 20px; right: 20px; border-bottom: 2px solid #ffffff; padding-top: 20px; z-index: 1; } .snip1369 h3, .snip1369 p { margin: 0; } .snip1369 h3 { font-weight: 700; margin-bottom: 5px; text-transform: uppercase; } .snip1369 p { font-size: 0.9em; letter-spacing: 1px; font-weight: 400; opacity: 0; } .snip1369 .read-more { display: block; opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); line-height: 48px; text-transform: uppercase; letter-spacing: 1px; padding: 0 20px; color: #ffffff; right: 0; bottom: 0; font-weight: 500; position: absolute; } .snip1369 a { left: 0; right: 0; top: 0; bottom: 0; position: absolute; z-index: 1; } .snip1369:hover .read-more, .snip1369.hover .read-more, .snip1369:hover figcaption, .snip1369.hover figcaption { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); } .snip1369:hover figcaption, .snip1369.hover figcaption, .snip1369:hover .image, .snip1369.hover .image { -webkit-transition-delay: 0s; transition-delay: 0s; } .snip1369:hover figcaption, .snip1369.hover figcaption { top: 50%; } .snip1369:hover .image, .snip1369.hover .image { bottom: 50%; } .snip1369:hover p, .snip1369.hover p { opacity: 1; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } /****News end*****/ /****parishes start*****/ .team-row{ display: flex; justify-content: center; flex-wrap: wrap; /****padding: 40px 0;****/ } .member{ flex: 1 1 250px; /***8margin: 20px;****/ text-align: center; padding: 20px 10px; cursor: pointer; max-width: 483px; transition: all 0.3s; } /***.member:hover{ box-shadow: 0 10px 20px rgba(0,0,0,0.1); transform: translateY(-20px); }****/ .member img{ display: block; width: 254px; height: 325px; /* object-fit: cover; */ border: 4px solid #726a95; /* border-radius: 50%; */ margin: 0 auto; } .member h2{ font-size: 24px; color: #000000; margin: 20px 0; } .member p{ font-size: 15px; color: #838383; line-height: 1.6; } .container{ width: 100%; min-height: 60vh; padding: 0px 8%; display: flex; flex-direction: column; justify-content: center; } .container .section-header{ position: relative; width: 100%; margin-bottom: 40px; display: flex; justify-content: space-between; } .section-header h3{ font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-clr); } .section-header h1{ font-size: calc(20px + 1.5vw); color: var(--dark-heading-clr); font-weight: 600; margin-top: 10px; text-transform: uppercase; } .section-header .btns { align-self: flex-end; display: flex; z-index: 10; position: relative; } .section-header .btns button { display: inline-block; padding: 10px 18px; background-color: var(--primary-clr); color: var(--light-heading-clr); font-size: 16px; border-radius: 5px; cursor: pointer; transition: 0.3s; user-select: none; border: none; } .section-header .btns button:hover { background-color: var(--primary-dark-clr); } .section-header .btns button:nth-child(1) { margin-right: 5px; } .container .slider{ position: relative; width: 100%; height: 400px; /*background-color: lightgreen;*/ overflow: hidden; } .slider .slider-item{ width: 300px; max-height: 400px; border-radius: 15px; position: absolute; top: 0; left: 0; transition: left 0.5s cubic-bezier(0.645, 0.045, 0.354, 1); overflow: hidden; } .slider-item:nth-child(1){ left: calc(-300px + -20px); } .slider-item:nth-child(2){ left: 0; } .slider-item:nth-child(3){ left: calc(300px + 20px); } .slider-item:nth-child(4){ left: calc((300px + 20px) * 2); } .slider-item:nth-child(5){ left: calc((300px + 20px) * 3); } .slider-item:nth-child(6){ left: calc((300px + 20px) * 4); } .slider-item:nth-child(7){ left: calc((300px + 20px) * 5); } .slider-item:nth-child(8){ left: calc((300px + 20px) * 6); } .slider-item img{ width: 100%; height: 100%; object-fit: cover; border-radius: 15px; } .slider-item .overlay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 30px 20px 30px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.01) 100%); display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; } .slider-item .overlay .explore-now-btn{ padding: 12px 20px; background: rgb(178 138 66); color: var(--light-heading-clr); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border-radius: 25px; border: none; outline: none; cursor: pointer; transition: background-color 0.3s; color: white; } .slider-item .overlay .explore-now-btn:hover{ background-color: var(--primary-clr); } .slider-item .overlay .destination-desc{ position: relative; margin-top:162px; } .slider-item .overlay .destination-desc h3{ margin-bottom: 1px; font-size: 24px; color: var(--light-heading-clr); text-transform: capitalize; font-weight: 500; letter-spacing: 0px; color: white; } .slider-item .overlay .destination-desc p{ color: var(--light-heading-clr); font-size: 15px; color: white; } .slider-item .overlay .destination-desc p i{ margin-right: 10px; font-size: 18px; color: var(--primary-clr); } /* The Modal (background) */ #parishModal .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); /* Black with opacity */ overflow: auto; /* Enable scroll if needed */ padding: 20px; box-sizing: border-box; } /* Modal Content */ #parishModal .modal-content { background-color: #fff; margin: auto; padding: 20px; border: 1px solid #888; max-width: 65%; /* Increase width to fit tabs */ height: 80vh; overflow: hidden; display: flex; /* Use flexbox for layout */ flex-direction: column; /* Adjust direction to stack tabs and content */ box-sizing: border-box; } /* Modal Body */ #parishModal .modal-body { display: flex; /* Align image and details side by side */ flex-direction: row; /* Horizontal alignment of image and details */ width: 100%; height: calc(100% - 50px); /* Adjust height to account for tab bar height */ } /* Image Container */ #parishModal .image-container { flex: 1; /* Takes up space proportional to the container */ } /* Modal Image */ #parishModal .modal-img { max-width: 100%; /* Ensure the image fits within its container */ height: auto; object-fit: contain; display: block; /* Remove extra space below image */ } /* Details Container */ .details-container { display: flex; flex-direction: column; /* Stack description and tabs vertically */ flex: 2; /* Takes up more space proportional to the container */ padding-left: 20px; /* Space between image and details */ box-sizing: border-box; } /* Modal Description */ .modal-desc { margin-top: 10px; /* Space between description and tabs */ } .boxed-tabs { margin: 0 auto; } .tab-links { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; /* Allow tabs to wrap if needed */ border-bottom: 2px solid #ccc; } .tab-links li { margin: 0; } .tab-links a { display: block; padding: 10px 20px; border: 1px solid #ccc; border-radius: 5px 5px 0 0; text-decoration: none; color: #333; font-weight: bold; transition: background-color 0.3s, color 0.3s; white-space: nowrap; /* Prevent text wrapping */ } .tab-links a.active { background-color: #333; color: #fff; border-bottom: 1px solid transparent; } .tab-content { border: 1px solid #ccc; border-radius: 0 0 5px 5px; padding: 20px; background-color: #fff; display: none; /* Hide all tab content by default */ } .tab-content.active { display: block; /* Display active tab content */ } /* Close Button */ .close { color: #aaa; position: absolute; top: 10px; right: 10px; font-size: 24px; font-weight: bold; cursor: pointer; } .close:hover, .close:focus { color: black; text-decoration: none; } .name-container { display: flex; /* Use flexbox to align items horizontally */ align-items: center; /* Align items vertically centered */ margin-top: 5px; } .name-container h3, .name-container h4 { margin: 0; /* Remove default margins */ padding-right: 10px; /* Add space between the elements */ } .name-container h4 { font-weight: normal; /* Optional: Adjust font-weight for h4 */ } /* Basic Modal Styles */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1000; /* Sit on top */ left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); /* Black with opacity */ overflow: auto; /* Enable scroll if needed */ } .modal-content { background-color: #fff; margin: 15% auto; /* Center the modal */ padding: 20px; border: 1px solid #888; width: 80%; /* Adjust width as needed */ max-width: 600px; /* Set a max-width */ position: relative; /* Ensure the close button is positioned correctly */ } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } /* Ensure modal content does not overflow */ #tab1 .modal-content ul { list-style: none; padding: 0; } #tab1 .modal-content li { margin: 10px 0; } #tab1 .modal-content a { text-decoration: none; color: #007bff; } #tab1 .modal-content a:hover { text-decoration: underline; } /* Button Container Styles */ #tab1 .button-container { display: flex; flex-wrap: wrap; gap: 5px; /* Space between buttons */ margin: 15px -5px 10px -5px; } #tab1 .modal-trigger { background-color: #4CAF50; /* Green background */ color: white; /* White text */ border: none; /* Remove border */ padding: 10px 20px; /* Padding */ text-align: center; /* Center text */ text-decoration: none; /* Remove underline */ display: inline-block; /* Inline block display */ font-size: 16px; /* Font size */ margin: 0; /* Remove margin */ cursor: pointer; /* Pointer cursor on hover */ border-radius: 4px; /* Rounded corners */ } #tab1 .modal-trigger:hover { background-color: #45a049; /* Darker green on hover */ } table { border: 5px solid black; } th { background-color: lightblue } td { border: 2px solid black; } /****parishes end*****/ /****section start*****/ section { /**display: flex;**/ align-items: center; flex-direction: column; padding: 60px 0 0; } section h2 { font-size: 2rem; } section > p { text-align: center; } /****section end*****/ /****Bishops start*****/ .priest .header-text h1{ font-size: 41px; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-clr); } .priest .header-text{ width: 100%; min-height: 0vh; padding: 0px 8%; display: flex; flex-direction: column; justify-content: center; } #next-btn { margin-top: 20px; padding: 10px 20px; background-color: #007bff; color: white; border: none; cursor: pointer; } .portrait-container { padding: 0 5vw; } @media all and (min-width: 64em) { .portrait-container { padding: 0 15vw; margin-top: 30px; } } .portrait { display: inline-flex; justify-content: center; height: 10rem; width: 11rem; /* border-radius: 2.5rem; */ margin: 1em; background-size: cover; background-repeat: no-repeat; background-position: center; cursor: pointer; transition: all .3s; /* filter: grayscale(100%); */ } .portrait:hover { filter: grayscale(0); } .portrait-details { white-space: nowrap; position: absolute; bottom: 2.5rem; padding: 0; background: #FAFAFA; border: solid 1px SteelBlue; box-shadow: 0 3px 7px 1px rgba(0,0,0,0.3); border-radius: 5px; transition: all .2s ease-in-out; opacity: 0; visibility: hidden; } @media all and (max-width: 64em) { .portrait-details { white-space: normal; min-width: 220px; } } .portrait-details:after { content: ''; display: block; background-color: #fff; border-bottom: 1px solid SteelBlue; border-right: 1px solid SteelBlue; bottom: -6px; height: 10px; left: 0; margin: auto; position: absolute; right: 0; width: 10px; transform: rotate(45deg); } .show .portrait-details { opacity: 1; visibility: visible; bottom: 5rem; } .portrait-details li { color: Grey; padding: .3em 1.9em; font: 400 .8em/1 'PT Sans'; list-style: none; } .portrait-details li:first-child { font: 700 1em/1 'PT Sans'; padding: .6em 1.5em; color: #000; border-bottom: solid 1px #fff; background-image: linear-gradient(left top, SteelBlue, #B0C4DE); border-top-left-radius: 3px; border-top-right-radius: 3px; } .portrait-details li:last-child { border-bottom: none; /****padding-bottom: 1.5em;***/ } .portrait-details li:nth-child(2) { color: Grey; padding: 1.5em 1.9em .7em; font-weight: 700; } .portrait-details a { color: SteelBlue; cursor: pointer; } [class*="fontawesome-"]:before { font-family: 'FontAwesome', sans-serif; color: SteelBlue; margin-right: .3em; } .fontawesome-phone a { text-decoration: none; } /* Ensure the modal is centered and covers the screen */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .modal-content { background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ max-width: 600px; /* Limits the max width of the modal */ } /* The Close Button */ .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } /* Responsive image */ .responsive-img { width: 50%; height: auto; } .button-container { display: flex; /* Use flexbox for horizontal layout */ justify-content: space-between; /* Distribute buttons evenly */ margin: 20px; /* Margin around the button container */ } .button { padding: 10px 20px; /* Padding inside each button */ background-color: #007bff; /* Button background color */ color: #fff; /* Text color */ border: none; /* Remove default border */ border-radius: 5px; /* Rounded corners */ text-align: center; /* Center text */ text-decoration: none; /* Remove underline */ cursor: pointer; /* Cursor style */ transition: background-color 0.3s ease; /* Smooth background transition */ } .button:hover { background-color: #0056b3; /* Darker background color on hover */ } /* Button Container Styles */ #clergy .button-container { display: flex; flex-wrap: wrap; gap: 10px; /* Space between buttons */ margin-top: 10px; } #clergy .modal-trigger { background-color: #4CAF50; /* Green background */ color: white; /* White text */ border: none; /* Remove border */ padding: 10px 20px; /* Padding */ text-align: center; /* Center text */ text-decoration: none; /* Remove underline */ display: inline-block; /* Inline block display */ font-size: 16px; /* Font size */ margin: 0; /* Remove margin */ cursor: pointer; /* Pointer cursor on hover */ border-radius: 4px; /* Rounded corners */ } #clergy .modal-trigger:hover { background-color: #45a049; /* Darker green on hover */ } /****Bishops end*****/ /****Gallery start*****/ .filter-buttons { text-align: center; margin-bottom: 20px; } .filter-button { margin: 0 5px; padding: 8px 16px; background-color: #007bff; color: #fff; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease; } .filter-button:hover { background-color: #0056b3; } #myImg { border-radius: 0px; cursor: pointer; transition: 0.3s; } #myImg:hover { opacity: 0.7; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 6; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0, 0, 0); /* Fallback color */ background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */ } .modal-content { margin: auto; display: block; width: 80%; max-width: 700px; } #caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 10px 0; height: 150px; } .modal-content, #caption { animation-name: zoom; animation-duration: 0.6s; } @keyframes zoom { from { transform: scale(0) } to { transform: scale(1) } } .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } @media only screen and (max-width: 700px) { .modal-content { width: 100%; } } /* CUSTOM1 */ * { box-sizing: border-box; } .row-pg { display: -ms-flexbox; /* IE10 */ display: flex; -ms-flex-wrap: wrap; /* IE10 */ flex-wrap: wrap; padding: 0 4px; margin-left: auto; padding-left: 285px; padding-right: 285px; } /* Create four equal columns that sits next to each other */ .column-pg { -ms-flex: 25%; /* IE10 */ flex: 25%; max-width: 25%; padding: 0 4px; flex-direction: column; column-gap: 25px; } .column img { margin-top: 8px; vertical-align: middle; width: 100%; } /* Custom */ @media screen and (max-width: 600px) { .enap-gallery-img { padding-left: 5px; padding:right: 5px; padding-top: 5px; padding-bottom: 5px; } } /* Responsive layout - makes a two column-layout instead of four columns */ @media screen and (max-width: 800px) { .column-pg { -ms-flex: 50%; flex: 50%; max-width: 50%; column-gap: 5px; flex-direction: column; } .row-pg { padding-left: 0px; padding-right: 0px; } } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) { .column-pg { -ms-flex: 100%; flex: 100%; max-width: 100%; column-gap: 10px; flex-direction: column; } .row-pg { padding-left: 15px; padding-right: 15px; } } /****Gallery end*****/ /****about start*****/ .about_section { width: 100%; height: auto; background-color: #20638f; display: flex; align-items: center; justify-content: center; /* Center horizontally */ padding: 50px 13%; font-family: pop; margin-top: 92px; } .about_details { text-align: center; /* Center text within the about_details div */ } .about_details h1 { font-size: 40px; color: #fff; position: relative; } .about_details h1::after { content: " "; position: absolute; width: 216px; height: 4px; background-color: #f39c12; border-radius: 5px; left: 50%; transform: translateX(-50%); bottom: -5px; } .about_details p { font-size: 15px; color: #fff; /***max-width: 480px;***/ margin: 30px auto 45px auto; /* Center the paragraph */ line-height: 29px; } .btn { padding: 10px 25px; border: 2px solid #f39c12; border-radius: 5px; color: #f39c12; text-decoration: none; margin: 30px 5px; /* Adjust margin for better spacing */ transition: all .5s ease; font-weight: 600; } .btn:hover { background-color: #f39c12; color: #333; } .btn1 { background-color: #f39c12; color: #000; } .btn1:hover { background-color: transparent; color: #f39c12; } /****about end*****/ /****footer start*****/ .about .row { margin: 60px 0 90px; display: flex; max-width: 1200px; width: 100%; align-items: center; justify-content: space-between; } .about .row .col { padding: 0 10px; width: calc(100% / 2 - 50px); } .about .col p { margin-bottom: 10px; } .about .col p i { color: #7a7a7a; margin-right: 10px; } .about form input { height: 45px; margin-bottom: 20px; padding: 10px; width: 100%; font-size: 16px; outline: none; border: 1px solid #bfbfbf; } .about form textarea { padding: 10px; width: 100%; font-size: 16px; height: 150px; outline: none; resize: vertical; border: 1px solid #bfbfbf; } .about form button { margin-top: 10px; padding: 10px 20px; font-size: 17px; color: #fff; border: none; cursor: pointer; border-radius: 5px; background: #333; transition: 0.2s ease; } .about form button:hover { background: #525252; } @media screen and (max-width: 860px) { .navbar .all-links { position: fixed; left: -100%; width: 300px; display: block; height: 100vh; top: 75px; background: #333; transition: left 0.3s ease; } .navbar #menu-toggler:checked~.all-links { left: 0; } .navbar .all-links li { font-size: 18px; } .navbar #hamburger-btn { display: block; } .navbar .logo-details { color: #fff; font-size: 20px; font-weight: bold; margin-left: -25px; } .navbar .logo-details img { width: 103px; height: 98px; } .navbar .logo_name { color: #fff; font-size: 20px; font-weight: bold; margin-left: -25px; } section > p { text-align: center; } .homepage .content h1 { font-size: 40px; font-weight: 700; margin-bottom: 10px; } .homepage .content .text { font-size: 17px; } .content a { font-size: 17px; padding: 9px 20px; } .about .row { flex-direction: column; } .about .row .col { width: 100%; } .about .row .col:last-child { margin-top: 40px; } } footer{ /**background-image: url("images/bg.jpg");**/ width: 100%; bottom: 0; left: 0; background-color: #427bb2c9; } footer::before{ cont: ''; position: absolute; left: 0; top: 100px; height: 1px; width: 100%; background: #AFAFB6; } footer .cont{ max-width: 1250px; margin: auto; padding: 30px 40px 40px 40px; } footer .cont .top{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; } .cont .top .logo-details { color: #fff; font-size: 20px; font-weight: bold; margin-left: -25px; } .cont .top .media-icons{ display: flex; } .cont .top .media-icons a{ height: 40px; width: 40px; margin: 0 8px; border-radius: 50%; text-align: center; line-height: 40px; color: #fff; font-size: 17px; text-decoration: none; transition: all 0.4s ease; } .top .media-icons a:nth-child(1){ background: #4267B2; } .top .media-icons a:nth-child(1):hover{ color: #4267B2; background: #fff; } .top .media-icons a:nth-child(2){ background: #1DA1F2; } .top .media-icons a:nth-child(2):hover{ color: #1DA1F2; background: #fff; } .top .media-icons a:nth-child(3){ background: #E1306C; } .top .media-icons a:nth-child(3):hover{ color: #E1306C; background: #fff; } .top .media-icons a:nth-child(4){ background: #0077B5; } .top .media-icons a:nth-child(4):hover{ color: #0077B5; background: #fff; } .top .media-icons a:nth-child(5){ background: #FF0000; } .top .media-icons a:nth-child(5):hover{ color: #FF0000; background: #fff; } footer .cont .link-boxes{ width: 100%; display: flex; justify-content: space-between; } footer .cont .link-boxes .box{ width: calc(100% / 5 - 10px); } .cont .link-boxes .box .link_name{ color: #fff; font-size: 18px; font-weight: 400; margin-bottom: 10px; position: relative; } .link-boxes .box .link_name::before{ cont: ''; position: absolute; left: 0; bottom: -2px; height: 2px; width: 35px; background: #fff; } .cont .link-boxes .box li{ margin: 6px 0; list-style: none; } .cont .link-boxes .box li a{ color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; transition: all 0.4s ease } .cont .link-boxes .box li a:hover{ opacity: 1; text-decoration: underline; } .cont .link-boxes .input-box{ margin-right: 55px; } .link-boxes .input-box input{ height: 40px; width: calc(100% + 55px); outline: none; border: 2px solid #AFAFB6; background: #140B5C; border-radius: 4px; padding: 0 15px; font-size: 15px; color: #fff; margin-top: 5px; } .link-boxes .input-box input::placeholder{ color: #AFAFB6; font-size: 16px; } .link-boxes .input-box input[type="button"]{ background: #fff; color: #140B5C; border: none; font-size: 18px; font-weight: 500; margin: 4px 0; opacity: 0.8; cursor: pointer; transition: all 0.4s ease; } .input-box input[type="button"]:hover{ opacity: 1; } footer .bottom-details{ width: 100%; /***background-color: #444444;***/ } footer .bottom-details .bottom_text{ max-width: 1250px; margin: auto; padding: 20px 30px; justify-content: space-between; } .bottom-details .bottom_text span, .bottom-details .bottom_text a{ font-size: 14px; font-weight: 300; color: #fff; text-decoration: none; } .bottom-details .bottom_text a:hover{ opacity: 1; text-decoration: underline; } .bottom-details .bottom_text a{ margin-right: 10px; } @media (max-width: 900px) { footer .cont .link-boxes{ flex-wrap: wrap; } footer .cont .link-boxes .input-box{ width: 40%; margin-top: 10px; } } @media (max-width: 700px){ footer{ position: relative; } .cont .top .logo-details{ font-size: 26px; } .cont .top .media-icons a{ height: 35px; width: 35px; font-size: 14px; line-height: 35px; } footer .cont .link-boxes .box{ width: calc(100% / 3 - 10px); } footer .cont .link-boxes .input-box{ width: 60%; } .bottom-details .bottom_text span, .bottom-details .bottom_text a{ font-size: 12px; } } @media (max-width: 520px){ footer::before{ top: 145px; } footer .cont .top{ flex-direction: column; } .cont .top .media-icons{ margin-top: 16px; } footer .cont .link-boxes .box{ width: calc(100% / 2 - 10px); } footer .cont .link-boxes .input-box{ width: 100%; } } .box p { max-width: 1200px; width: 100%; align-items: center; justify-content: normal; margin-bottom: 10px; color: #ffff; } .box a { max-width: 1200px; width: 100%; align-items: center; justify-content: normal; margin-bottom: 10px; color: #ffff; } .logo-details img { width: 80px; height: 74px; } /****footer end*****/