├── Aladdin ├── Aladdin.css ├── Aladdin.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── AmzingSpiderMan2 ├── Aladdin.css └── AmzingSpiderMan2.css ├── AvengersEndGame ├── AvengersEndGame.css ├── AvengersEndGame.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── AvengersInfinityWar ├── AvengersInfinityWar.css ├── AvengersInfinityWar.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Bahubali2 ├── Bahubali2.css ├── Bahubali2.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── BhootPartOne ├── BhootPartOne.css ├── BhootPartOne.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── BlackPanther ├── BlackPanther.css ├── BlackPanther.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── BlackWidow ├── BlackWidow.css ├── BlackWidow.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Bloodshot ├── Bloodshot.css ├── Bloodshot.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── CaptainMarvel ├── CaptainMarvel.css ├── CaptainMarvel.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Compressed Images ├── Aladdin-compressed.jpg ├── AmzingSpiderMan2-compressed.jpg ├── AntMan-compressed.jpg ├── AntMan2-compressed.jpg ├── Aquaman-compressed.jpg ├── AvengersEndGame-compressed.jpg ├── AvengersInfinityWar-compressed.jpg ├── Bahubali2-compressed.jpg ├── BhootPartOne-compressed.jpg ├── BlackPanther-compressed.jpg ├── BlackWidow-compressed.jpg ├── Bloodshot-compressed.jpg ├── Darbar-compressed.jpg ├── Deadpool2-compressed.jpg ├── Dhaakad-compressed.jpg ├── DoctorStrange-compressed.jpg ├── Drive-compressed.jpg ├── GuardiansoftheGalaxy-compressed.jpg ├── Inception-compressed.jpg ├── Incredibles2-compressed.jpg ├── IntoTheWoods-compressed.jpg ├── JohnWick-compressed.jpg ├── Joker-compressed.jpg ├── JungleCruise-compressed.jpg ├── KabirSingh-compressed.jpg ├── Kin-compressed.jpg ├── Morbius-compressed.jpg ├── Padmaavat-compressed.jpg ├── PeterRabbit2TheRunaway-compressed.jpg ├── ProjectPower-compressed.jpg ├── Shivaay-compressed.jpg ├── SonictheHedgehog-compressed.jpg ├── Sooryavanshi-compressed.jpg ├── SpiderManIntoTheSpiderVerse-compressed.jpg ├── TheBatman-compressed.jpg ├── TheDarkKnight-compressed.jpg ├── TheGodfatherPart2-compressed.jpg ├── ToyStory-compressed.jpg ├── Venom2-compressed.jpg ├── WonderWoman-compressed.jpg └── WonderWoman1984-compressed.jpg ├── Darbar ├── Darbar.css ├── Darbar.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Deadpool2 ├── Deadpool2.css ├── Deadpool2.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Dhaakad ├── Dhaakad.css ├── Dhaakad.html ├── bg.png ├── close.png ├── logo.png ├── play.png └── toggle.png ├── DoctorStrange ├── DoctorStrange.css ├── DoctorStrange.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Drive ├── Drive.css ├── Drive.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── GuardiansoftheGalaxy ├── GuardiansoftheGalaxy.css ├── GuardiansoftheGalaxy.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Inception ├── Inception.css ├── Inception.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Incredibles2 ├── Incredibles2.css ├── Incredibles2.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── IntoTheWoods ├── IntoTheWoods.css ├── IntoTheWoods.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── JohnWick3 ├── JohnWick3.css ├── JohnWick3.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Joker ├── bg.jpg ├── close.png ├── joker.css ├── joker.html ├── logo.png ├── play.png └── toggle.png ├── JungleCruise ├── JungleCruise.css ├── JungleCruise.html ├── bg.png ├── close.png ├── logo.png ├── play.png └── toggle.png ├── KabirSingh ├── Bg.jpg ├── KabirSingh.css ├── KabirSingh.html ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Kin ├── Kin.css ├── Kin.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Morbius ├── Morbius.css ├── Morbius.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Padmaavat ├── Padmaavat.css ├── Padmaavat.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── PeterRabbit2TheRunaway ├── PeterRabbit2TheRunaway.css ├── PeterRabbit2TheRunaway.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── ProjectPower ├── ProjectPower.css ├── ProjectPower.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── README.md ├── Shivaay ├── Shivaay.css ├── Shivaay.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── SonictheHedgehog ├── SonictheHedgehog.css ├── SonictheHedgehog.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Sooryavanshi ├── Sooryavanshi.css ├── Sooryavanshi.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── SpiderManFarFromHome ├── SpiderManFarFromHome.css ├── SpiderManFarFromHome.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── SpiderManIntoTheSpiderVerse ├── SpiderManIntoTheSpiderVerse.css ├── SpiderManIntoTheSpiderVerse.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── TheBatman ├── TheBatman.css ├── TheBatman.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── TheDarkKnight ├── TheDarkKnight.css ├── TheDarkKnight.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── TheGodfatherPart2 ├── TheGodfatherPart2.css ├── TheGodfatherPart2.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── ToyStory ├── ToyStory.css ├── ToyStory.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── Venom2 ├── Venom2.css ├── Venom2.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── WonderWoman ├── WonderWoman.css ├── WonderWoman.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── WonderWoman1984 ├── WonderWoman1984.css ├── WonderWoman1984.html ├── bg.jpg ├── close.png ├── logo.png ├── play.png └── toggle.png ├── index.html ├── main.js └── style.css /Aladdin/Aladdin.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Aladdin/Aladdin.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Aladdin 8 | 9 | 10 |
11 | 12 |
13 |
14 | 25 |
26 | 27 | 28 |
29 | 38 | 39 | -------------------------------------------------------------------------------- /Aladdin/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Aladdin/bg.jpg -------------------------------------------------------------------------------- /Aladdin/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Aladdin/close.png -------------------------------------------------------------------------------- /Aladdin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Aladdin/logo.png -------------------------------------------------------------------------------- /Aladdin/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Aladdin/play.png -------------------------------------------------------------------------------- /Aladdin/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Aladdin/toggle.png -------------------------------------------------------------------------------- /AmzingSpiderMan2/Aladdin.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /AvengersEndGame/AvengersEndGame.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | *{ 4 | margin:0; 5 | padding: 0; 6 | box-sizing: border-box; 7 | font-family: 'Times New Roman', Times, serif; 8 | } 9 | header{ 10 | position: absolute; 11 | top: 0; 12 | left: 0; 13 | width: 100%; 14 | display: flex; 15 | justify-content: space-between; 16 | padding: 40px 100px; 17 | z-index: 1000; 18 | } 19 | header .logo{ 20 | max-width: 120px; 21 | } 22 | header .toggle{ 23 | max-width: 60px; 24 | cursor: pointer; 25 | } 26 | .banner{ 27 | position: relative; 28 | width: 100%; 29 | min-height: 100vh; 30 | padding: 0 100px; 31 | background: url(bg.jpg); 32 | background-position: center; 33 | background-size: cover; 34 | display: flex; 35 | justify-content: flex-start; 36 | align-items: center; 37 | } 38 | .banner .content{ 39 | max-width: 550px; 40 | } 41 | .banner .content h2{ 42 | text-transform: uppercase; 43 | font-weight: 400; 44 | font-size: 2.5em; 45 | letter-spacing: 0.1em; 46 | color: #fff; 47 | } 48 | .banner .content h2 span{ 49 | font-weight: 800; 50 | } 51 | .banner .content p{ 52 | 53 | font-weight: 300; 54 | font-size: 1.2em; 55 | letter-spacing: 0.02em; 56 | line-height: 1.5em; 57 | color: #fff; 58 | margin: 15px 0 35px; 59 | } 60 | .play{ 61 | position: relative; 62 | display: inline-flex; 63 | justify-content: flex-start; 64 | align-items: center; 65 | color: #fff; 66 | text-transform: uppercase; 67 | font-weight: 500; 68 | text-decoration: none; 69 | letter-spacing: 2px; 70 | font-size: 1.2em; 71 | } 72 | .play img{ 73 | margin-right: 10px; 74 | max-width: 50px; 75 | } 76 | .trailer{ 77 | position: fixed; 78 | top: 50%; 79 | left: 50%; 80 | transform: translate(-50%,-50%); 81 | z-index: 10000; 82 | background: rgba(0, 0, 0, 0.95); 83 | width: 100%; 84 | height: 100%; 85 | display: flex; 86 | justify-content: center; 87 | align-items: center; 88 | visibility: hidden; 89 | opacity: 0; 90 | } 91 | .trailer.active{ 92 | visibility: visible; 93 | opacity: 1; 94 | } 95 | .trailer video{ 96 | max-width: 900px; 97 | outline: none; 98 | } 99 | .trailer .close{ 100 | position: absolute; 101 | top: 30px; 102 | right: 30px; 103 | cursor: pointer; 104 | filter: invert(1); 105 | max-width: 32px; 106 | } 107 | 108 | @media (max-width: 991px){ 109 | header{ 110 | padding: 20px 50px; 111 | } 112 | header{ 113 | padding: 20px 50px; 114 | } 115 | header .logo{ 116 | max-width: 80px; 117 | } 118 | header .toggle{ 119 | max-width: 40px; 120 | } 121 | .banner{ 122 | padding: 100px 50px; 123 | } 124 | .banner .content h2{ 125 | font-weight: 400; 126 | font-size: 2em; 127 | letter-spacing: 0.05em; 128 | } 129 | .banner .content p{ 130 | font-size: 1em; 131 | } 132 | .trailer video{ 133 | max-width: 90%; 134 | outline: none; 135 | } 136 | } -------------------------------------------------------------------------------- /AvengersEndGame/AvengersEndGame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Avengers End Game 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 |
15 |
16 | 34 |
35 | 36 | 37 |
38 | 39 | 40 | 41 | 50 | 51 | -------------------------------------------------------------------------------- /AvengersEndGame/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersEndGame/bg.jpg -------------------------------------------------------------------------------- /AvengersEndGame/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersEndGame/close.png -------------------------------------------------------------------------------- /AvengersEndGame/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersEndGame/logo.png -------------------------------------------------------------------------------- /AvengersEndGame/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersEndGame/play.png -------------------------------------------------------------------------------- /AvengersEndGame/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersEndGame/toggle.png -------------------------------------------------------------------------------- /AvengersInfinityWar/AvengersInfinityWar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Avengers: Infinity War 8 | 9 | 10 |
11 | 12 |
13 |
14 | 28 |
29 | 30 | 31 |
32 | 41 | 42 | -------------------------------------------------------------------------------- /AvengersInfinityWar/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersInfinityWar/bg.jpg -------------------------------------------------------------------------------- /AvengersInfinityWar/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersInfinityWar/close.png -------------------------------------------------------------------------------- /AvengersInfinityWar/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersInfinityWar/logo.png -------------------------------------------------------------------------------- /AvengersInfinityWar/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersInfinityWar/play.png -------------------------------------------------------------------------------- /AvengersInfinityWar/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/AvengersInfinityWar/toggle.png -------------------------------------------------------------------------------- /Bahubali2/Bahubali2.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 700; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: rgb(0, 0, 0); 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Bahubali2/Bahubali2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Bahubali 2 8 | 9 | 10 |
11 | 12 |
13 |
14 | 26 |
27 | 28 | 29 |
30 | 39 | 40 | -------------------------------------------------------------------------------- /Bahubali2/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bahubali2/bg.jpg -------------------------------------------------------------------------------- /Bahubali2/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bahubali2/close.png -------------------------------------------------------------------------------- /Bahubali2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bahubali2/logo.png -------------------------------------------------------------------------------- /Bahubali2/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bahubali2/play.png -------------------------------------------------------------------------------- /Bahubali2/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bahubali2/toggle.png -------------------------------------------------------------------------------- /BhootPartOne/BhootPartOne.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /BhootPartOne/BhootPartOne.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Bhoot:Part One 8 | 9 | 10 |
11 | 12 |
13 |
14 | 26 |
27 | 28 | 29 |
30 | 39 | 40 | -------------------------------------------------------------------------------- /BhootPartOne/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BhootPartOne/bg.jpg -------------------------------------------------------------------------------- /BhootPartOne/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BhootPartOne/close.png -------------------------------------------------------------------------------- /BhootPartOne/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BhootPartOne/logo.png -------------------------------------------------------------------------------- /BhootPartOne/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BhootPartOne/play.png -------------------------------------------------------------------------------- /BhootPartOne/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BhootPartOne/toggle.png -------------------------------------------------------------------------------- /BlackPanther/BlackPanther.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /BlackPanther/BlackPanther.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Black Panther 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /BlackPanther/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackPanther/bg.jpg -------------------------------------------------------------------------------- /BlackPanther/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackPanther/close.png -------------------------------------------------------------------------------- /BlackPanther/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackPanther/logo.png -------------------------------------------------------------------------------- /BlackPanther/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackPanther/play.png -------------------------------------------------------------------------------- /BlackPanther/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackPanther/toggle.png -------------------------------------------------------------------------------- /BlackWidow/BlackWidow.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /BlackWidow/BlackWidow.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Black Widow 8 | 9 | 10 |
11 | 12 |
13 |
14 | 26 |
27 | 28 | 29 |
30 | 39 | 40 | -------------------------------------------------------------------------------- /BlackWidow/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackWidow/bg.jpg -------------------------------------------------------------------------------- /BlackWidow/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackWidow/close.png -------------------------------------------------------------------------------- /BlackWidow/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackWidow/logo.png -------------------------------------------------------------------------------- /BlackWidow/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackWidow/play.png -------------------------------------------------------------------------------- /BlackWidow/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/BlackWidow/toggle.png -------------------------------------------------------------------------------- /Bloodshot/Bloodshot.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Bloodshot/Bloodshot.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Bloodshot 8 | 9 | 10 |
11 | 12 |
13 |
14 | 27 |
28 | 29 | 30 |
31 | 40 | 41 | -------------------------------------------------------------------------------- /Bloodshot/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bloodshot/bg.jpg -------------------------------------------------------------------------------- /Bloodshot/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bloodshot/close.png -------------------------------------------------------------------------------- /Bloodshot/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bloodshot/logo.png -------------------------------------------------------------------------------- /Bloodshot/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bloodshot/play.png -------------------------------------------------------------------------------- /Bloodshot/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Bloodshot/toggle.png -------------------------------------------------------------------------------- /CaptainMarvel/CaptainMarvel.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Captain Marvel 8 | 9 | 10 |
11 | 12 |
13 |
14 | 27 |
28 | 29 | 30 |
31 | 40 | 41 | -------------------------------------------------------------------------------- /CaptainMarvel/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/CaptainMarvel/bg.jpg -------------------------------------------------------------------------------- /CaptainMarvel/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/CaptainMarvel/close.png -------------------------------------------------------------------------------- /CaptainMarvel/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/CaptainMarvel/logo.png -------------------------------------------------------------------------------- /CaptainMarvel/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/CaptainMarvel/play.png -------------------------------------------------------------------------------- /CaptainMarvel/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/CaptainMarvel/toggle.png -------------------------------------------------------------------------------- /Compressed Images/Aladdin-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Aladdin-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/AmzingSpiderMan2-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/AmzingSpiderMan2-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/AntMan-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/AntMan-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/AntMan2-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/AntMan2-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Aquaman-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Aquaman-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/AvengersEndGame-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/AvengersEndGame-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/AvengersInfinityWar-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/AvengersInfinityWar-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Bahubali2-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Bahubali2-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/BhootPartOne-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/BhootPartOne-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/BlackPanther-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/BlackPanther-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/BlackWidow-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/BlackWidow-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Bloodshot-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Bloodshot-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Darbar-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Darbar-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Deadpool2-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Deadpool2-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Dhaakad-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Dhaakad-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/DoctorStrange-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/DoctorStrange-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Drive-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Drive-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/GuardiansoftheGalaxy-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/GuardiansoftheGalaxy-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Inception-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Inception-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Incredibles2-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Incredibles2-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/IntoTheWoods-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/IntoTheWoods-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/JohnWick-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/JohnWick-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Joker-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Joker-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/JungleCruise-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/JungleCruise-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/KabirSingh-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/KabirSingh-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Kin-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Kin-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Morbius-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Morbius-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Padmaavat-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Padmaavat-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/PeterRabbit2TheRunaway-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/PeterRabbit2TheRunaway-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/ProjectPower-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/ProjectPower-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Shivaay-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Shivaay-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/SonictheHedgehog-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/SonictheHedgehog-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Sooryavanshi-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Sooryavanshi-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/SpiderManIntoTheSpiderVerse-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/SpiderManIntoTheSpiderVerse-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/TheBatman-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/TheBatman-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/TheDarkKnight-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/TheDarkKnight-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/TheGodfatherPart2-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/TheGodfatherPart2-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/ToyStory-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/ToyStory-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/Venom2-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/Venom2-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/WonderWoman-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/WonderWoman-compressed.jpg -------------------------------------------------------------------------------- /Compressed Images/WonderWoman1984-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Compressed Images/WonderWoman1984-compressed.jpg -------------------------------------------------------------------------------- /Darbar/Darbar.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Darbar/Darbar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Darbar 8 | 9 | 10 |
11 | 12 |
13 |
14 | 31 |
32 | 33 | 34 |
35 | 44 | 45 | -------------------------------------------------------------------------------- /Darbar/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Darbar/bg.jpg -------------------------------------------------------------------------------- /Darbar/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Darbar/close.png -------------------------------------------------------------------------------- /Darbar/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Darbar/logo.png -------------------------------------------------------------------------------- /Darbar/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Darbar/play.png -------------------------------------------------------------------------------- /Darbar/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Darbar/toggle.png -------------------------------------------------------------------------------- /Deadpool2/Deadpool2.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Deadpool2/Deadpool2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Deadpool 2 8 | 9 | 10 |
11 | 12 |
13 |
14 | 28 |
29 | 30 | 31 |
32 | 41 | 42 | -------------------------------------------------------------------------------- /Deadpool2/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Deadpool2/bg.jpg -------------------------------------------------------------------------------- /Deadpool2/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Deadpool2/close.png -------------------------------------------------------------------------------- /Deadpool2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Deadpool2/logo.png -------------------------------------------------------------------------------- /Deadpool2/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Deadpool2/play.png -------------------------------------------------------------------------------- /Deadpool2/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Deadpool2/toggle.png -------------------------------------------------------------------------------- /Dhaakad/Dhaakad.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.png); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 700; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Dhaakad/Dhaakad.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Dhaakad 8 | 9 | 10 |
11 | 12 |
13 |
14 | 24 |
25 | 26 | 27 |
28 | 37 | 38 | -------------------------------------------------------------------------------- /Dhaakad/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Dhaakad/bg.png -------------------------------------------------------------------------------- /Dhaakad/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Dhaakad/close.png -------------------------------------------------------------------------------- /Dhaakad/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Dhaakad/logo.png -------------------------------------------------------------------------------- /Dhaakad/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Dhaakad/play.png -------------------------------------------------------------------------------- /Dhaakad/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Dhaakad/toggle.png -------------------------------------------------------------------------------- /DoctorStrange/DoctorStrange.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Doctor Strange 8 | 9 | 10 |
11 | 12 |
13 |
14 | 28 |
29 | 30 | 31 |
32 | 41 | 42 | -------------------------------------------------------------------------------- /DoctorStrange/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/DoctorStrange/bg.jpg -------------------------------------------------------------------------------- /DoctorStrange/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/DoctorStrange/close.png -------------------------------------------------------------------------------- /DoctorStrange/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/DoctorStrange/logo.png -------------------------------------------------------------------------------- /DoctorStrange/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/DoctorStrange/play.png -------------------------------------------------------------------------------- /DoctorStrange/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/DoctorStrange/toggle.png -------------------------------------------------------------------------------- /Drive/Drive.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Drive/Drive.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Drive 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /Drive/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Drive/bg.jpg -------------------------------------------------------------------------------- /Drive/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Drive/close.png -------------------------------------------------------------------------------- /Drive/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Drive/logo.png -------------------------------------------------------------------------------- /Drive/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Drive/play.png -------------------------------------------------------------------------------- /Drive/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Drive/toggle.png -------------------------------------------------------------------------------- /GuardiansoftheGalaxy/GuardiansoftheGalaxy.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Guardians of the Galaxy 8 | 9 | 10 |
11 | 12 |
13 |
14 | 27 |
28 | 29 | 30 |
31 | 40 | 41 | -------------------------------------------------------------------------------- /GuardiansoftheGalaxy/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/GuardiansoftheGalaxy/bg.jpg -------------------------------------------------------------------------------- /GuardiansoftheGalaxy/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/GuardiansoftheGalaxy/close.png -------------------------------------------------------------------------------- /GuardiansoftheGalaxy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/GuardiansoftheGalaxy/logo.png -------------------------------------------------------------------------------- /GuardiansoftheGalaxy/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/GuardiansoftheGalaxy/play.png -------------------------------------------------------------------------------- /GuardiansoftheGalaxy/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/GuardiansoftheGalaxy/toggle.png -------------------------------------------------------------------------------- /Inception/Inception.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | *{ 4 | margin:0; 5 | padding: 0; 6 | box-sizing: border-box; 7 | font-family: 'Times New Roman', Times, serif; 8 | } 9 | header{ 10 | position: absolute; 11 | top: 0; 12 | left: 0; 13 | width: 100%; 14 | display: flex; 15 | justify-content: space-between; 16 | padding: 40px 100px; 17 | z-index: 1000; 18 | } 19 | header .logo{ 20 | max-width: 120px; 21 | } 22 | header .toggle{ 23 | max-width: 60px; 24 | cursor: pointer; 25 | } 26 | .banner{ 27 | position: relative; 28 | width: 100%; 29 | min-height: 100vh; 30 | padding: 0 100px; 31 | background: url(bg.jpg); 32 | background-position: center; 33 | background-size: cover; 34 | display: flex; 35 | justify-content: flex-start; 36 | align-items: center; 37 | } 38 | 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | 78 | .trailer{ 79 | position: fixed; 80 | top: 50%; 81 | left: 50%; 82 | transform: translate(-50%,-50%); 83 | z-index: 10000; 84 | background: rgba(0, 0, 0, 0.95); 85 | width: 100%; 86 | height: 100%; 87 | display: flex; 88 | justify-content: center; 89 | align-items: center; 90 | visibility: hidden; 91 | opacity: 0; 92 | } 93 | .trailer.active{ 94 | visibility: visible; 95 | opacity: 1; 96 | } 97 | .trailer video{ 98 | max-width: 900px; 99 | outline: none; 100 | } 101 | .trailer .close{ 102 | position: absolute; 103 | top: 30px; 104 | right: 30px; 105 | cursor: pointer; 106 | filter: invert(1); 107 | max-width: 32px; 108 | } 109 | 110 | @media (max-width: 991px){ 111 | header{ 112 | padding: 20px 50px; 113 | } 114 | header{ 115 | padding: 20px 50px; 116 | } 117 | header .logo{ 118 | max-width: 80px; 119 | } 120 | header .toggle{ 121 | max-width: 40px; 122 | } 123 | .banner{ 124 | padding: 100px 50px; 125 | } 126 | .banner .content h2{ 127 | font-weight: 400; 128 | font-size: 2em; 129 | letter-spacing: 0.05em; 130 | } 131 | .banner .content p{ 132 | font-size: 1em; 133 | } 134 | .trailer video{ 135 | max-width: 90%; 136 | outline: none; 137 | } 138 | } -------------------------------------------------------------------------------- /Inception/Inception.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Inception 8 | 9 | 10 |
11 | 12 |
13 |
14 | 31 |
32 | 33 | 34 |
35 | 44 | 45 | -------------------------------------------------------------------------------- /Inception/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Inception/bg.jpg -------------------------------------------------------------------------------- /Inception/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Inception/close.png -------------------------------------------------------------------------------- /Inception/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Inception/logo.png -------------------------------------------------------------------------------- /Inception/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Inception/play.png -------------------------------------------------------------------------------- /Inception/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Inception/toggle.png -------------------------------------------------------------------------------- /Incredibles2/Incredibles2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Incredibles 2 8 | 9 | 10 |
11 | 12 |
13 |
14 | 28 |
29 | 30 | 31 |
32 | 41 | 42 | -------------------------------------------------------------------------------- /Incredibles2/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Incredibles2/bg.jpg -------------------------------------------------------------------------------- /Incredibles2/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Incredibles2/close.png -------------------------------------------------------------------------------- /Incredibles2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Incredibles2/logo.png -------------------------------------------------------------------------------- /Incredibles2/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Incredibles2/play.png -------------------------------------------------------------------------------- /Incredibles2/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Incredibles2/toggle.png -------------------------------------------------------------------------------- /IntoTheWoods/IntoTheWoods.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Into The Woods 8 | 9 | 10 |
11 | 12 |
13 |
14 | 27 |
28 | 29 | 30 |
31 | 40 | 41 | -------------------------------------------------------------------------------- /IntoTheWoods/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/IntoTheWoods/bg.jpg -------------------------------------------------------------------------------- /IntoTheWoods/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/IntoTheWoods/close.png -------------------------------------------------------------------------------- /IntoTheWoods/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/IntoTheWoods/logo.png -------------------------------------------------------------------------------- /IntoTheWoods/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/IntoTheWoods/play.png -------------------------------------------------------------------------------- /IntoTheWoods/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/IntoTheWoods/toggle.png -------------------------------------------------------------------------------- /JohnWick3/JohnWick3.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /JohnWick3/JohnWick3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | John Wick 3 8 | 9 | 10 |
11 | 12 |
13 |
14 | 28 |
29 | 30 | 31 |
32 | 41 | 42 | -------------------------------------------------------------------------------- /JohnWick3/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JohnWick3/bg.jpg -------------------------------------------------------------------------------- /JohnWick3/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JohnWick3/close.png -------------------------------------------------------------------------------- /JohnWick3/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JohnWick3/logo.png -------------------------------------------------------------------------------- /JohnWick3/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JohnWick3/play.png -------------------------------------------------------------------------------- /JohnWick3/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JohnWick3/toggle.png -------------------------------------------------------------------------------- /Joker/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Joker/bg.jpg -------------------------------------------------------------------------------- /Joker/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Joker/close.png -------------------------------------------------------------------------------- /Joker/joker.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Joker/joker.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |
11 | 12 |
13 |
14 | 26 |
27 | 28 | 29 |
30 | 39 | 40 | -------------------------------------------------------------------------------- /Joker/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Joker/logo.png -------------------------------------------------------------------------------- /Joker/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Joker/play.png -------------------------------------------------------------------------------- /Joker/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Joker/toggle.png -------------------------------------------------------------------------------- /JungleCruise/JungleCruise.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Jungle Cruise 8 | 9 | 10 |
11 | 12 |
13 |
14 | 26 |
27 | 28 | 29 |
30 | 39 | 40 | -------------------------------------------------------------------------------- /JungleCruise/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JungleCruise/bg.png -------------------------------------------------------------------------------- /JungleCruise/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JungleCruise/close.png -------------------------------------------------------------------------------- /JungleCruise/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JungleCruise/logo.png -------------------------------------------------------------------------------- /JungleCruise/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JungleCruise/play.png -------------------------------------------------------------------------------- /JungleCruise/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/JungleCruise/toggle.png -------------------------------------------------------------------------------- /KabirSingh/Bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/KabirSingh/Bg.jpg -------------------------------------------------------------------------------- /KabirSingh/KabirSingh.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /KabirSingh/KabirSingh.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Kabir Singh 8 | 9 | 10 |
11 | 12 |
13 |
14 | 26 |
27 | 28 | 29 |
30 | 39 | 40 | -------------------------------------------------------------------------------- /KabirSingh/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/KabirSingh/close.png -------------------------------------------------------------------------------- /KabirSingh/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/KabirSingh/logo.png -------------------------------------------------------------------------------- /KabirSingh/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/KabirSingh/play.png -------------------------------------------------------------------------------- /KabirSingh/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/KabirSingh/toggle.png -------------------------------------------------------------------------------- /Kin/Kin.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Kin/Kin.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Kin 8 | 9 | 10 |
11 | 12 |
13 |
14 | 27 |
28 | 29 | 30 |
31 | 40 | 41 | -------------------------------------------------------------------------------- /Kin/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Kin/bg.jpg -------------------------------------------------------------------------------- /Kin/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Kin/close.png -------------------------------------------------------------------------------- /Kin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Kin/logo.png -------------------------------------------------------------------------------- /Kin/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Kin/play.png -------------------------------------------------------------------------------- /Kin/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Kin/toggle.png -------------------------------------------------------------------------------- /Morbius/Morbius.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Morbius/Morbius.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Morbius 8 | 9 | 10 |
11 | 12 |
13 |
14 | 30 |
31 | 32 | 33 |
34 | 43 | 44 | -------------------------------------------------------------------------------- /Morbius/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Morbius/bg.jpg -------------------------------------------------------------------------------- /Morbius/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Morbius/close.png -------------------------------------------------------------------------------- /Morbius/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Morbius/logo.png -------------------------------------------------------------------------------- /Morbius/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Morbius/play.png -------------------------------------------------------------------------------- /Morbius/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Morbius/toggle.png -------------------------------------------------------------------------------- /Padmaavat/Padmaavat.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Padmaavat/Padmaavat.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Padmaavat 8 | 9 | 10 |
11 | 12 |
13 |
14 | 30 |
31 | 32 | 33 |
34 | 43 | 44 | -------------------------------------------------------------------------------- /Padmaavat/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Padmaavat/bg.jpg -------------------------------------------------------------------------------- /Padmaavat/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Padmaavat/close.png -------------------------------------------------------------------------------- /Padmaavat/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Padmaavat/logo.png -------------------------------------------------------------------------------- /Padmaavat/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Padmaavat/play.png -------------------------------------------------------------------------------- /Padmaavat/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Padmaavat/toggle.png -------------------------------------------------------------------------------- /PeterRabbit2TheRunaway/PeterRabbit2TheRunaway.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Peter Rabbit2 The Runaway 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /PeterRabbit2TheRunaway/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/PeterRabbit2TheRunaway/bg.jpg -------------------------------------------------------------------------------- /PeterRabbit2TheRunaway/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/PeterRabbit2TheRunaway/close.png -------------------------------------------------------------------------------- /PeterRabbit2TheRunaway/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/PeterRabbit2TheRunaway/logo.png -------------------------------------------------------------------------------- /PeterRabbit2TheRunaway/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/PeterRabbit2TheRunaway/play.png -------------------------------------------------------------------------------- /PeterRabbit2TheRunaway/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/PeterRabbit2TheRunaway/toggle.png -------------------------------------------------------------------------------- /ProjectPower/ProjectPower.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Project Power 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /ProjectPower/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ProjectPower/bg.jpg -------------------------------------------------------------------------------- /ProjectPower/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ProjectPower/close.png -------------------------------------------------------------------------------- /ProjectPower/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ProjectPower/logo.png -------------------------------------------------------------------------------- /ProjectPower/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ProjectPower/play.png -------------------------------------------------------------------------------- /ProjectPower/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ProjectPower/toggle.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Flick-play 2 | 3 | Change the images name which are under compressed images folder and give proper name inside index.html. 4 | 5 | Add all the folder in a single folder named(Movies) except Main files-- 6 | Or you can change the file location under index.html 7 | -------------------------------------------------------------------------------- /Shivaay/Shivaay.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Shivaay/Shivaay.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Shivaay 8 | 9 | 10 |
11 | 12 |
13 |
14 | 28 |
29 | 30 | 31 |
32 | 41 | 42 | -------------------------------------------------------------------------------- /Shivaay/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Shivaay/bg.jpg -------------------------------------------------------------------------------- /Shivaay/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Shivaay/close.png -------------------------------------------------------------------------------- /Shivaay/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Shivaay/logo.png -------------------------------------------------------------------------------- /Shivaay/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Shivaay/play.png -------------------------------------------------------------------------------- /Shivaay/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Shivaay/toggle.png -------------------------------------------------------------------------------- /SonictheHedgehog/SonictheHedgehog.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Sonic: the Hedgehog 8 | 9 | 10 |
11 | 12 |
13 |
14 | 28 |
29 | 30 | 31 |
32 | 41 | 42 | -------------------------------------------------------------------------------- /SonictheHedgehog/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SonictheHedgehog/bg.jpg -------------------------------------------------------------------------------- /SonictheHedgehog/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SonictheHedgehog/close.png -------------------------------------------------------------------------------- /SonictheHedgehog/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SonictheHedgehog/logo.png -------------------------------------------------------------------------------- /SonictheHedgehog/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SonictheHedgehog/play.png -------------------------------------------------------------------------------- /SonictheHedgehog/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SonictheHedgehog/toggle.png -------------------------------------------------------------------------------- /Sooryavanshi/Sooryavanshi.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Sooryavanshi 8 | 9 | 10 |
11 | 12 |
13 |
14 | 24 |
25 | 26 | 27 |
28 | 37 | 38 | -------------------------------------------------------------------------------- /Sooryavanshi/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Sooryavanshi/bg.jpg -------------------------------------------------------------------------------- /Sooryavanshi/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Sooryavanshi/close.png -------------------------------------------------------------------------------- /Sooryavanshi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Sooryavanshi/logo.png -------------------------------------------------------------------------------- /Sooryavanshi/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Sooryavanshi/play.png -------------------------------------------------------------------------------- /Sooryavanshi/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Sooryavanshi/toggle.png -------------------------------------------------------------------------------- /SpiderManFarFromHome/SpiderManFarFromHome.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Spider-Man Far-From Home 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /SpiderManFarFromHome/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManFarFromHome/bg.jpg -------------------------------------------------------------------------------- /SpiderManFarFromHome/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManFarFromHome/close.png -------------------------------------------------------------------------------- /SpiderManFarFromHome/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManFarFromHome/logo.png -------------------------------------------------------------------------------- /SpiderManFarFromHome/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManFarFromHome/play.png -------------------------------------------------------------------------------- /SpiderManFarFromHome/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManFarFromHome/toggle.png -------------------------------------------------------------------------------- /SpiderManIntoTheSpiderVerse/SpiderManIntoTheSpiderVerse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Spide-Man Into The Spider-Verse 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /SpiderManIntoTheSpiderVerse/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManIntoTheSpiderVerse/bg.jpg -------------------------------------------------------------------------------- /SpiderManIntoTheSpiderVerse/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManIntoTheSpiderVerse/close.png -------------------------------------------------------------------------------- /SpiderManIntoTheSpiderVerse/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManIntoTheSpiderVerse/logo.png -------------------------------------------------------------------------------- /SpiderManIntoTheSpiderVerse/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManIntoTheSpiderVerse/play.png -------------------------------------------------------------------------------- /SpiderManIntoTheSpiderVerse/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/SpiderManIntoTheSpiderVerse/toggle.png -------------------------------------------------------------------------------- /TheBatman/TheBatman.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /TheBatman/TheBatman.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | The Batman 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /TheBatman/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheBatman/bg.jpg -------------------------------------------------------------------------------- /TheBatman/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheBatman/close.png -------------------------------------------------------------------------------- /TheBatman/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheBatman/logo.png -------------------------------------------------------------------------------- /TheBatman/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheBatman/play.png -------------------------------------------------------------------------------- /TheBatman/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheBatman/toggle.png -------------------------------------------------------------------------------- /TheDarkKnight/TheDarkKnight.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | The Dark Knight 8 | 9 | 10 |
11 | 12 |
13 |
14 | 31 |
32 | 33 | 34 |
35 | 44 | 45 | -------------------------------------------------------------------------------- /TheDarkKnight/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheDarkKnight/bg.jpg -------------------------------------------------------------------------------- /TheDarkKnight/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheDarkKnight/close.png -------------------------------------------------------------------------------- /TheDarkKnight/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheDarkKnight/logo.png -------------------------------------------------------------------------------- /TheDarkKnight/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheDarkKnight/play.png -------------------------------------------------------------------------------- /TheDarkKnight/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheDarkKnight/toggle.png -------------------------------------------------------------------------------- /TheGodfatherPart2/TheGodfatherPart2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | The God Father Part 2 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /TheGodfatherPart2/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheGodfatherPart2/bg.jpg -------------------------------------------------------------------------------- /TheGodfatherPart2/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheGodfatherPart2/close.png -------------------------------------------------------------------------------- /TheGodfatherPart2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheGodfatherPart2/logo.png -------------------------------------------------------------------------------- /TheGodfatherPart2/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheGodfatherPart2/play.png -------------------------------------------------------------------------------- /TheGodfatherPart2/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/TheGodfatherPart2/toggle.png -------------------------------------------------------------------------------- /ToyStory/ToyStory.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /ToyStory/ToyStory.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Toy Story 8 | 9 | 10 |
11 | 12 |
13 |
14 | 30 |
31 | 32 | 33 |
34 | 43 | 44 | -------------------------------------------------------------------------------- /ToyStory/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ToyStory/bg.jpg -------------------------------------------------------------------------------- /ToyStory/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ToyStory/close.png -------------------------------------------------------------------------------- /ToyStory/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ToyStory/logo.png -------------------------------------------------------------------------------- /ToyStory/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ToyStory/play.png -------------------------------------------------------------------------------- /ToyStory/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/ToyStory/toggle.png -------------------------------------------------------------------------------- /Venom2/Venom2.css: -------------------------------------------------------------------------------- 1 | /* @import url('https://fonts.googleapis.com/ 2 | css?family=poppins:200,300,400,500,600,700,800,900&display=swap'); */ 3 | 4 | *{ 5 | margin:0; 6 | padding: 0; 7 | box-sizing: border-box; 8 | font-family: 'Times New Roman', Times, serif; 9 | } 10 | header{ 11 | position: absolute; 12 | top: 0; 13 | left: 0; 14 | width: 100%; 15 | display: flex; 16 | justify-content: space-between; 17 | padding: 40px 100px; 18 | z-index: 1000; 19 | } 20 | header .logo{ 21 | max-width: 120px; 22 | } 23 | header .toggle{ 24 | max-width: 60px; 25 | cursor: pointer; 26 | } 27 | .banner{ 28 | position: relative; 29 | width: 100%; 30 | min-height: 100vh; 31 | padding: 0 100px; 32 | background: url(bg.jpg); 33 | background-position: center; 34 | background-size: cover; 35 | display: flex; 36 | justify-content: flex-start; 37 | align-items: center; 38 | } 39 | .banner .content{ 40 | max-width: 550px; 41 | } 42 | .banner .content h2{ 43 | text-transform: uppercase; 44 | font-weight: 400; 45 | font-size: 2.5em; 46 | letter-spacing: 0.1em; 47 | color: #fff; 48 | } 49 | .banner .content h2 span{ 50 | font-weight: 800; 51 | } 52 | .banner .content p{ 53 | 54 | font-weight: 300; 55 | font-size: 1.2em; 56 | letter-spacing: 0.02em; 57 | line-height: 1.5em; 58 | color: #fff; 59 | margin: 15px 0 35px; 60 | } 61 | .play{ 62 | position: relative; 63 | display: inline-flex; 64 | justify-content: flex-start; 65 | align-items: center; 66 | color: #fff; 67 | text-transform: uppercase; 68 | font-weight: 500; 69 | text-decoration: none; 70 | letter-spacing: 2px; 71 | font-size: 1.2em; 72 | } 73 | .play img{ 74 | margin-right: 10px; 75 | max-width: 50px; 76 | } 77 | .trailer{ 78 | position: fixed; 79 | top: 50%; 80 | left: 50%; 81 | transform: translate(-50%,-50%); 82 | z-index: 10000; 83 | background: rgba(0, 0, 0, 0.95); 84 | width: 100%; 85 | height: 100%; 86 | display: flex; 87 | justify-content: center; 88 | align-items: center; 89 | visibility: hidden; 90 | opacity: 0; 91 | } 92 | .trailer.active{ 93 | visibility: visible; 94 | opacity: 1; 95 | } 96 | .trailer video{ 97 | max-width: 900px; 98 | outline: none; 99 | } 100 | .trailer .close{ 101 | position: absolute; 102 | top: 30px; 103 | right: 30px; 104 | cursor: pointer; 105 | filter: invert(1); 106 | max-width: 32px; 107 | } 108 | 109 | @media (max-width: 991px){ 110 | header{ 111 | padding: 20px 50px; 112 | } 113 | header{ 114 | padding: 20px 50px; 115 | } 116 | header .logo{ 117 | max-width: 80px; 118 | } 119 | header .toggle{ 120 | max-width: 40px; 121 | } 122 | .banner{ 123 | padding: 100px 50px; 124 | } 125 | .banner .content h2{ 126 | font-weight: 400; 127 | font-size: 2em; 128 | letter-spacing: 0.05em; 129 | } 130 | .banner .content p{ 131 | font-size: 1em; 132 | } 133 | .trailer video{ 134 | max-width: 90%; 135 | outline: none; 136 | } 137 | } -------------------------------------------------------------------------------- /Venom2/Venom2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Venom 2 8 | 9 | 10 |
11 | 12 |
13 |
14 | 28 |
29 | 30 | 31 |
32 | 41 | 42 | -------------------------------------------------------------------------------- /Venom2/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Venom2/bg.jpg -------------------------------------------------------------------------------- /Venom2/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Venom2/close.png -------------------------------------------------------------------------------- /Venom2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Venom2/logo.png -------------------------------------------------------------------------------- /Venom2/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Venom2/play.png -------------------------------------------------------------------------------- /Venom2/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/Venom2/toggle.png -------------------------------------------------------------------------------- /WonderWoman/WonderWoman.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Wonder Woman 8 | 9 | 10 |
11 | 12 |
13 |
14 | 30 |
31 | 32 | 33 |
34 | 43 | 44 | -------------------------------------------------------------------------------- /WonderWoman/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman/bg.jpg -------------------------------------------------------------------------------- /WonderWoman/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman/close.png -------------------------------------------------------------------------------- /WonderWoman/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman/logo.png -------------------------------------------------------------------------------- /WonderWoman/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman/play.png -------------------------------------------------------------------------------- /WonderWoman/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman/toggle.png -------------------------------------------------------------------------------- /WonderWoman1984/WonderWoman1984.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Wonder Woman 1984 8 | 9 | 10 |
11 | 12 |
13 |
14 | 29 |
30 | 31 | 32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /WonderWoman1984/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman1984/bg.jpg -------------------------------------------------------------------------------- /WonderWoman1984/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman1984/close.png -------------------------------------------------------------------------------- /WonderWoman1984/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman1984/logo.png -------------------------------------------------------------------------------- /WonderWoman1984/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman1984/play.png -------------------------------------------------------------------------------- /WonderWoman1984/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiecoder2079/Flick-play/2752999acd9dc2f899be5f27bc25cf66d7b533e6/WonderWoman1984/toggle.png -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | ("use strict"); 3 | 4 | // closes the sidebar menu 5 | $(".menu-toggle").click(function (e) { 6 | e.preventDefault(); 7 | $("#sidebar-wrapper").toggleClass("active"); 8 | $(".menu-toggle > .fa-bars, .menu-toggle > .fa-times").toggleClass( 9 | "fa-bars fa-times" 10 | ); 11 | $(this).toggleClass("active"); 12 | }); 13 | 14 | //smooth scrolling using jquery and easing 15 | $('a.js-scroll-trigger[href*="#"]:not([href="#"])').click(function () { 16 | if ( 17 | location.pathname.replace(/^\//, "") == 18 | this.pathname.replace(/^\//, "") && 19 | location.hostname == this.hostname 20 | ) { 21 | var target = $(this.hash); 22 | target = target.length ? target : $("[name=" + this.hash.slice(1) + "]"); 23 | if (target.length) { 24 | $("html, body").animate( 25 | { 26 | scrollTop: target.offset().top, 27 | }, 28 | 1000, 29 | "easeInOutExpo" 30 | ); 31 | return false; 32 | } 33 | } 34 | }); 35 | $("#sidebar-wrapper .js-scroll-trigger").click(function () { 36 | $("#sidebar-wrapper").removeClass("active"); 37 | $("menu-toggle").removeClass("active"); 38 | $(".menu-toggle > fa.bars, .menu-toggle > .fa-times").toggleClass( 39 | "fa-bars fa-times" 40 | ); 41 | }); 42 | 43 | $(document).scroll(function () { 44 | var scrollDistance = $(this).scrollTop(); 45 | if (scrollDistance > 100) { 46 | $(".scroll-to-top").fadeIn(); 47 | } else { 48 | $(".scroll-to-top").fadeOut(); 49 | } 50 | }); 51 | })(jQuery); 52 | --------------------------------------------------------------------------------